/* 
Theme Name: VMG 2025
Author: VMG Software
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}
:root {
  --primary: #000000;
  --primary-medium: #555555;
  --primary-light: #123123;
  --secondary: #cdcdcd;
  --secondary-medium: #182866;
  --secondary-light: #123123;
  --accent: #42a5f6;
  --accent-medium: #949494;
  --accent-light: #eceff1;
  --white: #ffffff;
  --black: #000000;
  --light-grey: #cdcdcd;
  --medium-grey: #555555;
  --dark-grey: #333333;
  --alternative-grey:#aaaaaa;
  --very-light-grey: #f5f5f5;
  --facebook:#1877F2;
  --tiktok:var(--black);
  --instagram:#e4405f;
  --whatsapp:#25D366;
  --transition:all 0.5s ease-in-out;
  --color:#d8dfe5;
  --orange:#F6821D;
}

.card-footer {
    padding: 20px 20px!important;
   
}
.margintop{
  margin-top:30px;
}
.contact-bg{
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}
.contact-logo{
  height:80px;
  filter: brightness(0) invert(1);
}
.about-text{
  color:var(--white);
  font-size:17px;
  font-weight:400;
  font-family: 'Roboto', sans-serif;}
.social-widget-icon a i {
  font-weight:600;
}
.model-price {
	color: var(--alternative-grey);
	text-align: center;
}
.bggrey {
	background: var(--light-grey);
  border:1px solid var(--light-grey);
	color: var(--black);
	padding: 5px;
}
.bgwhite {
	background: var(--white);
  border:1px solid var(--light-grey);
	color: var(--black);
	padding: 5px;
}

.feature-heading {
	color: var(--white);
	background: var(--black);
	padding: 10px 30px 10px 10px;
	font-size: 30px;
	font-weight: 600;
}
.right-align{
  text-align: right!important;
}
.left-align{
  text-align: left!important;
}
.pr-none{
  padding-right: 0 !important;
}
.pl-none{
  padding-left: 0 !important;
}


.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {
	padding-top: 65%;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(to bottom left, var(--alternative-grey), var(--white));
	box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .25);
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:99999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
	color: var(--white);
	z-index: 9999999;
	cursor: pointer;
	position: absolute;
	font-size: 50px;
	background: transparent;
	border: 1px solid transparent;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}


.model-button{
	background-color: var(--medium-grey);
	color: var(--white);
	text-transform: uppercase;
	border: solid 2px transparent;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
	padding: 10px 12px 10px 12px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
	display: inline-block;
  transition: var(--transition);
  padding:10px 30px;
  border-radius:3px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
}
.model-button:hover {
	background-color: var(--color);
	color: var(--medium-grey);
	
}
.model-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}
.model-text {
	color: var(--white);
	text-align: center;

}
.button-holder{
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-link{
  color:var(--white);
  transition: var(--transition);
}
.model-link:hover{
  color:var(--alternative-grey);
 
}
.model-heading {
	font-size: 50px;
	/* text-transform: uppercase; */
	color: var(--white);
	font-weight: 800;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
}
.model-heading-alt {
	font-size: 50px;

	color: var(--white);
	font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}
.justify-column{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.justify-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-section {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.right-section {
	position: absolute;
	top: auto;
	right: 20px;
}
.c-primary {
  color: var(--primary) !important;
}
.half-width{
  width: 50%!important;
}
.carousel-caption-alt {
	position: absolute;
	top: 0%;
	display: flex;
	width: 100%;
	flex-direction: row;
	height: 100%;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-end;
	/* padding: 30px; */
}


.inline-50 {
	display: flex;
	justify-content: space-between;
	width: 25%;
	margin-bottom: 30px;
}
@media (max-width: 992px) {
.inline-50 {
    width: 40%;
}
}
@media (max-width: 630px) {
    .inline-50 {
        width: 50%;
    }
}
@media (max-width: 550px) {
  .inline-50 {
    display: flex;
    justify-content: space-between;
    width: auto;
}
}
.bright{
   border-right: 1px solid var(--white);
}
.bleft{
   border-left: 1px solid var(--white);
}
#result .col p{
  color: var(--black);  
}
.bulge-background {
	background: rgba(0,0,0,0.5);
	/* box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .25); */
}
.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {
	padding-top: 65%;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(to bottom left, var(--alternative-grey), var(--white));
	box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .25);
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:99999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
	color: var(--white);
	z-index: 9999999;
	cursor: pointer;
	position: absolute;
	font-size: 50px;
	background: transparent;
	border: 1px solid transparent;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}




.whats-app {
	color: var(--white);
	text-align: center;
	font-size: 40px;
  transition: all 0.5s ease-in-out;
}
.whats-app:hover {
  color: var(--alternative-grey);
} 
.whats-app {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: var(--whatsapp);
	color: var(--white);
	border-radius: 50px;
	text-align: center;
	font-size: 40px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	z-index: 9999999;
}
.brand-with-text{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-text{
  color: var(--white);
  font-family: "Roboto", sans-serif;
}
.serif {
	font-family: "Roboto", sans-serif !important;
	font-weight: 400 !important;
}
.float-card.nmb{
  margin-bottom: 0px;
}
.float-card {
	--grad: var(--secondary), var(--secondary);
	padding: 20px;
	background: var(--white);
	border-radius: 5px;
	gap: 1.5rem;
	display: grid;
	grid-template: 'title icon' 'content content' 'bar bar' / 1fr auto;
	font-family: "Roboto", sans-serif;
	color: var(--black);
	/* box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .25); */
	margin-bottom: 18px;


  
  .title {
    font-size: 20px;
    grid-area: title;
    align-self: center;
    text-transform: uppercase;
    font-weight: 500;
    word-break: break-all;
    
  }
  .icon {
    grid-area: icon;
    font-size: 3rem;
    
    > i {
      color: transparent;
      background: linear-gradient(to right, var(--grad));
      background-clip: text;
    }
  }
  .content {
    grid-area: content;
    & > *:first-child { margin-top: 0rem}
    & > *:last-child { margin-bottom: 0rem;min-height:120px;}
  }
  .content p {
    min-height:48px;
  }
  &::after {
    content: "";
    grid-area: bar;
    height: 2px;
    background-image: linear-gradient(90deg, var(--grad));
/*     margin-inline: -1.5rem; */
  }
}


.glass-button.small-font{
  font-size:12px!important;
}
.filter-form {
	padding: 20px 10px;
	border-radius: 5px;
	border: 1px solid transparent;
	background: var(--white) !important;
	/* color: var(--medium-grey); */
}
.wave-container {
	background-color: var(--black);
	/* min-height: 100px; */
	/* height: 100vh; */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.canvas-wrap {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  transform: translateY(-100%);
}

canvas {
  display: block;
}




.inserted-div{
  height: 100%;
  display: flex;
  align-items: center;
}
.special-div {
    /* background-size: cover;
    background-position: center; */
    /* height: 800px; */
    /* margin-left: 100px; */
    border-radius: 20px;
}
.white-card{
  background:var(--white)!important;
}
.insert-card {
	/* outline: 30px solid var(--white); */
	background: #efefef !important;
	/* color: var(--white); */
}

.step-card {
	/* background-color: rgba(201,201,201,0.3); */
	display: block;
	padding: 20px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
}

/* Scroll Animation Styles */
.animate-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity; /* Optimize for animations */
}

.animate-on-scroll.animate {
    opacity: 1;
}

/* Fade In Up Animation */
.animate-on-scroll[data-animation="fade-in-up"] {
    transform: translateY(50px);
}

.animate-on-scroll[data-animation="fade-in-up"].animate {
    transform: translateY(0);
}

/* Slide In Right Animation */
.animate-on-scroll[data-animation="slide-in-right"] {
    transform: translateX(100px);
}

.animate-on-scroll[data-animation="slide-in-right"].animate {
    transform: translateX(0);
}

/* Diagonal Animation Variants */
.animate-on-scroll[data-animation="slide-in-diagonal-left"] {
    transform: translate(-50px, 50px);
    opacity: 0;
}

.animate-on-scroll[data-animation="slide-in-diagonal-left"].animate {
    transform: translate(0, 0);
    opacity: 1;
}

.animate-on-scroll[data-animation="slide-in-diagonal-right"] {
    transform: translate(50px, 50px);
    opacity: 0;
}

.animate-on-scroll[data-animation="slide-in-diagonal-right"].animate {
    transform: translate(0, 0);
    opacity: 1;
}

/* Reset animation class for re-triggering */
.animate-on-scroll:not(.animate) {
    opacity: 0;
}

/* Enhanced Special Cars Slider Styles with animations */
.special-car-deals-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.special-cars-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 10px 0;
}

.special-cars-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0 10px;
}

.vehicle-card {
	flex: 0 0 320px;
	background: var(--white);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	/* border: 1px solid var(--primary); */
	margin-bottom: 20px;
	/* background-image: linear-gradient(to bottom left, var(--primary-medium), var(--primary)); */
	/* color: var(--black); */
}

.vehicle-card:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
}

.vehicle-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.vehicle-image-container {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.vehicle-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vehicle-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vehicle-card:hover .vehicle-image {
    transform: scale(1.1);
}

.vehicle-card:hover .vehicle-overlay {
    opacity: 1;
}

.vehicle-info {
    padding: 20px;
}

.vehicle-price {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--medium-grey);
	margin-bottom: 8px;
	font-family: "Roboto", sans-serif;
}

.vehicle-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--accent-medium);
	line-height: 1.3;
	white-space: nowrap;
}

.vehicle-details {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	color: var(--medium-grey);
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.detail-item {
    white-space: nowrap;
}

.detail-separator {
    margin: 0 8px;
    color: #dee2e6;
}

.vehicle-condition {
	font-size: 0.85rem;
	color: var(--black);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Navigation Buttons */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: white;
    color: #2c3e50;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}

.special-cars-slider:hover .slider-nav {
    opacity: 1;
    visibility: visible;
}

.slider-nav:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 25px rgba(255, 52, 72, 0.3);
}

.slider-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-nav-prev {
    left: -25px;
}

.slider-nav-next {
    right: -25px;
}

.slider-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

/* Dots Indicator - Modern Animated Design */
.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.dot {
	height: 8px;
	border-radius: 4px;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
	width: 8px;
}

.dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary, #ec462e), #ff6b6b);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dot.active {
    width: 24px; /* Expand to pill shape when active */
    background: var(--primary, #ec462e);
    box-shadow: 0 4px 12px rgba(236, 70, 46, 0.3);
    transform: none; /* Remove scale, use width instead */
}

.dot.active::before {
    opacity: 1;
}

.dot:hover:not(.active) {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
    width: 12px; /* Slight expansion on hover */
}

/* Add a pulsing effect to active dot */
.dot.active::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--primary, #ec462e);
    border-radius: inherit;
    opacity: 0.3;
    animation: dotPulse 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes dotPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.1;
    }
}

/* Mobile responsive dots */
@media (max-width: 768px) {
    .slider-dots {
        padding: 6px 10px;
        gap: 4px;
    }
    
    .dot {
        width: 6px;
        height: 6px;
    }
    
    .dot.active {
        width: 18px;
    }
    
    .dot:hover:not(.active) {
        width: 8px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .vehicle-card {
        flex: 0 0 280px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        opacity: 1;
        visibility: visible;
    }
    
    .slider-nav-prev {
        left: 10px;
    }
    
    .slider-nav-next {
        right: 10px;
    }
    
    .vehicle-info {
        padding: 16px;
    }
    
    .vehicle-price {
        font-size: 1.3rem;
    }
    
    .vehicle-title {
        font-size: 1rem;
    }
    
    /* Reduce animation transforms on mobile for better performance */
    .animate-on-scroll[data-animation="fade-in-up"] {
        transform: translateY(30px);
    }
    
    .animate-on-scroll[data-animation="slide-in-right"] {
        transform: translateX(50px);
    }
}

@media (max-width: 480px) {
    .special-cars-track {
        gap: 15px;
        padding: 0 5px;
    }
    
    .vehicle-card {
        flex: 0 0 250px;
    }
    
    .vehicle-image-container {
        height: 180px;
    }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll {
        transition: opacity 0.3s ease;
        transform: none !important;
    }
    
    .vehicle-card,
    .vehicle-image,
    .slider-nav,
    .dot,
    .dot::before,
    .dot::after,
    .feature-card,
    .feature-icon {
        transition: none;
        animation: none;
    }
    
    .dot.active::after {
        display: none; /* Remove pulsing animation */
    }
    
    .why-choose-us-section::after {
        animation: none;
    }
}

/* Why Choose Us Section */
.why-choose-us-section {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    position: relative;
    overflow: hidden;
    color: var(--black);
}

/* .why-choose-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    z-index: 1;
}

.why-choose-us-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="40" cy="60" r="0.5" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
    animation: float 20s ease-in-out infinite;
    opacity: 0.3;
    z-index: 1;
} */

/* @keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-20px, -20px) rotate(120deg); }
    66% { transform: translate(20px, -10px) rotate(240deg); }
} */

.why-choose-us-section .container {
    position: relative;
    z-index: 2;
}

.section-heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, var(--white)fff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.section-description {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.feature-card {
    background: rgba(104, 104, 104, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: inherit;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
	width: 80px;
	height: 80px;
	/* background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)); */
	/* border-radius: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	font-size: 2rem;
	color: var(--primary);
	position: relative;
	z-index: 2;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature-icon-sc {
	width: 30px;
	height: 30px;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
   
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--black);
    position: relative;
    z-index: 2;
}

.feature-description {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-heading {
        font-size: 2.5rem;
    }
    
    .feature-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
    }
    
    .section-description {
        font-size: 1.1rem;
    }
    
    .feature-card {
        padding: 2rem 1.25rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .feature-title {
        font-size: 1.3rem;
    }
}



.google-review-badge {
	position: absolute;
	bottom: -20px;
	left: 100px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
	width: auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: rgba(106,119,135,0.35);
	backdrop-filter: blur(8px);
	transition: all 0.3s;
	padding: 10px 30px 30px 30px;
}

.google-review-badge:hover {
  transform: translateY(-20px);
}
.ti-widget.ti-goog .ti-header {
	
	background-color: transparent !important;
	color: var(--white) !important;
}
.ti-widget.ti-goog .ti-widget-container{
  margin:0px!important
}
.hero-caption-wrap {
	position: relative;
	z-index: 10;
	bottom: 0px;
	padding: 10px 0px 20px;
	text-align: center;
	width: 50%;
}
.hero-caption-wrap-top {
	position: relative;
	z-index: 10;
	/* top: 30px; */
	padding: 10px;
	text-align: center;
	width: 60%;
	background: rgba(0,0,0);
	border-radius: 30px;
	margin-top: 30px;
}
.hero-caption-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.hero-caption-content-alt {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    /* gap: 2rem; */
    flex-direction: column !important;
}
.hero-caption-title {
    color: var(--alternative-grey);
    font-size: 30px;
    font-weight: bold;
    width: 100%;
}
.hero-caption-text {
	color: var(--alternative-grey);
	padding: 20px 50px 0px;
}
.hero-caption-filters {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background: rgba(0,0,0,0.1);
	border-radius: 150px;
	padding: 10px;
	justify-content: space-between;
}

  @media (min-width: 992px) {
      /* .hero-caption-wrap {
          width: auto;
          left: 50%;
          top: 25%;
          transform: translate(-50%, -50%);
          padding: 2rem 3rem;
          text-align: left;
      } */
      
   
  }
  
  /* @media (min-width: 992px) {
      .hero-caption-title {
          font-size: 2.5rem;
          max-width: 28rem;
          margin-bottom: 0;
      }
  } */
.hero-sell-btn {
	display: flex;
	align-items: center;
	background: rgba(255,255,255,0.1);
	color: var(--white);
	border-radius: 1.5rem;
	padding: 5px 20px;
	margin-left: auto;
	text-decoration: none;
	position: relative;
	transition: var(--transition);
}
  .hero-sell-btn:hover {
      color: rgba(255,255,255,0.2);
  }

  
 .hero-sell-btn h3 {
	font-size: 18px;
	margin: 0;
	font-weight: 500;
	color: var(--primary);
  transition: var(--transition);
}
 .hero-sell-btn:hover h3{
      color:var(--black)
  }
  .hero-sell-btn img {
      height: 80px;
      margin-left: 1rem;
  }
  .hero-sell-btn .fa-dollar-sign {
	position: absolute;
	right: 3.5rem;
	top: -1.5rem;
	font-size: 2rem;
	color: var(--primary);
	z-index: 99;
}
 
  .hero-caption-filters .filter-group {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 1.5rem;
  }
  .hero-caption-filters .filter-label {
      color: #6c757d;
      font-size: 0.9rem;
  }
  .hero-caption-filters .filter-value {
      font-weight: 500;
      font-size: 1rem;
  }
  .hero-caption-filters .divider {
      width: 1px;
      height: 2rem;
      background: #ECF0F5;
      margin: 0 1rem;
  }
  .hero-caption-filters .btn {
      border-radius: 1.5rem;
      padding: 0.75rem 2rem;
      font-weight: 500;
      font-size: 1rem;
  }
  /* @media (max-width: 991.98px) {
      .hero-caption-content,
      .hero-caption-filters {
          flex-direction: column !important;
          align-items: center !important;
          gap: 1rem !important;
      }
      .hero-caption-filters {
          border-width: 2px;
          padding: 1rem;
          margin-top: 1rem;
      }
    }   */
.social-widget {
	position: absolute;
	top: 150px;
	/* display: flex; */
	/* flex-direction: column; */
}
/* @media (max-width: 992px) {
  .social-widget {
    bottom: 80px;
    right: 20px;
    width: auto;
    flex-direction: column;
    left: auto;
    padding: 0;
  }
} */
.social-widget-inner {
    display: flex;
    flex-direction:column
}
/* @media (min-width: 992px) {
  .social-widget-inner {
    flex-direction: column;
  }
} */
.social-widget-icon {
	cursor: pointer;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 42px;
	/* margin: 10px 0px; */
	transition: var(--transition);
	font-weight: 800;
	background: #fff;
	margin: 5px 20px;
}
.social-widget-icon:hover {
  background: var(--white);
}
.social-widget-icon a {

  font-weight:800;
	font-size: 21px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  transition: var(--transition);
}
.fa-facebook-f{
  color: #1877F2;
}
.fa-instagram {
  /* Define the gradient background */
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

  /* Clip the background to the text (icon) */
  -webkit-background-clip: text;
  background-clip: text;

  /* Make the text color transparent so the background shows through */
  -webkit-text-fill-color: transparent;
  
  /* Optional: Adjust icon size */
  font-size: 21px; 
}
.social-widget-icon:hover a {
	color: var(--medium-grey);
}
.sticky {
    position: sticky;
    z-index: 99999;
    top: 0;
}
.glass {
  /* position: relative; */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px) saturate(180%);
  /* border: 0.0625rem solid rgba(255, 255, 255, 0.8); */
 
  /* padding: 1.25rem; */
  /* box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), inset 0 4px 20px rgba(255, 255, 255, 0.3); */
  
}
.filter-form.glass::after{
  border-radius:20px;
}
.glass::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	/* backdrop-filter: blur(1px); */
	box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 0.5), inset 0px -9px 0px -8px rgba(255, 255, 255, 0.5);
	opacity: 0.6;
	z-index: -1;
	filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
	pointer-events: none;
}
#ui-datepicker-div {
	display: none;
	background-color: var(--white);
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: var(--primary);
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
	height: 32px;
	color: #aaa;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: var(--black);
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {	
	background-color: var(--very-light-grey);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: var(--primary);
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: var(--accent-light);
}
.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: var(--accent-medium);
	font-weight: 400;
	font-size: 0.75rem;
}






/* label{margin-left: 20px;} */
#datepicker > span:hover{cursor: pointer;}
#datepicker2 > span:hover{cursor: pointer;}

.singlecontactform {
	/* background: var(--alternative-grey); */
	padding: 15px;
	border-radius: 20px;
}
.singlecontactform.glass:after{
  border-radius:20px!important;
}

.modal-logo{
  height:50px;
  margin-right:10px;
}
.is-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.top-mail-link{
	width:210px;
}
.top-phone-link{
	width:105px;
}

.xbtt {
	left: 0px;
	/* bottom: -80px; */
}
.xbtt::after {
	right: 290px;
	bottom: 100%;
	border-color: transparent transparent #999 transparent;
}
.btt {
	color: var(--white);
	width: 100%;
	padding: 5px;
	background: #999;
	text-align: left;
	position: absolute;
	top: 150px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	z-index: 999;
	font-family: "Roboto", sans-serif;
	transition: all 0.5s ease-in-out;
  
}
.custom-btn {
	padding: 10px;
	background: var(--primary);
	color: var(--white);
	font-weight: 600;
	border: 2px solid transparent;
	border-radius: 50px;
	/* height: 100%; */
	/* width: 100%; */
	transition: all 0.5s ease-in-out;
}
.custom-btn:hover{
	background: var(--white);
	color: var(--primary);
	border: 2px solid var(--primary);
}
.vehicle-share-links-right {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
	margin: 0px;
	background: var(--white);
	border-radius: 50px;
	/* background-image: linear-gradient(to bottom left, var(--alternative-grey), var(--white)); */
	/* box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .25); */
}
.vehicle-share-links-right.glass:after{
  border-radius:50px!important;
}
.inline {
	display: flex;
	flex-wrap: wrap;
}

.mw-25 {
	min-width: 50%;
	max-width: 50% !important;
}
.price-h {
	font-size: 34px;
	font-weight: 600;
	color: var(--white);
	line-height: 24px;
	font-family: "Roboto", sans-serif;
}
.back-to-btn {
	position: absolute;
	top: 68px;
	left: 11px;
	display: flex;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	align-content: center;
	justify-content: center;
	color: var(--white);
	align-items: center;
	background: var(--black);
	/* padding: 8px; */
	border-radius: 4px;
	width: 110px !important;
	z-index: 999;
	cursor: pointer;
	border: 1px solid transparent;
	height: 63px;
	transition: all 0.5s ease-in-out;
	font-size: 12px;
}
.back-to-btn:hover{
    background:var(--med-light-grey);
}
.see-more-btn {
	color: var(--blue);
	/* background: var(--black); */
	/* width: 50%; */
	display: block;
	text-align: center;
	/* padding: 5px; */
	margin: 15px auto 15px auto;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	/* border-radius: 4px; */
}
.see-more-btn:hover{
    color:#999;
}
.more-specs{
    display:none;
    margin-top:15px;
}
.inline {
	display: flex;
	flex-wrap: wrap;
}
.feature-three-sections {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-item{
  display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 10px;
   /* background: var(--white); */
   /* border: 1px solid #e8e8e8; */
   border-radius: 16px;
   width: 100%;
   padding: 15px 10px 15px 15px;
   height: 100%;   
 }
.feature-item-sc {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	width: 100%;
	padding: 15px 10px 15px 15px;
	height: 100%;
	justify-content: center;
	/* background-image: linear-gradient(to bottom left, var(--alternative-grey), var(--white)); */
	/* box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .25); */
	color: var(--black);
	background: var(--white);
}
.back-to-showroom-link{
  color:var(--white);
  transition: var(--transition);
}
.back-to-showroom-link:hover{
  color:var(--primary-medium);
  cursor:pointer;
}
.feature-item-ex {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	/* width: 100%; */
	padding: 10px 0px 0px 20px;
	/* height: 100%; */
	justify-content: flex-start;
	min-height: 56px;
	font-size: 12px;
	/* padding-top: 20px; */
	font-weight: 600;
	color: var(--black);
}
.feature-item-ex.glass:after{
  border-radius:10px!important;
 }
.feature-item-sc.glass:after{
  border-radius:16px!important;
 }
 .feature-info{
  min-width:85px;
 }
 .feature-item.glass:after{
  border-radius:16px!important;
 }
 .feature-icon{
     width:36px;
 }
 .fs-12{
  font-size:12px;
}
.link-item {
	list-style-type: none;
	margin: 0px 2px;
	display: flex;
	align-content: center;
	font-size: 11px;
}
.link-items {
	list-style-type: none;
	margin: 0px 2px;
	display: flex;
	align-content: center;
	font-size: 11px;
}
.see-more-btn {
	color: var(--blue);
	/* background: var(--black); */
	/* width: 50%; */
	display: block;
	text-align: center;
	/* padding: 5px; */
	margin: 15px auto 15px auto;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	/* border-radius: 4px; */
}
.see-more-btn:hover{
    color:#999;
}
.fw-800{
  font-weight:800;
}
.one-feature-part {
  min-width: 185px;
  width: 30%;
}
.feature-item {
flex-direction: row !important;
justify-content: flex-start !important;
gap: 15px !important;
}
#hiddenText{
  display:none;
}
.one-part {
  min-width: 225px;
  width: 33%;
}
.one-feature-part {
	min-width: 165px;
	width: 30%;
}
.single-vehicle-h5-heading {
	color: var(--secondary);
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 800;
	margin: 0px;
	padding-top: 10px;
	align-items: center;
}
.explore-btn-alt {
  background-color:var(--primary);
  padding: 12px 24px;
  color: var(--white);
  border:1px solid var(--primary);
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  font-size: 14px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.explore-btn-alt:hover{
  background-color:var(--white);
  color: var(--primary);
  border:1px solid var(--primary);
}
.relative{
  position:relative;
}
.absolute-top{
  position:absolute!important;
  z-index:99;
}

.filter-head {
	/* background: var(--white); */
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: center;
}
.filter-clear {
	padding: 10px;
	background: transparent;
	color: var(--black);
	font-weight: 600;
	border: 1px solid var(--primary);
	border-radius: 3px;
	transition: all 0.5s ease-in-out;
	border-radius: 50px;
}
.filter-clear:hover{
	background: var(--black);
	color: var(--white);
	border:1px solid var(--black);
}

.selected-checks {
	padding: 5px;
	border-bottom: 1px solid #eee8;
	transition: background-color 0.2s ease;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 500;
	align-items: center;
	color: var(--black);
}
.selected-checks span input{
  margin-right:3px;
}
.selected-checks:hover{
  background-color: rgba(255,255,255,0.3);
}
.checkbox-align{
  display:flex;
  align-items:center;
}
.select-icon {
  width: 22px;
  height: 22px;
  display: inline;
  margin-right: 10px;
  margin-top: -4px;
}

.circle-icon{
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.circle-icon:hover{
  color: var(--primary);
   transform: scale(1.25);
}

.feature-item{
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.feature-item:hover{
   transform: scale(1.05);
}
.feature-item-sc{
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.feature-item-sc:hover{
   transform: scale(1.05);
}

.feature-item-ex{
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.feature-item-ex:hover{
   transform: scale(1.05);
}




.apply-action {
	color: var(--white);
	text-align: center;
	width: 150px;
	display: block;
	/* border: 1px solid var(--primary); */
	border-radius: 20px;
	/* margin: auto; */
	transition: var(--transition);
	background: var(--primary);
}

.apply-action:hover{
  color: var(--alternative-grey);
}
.apply-step-section{
  height: 250px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 20px;
  padding:10px;
  margin-bottom:20px;
}
.left-text{
  text-align: left;
  font-size: 30px!important;
}
.advert-insert-image {
	border-radius: 20px;
	/* margin-bottom: 20px; */
	object-fit: contain;
	height: calc(100% - 20px);
	background: #000;
	width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.vehicle-image {
	height: 220px;
	object-fit: cover !important;
	width: 100%;
	object-position: center center !important;
}
.services-btn{
  position: absolute;
  color: var(--white);
  font-weight: 800;
  background: var(--primary);
  padding: 5px 20px;
  border-radius: 50px;
  margin-right: 20px;
  transition:all 0.5s ease-in-out;
  }
 

.services-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition:all 0.5s ease-in-out;
}
.services-link .services-btn{
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
.services-link:hover .services-btn{
  color:var(--primary);
  background:var(--white);
  transform: scale(1.1);
}
.fs-12{
  font-size:12px;
}
.contact-background{
  display: flex;
  align-items: center;
  padding: 150px 0px 50px 0px;
  
}
.nav-item{
  position:relative;
}
.navbar-colour {
	background: rgba(255, 255, 255,1) !important;
  border-top:1px solid var(--light-grey);
}
.top-bar-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    border-bottom: 1px solid var(--white);
}

.nav-light {
    position: relative;
    width: 100%;
    z-index: 999;
    left: 0px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 846px) {
	.nav-light {
  top: auto;
}
}
@media screen and (max-width: 500px) {
	.nav-light {
  padding:0px;
}
}
/* Original dot */
/* .nav-link::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50px;
  position: absolute;
  top: -3px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
} */
.selected {
	/* background: var(--alternative-grey);
	color: var(--white) !important; */
}


/* Create container for ripples */


/* Multiple ripple elements using data attribute */
.selected[data-ripple]::before,
.selected[data-ripple]::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -2;
  opacity: 0;
}

.selected[data-ripple]::before {
  animation: ripple 4s linear infinite;
}

.selected[data-ripple]::after {
  animation: ripple 4s linear infinite 2s;
}

@keyframes ripple {
  0% {
      transform: scale(1);
      opacity: 0.5;
  }
  100% {
      transform: scale(3);
      opacity: 0;
  }
}

/* Show the dot on hover */
.nav-link:hover::after {
  opacity: 1;
}

/* Show the dot when selected */
.selected::after {
  opacity: 1;
}
.nav-link-scroll {
  color: var(--black)!important;
}
/* .selected-scroll {
  color: var(--medium-green) !important;
} */



.social {
	position: fixed;
	top: 30%;
	z-index: 99;
	left: -270px;
}
  
.social ul {
    list-style-type: none;
    padding: 0;
/*     transform: translatex(-270px); */
}
  
.social ul li {
	display: block;
	margin: 5px;
	background-color: rgba(0, 0, 0, 0.2);
	width: 320px;
	text-align: right;
	padding: 10px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
	backdrop-filter: blur(2px) saturate(180%);
	/* background: #0008; */
	box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 0.5), inset 0px -9px 0px -8px rgba(255, 255, 255, 0.5);
	filter: blur(0px) drop-shadow(2px 4px 5px #0002) brightness(115%);
}
  .social ul li:hover {
    transform: translatex(110px);
  }
  
  
 .social ul li.facebook:hover {
	background-color: #1877f288;
}
  
  .social ul li.tiktok:hover {
    background-color: #00000088;
  }

  .social ul li.instagram:hover {
    background-color: #e4405f88;
  }

  .social ul li.whatsapp:hover {
    background-color: #25d36688;
  }
  
  .social ul li a {
    color: white;
    text-decoration: none;
  }
  
  .social ul li i {
    text-align: center;
    margin-left: 14px;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    transform: rotate(0deg);
  }
  .social ul li i.fa-facebook {
    color: var(--facebook);
  }
  
  .social ul li i.fa-tiktok {
    color: var(--black);
  }
  
  .social ul li i.fa-instagram {
    color: var(--instagram);
  }

  .social ul li i.fa-whatsapp{
    color: var(--whatsapp);
  }
  
  .social ul li:hover i {
    transform: rotate(360deg);
    transition: all 1s;
  }

/* Search */
.banner-search {
	width: 100%;
	max-height: 88px;
	height: 100%;
	/* padding: 20px; */
	position: relative;
	border-radius: 50px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.banner-search-alt {
    width: 100%;
    padding: 20px;
    position: relative;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 10px 16px -10px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-search-row {
    display: flex;
    flex: 1 0 auto;
    position: relative;
}
.banner-search-input-button {
	border: none;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 12px;
	top: 50%;
	background: none;
	transform: translateY(-50%);
}
.banner-search-input-img {
    max-width: 24px;
    width: 100%;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-search-input {
	width: 100%;
	border-radius: 100px;
	background: #efefef88;
	padding: 12px 12px 11px 46px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	font-family: "Roboto", sans-serif;
	border: 1px solid transparent;
}
.banner-search-input:focus-visible{
  outline: 1px solid transparent
}
.mini-vehicle {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid var(--light-grey);
    display: flex;
    align-items: center;
    transition: all 0.5s eas;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mini-vehicle:hover{
    background:var(--light-grey);
}
#search-list {
    display:flex;
    position: relative;
    width: 250px;
    background: var(--white);
    z-index: 999;
    margin-top: 0px;
    border-radius: 50px;
}
#search-list-alt{
    display:flex;
    position: relative;
    width: 60%;
    background: var(--white);
    z-index: 999;
    margin-top: 0px;
    border-radius: 50px;
}
.search-resultspc {
	position: absolute;
	width: 320px;
	top: 65px;
	left: 1px;
	background: var(--white);
	display: none;
	z-index: 10;
	overflow-y: auto;
	margin-top: 0px;
	padding: 5px;
	height: auto;
	max-height: 300px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	font-family: "Roboto", sans-serif;
	text-align: left;
}
.search-resultsm{
    position: absolute;
    width: 350px;
    top: 45px;
    right: 1px;
    background: var(--white);
    display: none;
    z-index: 999;
    overflow-y: auto;
    margin-top: 0px;
    padding: 5px;
    height: auto;
    max-height: 580px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}
.search-outcome{
    position: absolute;
    width: 350px!important;
    top: 0px;
    background: var(--white);
    display: none;
    z-index: 999;
    overflow-y: auto;
    margin-top: 0px;
    padding: 5px;
    height: auto;
    max-height: 400px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    margin-left:-250px;
}
.mini-thumbnail {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	background-size: cover;
	background-position: center center;
	margin-right: 5px;
}
.very-small{
    font-size:12px;
    text-transform: uppercase;
    font-weight:600;
    width:auto;
    display:inline;
}
.super-small{
    font-size:10px;
    text-transform: uppercase;
    font-weight:600;

    display:inline;
}
.mini-details {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.mini-price{
    font-size:12px;
    text-transform: uppercase;
    font-weight:600;
    width:100px;
    background: #000;
    color: var(--white);
    text-align: center;
    border-radius: 30px;

    display:inline-block
}
.mini-mileage{
    font-size:12px;
    text-transform: uppercase;
    font-weight:600;
    width:100px;
    background: #363636;
    color: var(--white);
    text-align: center;
    border-radius: 30px;

    display:inline-block;
}
.mini-year{
    font-size:12px;
    text-transform: uppercase;
    font-weight:600;
    width:100px;
    background: #636363;
    color: var(--white);
    text-align: center;
    border-radius: 30px;

    display:inline-block;
}
.mini-search {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	min-width: 100px;
	background: var(--primary);
	color: var(--white) !important;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	padding: 5px;
	position: relative;
	border: 1px solid transparent;
	transition: all 0.5 ease-in-out;
}
.mini-search:hover{
    background:var(--white);
    border:1px solid var(--primary-medium);
    color:var(--primary-medium)!important;
}
.mini-websearch {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 100px;
    background: var(--secondary-medium);
    color: var(--white)!important;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    padding: 5px;
    position: relative;
}
.mini-websearch:hover{
    background:var(--white);
    border:1px solid var(--secondary-medium);
    color:var(--secondary-medium)!important;
}

.max-websearch{
    font-size:14px;
    text-transform: uppercase;
    font-weight:600;
    min-width:100px;
    background: var(--secondary-medium);
    color: var(--white);
    text-align: center;
    border-radius: 3px;
    display:inline-block;
    padding:5px;
}

.mini-number {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 20px;
    background: #ff0000;
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    padding: 5px;
    position: relative;
    top: -2px;
}
.mini-desc{
    width:90px;
}
.mini-details-left{
    display: flex;
    align-items: center;
}
.mini-car-variant{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    display: block;
}




/* Body */
body {
		font-family: "Roboto", sans-serif;
}
.modal.show .modal-dialog {
	top: 150px;
	margin-bottom: 10%;
	margin-top: 0px;
	
}
.modal-body {
	
	color: var(--black);
}
@media screen and (max-width: 991px) {
  .modal-body {
    padding: 0px;
  }
  .modal.show .modal-dialog {
    max-width: 95%;
  }
}
.c-white{
  color:var(--white)!important
}

h4 {
  font-size: 18px;
  font-weight: 700;
}
p {
  font-size: 16px;
}
section .container {
  max-width: 1120px;
}
.container.container-narrow {
  max-width: 1080px;
  margin: 0 auto;
}
.page-header-image {
  height: 320px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  padding: 0px 30px;
}
.page-header-image.header-column {
  flex-direction: column;
  justify-content: center;
}
.page-header-image.narrow-header-image {
  height: 210px;
}
.narrow-header-image .row {
  position: relative;
}
.narrow-header-image button {
  width: initial;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .narrow-header-image button {
    position: relative;
    transform: none;
    left: initial;
    top: initial;
    margin-bottom: 30px;
  }
  .narrow-header-image button {
    display: none;
  }
}
.page-header-image h1 {
  width: 100%;
  color: var(--white);
  font-size: 52px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .page-header-image h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.bigger {
  height: 60px !important;
}
.banner-heading {
  font-size: 52px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .banner-heading {
    font-size: 38px;
  }
}
.heading1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--black);
  font-size: 34px;
}

.section-padding {
	padding: 50px 0px;
}
@media screen and (max-width: 992px) {
.vehicle-image {
	height: 350px!important;
}
  .section-padding {
    padding: 20px;

  }
  #enquire.section-padding{
    padding:25px 0px;
  }
}

.bg-light-blue {
  background: var(--white)3d9;
}
.home-links-section {
  padding: 90px 0px;
}

.home-intro-section {
  padding: 90px 0px;
}
.home-intro-section .head1,
.home-intro-section .head2,
.home-intro-section .page-content {
  color: var(--white);
}
.home-intro-section .head1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
.home-intro-section .head2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.home-intro-section .page-content {
  padding: 0px;
  margin-bottom: 30px !important;
}
.home-vehicles-section {
  padding: 90px 0px;
}
.home-vehicles-section .head2 {
  font-size: 24px;
  font-weight: 700;
}
.clearall {
  clear: both;
}
.color-white {
  color: var(--white);
  margin: 20px 0px !important;
}
.color-black {
  color: #000;
}
.color-black-small {
  color: #000;
  margin: -10px 0px !important;
  font-size: 12px;
  font-weight: 600;
}
.color-dark-blue {
  color: var(--black);
}
.call-to-action {
  background: var(--primary);
  color: var(--white);
  padding: 10px 24px;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: poPlay;
  border: 2px solid var(--primary);
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}
.advanced {
  display: inline-block;
}
.advanced.call-to-action {
	background-color: var(--primary);
	color: var(--white);
	text-transform: uppercase;
	border: solid 2px transparent;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
	padding: 10px 12px 10px 12px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.advanced.call-to-action span {
  display: inline-block;
  width: 16px;
  height: 16px;
  mask: url("images/zoom-in.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/zoom-in.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--primary);
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}
.advanced.call-to-action:hover {

	background-color: rgba(255,255,255, 0.5);
	color: var(--white);
	border: solid 2px rgba(255,255,255,0.2);
}
.advanced.call-to-action:hover span {
  background-color: var(--white);
}
.share-icons{

    display: flex;
    height: 30px;
    align-items: flex-end;
    justify-content: center;

}
.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.flex-wrap-banks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.cta-buttons {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.call-to-action:hover {
  border: 2px solid var(--primary);
  background: var(--white);
  color: var(--primary);
}
.call-to-action-reverse {
  background: var(--white);
  border: 2px solid var(--white);
  color: #4862ad;
  padding: 7px 15px;
  border-radius: 10px;
  width: 60%;
  display: block;
  margin: auto;
  letter-spacing: 0.7px;
}
.btn.search {
  letter-spacing: 0.7px;
  max-width: 300px;
}
.secondary-button {
  color: var(--primary);
  border: solid 2px var(--primary);
  border-radius: 100px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  letter-spacing: 0.7px;
  backdrop-filter: blur(10px);
  transition:all 0.5s ease-in-out
}
.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}
.secondary-button:hover .back-arrow-icon,
.secondary-button:hover .directions-icon,
.secondary-button:hover .video-tour-icon {
  background-color: var(--white);
}
.secondary-button.white {
  color: var(--white);
  border: solid 2px var(--white);
  background-color: transparent;
}
.secondary-button.white:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
.secondary-button.white.dark-hover:hover {
  background-color: var(--black);
}
.back-arrow-icon {
  mask: url("images/left-arrow.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/left-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  display: inline-block;
  margin-right: 10px;
}
.video-tour-icon {
  mask: url("images/explore.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/explore.svg");
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: var(--accent);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.directions-icon {
  mask: url("images/location-med-2.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/location-med-2.svg");
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: var(--accent);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.back-arrow-icon.white {
  background-color: var(--white);
}
.inline-buttons {
  width: 20% !important;
  display: inline-block;
  margin: 0px 15px;
}
.inline-buttons.wide {
  width: 25% !important;
}
@media screen and (max-width: 768px) {
	.vehicle-image {
	height: 500px !important;
}
  .inline-buttons.wide {
    width: auto !important;
  }
}
.testimonial {
  width:100%;
	box-sizing: border-box;
	text-align: center;
}
.testimonial h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.testimonial p {
  font-size: 14px;
}
/* DOCUMENTS */
.download-documents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 10px;
  list-style: none;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .download-documents {
    grid-template-columns: 1fr;
  }
}
.download-documents .document-item {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--black);
  font-weight: 700;
  background-color: #ecf6fe;
  padding: 14px;
  text-align: left;
}
.download-documents .document-item span {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: right;
  mask: url("images/download.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/download.svg");
  -webkist-mask-repeat: no-repeat;
  background-color: var(--black);
}
.download-documents .document-item:hover span {
  background-color: var(--white);
}
.download-documents .document-item:hover {
  background-color: var(--accent);
  color: var(--white);
}
/* HISTROY SECTION */

.history-mobile .owl-nav .owl-next,
.history-mobile .owl-nav .owl-prev {
  background-color: var(--accent) !important;
}

.history-wrap {
  position: relative;
  padding: 0px 30px;
}
.history-wrap .line {
  width: 100%;
  max-width: 880px;
  height: 2px;
  background-color: var(--accent);
  position: absolute;
  top: 45%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1125px) {
  .history-wrap .line {
    width: 68%;
  }
}

.history-wrap .history-grid {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.history-wrap .history-grid .item {
  position: relative;
  cursor: poPlay;
  margin: 0px 15px;
}

.history-wrap .history-grid .item .year-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-wrap .history-grid .item .year-icon .icon {
  background-color: var(--accent);
  border-radius: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: block;
}
.history-wrap .history-grid .item:hover .year-icon .icon {
  background-color: var(--black);
}
.history-wrap .history-grid .item .year-icon .year {
  margin-top: 10px;
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
}
.history-wrap .history-grid .item.open > .content {
  opacity: 1;
  visibility: visible;
}
.history-wrap .history-grid .content {
  width: 100%;
  border: solid 2px var(--accent);
  border-radius: 20px;
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  padding: 20px;
  background-color: var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.history-wrap .history-grid .content img {
  margin: 0 auto 20px auto;
  max-width: 60px;
}
.history-wrap .history-grid .content .year {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
}
.history-wrap .history-grid .content p {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .history-carousel .item .content img {
    max-width: 50%;
    margin: 0 auto;
  }
}
.history-carousel .owl-stage-outer .owl-stage {
  padding: 110px 0px;
  z-index: 2;
}
.history-carousel .owl-nav .owl-prev {
  width: 24px;
  height: 24px;
  background-color: var(--accent) !important;
  mask: url("images/chevron-left.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-left.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  left: -35px;
  margin-top: -12px;
}
.history-carousel .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  background-color: var(--accent) !important;
  mask: url("images/chevron-right.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  right: -35px;
  margin-top: -12px;
}
/* .history-carousel .item {
  margin: 0 auto;
  max-width: 250px;
  border: solid 2px var(--accent);
  border-radius: 20px;
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  padding: 20px;
  background-color: var(--white);
} */
/* PEOPLE CAROUSEL */
.people-carousel-tabs .nav-pills {
  margin-bottom: 60px;
}
.people-carousel-tabs .nav-link {
  border: none;
  text-decoration: none;
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  text-align: left;
}
.people-carousel-tabs .nav-link.active,
.people-carousel-tabs .nav-link:hover {
  color: var(--accent);
  background-color: var(--white) !important;
  border-radius: 100px;
  border: none !important;
}
.person-wrap {
	margin-top: 40px;
	padding: 0px 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .person-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 500px) {
	.vehicle-image {
	height: 350px !important;
}
  .person-wrap {
    grid-template-columns: 1fr;
    padding:0px 0px;
  }

}

.person-wrap .person,
.team-carousel .person,
.team-bellivile .person {
  border-radius: 35px;
  background-color: var(--white);
  overflow: hidden;
}
.team-bellivile .person {
  max-width: 230px;
  margin: 0 auto;
}
.person-wrap .person {
	display: grid;
	flex-direction: column;
	grid-template-rows: 300px 0px;
}
.person-wrap .person .image {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.person-wrap .person .image img {
  width: -webkit-fill-available;
}
.person-wrap .person .text,
.team-carousel .person .text,
.team-bellivile .person .text {
  text-align: center;
  padding: 30px;
}
.team-carousel .person .text,
.team-bellivile .person .text {
  height: 130px;
}
.person-wrap .person .text .name,
.team-carousel .person .text .name,
.team-bellivile .person .text .name {
  color: var(--black);
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}
.person-wrap .person .text .title,
.team-carousel .person .text .title,
.team-bellivile .person .text .title {
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
}
.team-carousel,
.team-bellivile {
  padding: 0px 40px;
  margin: 0px;
  --bs-gutter-x: 0;
}
.team-carousel .person .image,
.team-bellivile .person .image {
  width: 100%;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.person {
  cursor: poPlay;
}
.modal-footer {
  border: none;
  text-align: center;
  justify-content: center;
  padding-top: 0px;
}
.modal-header {
  border: none;
  padding: 10px;
}
.modal-title {
	width: 100%;
	color: var(--black);
}
.modal-title .bootbox-close-button {
  float: right;
  width: 20px;
  height: 20px;
  cursor: poPlay;
}
.person-popup-box .modal-dialog {
  max-width: 640px;
}
.person-popup-box .bootbox-close-button {
  border: none;
  color: var(--black);
  font-size: 40px;
  top: 0px;
  line-height: 20px;
  right: 0;
}
.person-popup {
  padding: 34px 34px 14px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
}
.person-popup .image {
  width: 186px;
  height: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  margin-bottom: 40px;
}
.person-popup .name {
  color: var(--black);
  font-weight: 700;
  font-size: 18px;
}
.person-popup .position {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
}
.person-popup .email {
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}
.person-popup .blurb {
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
}
.person-popup .blurb ul {
  list-style-position: inside;
}
.owl-nav {
  display: block !important;
}

.owl-nav .owl-prev {
  width: 24px;
  height: 24px;
  background-color: var(--white) !important;
  mask: url("images/chevron-left.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-left.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  left: 0px;
  margin-top: -12px;
}
.owl-nav .owl-next {
  width: 24px;
  height: 24px;
  background-color: var(--white) !important;
  mask: url("images/chevron-right.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  top: 50%;
  position: absolute;
  right: 0px;
  margin-top: -12px;
}
.partners-carousel {
  margin-top: 40px;
  padding: 0px 40px;
}
.partners-carousel img {
  max-width: 190px;
  margin: 0 auto;
}
.partners-carousel .owl-nav .owl-next,
.partners-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.team-bellivile .owl-nav .owl-prev,
.team-bellivile .owl-nav .owl-next {
  background-color: var(--accent) !important;
}
/* FORMS */
.modal-content {
  background-color: var(--white);
}
.sellform {
	border-radius: 20px;
	padding: 60px 100px;
	margin: 0 auto;
	/* background: var(--alternative-grey); */
}
@media screen and (max-width: 991px) {
  .sellform {
    padding: 30px;
  }
}

.sellform .head1 {
  font-size: 24px;

  margin-bottom: 20px;
}
.sellform .head3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}
.bootbox-body .head3 {
  font-size: 18px;
  max-width: 550px;
  margin: 0 auto 15px auto;
}
.sellform .drag-area {
	background-color: var(--secondary);
	border-radius: 10px;
	padding: 30px;
	border-radius: 10px;
}
.flexy-between{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feature-block {
    padding: 40px;
    display: flex;
    flex-direction: column;
    background: var(--alternative-grey);
    /* margin-bottom: 20px; */
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
  .feature-block:hover {

  }

.no-min-height {
    min-height: 0px!important;
}
.feature-block.glass::after{
    border-radius:20px;
  }
.flex-full{
  display: flex;
  justify-content: center;
}
.f-icon {
  display: inline-flex;
  width: 20px;
  justify-content: center;
}
.branch-link {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	color: var(--white);
}
.branch-link:hover{
  color:var(--primary);
}
.c-yellow{
  color:var(--primary)!important;
}
.c-black{
  color:var(--black)!important
}

.sv-h5-heading-contact-us {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	margin: 0px;
	text-align: center;
}

.spinner-page{
  position: fixed;
  z-index: 999;
  height: 50px!important;
  width: 50px!important;
  overflow: auto!important;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--white);
}
.spinner-page-overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
top: 0px;
bottom: 0px;
z-index: 999;
}
.bootbox-close-button{
  background: transparent;
border: 1px solid transparent;
float: right;
right: 0px;
position: absolute;
top: -10px;
font-size: 26px;
}
.btn-danger {
color: var(--white);
background-color: #dc3545;
border-color: #dc3545;
border: 1px solid transparent;
padding: 0px 20px;
border-radius: 50px;
}
.btn-success{
  color: var(--white);
background-color: #157347;
border-color: #146c43;
border: 1px solid transparent;
padding: 0px 20px;
border-radius: 50px;
}
.sellform .drag-area label, .sellform .drag-area label:hover {
	color: var(--primary) !important;
	opacity: 0.5;
	font-size: 14px;
	text-align: center;
	background-color: transparent !important;
}
form input::placeholder,
form textarea::placeholder {
  color: var(--black);
}
.mobile-no-display {
    display: block;
  }
.form-control {
	
	background-color: transparent!important;
	
}
form input, .form-control-alt {
	color: var(--black);
	background-color: var(--secondary);
	padding: 15px;
	/* width: 100%; */
	border: none;
	border-radius: 3px;
	font-size: 14px;
}
.singlecontactform input::placeholder,
.singlecontactform textarea::placeholder {
  color: var(--black);
}
.form-control.no-border {
  border: none;
}
/* #orderType {
  background-color: var(--white);
  border-bottom: solid 1px var(--black);
  color: var(--black);
  max-width: 250px;
  padding: 14px;
} */
.g-recaptcha {
  margin: 40px 0px;
}
.g-recaptcha > div {
  margin: 0 auto;
}
.singlecontactform input,
.singlecontactform textarea {
  color: var(--black);
  border: none;
}
.financeapplicationform {
  background-color: var(--white);
  max-width: 520px;
  margin: 0 auto;
}
.financeapplicationform input,
.financeapplicationform select,
.financeapplicationform textarea {
  background-color: #ecf6fe;
  color: var(--black);
  border-radius: 10px;
  border: none;
  padding: 12px 10px;
  width: 100%;
}
.financeapplicationform::placeholder {
  color: var(--black);
}
@media screen and (max-width: 991px) {
  .benefits-icons > div {
    padding-bottom: 60px;
  }
}

.pricecheckform,
.trackerform .form-inner {
  background-color: var(--white);
  border-radius: 20px;
  padding: 100px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pricecheckform,
  .trackerform .form-inner {
    padding: 30px;
  }
}
.trackerform .tracking-services p {
  font-size: 14px;
}
.trackerform .tracking-services h4 {
  margin-bottom: 10px;
}
.trackerform .tracking-services {
  max-width: 780px;
  margin: 0 auto 70px auto;
}
.trackerform .tracking-services .col label {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}
.trackerform .tracking-services .col input {
  width: auto;
}
.tracking-services .col .btn-outline-primary {
  border: none;
}
.trackerform .tracking-services .col label {
  position: relative;
  border: solid 1px var(--white);
}
.trackerform .tracking-services .col label .tracker-image {
  margin-bottom: 20px;
  margin-top: 25px;
  max-width: 190px;
}
.check-mark {
  position: absolute;
  visibility: hidden;
  left: 20px;
}

.btn-check:checked + .btn-outline-primary {
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  border: solid 2px var(--accent) !important;
}
.btn-check:checked + .btn-outline-primary .check-mark {
  visibility: visible !important;
}
.form-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.form-check {
  position: relative;
  padding: 0px;
}
/* .form-check-input {
  visibility: hidden;
  width: 100%;
  position: absolute;
}
.form-check-label {
  border: solid 1px var(--accent);
  color: var(--accent);
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  cursor: poPlay;
}
.form-check-input:checked + .form-check-label {
  background-color: var(--accent);
  color: var(--white);
} */
/* GRID */
.two-col-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .two-col-grid {
    grid-template-columns: 1fr;
  }
  .two-col-grid.reverse-cols .right-col {
    grid-row: 1;
  }
}
/* BUY CARS FILTER */
#showroombinding .floating-filter {
  padding: 0px 50px;
  max-width: 395px;
}
@media screen and (max-width: 768px) {
  #showroombinding .floating-filter {
    padding-top: 20px !important;
    display: none;
  }
}
#showroombinding .floating-filter select {
  background-color: var(--white);
}

#showroombinding .cars-list {
  /* float: left;
  max-width: 804px;
  margin-left: 60px;
  width: 100%; */
}
#showroombinding .position-sticky {
  /* text-align: right; */
  float: right;
}
@media screen and (max-width: 991px) {
  #showroombinding .cars-list {
    padding-left: 30px;
    float: none;
    max-width: 804px;
    margin: 0 auto;
  }
  #showroombinding .position-sticky {
    float: none;
  }
  .filter-bar {
    background-color: var(--white) !important;
  }
}
/* STARS */
.stars {
  margin-bottom: 30px;
}
.stars .star {
  mask: url("images/star.svg");
  mask-repeat: no-repeat;
  -webkit-mask: url("images/star.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: var(--white);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
}
.stars .star.blue {
	background-color: var(--primary);
}
/* Services */
.services-block {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-block img {
  max-width: 80px;
  margin: 0 auto;
}
.services-block .bold {
  font-size: 18px;
}
.services-block p {
  font-size: 14px;
}
.services-block .secondary-button {
  width: fit-content;
  align-self: center;
}
.img-holder {
	position: relative;
	height: 200px !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.img-img-holder {
  background-size: cover !important;
  background-position: center !important;
  height: 150px;
}
@media screen and (max-width: 991px) {
  .img-img-holder {
    height: 250px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.sh {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-btn-200 {
  display: block;
  width: 200px;
  margin: auto;
}

.call-to-action-reverse:hover {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.car-enquire-button {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .car-enquire-button {
    display: block !important;
  }
}
.white {
  background: var(--white);
}
.offer-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.offer-link:hover {
  color: var(--alternative-grey);
}
.top-logo {
	height: 100px;
	margin-right: 50px;
}
.spacedout {
  min-height: 210px;
}
.twohundred {
  min-height: 210px;
}
.homecontainer {
  border-radius: 3px;
}
.main-content {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .testimonials {
    gap: 20px;
  }
  .testimonials > div {
    width: auto;
  }
}

.testimonials-content {
  padding: 20px;
}
.gallery-content {
  padding: 20px;
}
.sidebar {
  padding-left: 60px;
}
.sidebar .g-recaptcha {
  margin: 20px 0px;
}
/* .sidebar .search {
  padding: 6px 10px;
} */
.sidebar-content {
  padding: 20px;
}
.sidebar-content h3 {
  color: #eb0205;
  text-align: center;
}
.sidebar-text {
  text-align: center;
  line-height: 34px;
}
.text-right {
  text-align: right;
}
.text-right-mobile-left {
  text-align: right;
}
.bolder {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.sidebar-logo {
  width: 100%;
}
.main-logo {
  margin: auto;
  padding: 20px;
}
.large-logo {
  padding: 20px;
}
.show-flex {
  text-align: center;
  display: flex;
  justify-content: center;
}
.no-padding {
  padding: 0px !important;
}
.no-wrap {
  white-space: nowrap;
}
.no-margin {
  margin: 0px !important;
}
.skew-side {
  position: relative;
  background: var(--white);
  z-index: 9;
  border-left: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
.right-text {
  text-align: right;
  width: 100%;
  display: block;
}
.flex-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skew-side:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--white);
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

/* =================== */

/* Corona Heading */
.corona-heading {
  font-size: 18px;
  color: var(--white);
  text-align: center;
  margin: 0px;
}
.top-bar {
	background: rgba(255,255,255,0.3);
	color: var(--white);
	position: fixed;
	width: 100%;
	top: 0px;
}
.top-bar .container,
.nav-bar .container,
nav .container {
  max-width: 1270px;
}

.color-blue {
  color: var(--primary-medium);
}
.color-dark-blue {
  color: var(--black);
}
.dark-blue {
  background: var(--black);
}
.padding-12 {
  padding: 12px;
}
.padding-20 {
  padding: 20px;
}
.inline-heading {
  display: inline-block;
}
.custom-select {
  background: var(--white);
  color: #555;
  font-size: 14px;
  padding: 15px;
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  text-align: center;
  float: right;
}
.custom-width {
  width: 300px !important;
  float: right;
}

.hidden-search {
  display: none;
  border-bottom: 3px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
.showroom-image {
  width: 200px;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  .single-wrap.flex-row {
    flex-direction: column !important;
  }
}

.single-showroom-image {
  width: 100%;
  border-radius: 3px;
}

.ui-slider {
  background: #00a7ce;
  width: 80%;
  margin: auto;
  height: 15px;
  margin-top: 10px;
}

.ui-slider-handle {
  background: var(--white)none repeat scroll 0% 0%;
  height: 20px;
  display: inline-block;
  width: 20px;
  position: relative;
  border-radius: 50px;
  border: 5px solid #add8e6;
  margin-top: -3px;
  margin-left: -15px;
}

.left {
  float: left;
}
.right {
  float: right;
}

.wa__button {
  width: 100%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

/* =================== */

/* Info Links */
.inline {
  display: flex;
}

.block {
  display: block;
}
.info-links-left {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
}
.info-links-right {
  display: flex;
  gap: 16px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.link-item {
  list-style-type: none;
  margin: 0px 2px;
  display: flex;
  align-content: center;
  transition: all 0.5s ease-in-out;
  flex-wrap: wrap;
  align-items: center;
}
.link-item:hover .white-icon{
  color: #696969;
}
.link-alt {
	color: var(--dark-grey);
	text-decoration: none;
	margin-right: 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
}
.link-alt:hover, .link-alt:hover .white-icon{
  color: var(--primary);
}
.dark-blue-icon {
  color: var(--black);
  font-size: 24px;
  padding: 0px;
  /*background: var(--white);*/
  /*width: 32px;*/
  /*height: 32px;*/
  text-align: center;
  /*border-radius: 3px 3px 0px 0px;*/
}
.white-icon {
  color: var(--white);
  font-size: 14px;
  padding: 0px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.md-no-show {
  display: block;
}
.md-show {
  display: none;
}
/* =================== */

/* Navbar */
/* .navbar {
  padding-bottom: 0px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #000;
} */
/* .selected {
  color: var(--black)!important;
  background-color: var(--light-grey);
  border-radius: 100px;
} */

/* Navigation Hover Effect */
.navbar-collapse {
    position: relative;
   
}

.nav-overlay {
  position: absolute;
  background: var(--color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  border: 1px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: -1;
}

.nav-overlay.active {
  opacity: 1;
  /* transform: scale(1.02); */
}

.navbar-nav .nav-item {
  position: relative;
  transition: transform 0.2s ease;
}

/* .navbar-nav .nav-item:hover {
  transform: translateY(-1px);
} */

.navbar-nav .nav-link {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

/* Front Page (Home) */

.private-custom {
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 8px 0 8px 0;
  margin: 10px auto;
  color: var(--white)!important;
  text-shadow: 1px 1px 0px #777777;
  border-radius: 3px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  background: rgba(82, 151, 212, 1);
  background: -moz-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(82, 151, 212, 1) 0%,
    rgba(82, 151, 212, 1) 1%,
    rgba(50, 100, 160, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5297d4', endColorstr='#3264a0', GradientType=0);
}
.ad-holder {
  position: relative;
}
.filter {
  margin-left: 5px;
}
.left-ad {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.right-ad {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.testimonial-heading {
  color: #0274af;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.quotes {
  height: 32px;
  margin-left: -45px;
  margin-bottom: -48px;
  position: relative;
  z-index: 9;
}
.step_one {
  display: block;
}

.step_two {
  display: none;
}

.step_three {
  display: none;
}

.x {
  position: absolute;
  padding: 0px 4px;
  right: 5px;
  cursor: poPlay;
}
.search {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--black)!important;
	width: 100% !important;
	margin: auto !important;
	background: var(--primary) !important;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	padding: 10px;
	border-radius: 100px;
}
.enquiry-head {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #26316c !important;
  width: 100% !important;
  margin: auto !important;
}
.search:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
}
.home-image {
  width: 100%;
}
.home-image-column {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .home-image-column {
    margin-bottom: 20px;
  }
}
.home-image-text .text-wrap {
  padding: 30px;
  text-align: center;
}
.home-image-text .text-wrap .head3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px !important;
}

.branches {
  margin: 10px;
  padding: 5px;
  border-radius: 3px;
}
.branches:hover {
  background: var(--light-grey);
}
.selected-branch {
  margin: 10px;
  padding: 5px;
  border-radius: 3px;
  background: var(--secondary-medium);
}
.selected-branch .car-link {
  color: var(--white);
}
.check {
  list-style-type: none;
}
.private-heading {
  background: #ddd;
  padding: 2px;
}

.sidebar {
  position: relative;
  display: block;
  float: left;
}
.small-filter {
  display: none;
}
.hundred {
  display: inline-block;
  width: 100px;
}
.large-image {
  display: block;
}
.med-image{
  display:none;
}
.small-image {
  display: none;
}

.head1 {
	
  font-weight: 600;
  font-size: 46px;
  margin: 25px 0px;
}
.showroom-head {
	color: var(--white);
	font-weight: 800;
	font-size: 100px;
	margin: 25px 0px;
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
}

.showroom-head1-alt {
	color: var(--white);
	font-weight: 400;
	font-size: 60px;
	margin:0px;
	width: 100%;
	font-family: "Roboto Condensed", sans-serif !important;
}
.about-head1 {
	color: var(--white);
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
	font-size: 55px;
	margin: 0px;
	width: 100%;
}
.head40 {
  color: var(--black);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.head2 {

font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin:0px;
}
.book {
  font-size: 14px;
  margin: 0px 0px;
  font-family: "Roboto", sans-serif;
}
.xxx-height {
  min-height: 110px;
}
.bold {
  margin: 0px 0px;
  font-family: "Roboto", sans-serif;
}
.bold14 {
  font-size: 14px !important;
  font-family: "Play", sans-serif !important;
}
.head3 {
  color: var(--white);
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.head3.large {
  font-size: 28px;
}
.head3.grey {
  color: #4a4a4a;
}
@media (max-width: 992px) {
  .head3.grey {
    font-size: 24px;
  }
}
.head3bold {
  font-size: 24px;
  margin: 0px 0px;
  font-family: "Roboto", sans-serif;
}
.head3bold20 {
  font-size: 20px;
  margin: 0px 0px;
  font-family: "Roboto", sans-serif;
}
.head3bold16 {
  font-size: 16px;
  margin: 0px 0px;
  font-family: "Roboto", sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
.blue {
  color: #26316c !important;
}
.blue1 {
  background: var(--black);
}
.blue2 {
  background: var(--accent);
}
.blue3 {
  background: var(--black);
}
.white-font {
  color: var(--white)!important;
}
.paragraph {
  font-size: 16px;
  margin: 0px 0px;
  font-family: "Roboto", sans-serif;
}

.page-list {
  padding: 0px 100px 0px 120px;
}

.page-content-alt {
  margin: 0px 95px 0px 0px !important;
}

.page-btns {
  display: flex;
  width: 100%;
  justify-content: center;
}

.pg-btn {
  width: 25px !important;
  text-align: center !important;
  margin: 0px 0px;
  border-radius: 9px;
}
/*.e-before{*/
/*    width:50px!important;*/
/*}*/
/*.e-after{*/
/*    width:50px!important;*/
/*}*/
.e-before::before {
  content: "";
  display: inline-block;
}
.e-after::after {
  content: "";
  display: inline-block;
}
.current-page-btn {
  background-color: var(--primary);
  border-radius: 100px;
  color: var(--white)!important;
  width: 30px !important;
  height: 30px;
  padding-top: 5px !important;
}

.activ {
  color: var(--white);
  background: blue;
}

.renttobuyform {
  padding: 0px 200px;
}
.trackerform {
  padding: 0px 200px;
}
.x-height {
  padding: 5px 0px !important;
  margin-bottom: 15px;
}
.tab-content {
  width: 100%;
}

#v-pills-tab {
  width: 200px;
}

.pg-btn-ext {
  width: 100px !important;
  text-align: center !important;
  margin: 0px 5px;
  color: var(--white)!important;

}

.paginate.pg-btn-ext {
  cursor: poPlay;
  text-decoration: none;
  color: var(--white);
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
  cursor:pointer
}

.single-vehicle-heading {
  margin: 40px 0px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.single-vehicle-details-section p {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: capitalize;
}
.vehicle-content .main-content {
  float: right;
  max-width: 874px;
  padding-right: 70px;
  width: 100%;
  padding-left: 30px;
}

.single-vehicle-heading h3,
.single-vehicle-heading h5 {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
	.home-vehicles-section {
    padding:0px;
}
  .vehicle-content .main-content {
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
  .sidebar {
    width: inherit;
    padding-left: 40px;
    padding-right: 40px;
    float: none;
  }
}

.home-img {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}

.banks {
  height: 75px;
  margin: 0px 5px;
}

.car-column {
  background: var(--white);
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 7px;
}

.team-column {
  background: var(--white);
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 20px;
}
.private-column {
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 2px 8px -3px rgb(0 0 0 / 46%);
  -moz-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 2px 8px -3px rgb(0, 0, 0 / 46%);
}

.news-column {
  background: var(--white);
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.floating {
  position: relative;
}

.car-column-footer {
  padding: 10px 20px;
  font-size: 12px;
  background: var(--white);
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 50px;
}

.form {
  background: var(--white);
}
.itemdiv-make {
	display: inline-block;
	background: var(--light-grey);
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
    color:var(--black);
}
.itemdiv-model {
	display: inline-block;
	background: #b9b9b9;
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
        color:var(--black);
}

.itemdiv-year {
	display: inline-block;
background: var(--light-grey);
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
    color:var(--black);
}
.itemdiv-pricerange{
  display: inline-block;
	background: var(--light-grey);
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
    color:var(--black);
}
.itemdiv-colour {
	display: inline-block;
	background: #929292;
    color:var(--white);
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
}
color:var(--black);
.itemdiv-transmission {
	display: inline-block;
	background: #7f7f7f;
    color:var(--white);
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
    color:var(--black);
}
.itemdiv-fuel-type {
	display: inline-block;
	background: #6b6b6b;
    color:var(--white);
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
    color:var(--black);
}
.itemdiv-body-type {
	display: inline-block;
	background: #575757;
    color:var(--white);
	padding: 0px 10px;
	border-radius: 50px;
    margin-bottom:3px;
    color:var(--black);
}
.small-text {
  font-size: 14px;
  color:#999;
}
.align {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inline-flex{
  display:inline-flex!important;
}
.space-between{
  justify-content: space-between;
}
.show-items {
display: inline-block;

}
.inline-block{
  display:inline-block!important;
}

.no-display {
  display: none;
}

.btn-reset {
  border: transparent;
  background: transparent;
  border-bottom: 1px solid var(--light-grey);
  font-family: "Roboto", sans-serif;
}
.btn-reset:hover {
  color: var(--medium-grey);
  border-bottom: 1px solid var(--medium-grey);
}
.twenty {
  width: 20%;
}
.fourty {
  width: 40%;
}

/* Pages */
.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub {
  text-align: center;
}

ul li::marker {
  color: var(--black);
  font-size: 20px;
}

.heading-main {
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
  padding: 150px 0px;
  margin: 0px;
}

.page-heading {
  color: #b4002d;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px 0px;
}

.showroom-button {
	display: block;
	width: 250px;
	margin: auto;
}

.car-content {
	min-height: 130px;
	padding: 15px;
	color: var(--white);
	border-top: transparent;
	text-align: left;
}
.sub-content {
  padding: 20px;
}
.page-content {
	font-size: 16px;
	color: #444444;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-align: left;
}
.w-list {
  font-size: 16px;
  color: #444444;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.contact-page-content {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.check {
  list-style-type: none;
  width: 60%;
  text-align: left;
  margin: auto;
}

.no-bullets {
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
}

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

.car-links {
  cursor: poPlay;
}

.car-links:hover {
  color: #b4002d;
}

.end {
  display: flex;
  height: 30px;
  align-items: flex-end;
}

.link {
  color: #000;
  text-decoration: none !important;
}

.link:hover {
  color: #555;
  text-decoration: none !important;
}

.center {
  text-align: center !important;
}

.shadow {
  box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
}

.short {
  width: 20%;
}

.auto {
  width: auto;
}

.nopad {
  padding: 0px;
}

.noborder {
  border: 1px solid transparent !important;
}

.right {
  text-align: right;
}

.shares {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shares a {
  margin: 5px !important;
}

.dropdown {
  display: inline;
}

.search-hold {
  text-align: center;
}

.view-car-hold {
  text-align: right;
}

.nopad {
  padding: 0px !important;
}

.float {
  margin-top: -150px;
  position: relative;
  z-index: 99;
  /* background: var(--white); */
  border-radius: 20px;
  box-shadow: 0px 10px 20px -10px rgba(0, 26, 114, 0.2);
}
/* .float > .col-xs-12 {
    padding: 30px 30px 30px 30px;
} */

.quick-search-wrap {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .welcome-wrap {
    padding: 30px;
    display: block;
    background: var(--white)8;
    border-radius: 20px;
    width: 40%;
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  }
  .welcome-wrap:hover {
    transform: scale(1.02);
  }
  .welcome-wrap.glass::after{
    border-radius:20px;
  }
  .float.glass::after{
    border-radius:20px;
  }
  .banner-search.glass::after{
    border-radius:50px;
  }
  .rto-wrap {
    padding: 30px;
    display: block;
    background: var(--white)8;
    border-radius: 1000px;
    width: 40%;
    MARGIN: auto;
  }

  .very-small-image{
    display:none;
  }
  .mobile-image{
    display:none;
  }
  @media (max-width: 1500px) {
    .rto-wrap {
      width: 60%; 
      padding: 10px;
    }
    .clearall.no-medium{
      height:20px!important;
    }
  }
  @media (max-width: 1300px) {
    .welcome-wrap {
      width: 60%;
    }
  }
  @media (max-width: 1200px) {
   
    .clearall.no-medium{
      height:0px!important;
    }
    .rto-wrap .banks {
      height: 55px;
    }
    .rto-wrap {
      width: 80%
    }
  }
  @media (max-width: 1050px) {
    .welcome-wrap {
      width: 100%;
    }
    .rto-wrap .head2{
      margin:0px;
    }
    .rto-wrap .call-to-action {
      padding: 5px 15px;
    }
    
  }
  @media (max-width: 992px) {
   .rto-wrap .banks {
      height: 45px;
    }
    
  }
  @media (max-width: 700px) {
    .rto-wrap {
      padding: 30px;
      display: block;
      background: var(--white)8;
      border-radius: 1000px;
      width: 100%;
      MARGIN: auto;
    }
    .welcome-wrap {
      padding: 10px;
    }
    .welcome-wrap .head3 {
      margin-bottom:0px;
    }
  }
  @media (max-width: 450px) {
    .rto-wrap {
      padding: 10px;
      display: block;
      background: var(--white)8;
      border-radius: 30px;
      width: 100%;
      MARGIN: auto;
    }
    .welcome-wrap p{
      font-size: 12px;
    }
    .welcome-wrap .head3 {
      font-size: 20px;
    }
    .welcome-wrap .head1 {
      font-size: 26px;
    }
    .small-image{
      display:none!important;
    }
   
  }


.bg-white {
  background: var(--white);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 20px;
}

.bg-white h4 {
  text-align: center;
  font-weight: 600;
}

.narrow {
  margin: 10px;
}

/* CARS PAGE */
.buy-car-right {
  max-width: 1024px;
  padding-left: 50px;
  padding-top: 90px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .buy-car-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.realted-vehicles-section {
  border-top: solid 1px var(--black);
  margin-top: 60px;
  padding-top: 60px;
}
.car-holder {
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  padding: 20px 0px 0px 20px;
  margin-bottom: 30px;
}

.grey {
  color: #848482;
}

.head6 {
  text-transform: uppercase;
}
.head6-blue {
  text-transform: uppercase;
  color: var(--black);
  margin: 0px;
  font-size: 12px;
  text-align: center;
}
.head6-red {
  text-transform: uppercase;
  color: #b4002d;
  text-align: center;
  padding-bottom: 10px;
}

.head6-red:after {
  content: ""; /* This is necessary for the pseudo element to work. */
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 60%; /* Change this to whatever width you want. */
  padding-top: 10px; /* This creates some space between the element and the border. */
  border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
}

.price {
  background: #b4002d;
  color: var(--white);
  text-align: center;
  margin-right: -10px;
  font-size: 20px;
}

.bottom {
  display: flex;
  align-items: flex-end;
}

.all-car-block {
  padding-left: 30px !important;
}

.icons {
  padding-top: 10px;
  border-top: 1px solid var(--light-grey);
  margin-top: 10px !important;
}

.page-numbers {
  margin: 0px 15px;
}

.page-numbers .paginate {
  padding: 0px 3px;
}

.small {
  margin: 0px !important;
}

.uppercase {
  text-transform: uppercase;
}

.red {
  color: #b4002d !important;
}

.red-left-border {
  border-left: 2px solid #b4002d;
  padding-left: 3px;
}

.inputfile + label {
	padding: 15px;
	background: var(--primary);
	color: #000;
	font-weight: 600;
	border: 2px solid var(--primary);
	border-radius: 10px;
	width: auto;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  cursor:pointer;
}
.inputfile + label:hover {
  transform: scale(1.05);
}

.inputfile {
  display: none;
}

.height {
  height: 120px;
}

/* ======================= Enquiry Form ====================== */
.close {
  position: absolute;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
  padding: 0px 7px;
  background: var(--white);
  top: 10px;
  right: 10px;
}

#start {
  cursor: poPlay;
}

#hidden_1 {
  display: none;
}

#hidden_2 {
  display: none;
}

#hidden_3 {
  display: none;
}

#hidden_4 {
  display: none;
}

#hidden_5 {
  display: none;
}

#hidden_6 {
  display: none;
}

#hidden_7 {
  display: none;
}

#hidden_8 {
  display: none;
}

#hidden_9 {
  display: none;
}

#hidden_10 {
  display: none;
}

#hidden_11 {
  display: none;
}

#hidden_12 {
  display: none;
}

#deposit-amount-copy {
  display: none;
}

#tradein-amount-copy {
  display: none;
}

#id-number-copy {
  display: none;
}

/*===================================================================*/



.uppercase {
  text-transform: uppercase;
}

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 40, 102, 0.5);
  z-index: 9999;
  font-size: 65px;
  text-align: center;
  padding-top: 200px;
  color: var(--white);
  font-family: "Open Sans", sans-serif;
}

/* UPLOADER */

#drop_file_zone {
	border: 1px dashed var(--primary);
	border-radius: 20px;
	margin: 10px;
	text-align: center;
	padding: 20px;
}

#drag_upload_file {
  width: 50%;
  margin: 0 auto;
}

#drag_upload_file p {
  text-align: center;
}

#drag_upload_file #selectfile {
  display: none;
}

.hoverxx {
  background: var(--light-grey);
}

.thumbnail {
  height: 100px;
  margin: 10px;
  display: inline;
}

.left {
  width: 150px;
}

.img-array {
  display: inline-block;
}

.car-details {
  box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 1px 2px 9px 4px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  padding: 20px;
  background: var(--white);
}

.car-details h3 {
  text-align: center;
  font-weight: 600;
  margin: 20px 0px;
  text-transform: uppercase;
}

.car-min-details {
  padding: 10px;
}

.team-details {
  padding: 20px;
}

.car-min-details h3 {
  text-align: center;
  color: #b4002d;
  font-weight: 400;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
}

.car-min-details h6 {
  text-align: center;
  color: #000;
  font-weight: 400;
  margin: 0px 0px;
  text-transform: uppercase;
}

.team-details h3 {
  text-align: center;
  color: #b4002d;
  font-weight: 400;
  text-transform: uppercase;
}

.team-image {
  height: 200px;
  width: 200px;
  border: 10px solid #f2f5fa;
  background-size: cover !important;
  background-position: center center !important;
}
.insurance-grid {
  column-count: 3;
  gap: 30px;
}
.insurance-grid p {
  font-size: 14px;
}
.insurance-grid h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.img-holder {
	position: relative;
	height: 300px !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.advert-insert-image {
	height: 524px !important;
	width: 100%;
}
  .insurance-grid {
    column-count: 1;
  }
}
.image-box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  break-inside: avoid-column;
  margin-bottom: 30px;
}
.image-box img {
  margin-bottom: 20px;
}
.text-box {
  display: flex;
  align-items: center;
}
.insurance-image {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}

.gallery-image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  width: auto;
  margin: auto;
  border-radius: 3px;
}
.history-image {
  width: 100%;
  margin-bottom: 20px;
}
.team-heading {
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin: 0px 0px;
}
.adjust-full {
  text-align: justify;
}
.full-width {
  width: 100%;
}
.team-details p {
  text-align: center;
  color: #000;
  font-weight: 400;
  margin: 0px 0px;
}
.team-link {
  text-decoration: none;
}
.team-link:hover {
  color: #eb0205;
}
.capital {
  text-transform: capitalize;
}
.bold-blue {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.vehicle-heading {
	color: var(--black);
	font-weight: 700;
	font-size: 16px;
	padding: 15px;
	margin: 0px;
	text-align: left;
	text-transform: initial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.thirty-five {
  height: 35px;
}
.add-ons {
  border: 2px solid var(--black);
  padding: 20px;
  margin-bottom: 20px;
}
.fin-box {
  padding: 50px !important;
}
.apply-box {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
.number {
  font-size: 30px;
  font-weight: 800;
  border: 2px solid #000;
  border-radius: 50px;
  width: 50px;
  margin: auto;
}
.pad-twenty {
  padding: 20px !important;
}
.vehicle-text {
  font-size: 14px;
  color: var(--black);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
}
.vehicle-branch {
	font-size: 14px;
	color: var(--black);
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 6px;
	line-height: 16px;
	vertical-align: bottom;
}

.head2white {
  color: var(--white);
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
.vehicle-link {
  font-size: 14px;
  color: var(--black);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.vehicle-link-white {
  font-size: 14px;
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.vehicle-link:hover,
.vehicle-link-white:hover {
  color: #676767;
}

.vehicle-head {
  font-size: 34px;
}

.border-botm {
  border-bottom: 1px solid #000;
}

.share-heading {
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  background: #b4002d;
  padding: 10px;
  border-radius: 20px;
  margin-top: 10px;
}

.fotorama__stage {
  border-radius: 5px;
}

.fotorama__thumb {
  border-radius: 3px;
}

.fotorama__thumb-border {
  border-radius: 3px;
}

.car-price {
	width: 100%;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-align: left;
	color: var(--white);
	position: relative;
	bottom: 0px;
	margin: 0px;
	background: linear-gradient(0deg, #bb2611 10%, var(--primary) 100%);
	padding-left: 20px;
	padding: 10px 20px 10px 20px;
}
.installment-price {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #4862ad;
}
.wp-post-image {
  border-radius: 20px;
}
.inline-headings {
  display: flex;
  justify-content: space-between;
}
.car-image {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.left-align {
  text-align: left;
}
.left-align-center {
  text-align: left;
}
.partners {
  border: 1px solid var(--light-grey);
  padding: 50px;
  width: 100%;
}
.testimonials-block {
  background: #f2f6fa;
  padding: 0px 40px !important;
}
.testimonial-image {
  width: 100%;
}
.medium-blue {
  color: #4762af;
}

.flex-row {
  display: flex;
  justify-content: space-evenly;
}
.footer-flex-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 50px;
    position: relative;
    align-items: flex-start;
}
.min250 {
  min-width: 300px;
  max-width: 400px !important;
  margin: 20px;
}

.nav-item .nav-link, .nav-tabs .nav-link {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: var(--black);
	/* padding: 6px 12px; */
  font-family:"Roboto", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	/* border-radius: 50px; */
	font-weight: 600;
}
.nav-item .nav-link.f-link {
	color: var(--orange);
}
.branches-list .head3 {
  margin-bottom: 60px;
}
.branches-list .secondary-button {
  font-size: 12px;
}
.branches-list .nav-pills .nav-link {
  text-transform: uppercase;
  padding: 6px 12px !important;
  font-weight: 700;
  font-size: 12px !important;
}
.branches-list .nav-pills .nav-link.active {
  color: var(--accent) !important;
  background-color: #ecf6fe;
  border-radius: 100px;
  border: none;
}
.branches-list .tab-content p {
  font-size: 14px;
}
.branches-list .tab-content p.small {
  font-size: 12px;
}
.branches-list .tab-content .row {
  border-radius: 20px;
}

.branches-list .tab-pane h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.branches-list .mobile h3.blue.bold {
  padding-top: 20px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 0.7px;
}

.branches-list .mobile .nav-pills {
  justify-content: center;
}
@media screen and (max-width: 1200px) {
	.navbar-collapse {
   
    background: white;
	}
  .branches-list p.inline {
    display: block;
  }
  .branches-list p.inline .secondary-button:first-child {
    margin-bottom: 20px;
  }
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
  content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}

.nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
  color: #888888;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
}

.nav-item > .nav-link:hover {
  /* background: var(--primary); */
  border-radius: 100px;
  color: var(--medium-grey);
} 

.nav-tabs > .nav-item > .nav-link.active {
  background-color: #444;
  border-radius: 30px;
  color: var(--white);
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: var(--white);
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.contact-button .nav-link {
	background-color: var(--primary);
	color: #000;
	border-radius: 100px;
}

.contact-button .nav-link:hover {
  background-color: #f4a800;
  color: #000;
}

.card {
	border: 0;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	background: var(--accent-light);
}

.card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #ff3636;
}

.card[data-background-color="yellow"] {
  background-color: #ffb236;
}

.card[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.card[data-background-color="green"] {
  background-color: #15b60d;
}

[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: var(--white);
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: var(--white);
}

[data-background-color]:not([data-background-color="gray"])
  a:not(.btn):not(.dropdown-item) {
  color: var(--white);
}

[data-background-color]:not([data-background-color="gray"])
  .nav-tabs
  > .nav-item
  > .nav-link
  i.now-ui-icons {
  color: var(--white);
}

@font-face {
  font-family: "Nucleo Outline";
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot")
    format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
}

/* Footer */
.footer-logo{
  padding:0px 20px;
}




@media screen and (max-width: 768px) {
  .pr-none {
	padding-right: calc(var(--bs-gutter-x) * .5)!important;
}
.pl-none {
	padding-left: calc(var(--bs-gutter-x) * .5)!important;
}
  .order1{
  order: 1;
}
.order2{
  order: 2;
}
.step-card{
  margin-top:15px;
}
	.img-holder {
	position: relative;
	height: 500px !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
 
}
.footer-link-alt {
  color: var(--black);
  transition:all 0.5s ease-in-out;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
  transition:var(--transition);
}
.footer-link-alt:hover {
  color: var(--primary);
}
.footer-link {
	color: var(--secondary);
	font-size: 16px;
	font-weight: 400;
	display: block;
	transition: var(--transition);
}
.footer-link i, .footer-text i{

  font-size: 12px;
  margin-right: 5px;
}
.footer-text {
	color: var(--secondary);
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.footer-link:hover {
  color: var(--alternative-grey);
}
.footer-heading {
	color: var(--secondary);
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin: 0px;
	text-align: left;
	font-family: "Roboto", sans-serif;
}
.dark {
  color: #66b266 !important;
  text-decoration: none;
}
.dark:hover {
  font-weight: 600;
}
.sub-footer {
	background: var(--dark-grey);
	color: var(--white);
	padding-top: 25px;
	padding-bottom: 15px;
}
.sub-footer p {
  color: var(--white);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px 0px;
}
.sub-footer .copyright {
  text-transform: uppercase;
}
.sub-footer a {
  display: inline-block;
 color:var(--white);
  transition: all 0.5s ease-in-out
}
.sub-footer a:hover {
  color: var(--alternative-grey);
}



.paginate {
  cursor: poPlay;
  text-decoration: none;
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.hide-one {
  height: 50px;
}

.adjust {
  height: 50px;
}

.adjust-two {
  height: 0px;
}

.adjust-three {
  height: 0px;
}

.adjust-four {
  height: 0px;
}

.adjust-five {
  height: 0px;
  display: none;
}

.adjust-six {
  height: 0px;
  display: none;
}

.no-disp {
  display: block;
}
.no-display {
  display: none;
}
.toggle-show-hide {
  display: none;
}

.show-hide {
  display: block;
}
.flex-evenly {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.minimise60 {
  height: 30px;
}
.minimise100 {
  height: 25px;
}

.form-select {
	background: var(--secondary);
	color: var(--black);
	background-image: url("images/dropdown-arrow.svg") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.75rem center !important;
	background-size: 16px 12px auto !important;
	border: none;
	font-size: 14px;
}
.form-label {
	font-size: 12px;
	color: var(--white) !important;
	font-weight: 400;
}
.form-select.set-width,
.set-width {
  width: 100%;
  min-width: 180px;
  max-width: 300px;
  margin: auto;
}
.form-select.set-width2,
.set-width2 {
  width: 100%;
  min-width: 200px;
  margin: auto;
}

.form-select.set-width3 {
  width: 100%;
  min-width: 200px;
  margin: auto;
}

.vehicles {
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: transparent;
	color: var(--white);
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 4px 8px 0 rgba(77,77,79,0.08),0 2px 4px 0 rgba(77,77,79,0.16);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  }
  .vehicles:hover {
    transform: scale(1.02);
  }


.vehicles .img-holder {
  height: 300px;
  background-image: url("images/car-no-image.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .vehicles .img-holder {
    height: 500px;
  }
}
.vehicles:hover {
	background-color: rgba(236, 70, 46, 0.5);
	box-shadow: 0 4px 8px 0px rgba(77,77,79,0.4),0 2px 4px 0 rgba(77,77,79,0.16);
}
.vehicles .vehicle-heading,
.vehicles .vehicle-text,
.vehicles .vehicle-branch {
  transition:all 0.5s ease-in-out
}
.vehicles:hover .vehicle-heading,
.vehicles:hover .vehicle-text,
.vehicles:hover .vehicle-branch {
  color: var(--white);
}
.vehicles:hover .location-icon {
  background-color: var(--white);
}

.fotorama__nav-wrap {
  margin-top: 20px;
}
.blue-blocks {
  margin-bottom: 20px;
  max-width: 340px;
  transition: all 0.3s;
}
.blue-blocks > div:hover {
  background-color: var(--accent);
  box-shadow: 0px 10px 20px -5px rgba(0, 26, 114, 0.2);
  border-radius: 20px;
}
.blue-blocks .center {
  border-radius: 20px;
}
.blue-blocks .head2white {
  font-size: 18px;
  font-weight: 700;
}
.blue-blocks .secondary-button:hover {
  color: var(--white);
  background-color: var(--accent) !important;
  border: solid 2px var(--white);
}
.lm {
  min-height: 50px;
  display: inline-block;
}
.block {
  display: block;
}
.floating-filter {
  display: block;
  position: relative;
}
.mobile {
  display: none;
}
.pc {
  display: block;
}
.right-m {
  margin-right: 60px;
}
.space-evenly {
  justify-content: space-evenly;
}
.mobile-show {
  display: none;
}
.none {
  display: none !important;
}
.bordr {
  border: 1px solid #555;
  padding: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

.spinner-holder {
  display: flex;
  justify-content: center;
}
.right-cc {
  display: flex;
  align-content: center;
  justify-content: center;
}
.vtours {
  width: 100%;
}
@media (max-width: 1800px) {
  /*#search-list {*/
  /*    width: 30%;*/
  /*}*/
}
@media (max-width: 1550px) {
  .left-ad,
  .right-ad {
    width: 250px;
  }
}
@media (max-width: 1500px) {
  .hero-caption-wrap-top {
    width: 80%;
}
  /*#search-list {*/
  /*    width: 35%;*/
  /*}*/
}

@media (max-width: 1440px) {
  .left-ad,
  .right-ad {
    width: 200px;
  }
  .testimonial-heading {
    font-size: 16px;
  }

  .quotes {
    height: 20px;
    margin-left: -35px;
    margin-bottom: -38px;
  }

  .news-image {
    height: 400px;
  }

  .likelist {
    right: 10%;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 12px !important;
  }
}

@media (max-width: 1400px) {
  .showroom-head1 {
    font-size: 50px;
}
  .ff {
    width: auto;
  }

  .xxx-height {
    min-height: 150px;
  }
  .form-select.set-width2,
  .set-width2 {
    max-width: 340px;
    margin-bottom: 10px;
  }
  .form-select.set-width3 {
    width: 100%;
    margin: auto;
  }
  .min-head {
    min-height: 60px;
  }
  .twohundred {
    min-height: 250px;
  }
  .vehicle-link-white {
    padding: 0px;
  }
  .top-logo {
    height: 50px;
  }
  .showroom-image {
    width: 180px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 20px 10px !important;
  }

  .vehicle-head {
    font-size: 28px;
  }

  .price {
    margin-left: 0px;
  }
}

@media (max-width: 1330px) {
.search-resultspc {
	position: absolute;
	width: 300px;
	top: 65px;
	left: 1px;
	background: var(--white);
	display: none;
	z-index: 10;
	overflow-y: auto;
	margin-top: 0px;
	padding: 5px;
	height: auto;
	max-height: 500px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	font-family: "Roboto", sans-serif;
	text-align: left;
}
}
@media (max-width: 1300px) {
  .hero-caption-wrap-top {
    width: 95%;
}
.hero-caption-text {
    color: var(--black);
    padding: 10px 10px 0px;
    margin:0px;
}
}

@media (max-width: 1399px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1300px) {
.model-image {
	object-fit: cover;
	width: 100%;
	height: calc(100% - 15px);
	margin-bottom: 15px;
}
}
@media (max-width: 1200px) {
  .showroom-head1-alt {
	
	font-size: 50px;
	
}
  .showroom-head11 {
	font-size: 50px;
}
  .bright{
   border-right: 1px solid transparent;
}
.bleft{
   border-left: 1px solid transparent;
}
  .hero-caption-wrap {
    
    bottom: 0px;
    
    width: 95%;
}
  .ff {
    padding: 10px;
    margin-bottom: 10px;
  }
  .xxx-height {
    min-height: 170px;
  }
  .right-m {
    margin-right: 0px;
  }
  .min-x {
    min-height: 60px;
  }
  .line3 {
    min-height: 90px;
  }
  .offer-link {
    font-size: 14px;
  }
  .twohundred {
    min-height: 300px;
  }
  .vehicle-link,
  .vehicle-link-white {
    font-size: 13px;
  }
  .car-price {
    font-size: 20px;
  }
  .head6-blue {
    min-height: 30px;
  }
  .showroom-image {
    width: 150px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 5px !important;
  }
  .news-image {
    height: 350px;
  }

  .vehicle-heading {
    padding: 5px;
  }

  .vehicle-head {
    font-size: 24px;
  }

  .no-display {
    visibility: hidden;
  }

  .display {
    display: block;
    margin-top: 10px !important;
  }
}
@media (max-width: 1199px) {
  .card-footer {
	padding: 20px 50px;
	
}
  .nav-link {
    font-size: 12px !important;
    display: inline-block;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .small-image {
    display: block;
  }
   .large-image {
    display: none;
  }
  
  .quotes {
    display: none;
  }
}
@media (max-width: 1050px) {
  .float {
    margin-top: -100px;
  }
  .minimise60 {
    height: 15px;
  }
}
@media (min-width: 992px) {
   
  .container.max {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .showroom-head1-alt {
	
	font-size: 40px;
	
}
	.showroom-head {
   
    font-size: 80px;
	}
.text-right-mobile-left {
  text-align: left;
}
 .card-footer {
	padding: 20px 20px;
	
}
.model-heading {
	font-size: 30px;
	
}
.showroom-head11 {
	font-size: 40px;
}
.showroom-head111 {
	font-size: 40px;
}
.advert-insert-image {
	margin-bottom:20px; 
}
.vehicle-image-container {
	height: 350px;
}
.small-image {
  display: none;
  }
   .large-image {
    display: none;
  }
  .med-image{
    display: block;
  }
  .hero-caption-title.mb-3{
    margin-bottom:0px
  }
	.showroom-head1, .about-head1 {
	font-size: 50px;
}
.margin-mobile{
  margin-bottom:20px!important;
}
  .navbar-nav {
    width: 40%;
    margin: auto;
  }
  .sh {
    min-height: 88px;
  }
  .single-vehicle-heading {
    display: block;
    padding: 10px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
    


  .renttobuyform {
    padding: 0px;
  }
  .contactform {
    padding: 0px 0px;
  }
  .trackerform {
    padding: 0px 0px;
  }
  .check {
    width: 100%;
  }
  .fin-box {
    padding: 10px !important;
  }
  .floating-filter {
    display: none;
    position: absolute;
    background: #f7f7f7;
    left: 0px;
    /*width: 60%;*/
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    z-index: 999;
  }
  .small-filter {
    display: flex;
    position: relative;
    float: right;
    right: 20px !important;
    background: #f7f7f7;
    padding: 10px 15px;
    color: var(--black);
    -webkit-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.46);
    box-shadow: 1px 2px 8px -3px rgba(0, 0, 0, 0.75);
    width: 100px !important;
    border-radius: 50px;
    cursor: poPlay;
    font-size: 12px;
    top: -60px;
    align-items: center;
    z-index: 9999;
  }

  .container.footer-max {
    max-width: 1200px;
  }
  .inline-buttons {
    width: 40% !important;
  }

  .showroom-image {
    width: 100%;
  }
  .main-logo {
    padding: 0px;
    width: 100%;
  }

  .dropdown-item {
    font-size: 10px;
    text-align: center !important;
  }
  .center-on-small {
    text-align: center;
  }

  .top-logo {
    height: 50px;
  }
  .banner-heading {
    font-weight: 700;
  }

  .like-price {
    font-size: 14px !important;
    padding: 5px !important;
  }

  .floating {
    position: fixed;
    width: 200px !important;
    right: 0px;
    top: 25%;
    height: auto;
    max-height: 500px;
    overflow-y: scroll;
    text-align: center;
  }

  .vehicle-head {
    font-size: 18px;
  }
  .floating .smaller {
    font-size: 14px;
    margin-top: 20px;
  }

  .show-hide {
    display: none;
  }

  .no-disp {
    display: none !important;
  }

  .hide-one {
    display: none;
  }

  .toggle-show-hide {
    display: block;
    text-decoration: none;
    padding: 10px;
  }

  .adjust {
    height: 80px;
  }

  .adjust-two {
    height: 50px;
  }

  .adjust-three {
    height: 40px;
  }

  .skew {
    position: absolute;
    width: 100%;
    left: 0%;
    text-align: center;
    top: 100%;
  }

  .price {
    padding: 10px;
  }

  .height {
    height: 20px;
  }

  .car-image {
    height: 200px;
    width: 95% !important;
  }

  .grey {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .car-holder {
    margin-bottom: 10px;
  }
}

@media (max-width: 990px) {
  .md-no-show {
    display: none;
  }
  .md-show {
    display: block;
  }

  .footer h1 {
    font-size: 20px;
  }

  .footer p {
    font-size: 12px;
  }
}

@media (max-width: 850px) {
  .minimise100 {
    height: 25px;
  }
  .head1 {
    margin: 0px;
  }
  .testimonials-content {
    width: 60%;
    margin: auto;
  }
}

@media (max-width: 768px) {
.absolute-top {
	position: relative !important;
	width: 100%;
}
.step-card {
	width: 100%;
  margin-bottom:15px;
}
  .vehicle-image-container {
	height: 500px;
}
  .hero-caption-content.mb-3{
    margin-bottom:0px
  }
  .float-card.nmb{
  margin-bottom: 15px;
}
  .mobile-no-display {
    display: none;
  }
	.showroom-head1, .about-head1 {
	font-size: 40px;
}
	.quick-search-wrap {
	padding: 0px 0px 20px 0px;
}
  .page-list {
    padding: 0px 0px 0px 20px;
  }
  .vehicle-link,
  .vehicle-link-white {
    padding: 0px;
  }
  .sub-content {
    padding: 0px;
  }
  .vehicle-text {
    margin-bottom: 10px;
  }
  .sh {
    min-height: 60px;
  }
  .single-vehicle-heading {
    margin-bottom: 20px;
  }
  .small-hide {
    display: none;
  }
  .min-x {
    min-height: 0px;
  }
  .form-select-alt,
  .form-control-alt {
    width: 100%;
    min-width: 200px;
    margin: auto;
  }
  .hide-on-small {
    display: none;
  }
  .twohundred {
    min-height: 300px;
  }
  .page-content {
    padding: 0px;
  }
  .right {
    text-align: center;
  }
  .right-cc {
    text-align: center;
    display: flex;
    align-items: center;
  }
  #cover {
    font-size: 50px;
  }
  .carousel-caption {
    bottom: 0px !important;
  }

  .main-logo {
    width: auto;
    padding: 20px;
  }
  .large-logo {
    width: 100%;
  }

  .alt-pad {
    padding: 0px !important;
  }
  .vehicle-heading {
    padding: 10px;
  }

  .vehicle-head {
    text-align: center;
  }

  .page-heading {
    text-align: center;
  }

  .contact-heading-two {
    text-align: center;
  }

  .cntr {
    justify-content: center;
  }

  .news-image {
    height: 300px;
  }

  .adjust-four {
    height: 20px;
  }

  .adjust-six {
    display: block;
    height: 30px;
  }

  .center-it {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
  }

  .bg-white {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 40%;
    max-width: 70%;
    border-top: 1px solid var(--white);
    transform: translate(-50%, -50%);
    /* transition: all 0.8s;*/
    width: 40% !important;
    z-index: 99;
  }

  .heading-main {
    padding: 50px 0px 50px 0px;
  }

  .container.float {
    margin-top: 0px;
    max-width: 100%;
  }
}

@media (max-width: 700px) {
 
  .testimonials-content {
    width: 100%;
    margin: auto;
  }
  .left-ad,
  .right-ad {
    display: none;
  }
  .carousel-caption {
    position: absolute !important;
    top: 10% !important;
  }

  .form {
    padding: 0px;
  }
}
.modal-dialog {
  width: 50% !important;
}
@media (max-width: 660px) {
 .social {
	position: fixed;
	bottom: -255px;
	z-index: 99;
	top: auto;
	width: 100%;
	 left:0px;
}
.social ul {
	list-style-type: none;
	padding: 0;
	/* transform: translatey(-20px); */
	display: flex;
	flex-direction: column;
	transform: rotate(270deg);
	transform-origin: left;
	transform: translate(50%,0%) rotate(270deg);
	position: absolute;
	bottom: -180px;
	/* top: 0px; */
	left: 50%;
	right: 100%;
	/* height: 100%; */
}
.social ul li {
	display: block;
	margin: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 320px;
	text-align: right;
	padding: 10px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
	position: relative;
	/* top: -1000px; */
	bottom: 0px;
	/* top: 300px; */
	left: 50px;
	right: 50px;
}
    .social ul li i {
        transform: rotate(90deg);
      }
      .social ul li:hover i {
        transform: rotate(450deg);
        transition: all 1s;
      }
    

}
@media (max-width: 630px) {
  .very-small-image{
    display:block;
  }
  .small-image{
      display:none!important;
    }
    .med-image{
      display:none!important;
    }
    .large-image{
      display:none!important;
    }
    .hero-caption-title {
    color: var(--primary);
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px!important;
}
  .bg-white {
    width: 50% !important;
  }
}

@media (max-width: 600px) {
  .lg {
    font-size: 20px;
  }
  .modal-dialog {
    width: 100% !important;
  }

  .skew {
    font-size: 12px;
    height: 30px;
  }

  .adjust-three {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .min-head {
    min-height: 0px;
    padding-top: 10px;
    border-top: 1px solid rgba(38, 49, 108, 0.25);
  }
  .sub-content {
    padding: 0px;
  }
  .right-cc {
    align-items: center;
    justify-content: center;
  }
  .sub-content {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .xxx-height {
    min-height: 0px;
  }
  .sh {
    min-height: 0px;
  }
  .left-align-center {
    text-align: center;
  }
  .insurance-image {
    width: auto;
    margin-bottom: 30px;
  }
  .twohundred {
    min-height: 0px;
  }
  .home-image-column {
    margin-top: 20px;
  }
}

@media (max-width: 580px) {
  .vehicle-heading {
    padding: 10px;
  }

  .no-display {
    display: none;
  }

  .w-60 {
    width: 60% !important;
  }

  .w-40 {
    width: 40% !important;
  }

  .footer .right {
    text-align: left;
  }

  .all-car-block {
    padding-left: 15px !important;
  }
}

@media (max-width: 576px) {
  .sixty {
    width: 60% !important;
  }

  .fourty {
    width: 40% !important;
  }

  .third {
    width: 33% !important;
  }
}

@media (max-width: 550px) {
  .very-small-image{
    display:none;
  }
  .hero-caption-filters {
    display: flex;
    align-items: center;
gap:10px;
    background: rgba(0,0,0,0);
    border-radius: 150px;
    padding: 10px;
    flex-direction: column;
}
.banner-search {
    width: 80%;
    max-height: 88px;
    height: 100%;
    /* padding: 20px; */
    position: relative;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

  .mobile-image{
    display:block;
  }
  #cover {
    font-size: 36px;
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn:nth-child(n + 3) {
    font-size: 12px !important;
  }
  .img-fit {
    width: 100%;
  }

  .short {
    width: 40%;
  }
  .custom-width {
    width: 100% !important;
    float: none;
  }
}

@media (max-width: 530px) {
  .ff {
    width: auto;
  }
}

@media (max-width: 520px) {
  .heading-main {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
	.showroom-head {
   
    font-size: 60px;
	}
  .showroom-head1-alt {
	font-size: 30px;
}
  .showroom-head11 {
	font-size: 30px;
}
  .showroom-head111 {
	font-size: 30px;
}
  .showroom-head1, .about-head1 {
	font-size: 30px;
}
  .vehicle-image-container {
	height: 350px;
}
  .icon {
    font-size: 30px!important;
}
  .logo-text {
  
    font-size: 16px;
}
	.img-holder {
	position: relative;
	height: 350px !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
	.vehicles .img-holder {
	height: 300px;
}
  .search-results {
    left: -60%;
  }

  .news-image {
    height: 250px;
  }
}
@media (max-width: 488px) {
  .set-width3 {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .hero-caption-wrap {
    bottom: 0px;
   
}
  .mobile-show {
    display: block;
  }
}
@media (max-width: 460px) {
  #search-list {
    width: 280px;
  }
  .likelist {
    right: 5px;
  }
  .inline-buttons {
    width: 80% !important;
    margin: 15px !important;
  }
  .search-results {
    left: -30%;
  }
  .floating-filter {
    width: 75%;
    padding: 10px;
  }
  .small-filter {
    right: 10px;
  }
}

@media (max-width: 440px) {
  /*#search-list {*/
  /*    width: 70%;*/
  /*}*/

  .third {
    width: 50% !important;
    margin: auto;
    text-align: center;
  }

  .bg-white {
    width: 70% !important;
  }
}

@media (max-width: 410px) {
  .top-logo {
    height: 40px;
  }
  p.hero-caption-text{
    font-size:14px;
  }
  .top-logo.logo-altt{
    height:30px;
  }
  .banner-search-input {
   
    padding: 5px 12px 5px 46px;
    
}
.hero-caption-title {
    color: var(--primary);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px!important;
}
.advanced.call-to-action.vvs, .inline-50 .advanced.call-to-action{
  padding: 5px 12px 5px 12px;
}
.hero-caption-content-alt.mb-3{
  margin-bottom:0px!important;
}
  .hero-caption-filters {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0,0,0,0);
    border-radius: 150px;
    padding: 5px;
    flex-direction: column;
}
.hero-caption-wrap-top {
    top:10px;
}
  .navbar-brand {
    margin-right: 0px !important;
    width: 80%;
  }
.hero-caption-wrap {
    bottom: 0px;
}
  .skew {
    top: 100%;
  }
}

@media (max-width: 400px) {
	.card-footer {
	padding: 10px !important;
}
.model-heading {
	font-size: 20px;
}
.model-price {

	font-size: 16px;
}
.vehicle-image-container {
	height: 250px;
}
	.img-holder {
	position: relative;
	height: 250px !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
	.vehicles .img-holder {
	height: 250px;
}
	.vehicle-image {
	height: 250px !important;
}
  .half {
    width: 50%;
  }
  .space-evenly {
    justify-content: start;
  }
  .page-btns {
    flex-direction: column;
  }
  .pg-btn-ext {
    width: 100% !important;
    text-align: center !important;
    margin: 0px 5px;
  }
  .page-numbers {
    margin: 10px auto;
  }
  .pg-btn-ext {
    width: 100% !important;
    text-align: center !important;
    margin: 0px 5px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
  }

  .right {
    text-align: right;
  }
  .search-results {
    left: -20%;
  }
  .news-image {
    height: 200px;
  }

  .w-60 {
    width: 100% !important;
    text-align: center;
  }

  .w-40 {
    width: 68% !important;
    margin-top: 10px !important;
  }

  .footer-image {
    width: 60%;
  }
}

@media (max-width: 375px) {
  .search-results {
    left: -5%;
    width: 100%;
  }
  .mini-thumbnail {
    width: 50px;
    height: 40px;
  }
  /*#search-list {*/
  /*    width: 80%;*/
  /*}*/
  .carousel-caption {
    position: absolute !important;
    top: 10% !important;
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn:nth-child(n + 3) {
    font-size: 10px !important;
  }
}

@media (max-width: 360px) {
  .news-image {
    height: 200px;
  }

  .heading-main {
    padding: 50px 0px 50px 0px;
    font-size: 16px;
  }

  .thumbnail {
    height: 50px;
  }
}
@media (max-width: 350px) {
  .custom-width {
    width: 100% !important;
    float: none;
  }
}

@media (max-width: 340px) {
  #search-list {
    width: 265px;
  }
  .top-bar {
    padding: 15px 0px;
  }
  .top-logo {
    height: 35px;
  }
	.carousel-caption {
   
    top: 20% !important;
}
}
@media (max-width: 330px) {
	.vehicle-image {
	height: 200px !important;
}
  .call-to-action {
    padding: 10px;
  }
  #search-list {
    width: 245px;
  }
  .adjust-five {
    display: block;
    height: 20px;
  }
}
@media (max-width: 320px) {
  .sub-content {
    padding: 20px 0px !important;
  }
}
@media (max-width: 310px) {
  .sm {
    padding: 0px 5px !important;
  }
}

.position-sticky {
  z-index: 99;
}

/* Nested Filter Dropdown Styles */
.filter-group {
    margin-bottom: 0px;
}
.filter-with-arrow {
	background-image: url("images/dropdown-arrow.svg");
	background-repeat: no-repeat;
	background-position: right 2px center;
	background-size: 16px 12px;
}
.filter-header {
	cursor: pointer;
	padding: 10px;
	background-color: transparent;
	/* border-bottom: 1px solid #cdcdcd; */
	border-radius: 4px;
	transition: all 0.3s ease;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
	background: var(--secondary);
}



.filter-title {
	font-weight: 500;
	color: var(--dark-grey);
	display: flex;
	align-items: center;
	gap: 0px;
	font-size: 14px;
}

.filter-options {
   
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.filter-option {
	padding: 5px;
	border-bottom: 1px solid var(--light-grey);
	transition: background-color 0.2s ease;
	align-items: flex-start !important;
}

.filter-option:last-child {
    border-bottom: none;
}

.filter-option:hover {
   background-color: rgba(255,255,255,0.3); 
}

.car-label {
	cursor: pointer;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	align-items: center;
	color: var(--black);
}
.model-holder, .variant-holder {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85em;
}

.model-dropdown-label, .variant-dropdown-label {
	color: var(--black);
	font-style: italic;
}

.count-number {
	background-color: #0003;
	color: var(--black);
	border-radius: 50px;
	font-size: 10px;
	font-weight: 500;
	height: 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nested-options {
	/* background-color: #f8f9fa; */
	border-left: 1px solid var(--primary);
	margin-left: 15px;
	padding-left: 5px;
}

.nested-options-dot {
	/* background-color: #f0f8ff; */
	border-left: 1px solid var(--primary);
	margin-left: 15px;
	padding-left: 5px;
}

.filter-subheader {
    padding: 0px;
    font-weight: 600;
    color: #495057;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.c-red {
    color: var(--primary) !important;
}
.ms5{margin-left:5px!important;}
.c-blue {
	color: var(--primary) !important;
}

/* Radio button styling for nested dropdowns */
.filter-option input[type="radio"] {
    margin-right: 8px;
}
input.form-check-input{
  padding:5px;
}
.filter-option input[type="radio"]:checked + label {
	font-weight: 600;
	color: var(--primary);
	font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nested-options, .nested-options-dot {
        margin-left: 10px;
        padding: 8px;
    }
    
    .filter-option {
        padding: 6px 10px;
    }
    
    .model-holder, .variant-holder {
        font-size: 0.8em;
    }
}

/* Item display styles for selected filters */
.itemdiv-variant {
	display: inline-block;
	background-color: var(--medium-grey);
	color: white;
	padding: 1px 8px;
	/* margin: 2px; */
	border-radius: 50px;
	font-size: 13px;
}

.itemdiv-variant a {
    color: white;
    text-decoration: none;
    margin-right: 5px;
}

.itemdiv-variant a:hover {
    color: #ffcccb;
}
