
.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
	background: #1b1b1b;
}
* {
	font-family: "Outfit", sans-serif;
}
.bg-light {
	background-color: transparent !important;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
}
.carousel-caption .banner_btn_wrapper button a:hover {
    transition: 0.2s;
    letter-spacing: 1px;
}
section.Sell_your_vehicle {
    padding: 200px 0 120px;
    background: #1b1b1b;
    background: #153b3c;
    height: 100vh;
    margin-top: -116px;
}
section.Sell_your_vehicle h2 {
    text-align: left;
    font-weight: 300;
    font-size: 24px;
}

section.Sell_your_vehicle ul {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
ul.mobile_footer{
    display: none;
}
section.Sell_your_vehicle ul li {
    width: 33.333%;
    padding: 10px;
}

section.Sell_your_vehicle ul li input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    background: #3c5254;
    border: none;
    color: #ede2dc;
    border-radius: 6px;
}

header .right a {
    text-decoration: none;
    color: #fff;
}
section.Sell_your_vehicle ul.vehicle_details li textarea {
    width: 100%;
    background: #3c5254;
    border: none;
    border-radius: 6px;
    padding: 10px;
    height: 50px;
    color: #ede2dc;
}
.carousel-caption h5 {
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    font-weight: 700;
}
.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 200;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
}
section.Sell_your_vehicle ul.vehicle_details li button {
    width: 100%;
    border-radius: 6px;
    border: none;
    height: 50px;
    background: #63b5aa;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.navbar-nav a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-light .navbar-brand {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
/*.w-100 {
	height: 100vh;
}*/
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
section.Sell_your_vehicle ul li a{
    color: #000;
}
section.product_details .right_wrapper {
    padding-left: 50px;
}
header a.navbar-brand img {
    max-width: 330px;
    margin-left: 110px;
}
header .left button.toggle_menu img {
    min-width: 40px;
}
header .left button.toggle_menu {
    background: no-repeat;
    border: none;
}
header .left button.toggle_menu:focus {
    box-shadow: none;
}
.container-fluid {
    max-width: 98%;
}
header .right {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
header.topheader.active .center {
    padding: 10px;
}

header.topheader.active .center img {
    max-width: 200px;
}
.navbar-brand {
    margin-right: 0;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #153b3c;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}
.carousel-inner {
	position: relative;
}
.carousel {
    position: relative;
    margin-top: -123px;
}
.carousel-caption {
    z-index: 1;
}
.carousel-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    /* opacity: 0.5; */
}
section.home_products .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #63b4ab;
}
section.home_products .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
section.home_products ul.nav.nav-pills {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px !important;
}
.btn-close{
	background: url(../images/close.svg) center/1em auto no-repeat;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
}
header .offcanvas-body ul {
    padding: 0;
    margin-top: 30px;
}

header .offcanvas-body ul li {
	width: 100%;
    list-style-type: none;
    color: #fff;
    padding: 10px 0;
}
header .offcanvas-body ul li a {
    color: #63b4ab;
    text-decoration: none;
    font-weight: 500;
}

.carousel-caption h5 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 10px;
}
.banner_btn_wrapper button {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    background: none;
    border: 2px solid#FFF;
    margin-bottom: 10px;
}
.carousel-caption .banner_btn_wrapper button a {
    margin: 0;
    background: none !important;
    border-radius: 100px !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px 60px;
}
.banner_btn_wrapper {
    margin-top: 30px;
}

.banner_btn_wrapper button:last-child a {
    background: none !important;
    color: #fff;
}

.banner_btn_wrapper button:last-child {
    background: none !important;
}

.carousel-control-next, .carousel-control-prev{
	display: none;
}
.home_products {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    background: #153b3c;
}

h2 {
    font-size: 35px;
    color: #ede2dc;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
    text-align: center;
}
h2 span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: #ede2dc;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}	
ul{
	padding: 0;
}
li{
	list-style-type: none;
	float: left;
}
section.home_products .col_inner_wrapper img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    max-height: 234px;
    object-fit: cover;
}
section.home_products a {
    text-decoration: none;
}

section.home_products .col_inner_wrapper h3 {
    font-weight: 300;
    color: #ede2dc;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
section.home_products .col_inner_wrapper ul.car_spec {
    float: left;
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.product_details ul.car_spec {
    float: left;
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
}

section.home_products .col_inner_wrapper ul.car_spec li, section.product_details ul.car_spec li {
    color: #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-size: 14px;
    line-height: 14px;
}

section.home_products .col_inner_wrapper ul.car_spec li span, section.product_details ul.car_spec li span {
    margin: 0 5px 0 0;
    width: 20px;
}
section.home_products .col_inner_wrapper h4 {
    color: #ede2dc;
    text-align: center;
}

section.home_products .col_inner_wrapper ul.car_spec li span img, section.product_details ul.car_spec li span img
{max-width: 20px;margin-bottom: 0;}

.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    margin-bottom: 70px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #63b5aa;
    box-shadow: none;
    border-radius: 0px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex
; */
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b1b;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 15px;
}
.icon-footer {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: #153b3c;
    color: #1b1b1b;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #153b3c;
    border-radius: 100%;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}
.footer-contact-link-wrapper p {
    color: #ede2dc;
    font-size: 14px;
    margin-bottom: 0px;
}
.footer-contact-link-wrapper p a {
    color: #ede2dc;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}
footer {
    padding: 100px 0 90px;
    position: sticky;
    background-color: #194547 ;
    overflow: hidden;
    /* padding: 20px; */
    width: 100%;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: -1;
    /* height: 500px; */
}
footer .footer_logo {
    text-align: center;
}

footer .footer_logo img {
    max-width: 300px;
    margin-bottom: 40px;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #63b5aa;
}
::placeholder {
  color: #ede2dc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color:  #ede2dc;
}
footer h5 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 20px 0;
/*    border-top: 1px solid #2f2f2f;*/
    font-size: 14px;
    font-weight: 200;
}


/*animation car css start here*/
.country-wrap {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.push-bottom {
	position:absolute;
	bottom:0;
	height:100%;
}
.bottom-ground {
	background:#8d773e;
	width:102%;
	left:-1%;
	height:60px;
	bottom:0;
	position:absolute;
	box-shadow:0 2px 3px rgba(0,0,0,0.2) inset;
}
.street {
    background: #181818 url(data:image/png;base64,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);
    height: 80px;
    width: 102%;
    position: absolute;
    bottom: 0;
    box-shadow: 0 1px 16px rgb(8 8 8 / 22%) inset;
}
.street:after {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:10px;
/*	background:#cdbcb4;*/
	bottom:0;
/*	border-bottom:3px solid #72625a;*/
	z-index:1;
}
.street:before {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:7px;
	background:#c2a99d;
	bottom:-7px;
	z-index:1;
}

.street-stripe {
/*	background:#d4d4d4;*/
	background:#535353;
	height:8px;
	width:100px;
	position:absolute;
	bottom:44px;
	border-radius:2px;
	box-shadow:200px 0 0 #535353, 400px 0 0 #535353 , 600px 0 0 #535353 , 800px 0 0 #535353 , 1000px 0 0 #535353 , 1200px 0 0 #535353 , 1400px 0 0 #535353 , 1600px 0 0 #535353 , 1800px 0 0 #535353 , 2000px 0 0 #535353;
}
.grass {
	height: 40px;
  	width: 100%;
	background-color: #dbcac2;
	position:absolute;
	bottom:60px;
}
.grass:before {
    position: absolute;
    content: '';
	top: 14px;
    left: 0;
    height: 8px;
    width: 100%;
  	background-color: #b99f93;
}
.grass:after {
    position: absolute;
    content: '';
    top: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #0aa;
    background: linear-gradient(135deg, transparent 25%, #0aa 25%);
    background-size:10px 10px;
}
.sun {
	background:#ff9944;
	width:40px;
	height:40px;
	border-radius:50%;
	box-shadow:0 0 50px rgba(255,153,68,0.7);
	position:absolute;
	left:49%;
	bottom:350px;
}
.tree-1 {
	position:absolute;
	z-index:2;
	bottom:210px;
	right:10px;
	width:50px;
	height:100px;
	
}
.trunk {
	width:20%;
	height:30%;
	background:brown;
}
.branch {
	position:abslute;
	width:60%;
	height:30%;
	background:green;
	-moz-transform:rotate(45deg);
	border-radius:0 0 100% 0;
}
.branch-1 {
	border:50px solid;
	border-bottom:90px solid;
	border-color:transparent transparent #a5894a transparent;
	height: 0;
	width: 0;
	position:absolute;
	left:-50px;
	top:-70px;
}
.branch-2 {
	border-bottom: 40px solid #9d8346;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	height: 0;
	width: 100px;
	position:absolute;
	top:60px;
	left:-80px;
}
.branch-3 {
	border-bottom: 50px solid #90713b;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	height: 0;
	width: 100px;
	position:absolute;
	top:100px;
	left:-90px;
}
.mountain-1 {
	background:#cea392;
	width:500px;
	height:500px;
	position:absolute;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	bottom:-150px;
	border-radius:40px;
}
.mountain-2 {
	background:#e4dbd2;
	width:800px;
	height:800px;
	position:absolute;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	bottom:-350px;
	border-radius:40px;
	left:250px;
	z-index:-1;
	box-shadow: 0 0 25px #e4dbd2;
	opacity:0.6;
}
.la {
  position: absolute;
  bottom: 200px;
  width: 2px;
  height: 50px;
  background: $cd;
  margin-right: 20px;
}

.la:before {
  top: 5px;
  left: -10px;
  width: 22px;
  height: 2px;
  background: $cd;
}

.la:after {
  bottom: 0;
  left: -2px;
  width: 6px;
  height: 12px;
  background: $cd;
}

.l {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px #fff, 0 0 25px #fff, 0 0 50px #fff;
}

.l:nth-child(1) { left: -10px; }
.l:nth-child(2) { right: -10px; }
/*styles for car*/
.car {
	position:absolute;
	
	top:-35%;
	z-index:10;
-moz-animation:myfirst 10s  linear infinite;
-webkit-animation:myfirst 10s  linear infinite;
}
@-moz-keyframes myfirst 
{
	0%   {left:-25%;}
	100% {left:100%;}
} 
@-webkit-keyframes myfirst
{
	0%   {left:-25%;}
	100% {left:100%;}
} 
.tyre {
	width:30px;
	height:30px;
	border-radius:50%;
	background:#3f3f40;
	position:absolute;
	z-index:2;
	left:9px;
	top:20px;
-moz-animation:tyre-rotate 1s infinite linear;
  -webkit-animation:tyre-rotate 1s infinite linear;
}
@-moz-keyframes tyre-rotate {
from{-moz-transform:rotate(-360deg);}
to{-moz-transform:rotate(0deg);}
	
}
@-webkit-keyframes tyre-rotate {
from{-webkit-transform:rotate(-360deg);}
to{-webkit-transform:rotate(0deg);}
	
}
.tyre:before {
	content:'';
	width:20px;
	height:20px;
	border-radius:50%;
	background:#bdc2bd;
	position:absolute;
	top:5px;
	left:5px;
}
.gap {
	background:#3f3f40;
	width:2px;
	height:4px;
	position:absolute;
	left:14px;
	top:8px;
	box-shadow:0 9px 0 #3f3f40;
}
.gap:before {
	content:'';
	display:block;
	width:2px;
	height:4px;
	position:absolute;
	background:#3f3f40;
	box-shadow:0 12px 0 #3f3f40;
	-webkit-transform:rotate(-90deg);
	-webkit-transform-origin:0 7px;
	-moz-transform:rotate(-90deg);
	-moz-transform-origin:0 7px;
	z-index:3;
}
.car-base {
	position:absolute;
	display:block;
   	width: 125px;
   	height: 30px;
	background:#000000;
   	border-radius:  10% 10% 50% 50% / 60% 100% 20% 10%;
   	-webkit-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
   	border:solid;
   	border-color:#000000;
}
.back-bonet {
	background:  #4c4b4b;
    border-radius: 54% 25% 0 0;
    height: 22px;
    left: 11px;
    position: absolute;
    top: 8px;
    width: 40px;
}
.tyre.front {
	left:94px;
}
.car-body {
	/*width:125px;
	height:24px;
	background:#d1352b;
	border-top:1px solid #a82e27;*/
	border-bottom: 24px solid #d1352b;
    height: 0;
	top:10px;
    width: 120px;
	position:relative;
}
.car-body:before {
	content:'';
	display:inline-block;
	width:30px;
	height:24px;
	position:absolute;
	right:-5px;
	background:#d1352b;
	border-top-right-radius:4px;
	z-index:1;
}
.car-body:after {
	content:'';
	display:inline-block;
	width:121px;
	border-bottom: 1px solid #942b25;
    border-right: 2px solid transparent;
    height: 0;
	z-index:2;
	position:absolute;
}
.car-gate {
	width:32px;
	height:20px;
	background:#d1352b;
	border-radius:0 0 2px 8px / 0 0 2px 8px;
	box-shadow:0 0 0 1px #892924;
	position:absolute;
	left:48px;
	
}
.car-gate:before {
	content:'';
	width:8px;
	height:2px;
	background:#4c4b4b;
	position:absolute;
	top:2px;
	left:4px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
.car-top-back {
	background: none repeat scroll 0 0 #4C4B4B;
    border-radius: 5px 0 0 0;
    height: 20px;
    left: 4px;
    position: absolute;
    top: -20px;
    width: 58px;
}
.car-top-back:before {
	width:30px;
	height:15px;
	background:#736f6f;
	content:'';
	position:absolute;
	top:3px;
	left:8px;
	border-radius:2px;
}
.car-top-back:after {
	content:'';
	background:#4c4b4b;
	border-radius:  30%;
    height: 5px;
    left: 3px;
    position: absolute;
    top: -1px;
    width: 62px;
}
.car-top-front {
	top:-19px;
	position:absolute;
	left:47px;
	width:20px;
	height:20px;
	background:#dc4630;
	border-left: 1px solid #892924;
    border-radius: 2px 0 0 0;

}
.car-top-front:after {
	width:26px;
	height:20px;
	-webkit-transform:skew(37deg);
	-moz-transform:skew(37deg);
	background:#dc4630;
	content:'';
	position:absolute;
	top:0;
	left:6px;
	border-radius:4px 0 4px 4px;
}
.car-top-front:before {
	width:12px;
	height:5px;
	background:#dc4630;
	content:'';
	position:absolute;
	top:14px;
	left:28px;
	z-index:1;
	border:solid #a82e27;
	border-width:0 1px 1px 0;
}
.wind-sheild {
	top:3px;
	left:3px;
	position:absolute;
	z-index:3;
	width:18px;
	height:12px;
	background:#f5e7e7;
	border-radius:0 3px 0 0;
}
.wind-sheild:after {
	width:12px;
	height:12px;
	-webkit-transform:skew(25deg);
	-moz-transform:skew(25deg);
	background:#f5e7e7;
	content:'';
	position:absolute;
	top:0;
	left:10px;
	border-radius:3px;
}
.boundary-tyre-cover {
	position:absolute;
	top:14px; left:10px;
	border-bottom: 20px solid #4c4b4b;
   	border-right: 10px solid transparent;
	height:0;
	width:20px;
}
.boundary-tyre-cover:before {
	content:'';
	position:absolute;
	display:inline-block;
	background:#4c4b4b;
	height:20px;
	width:15px;
	-webkit-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	border-radius:3px;
	left:-6px;
	top:0;
}
.boundary-tyre-cover:after {
	content:'';
	position:absolute;
	display:inline-block;
	background:#4c4b4b;
	height:20px;
	width:20px;
	-webkit-transform:skewx(40deg);
	-moz-transform:skewX(40deg);
	border-radius:3px;
	right:-14px;
	top:0;
}
.boundary-tyre-cover-inner {
	position:absolute;
	top:4px; left:4px;
	border-bottom: 16px solid black;
   	border-right: 10px solid transparent;
	height:0;
	width:15px;
	z-index:2;
}
.boundary-tyre-cover-inner:before {
	content:'';
	position:absolute;
	display:inline-block;
	background:black;
	height:16px;
	width:15px;
	-webkit-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	border-radius:3px 3px 0 0;
	left:-6px;
	top:0;
}
.boundary-tyre-cover-inner:after {
	content:'';
	position:absolute;
	display:inline-block;
	background:black;
	height:16px;
	width:20px;
	-webkit-transform:skewx(40deg);
	-moz-transform:skewX(40deg);
	border-radius:3px 3px 0 0;
	right:-11px;
	top:0;
}
.boundary-tyre-cover-back-bottom {
	position: absolute;
	width: 14px;
	height: 8px;
	background: #4c4b4b;
	top: 12px;
	left: -19px;
}
.bonet-front {
	background: #d1352b;
    border-radius: 5px 258px 0 38px / 36px 50px 0 0;
    height: 4px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 40px;
    z-index: 0;
}
.back-curve {
	background: none repeat scroll 0 0 #4C4B4B;
    border-radius: 960% 100% 0 0;
    height: 20px;
    left: -3px;
    position: absolute;
    top: 1px;
    transform: rotate(6deg);
    width: 5px;
}
.stepney {
	height: 6px;
    left: -4px;
    position: absolute;
    top: 6px;
    width: 8px;
    z-index: -1;
	background:#3f3f40;
}
.stepney:before {
	width:8px;
	height:12px;
	background:#3f3f40;
	content:'';
	position:absolute;
	top:-10px;
	left:-7px;
	border-radius:3px 3px 0 0;
}
.stepney:after {
	width:8px;
	height:12px;
	background:#0d0c0d;
	content:'';
	position:absolute;
	top:0px;
	left:-7px;
	border-radius:0 0 3px 3px;
}
.tyre-cover-front {
	background:#4c4b4b;
	height: 4px;
    left: 97px;
    position: absolute;
    top: 13px;
    width: 22px;
    z-index: 1;
}
.tyre-cover-front:before {
	background: none repeat scroll 0 0 #4c4b4b;
    content: "";
    display: inline-block;
    height: 21px;
    left: -10px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 10px;
    z-index: 6;
	border-radius:4px 0 0 0;
}
.tyre-cover-front:after {
	background: none repeat scroll 0 0 #4c4b4b;
    content: "";
    display: inline-block;
    height: 6px;
    left: 14px;
    position: absolute;
    top: 0;
    transform: skewX(30deg);
    width: 17px;
    z-index: 6;
	border-radius:0 4px 2px 0;
}
.boundary-tyre-cover-inner-front {
	position:absolute;
	top:4px; left:4px;
	border-bottom: 16px solid black;
   	border-right: 10px solid transparent;
	height:0;
	width:15px;
	z-index:7;
}
.boundary-tyre-cover-inner-front:before {
	background: none repeat scroll 0 0 #000000;
    border-radius: 3px 3px 0 0;
    content: "";
    display: inline-block;
    height: 17px;
    left: -10px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 15px;
}
.boundary-tyre-cover-inner-front:after {
	content:'';
	position:absolute;
	display:inline-block;
	background:black;
	height:16px;
	width:20px;
	-webkit-transform:skewx(25deg);
	-moz-transform:skewX(25deg);
	border-radius:3px 3px 0 0;
	right:-12px;
	top:0;
}
.base-axcel {
	background: none repeat scroll 0 0 black;
    bottom: -15px;
    height: 10px;
    left: 30px;
    position: absolute;
    transform: rotate(-2deg);
    width: 70px;
	z-index:-1;
}
.base-axcel:before {
	background: none repeat scroll 0 0 black;
    border-radius: 0 0 0 10px / 0 0 0 5px;
    content: "";
    height: 10px;
    left: -35px;
    position: absolute;
    top: -2px;
    transform: rotate(6deg);
    width: 30px;	
}
.base-axcel:after {
	background: none repeat scroll 0 0 black;
    border-radius: 0 0 0 10px / 0 0 0 5px;
    content: "";
    height: 10px;
    right: -33px;
    position: absolute;
    top: -1px;
    transform: rotate(-4deg);
    width: 40px;
	border-radius:0 10px 5px 0;	
}
.front-bumper {
	background: none repeat scroll 0 0 #4c4b4b;
    border-radius: 0 2px 2px 0;
    height: 8px;
    position: absolute;
    right: -15px;
    width: 11px;
    z-index: 1;
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
}
.front-bumper:before {
	background: none repeat scroll 0 0 #000000;
    content: "";
    height: 10px;
    left: -7px;
    position: absolute;
    transform: rotate(-22deg);
    width: 9px;
    z-index: 1;
}
.car-shadow {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -15px;
    box-shadow: -5px 10px 15px 3px #000000;
    left: -7px;
    position: absolute;
    width: 136px;
}
/*noise css*/

.noise {
	position: relative;
	z-index: 1;
	}
		
.noise:before, .body-noise:before {
	content: "";
	position: absolute;
	z-index: -1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image: url(data:image/png;base64,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);

	}
.hill {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 250px;
  border-top-right-radius: 160%;
  border-top-left-radius: 100%;
  background-color: #adde60;
  z-index:-1;
}
.hill:after {
  content: '';
	position: absolute;
  bottom: -100px;
  right: -400px; 
	width: 120%;
  height: 110%;
  border-top-right-radius: 100%;
  border-top-left-radius: 0%;
  background-color: #94c943;
  -moz-transform:rotate(-12deg);
  -webkit-transform:rotate(-12deg);
  box-shadow:0 0 25px #cbf191 inset;
}
.hill:before {
  background-color: #93cc3a;
    border-top-left-radius: 0;
    border-top-right-radius: 100%;
    bottom: -70px;
    content: "";
    height: 110%;
    left: -54px;
    position: absolute;
    transform: rotate(4deg);
    width: 120%;
}
.cloud {
	background:#fff;
	width:150px;
	height:50px;
	border-radius:50px;
	position:absolute;
	left:450px;
	top:150px;
}
.cloud:before {
	width:100px;
	height:100px;
	content:'';
	position:absolute;
	bottom:0;
	left:-15px;
	border-radius:50px;
	box-shadow:100px 0 0 #fff;
	background:#fff;
}
/*animation car css end here*/


.topheader {
    transition: 0.5s ease;
    top: 0;
    background: none;
    z-index: 9;
    position: relative;
    padding: 20px 0;
}
.active_header {
  background: yellow;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
header.topheader.active nav.navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: 0.5s ease;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* padding: 8px 0; */
    /* -webkit-backdrop-filter: blur(10px); */
    /* backdrop-filter: blur(10px); */
    /* -webkit-animation: slideDown 0.35s ease-out; */
    animation: slideDown 0.35s ease-out;
    background: hsl(182deg 48% 16% / 85%);
}

/*about css*/
section.about_us {
    margin-top: -52px;
    padding: 200px 0 120px;
    background: #0d0d0d;
    background: #153b3c;
}
section.about_us h2 span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: #ede2dc;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}
section.about_us h2 {
    font-size: 35px;
    color: #ede2dc;
    position: relative;
    line-height: 1.25em;
    font-weight: 700;
    margin-bottom: 0;
     text-align: left; 
}
section.about_us p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    margin-bottom: 15px;
}
section.about_us ul.list li {
    /* position: relative; */
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
section.about_us ul.list li .list-icon {
    display: grid;
    margin-right: 20px;
}
section.about_us ul.list li .list-icon span {
    font-size: 11px;
    color: #f5b754;
    background-color: #1b1b1b;
    background-color: #63b5aa;
    text-align: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
section.about_us ul.list li .list-icon span img {
    max-width: 12px;
}
section.about_us ul.list {
    float: left;
    width: 100%;
    margin-top: 20px;
}
section.about_us ul.list li .list-text p {
    margin: 0;
}
section.about_us .col_right_wrapper img {
    width: 100%;
    border-radius: 40px;
}
section.about_us .col_inner_wrapper {
    float: left;
}
section.about_us .row {
    display: flex;
    align-items: center;
}
section.breadcrumbs {
    background: url(../images/inner_banner.jpg) no-repeat;
    margin-top: -115px;
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.breadcrumbs h2 {
    color: #fff;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    font-weight: 300;
}
section.breadcrumbs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
}
section.product_details h1 {
    color: #ede2dc;
    font-size: 52px;
    padding-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 35px;
}
section.product_details h1 span {
    display: block;
    font-weight: 300;
    font-size: 34px;
    margin-top: 20px;
}
section.product_details .right_wrapper ul.car_primary_details li .inner_wrapper {
    float: left;
    text-align: center;
}
/*about testimonial start*/
.testimonial {
    /* width: 100%; */
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #153b3c;
    color: #3d5a80;
    padding: 0 0 100px;
}

.testimonial-slide {
    padding: 40px 20px;
}

.testimonial_box {
}

.testimonial_box-top {
    background-color: #194547;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    /* box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493); */
    position: relative;
}
.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #f5b754;
}

.testimonial_box-text {
    padding: 10px 0;
}

.testimonial_box-text p {
    margin-bottom: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95em;
    color: #fff;
    margin-bottom: 15px;
}

.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}


.testimonial_box-top .stars {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 0 0 0 20px;
    color: #f5b754;
    background: #0d0d0d;
    background: #153b3c;
}
.testimonial_box-top .stars i {
    font-size: 10px;
    margin: 0 1px;
}
.testimonial_box-top .stars .shap-right-bottom {
    position: absolute;
    bottom: -25px;
    right: -2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonial_box-top .stars .shap-left-top {
    position: absolute;
    top: -2px;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonial_box-top .stars .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}
.testimonial_box-top .stars .shap-right-bottom svg path {
    fill: #0d0d0d;
    fill: #153b3c;
}
.testimonial_box-top .stars .shap-left-top svg {
    width: 24px;
    height: 24px;
}
.testimonial_box-top .stars .shap-left-top svg path {
    fill: #0d0d0d;
        fill: #153b3c;
}
.testimonial_box-top .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -30px;
    bottom: -30px;
    position: relative;
}
.testimonial_box-top .img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #0d0d0d;
    background: #153b3c;
}
.testimonial_box-top .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 60px;
    border-radius: 100px;
}
.testimonial_box-top .info h6 {
    font-family: 'Outfit', sans-serif;
    color: #63b5aa;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.testimonial_box-top .info p {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
}
.testimonial_box-top .img-curv .shap-left-top {
    position: absolute;
    top: -22px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonial_box-top .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}
.testimonial_box-top .img-curv .shap-left-top svg path {
    fill: #153b3c;
}
.testimonial_box-top .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -2px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonial_box-top .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -2px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonial_box-top .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}
.testimonial_box-top .img-curv .shap-right-bottom path {
    fill: #153b3c;
}
.testimonial_box-top .info .user_name_designation {
    padding-left: 20px;
}
.testimonial_box-top .stars span.rate {
    display: flex;
}

.testimonial_box-top .stars i img {
    max-width: 12px;
}
section.car_detailing {
    margin-top: 0 !important;
    padding: 120px 0;
    border-top: 1px solid;
}
/*about testimonial end*/

/*product details css start*/
section.product_details .thumbnail-container {
            overflow-x: auto;
            white-space: nowrap;
            padding-bottom: 15px;
        }
        .thumbnail-container img {
            display: inline-block;
            width: 100px;
            height: auto;
            margin: 0 5px;
            cursor: pointer;
        }

section.product_details {
    padding: 200px 0;
    background: #153b3c;
    margin-top: -116px;
}
section.product_details a.test_drive button {
    border: none;
    background: none;
    color: #ffffff;
    text-align: center;
    width: max-content;
    border: 1px solid #63b5aa;
    padding: 15px 150px;
    border-radius: 4px;
    font-size: 18px;
    background: #63b5aa;
    text-transform: uppercase;
    font-weight: 600;
}
section.product_details .btn_wrapper_one {
    float: left;
    margin-top: 0 !important;
}
section.product_details .carousel-control-next, section.product_details .carousel-control-prev {
    display: block;
}
section.product_details .carousel {
    position: relative;
    margin-top: 0;
}
section.product_details .carousel-item {
    height: auto !important;
    min-height: 300px;
}
section.product_details h3 {
    color: #ede2dc !important;
    float: left;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 900;
    margin-right: 40px;
}
section.product_details .right_wrapper ul.car_primary_details {
    float: left;
    width: 100%;
    margin: 45px 0 45px;
    /* background: #1b1b1b; */
    border-radius: 10px;
    /* padding: 35px 20px 20px; */
}
section.product_details .right_wrapper ul.car_primary_details li {
    width: 25%;
    text-align: left;
    margin-bottom: 30px;
    /* border: 1px solid; */
    padding: 0;
}

section.product_details .right_wrapper ul.car_primary_details li h5 {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

section.product_details .right_wrapper ul.car_primary_details li h6 {
    color: #63b5aa;
    font-size: 14px;
    font-weight: 400;
}
section.car_detailing a.btn_car_detailing button {
    border: none;
    padding: 10px 50px;
    border-radius: 100px;
}

section.product_details .right_wrapper ul.features_list {
    float: left;
    width: 100%;
    background: #1b1b1b;
    border-radius: 10px;
    padding: 35px 20px 20px;
}

section.product_details .right_wrapper ul.features_list li {
    width: 50%;
    margin: 5px 0;
    color: #bdbdbd;
    font-weight: 400;
    font-size: 16px;
}
section.product_details .right_wrapper .row.over_view {
    float: left;
    width: 100%;
    background: #1b1b1b;
    border-radius: 10px;
    padding: 35px 20px 20px;
    margin: 0;
}
section.product_details .js-whatsapp {
    font-weight: 700;
    background: none;
    font-size: 20px;
    border: none;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    border: 2px solid#43b14f;
    border-radius: 6px;
    color: #fff;
    padding: 7px 50px;
    background: #43b14f;
}
section.product_details .btn_wrapper_one a.mw_product_details_call {
    float: left;
}
section.product_details .js-whatsapp span {
    margin-right: 10px;
}
section.product_details .js-whatsapp:focus {
    box-shadow: none;
}
section.product_details .right_wrapper ul.features_list li span img {
    max-width: 22px;
}

section.product_details .right_wrapper ul.features_list li span {
    margin-right: 15px;
}
section.product_details .right_wrapper .row.over_view ul li button.active {
    background: none !important;
    border: none;
    border-bottom: 3px solid#fff;
    font-size: 18px;
    color: #fff;
    padding: 10px 40px;
}
section.product_details .right_wrapper .row.over_view ul li button {
    background: none !important;
    border: none;
    font-size: 18px;
    color: #bdbdbd;
    padding: 10px 40px;
}
section.product_details .right_wrapper .row.over_view tbody {
    border-color: #343434;
}
section.product_details .right_wrapper .row.over_view ul.nav.nav-tabs {
    border-bottom: 1px solid #818181;
    margin-bottom: 20px;
}
section.product_details .carousel-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: unset;
    opacity: 0.5;
}
section.product_details .thumbnail-container .img-thumbnail {
    display: inline-block;
    width: 160px;
    height: 100px;
    margin: 0 5px;
    cursor: pointer;
    border: none !important;
    background: none;
    padding: 0;
    object-fit: cover;
}
section.product_details .right_wrapper .row.over_view tbody th {
    color: #bdbdbd;
    text-transform: capitalize;
    font-weight: 300;
    padding-left: 0;
    font-size: 14px;
}

section.product_details .right_wrapper .row.over_view tbody td {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

section.product_details .thumbnail-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
section.product_details .thumbnail-container::-webkit-scrollbar-track {
  border-radius: 0;
  background: #333;
}
 
/* Handle */
section.product_details .thumbnail-container::-webkit-scrollbar-thumb {
  background: #bdbdbd; 
  border-radius: 0;
}
section.product_details .pulse {
    height: 53px;
    width: 53px;
    /* background-color: #1561c9; */
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.product_details .pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #1561c9;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}
section.product_details .pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #1561c9;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}
.circle {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    transform: translate(0);
    width: 60px;
    height: 60px;
    background-color: rgb(33 54 81);
    color: white;
    text-align: center;
    line-height: 100px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 50%;
    font-size: 1.3rem;
    display: flex
;
}
.circle:hover {
    cursor: pointer;
}
.circle::after, .circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 95, 122, 1);
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}
.circle::after {
    background: rgb(205 189 156);
}
.circle::before {
    background: rgb(205 189 156);
    animation-delay: -0.5s;
}
a.mw_product_details_call {
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 99999999;
}
@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}
    .carousel-item img {
        height: 100vh;
        object-fit: cover;
    }
/* Handle on hover */
section.product_details .thumbnail-container::-webkit-scrollbar-thumb:hover {
  background: #999; 
}
/*product details css end*/
/*section.product_details .carousel-item img {*/
/*    height: auto !important ;*/
    
/*}*/
section.product_details .carousel-item img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
/*media query*/
@media only screen and (max-width: 1200px) {
section.product_details h1 {
    color: #ede2dc;
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 55px;
}
section.product_details h1 span {
    display: block;
    font-weight: 300;
    font-size: 34px;
    margin-top: 0;
}
section.product_details .right_wrapper ul.car_primary_details {
    float: left;
    width: 100%;
    margin: 20px 0;
    /* background: #1b1b1b; */
    border-radius: 10px;
    /* padding: 35px 20px 20px; */
}
section.product_details .right_wrapper {
    padding-left: 10px;
    margin-top: 50px;
}
section.product_details .js-whatsapp {
    font-weight: 700;
    background: none;
    font-size: 20px;
    border: none;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    border: 2px solid#43b14f;
    border-radius: 6px;
    color: #fff;
    padding: 7px 50px;
    background: #43b14f;
    margin-bottom: 20px;
}
section.product_details a.test_drive button {
    border: none;
    background: none;
    color: #ffffff;
    text-align: center;
    width: max-content;
    border: 1px solid #63b5aa;
    padding: 15px;
    border-radius: 4px;
    font-size: 18px;
    background: #63b5aa;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}
.carousel-caption h5 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
    font-weight: 700;
}
.carousel-caption p {
    width: 80%;
    margin: auto;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
}
.carousel-caption {
    bottom: 55%;
    transform: translateY(50%);
}
}
@media only screen and (max-width: 991px) {
.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
}
    .carousel-item img {
        height: 100vh;
        object-fit: cover;
    }
/*.carousel-item img {
    height: auto;
    object-fit: cover;
}*/
}

@media only screen and (max-width: 767px) {
.navbar .left {
    display: none;
}
.carousel-caption .banner_btn_wrapper button a {
    margin: 0;
    background: none !important;
    border-radius: 100px !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px 40px;
}
header.topheader.active .center img {
    max-width: 130px;
}
header .left button.toggle_menu {
    background: no-repeat;
    border: none;
    padding: 0;
}
.carousel-item img {
    height: 100vh;
    object-fit: cover;
}
section.product_details .carousel-item {
    height: auto !important;
    min-height: auto;
}
section.about_us {
    margin-top: -52px;
    padding: 150px 0 120px;
    background: #0d0d0d;
    background: #153b3c;
}
section.product_details {
    padding: 200px 0;
    background: #153b3c;
    margin-top: -175px;
}
section.product_details {
    padding: 200px 0 100px;
    background: #153b3c;
    margin-top: -175px;
}
section.product_details h1 {
    color: #ede2dc;
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 45px;
}
ul.mobile_footer {
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999999999999;
    background: #63b4ab;
    bottom: 0;
    margin: 0;
    border-radius: 20px 20px 0 0;
}
ul.mobile_footer li {
    color: #fff;
    width: 50%;
    text-align: center;
    border-right: 1px solid #3f3f3f;
}

ul.mobile_footer li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.Sell_your_vehicle {
    padding: 150px 0 70px;
    height: auto;
}
section.Sell_your_vehicle ul li {
    width: 100%;
    padding: 10px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: jus`tify;
    justify-content: space-between;
    flex-direction: column;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 50px;
    margin-right: 20px;
    margin-left: 30px;
    background-color: #2f2f2f;
}
.container, .container-md, .container-sm {
    max-width: 90% !important;
}
	.navbar-nav {
		text-align: center;
		background: rgba(0, 0, 0, 0.5);
	}
	.carousel-caption {
		bottom: 50%;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
footer .footer_logo img {
    max-width: 180px;
    margin-bottom: 40px;
}
header a.navbar-brand img {
    max-width: 140px;
    margin-left: 0;
}
.banner_btn_wrapper button {
    margin: 0 0 20px;
    padding: 0;
    border-radius: 100px;
}
header .left button.toggle_menu img {
    min-width: 30px;
}
.home_products {
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
}
}
/*contact form error msg*/
.alert-message {
  display: none;
  text-align: center;
  margin-top: 0px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  animation: fadeIn 0.4s ease;
}

.alert-error {
  background-color: #ffdddd;
  border: 1px solid #e74c3c;
  color: #c0392b;
}

.alert-success {
  background-color: #ddffdd;
  border: 1px solid #2ecc71;
  color: #27ae60;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


