:root {
  --color-primary: #0c3c78;
  --color-secondary: #c60001;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: var(--bs-black);
}
a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.color-primary {
  color: var(--color-primary);
}
.color-secondary {
  color: var(--color-secondary);
}
.border-primary {
  border-color: var(--color-primary) !important;
}
.border-secondary {
  border-color: var(--color-secondary) !important;
}
.font-xs {
  font-size: 13px;
}
.font-sm {
  font-size: 14px;
}
.font-normal {
  font-size: 16px;
}
.font-lg {
  font-size: 18px;
}
.font-300 {
  font-weight: 300 !important;
}
.font-500 {
  font-weight: 500 !important;
}
.font-600 {
  font-weight: 600 !important;
}
.font-700 {
  font-weight: 700 !important;
}
.font-800 {
  font-weight: 800 !important;
}
/*.........top-header.........*/
.top-header {
  padding: 15px 0;
}
.top-header .navbar {
  padding: 0;
}
.top-header .navbar-nav li {
  margin-left: 40px;
}
.top-header .navbar-nav li a {
  color: var(--bs-black);
  font-weight: 500;
  font-size: 16px;
}
.top-header .navbar-nav li a.active,
.top-header .navbar-nav li a:hover {
  color: var(--color-secondary);
}
.top-header .navbar-nav li a.btn {
  background: #eaeaea;
  padding: 12px 20px;
  border-radius: 10px;
}
.top-header .navbar-nav li.sell-car {
  margin-left: 10px;
}
.top-header .navbar-nav li.sell-car a {
  color: var(--bs-white);
  background: var(--color-secondary);
}
.top-header .navbar-nav li.sell-car a:hover {
  background: var(--color-primary);
}
/*.............banner-section.............*/
.banner-section {
  border-bottom: 5px solid var(--color-secondary);
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
}
.banner-section::after {
  content: "";
  width: calc(50% + 150px);
  margin-left: -150px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/banner-bg.png") left bottom / contain repeat-x;
  z-index: -1;
}
.banner-section .content h1 {
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 300;
  margin: 0;
}
.banner-section .content h1 b {
  display: block;
  font-weight: 700;
}
.banner-section .car-img {
  padding: 40px 0 0;
  position: relative;
  z-index: 2;
}
.banner-section .car-img img {
  margin: 0 0 -55px;
}
/*............car-listing.............*/
.car-listing {
  padding: 60px 0;
  position: relative;
}
.car-listing.certified-cars {
  background: url("../images/triange-shape.svg") left top / 48% no-repeat;
}
.car-box {
  background: #fae6e7 url("../images/car-box-bg-r.jpg") center center / cover no-repeat;
  border-radius: 15px;
  padding: 20px;
}
.car-box .car-info,
.car-box .car-info .car-name {
  display: flex;
  display: -ms-flexbox;
  gap: 10px;
  align-items: flex-start;
}
.car-box .car-info .car-name {
  flex: 1;
}
.car-box .car-info .car-name .icon {
  flex: 0 0 35px;
  aspect-ratio: 1;
  line-height: 35px;
  border-radius: 100%;
  background: var(--color-secondary);
  text-align: center;
  margin: 5px 0 0;
  color: var(--bs-white);
}
.car-box .car-info .info-inner .name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 3px;
}
.car-box .car-info .info-inner .type {
  color: #050b20c4;
}
.car-box .car-info .info-inner .type i {
  color: #e4aeb0;
}
.car-box .car-info .like-btn {
  width: 33px;
  height: 33px;
  background: var(--bs-white);
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
  padding: 0;
  color: #9d9d9d;
  font-size: 19px;
}
.car-box .car-info .like-btn.active {
  background: var(--color-secondary);
  color: var(--bs-white);
}
.car-box .car-img {
  margin: 25px 0;
  text-align: center;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.car-box .rating {
  display: flex;
  color: #ff8000;
  gap: 1px;
  margin: 0 0 15px;
  font-size: 13px;
}
.features-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 3px;
}
.features-list .feature {
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 6px;
  border-radius: 50px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.car-box .price-cart_btn {
  padding: 10px 0 0;
  margin: 18px 0 0;
  border-top: 0.6px solid rgba(233, 176, 178, 0.6);
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.car-box .price-cart_btn .price {
  font-size: 17px;
  font-weight: 800;
}
.car-box .price-cart_btn .vat {
  font-size: 10px;
}
.car-box .price-cart_btn .cart-buttons {
  display: flex;
  display: -ms-flexbox;
  gap: 5px;
}
.car-box .cart-buttons .add-btn {
  border-radius: 8px;
  border: 2px solid var(--color-secondary);
  text-align: center;
  color: var(--color-secondary);
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 4px 15px;
}
.car-box .cart-buttons .add-btn:hover {
  background: var(--color-secondary);
}
.car-box .cart-buttons .add-btn svg {
  width: 10px;
}
.car-box .cart-buttons .add-btn:hover svg path {
  stroke: var(--bs-white);
}
.car-box .cart-buttons .test-btn {
  background: var(--color-primary);
  color: var(--bs-white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  border-color: var(--color-primary);
}
.car-box .cart-buttons .test-btn img {
  width: 13px;
}
.car-box .cart-buttons .test-btn:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.global-heading {
  font-size: 52px;
  font-weight: 800;
  margin: 0 0 40px;
  position: relative;
}
.global-heading.xs {
  font-size: 28px;
  font-weight: 700;
}
.global-heading.sm {
  font-size: 48px;
  font-weight: 600;
}
.global-heading.md {
  font-size: 40px;
  font-weight: 700;
}
.global-heading.s1 {
  font-size: 32px;
  font-weight: 600;
}
.global-heading.s2 {
  font-size: 36px;
  font-weight: 700;
}
.global-divider {
  width: 65px;
  height: 2px;
  background: var(--color-secondary);
}
.global-btn {
  background: var(--color-secondary);
  padding: 13px 30px;
  color: var(--bs-white);
  border-radius: 9px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-align: center;
  border: 1px solid var(--color-secondary);
}
.global-btn.btn-full-width {
  width: 100%;
  justify-content: center;
}
.global-btn.btn-lg {
  padding: 17px 50px;
}
.global-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--bs-white);
}
.global-btn.primary {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.global-btn.primary:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.global-btn.outline {
  border: 1px solid var(--bs-white);
  background: none;
}
.global-btn.outline:hover {
  border-color: var(--color-primary);
}
.global-btn.outline.secondary,
.global-btn.outline.secondary:active {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.global-btn.outline.secondary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.global-btn.outline.primary,
.global-btn.outline.primary:active {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.global-btn.outline.primary:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.car-listing .view-all {
  position: absolute;
  right: 12px;
  top: 11px;
}
/* ............request-call......... */
.request-call .request-inner {
  background: var(--color-secondary);
  padding: 30px 0 30px 40px;
  border-radius: 15px;
  color: var(--bs-white);
  position: relative;
  z-index: 2;
}
.request-call .request-inner p {
  font-size: 22px;
  font-weight: 300;
}
.request-call .global-btn {
  margin-right: 8px;
  padding: 12px 28px;
}
.car-listing.verified-cars {
  padding: 100px 0 60px;
  margin-top: -60px;
  background: url("../images/triange-shape2.svg") left top / 47% no-repeat;
}
/* ......car box style 2.... */
.car-box.s2 {
  background: #d7def0 url("../images/car-box-bg-b.jpg") center center / cover no-repeat;
}
.car-box.s2 .car-info .car-name .icon {
  flex: 0 0 29px;
  line-height: 29px;
  background: var(--color-primary);
}
.car-box.s2 .car-info .info-inner .name {
  font-size: 16px;
}
.car-box.s2 .car-info .info-inner .type {
  font-size: 12px;
}
.car-box.s2 .car-info .like-btn {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.car-box.s2 .price-cart_btn {
  border-top: 0.6px solid #d8d8d8;
}
.car-box.s2 .car-img {
  margin: 20px 0;
  min-height: 140px;
}
/* .............dealer-seller.......... */
.dealer-seller .box-wrap {
  background: var(--color-primary);
  padding: 30px;
  border-radius: 15px;
  color: var(--bs-white);
}
.dealer-seller .box-wrap h3 {
  font-size: 36px;
  font-weight: 700;
}
.dealer-seller .box-wrap .global-btn:hover {
  border: 1px solid var(--bs-white);
}
.listed-cars .row > div {
  flex: 0 0 20%;
  width: 20%;
}
/* ......car box style 3.... */
.car-box.s3 {
  background: #e8e8e8 url("../images/car-box-bg-g.jpg") center center / cover no-repeat;
}
.car-box.s3 .car-info .info-inner .name {
  font-size: 15px;
}
.car-box.s3 .car-info .info-inner .type {
  font-size: 11px;
}
.car-box.s3 .car-info .like-btn {
  width: 24px;
  height: 24px;
  line-height: 26px;
  font-size: 13px;
}
.car-box.s3 .car-img {
  margin: 10px 0;
  min-height: 120px;
}
.car-box.s3 .rating {
  font-size: 11px;
  margin: 0 0 10px;
}
.car-box.s3 .price-cart_btn {
  border-top: 1px solid #d8d8d8;
  margin: 15px 0 0;
}
.car-box.s3 .price-cart_btn .price {
  font-size: 16px;
}
/* ................testimonial-section............. */
.testimonial-section {
  background: #eff6ff;
  padding: 60px 0;
}
.testimonial-section .slick-list {
  margin: 0 -15px;
}
.testimonial-section .comment-box {
  background: var(--bs-white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 15px 0 #0000000a;
  margin: 70px 15px 15px;
  min-height: 300px;
}
.comment-box .content {
  color: #000000b5;
  font-style: italic;
  font-size: 16px;
}
.comment-box .content p:last-child {
  margin: 0;
}
.comment-box .customer-info {
  text-align: center;
}
.comment-box .customer-pic img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
}
.comment-box .customer-pic {
  position: relative;
  margin: -95px 0 40px;
}
.comment-box .customer-pic::after {
  content: "";
  width: 56px;
  height: 40px;
  background: url("../images/icons/quote.png") center center no-repeat;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.comment-box .customer-info .name {
  font-size: 18px;
  margin: 0 0 5px;
}
.comment-box .customer-info .location {
  margin: 0 0 8px;
  font-weight: 500;
}
.comment-box .customer-info .rating {
  color: var(--color-secondary);
}
.slick-dots {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slick-dots li button {
  padding: 0;
  border: 0;
  background: none;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  outline: none;
  border: 1px solid #b2b2b2;
  margin: 0 2px;
  font-size: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.slick-dots .slick-active button {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  width: 21px;
}
.slick-slider .slick-arrow {
  width: 36px;
  height: 36px;
  background: var(--color-secondary);
  border-radius: 100%;
  color: var(--bs-white);
  border: 0;
  position: absolute;
  right: 0;
  top: -60px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  border: 1px solid #dfdfdf;
}
.slick-slider .slick-arrow.slick-disabled {
  background: var(--bs-white);
  color: #9e9e9e;
}
.slick-slider .slick-arrow.slick-prev {
  right: 42px;
}
/* ...........footer-section......... */
.footer-section {
  padding: 60px 0 40px;
  background: var(--color-primary);
  color: var(--bs-white);
  font-weight: 300;
}
.footer-section .signup-wrap {
  max-width: 480px;
  margin-left: auto;
}
.signup-wrap .form-control {
  background: rgba(255, 255, 255, 0.13);
  height: auto;
  border-radius: 50px;
  border: 0;
  padding: 20px 30px;
  padding-right: 130px;
  box-shadow: none;
  color: var(--bs-white);
  font-size: 14px;
}
.signup-wrap .form-control::placeholder {
  color: var(--bs-white);
  font-weight: 300;
}
.signup-wrap .signup-btn {
  color: var(--color-primary);
  background: var(--bs-white);
  padding: 12px 25px;
  border-radius: 50px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.footer-section .footer-links {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 0;
  border-right: 0;
  padding: 25px 0;
  margin: 25px 0 30px;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 50px;
}
.footer-links ul li a {
  color: var(--bs-white);
}
.footer-links ul li a:hover {
  color: var(--color-secondary);
}
.footer-bottom .flex-rows {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .terms-links a {
  color: var(--bs-white);
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.footer-bottom .terms-links a:hover {
  color: var(--color-secondary);
}
.footer-bottom .terms-links a:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--bs-white);
  border-radius: 100%;
  position: absolute;
  right: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  gap: 15px;
}
.social-links a {
  color: var(--bs-white);
  font-size: 13px;
}
.social-links a:hover {
  color: var(--color-secondary);
}
.scroll-top-btn {
  padding: 0;
  width: 38px;
  height: 38px;
  background: var(--color-secondary);
  color: var(--bs-white);
  border-radius: 100%;
  position: fixed;
  right: 25px;
  bottom: 25px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
  z-index: 10;
}
.scroll-top-btn:hover,
.scroll-top-btn:focus {
  background: var(--color-secondary);
}
.scroll-top-btn.show-btn {
  opacity: 1;
  transform: scale(1);
}
.car-box .info-icon {
  position: relative;
  display: inline-block;
}
.car-box .info-icon::after {
  content: "";
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent var(--bs-white) transparent;
  position: absolute;
  top: calc(100% - 3px);
  left: 3px;
  opacity: 0;
}
.car-box .info-icon:hover::after {
  opacity: 1;
}
.car-box .info-icon i::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 5px);
  left: -20px;
  background: var(--bs-white);
  box-shadow: 0 4px 8px 0 #0000000d;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  color: var(--bs-black);
  font-style: normal;
  width: 250px;
}
.car-box .info-icon:hover i::after {
  opacity: 1;
}
/*...........menu button.............*/
#nav-icon2 {
  width: 30px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--color-secondary);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 10px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 20px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 2px;
  top: 6px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 5px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 15px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(46% - 2px);
  top: 15px;
}
.navbar-toggler:focus {
  outline: none;
}
/* ..........Mobile Sticky Menu.......... */
.sticky-menu {
  background: var(--bs-white);
  padding: 0 30px;
  border-radius: 20px;
  box-shadow: 0 11px 20px 0#00000042;
  position: fixed;
  z-index: 10;
  width: calc(100% - 30px);
  position: fixed;
  left: 15px;
  bottom: 15px;
  display: none;
}
.sticky-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.sticky-menu ul li a {
  display: block;
  padding: 12px 5px;
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  text-align: center;
  min-width: 75px;
}
.sticky-menu ul li a::after {
  content: "";
  height: 2px;
  width: 0%;
  background: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.sticky-menu ul li a.active::after {
  width: 100%;
}
.sticky-menu ul li a span {
  display: block;
}
.sticky-menu ul li a i,
.sticky-menu ul li a svg path {
  font-size: 18px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.sticky-menu ul li a .icon {
  min-height: 25px;
  margin: 0 0 3px;
}
.sticky-menu ul li.menu-certified a.active {
  color: var(--color-secondary);
}
.sticky-menu ul li.menu-certified a.active svg path {
  fill: var(--color-secondary);
}
.sticky-menu ul li.menu-verified a.active {
  color: var(--color-primary);
}
.sticky-menu ul li.menu-verified a.active::after {
  background: var(--color-primary);
}
.sticky-menu ul li.menu-listed a.active {
  color: #ff8000;
}
.sticky-menu ul li.menu-listed a.active::after {
  background: #ff8000;
}
/* ......gradient-bg...... */
.gradient-bg {
  position: relative;
}
.gradient-bg::after {
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.listing-section {
  padding: 50px 0 0;
}
.global-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-secondary);
}
.global-breadcrumb .breadcrumb-item a {
  color: #8f8f8f;
}
.global-breadcrumb .breadcrumb-item a:hover {
  color: var(--color-secondary);
}
.global-breadcrumb .breadcrumb-item {
  color: var(--bs-black);
}
.listing-section .results-count {
  display: flex;
  display: -ms-flexbox;
  gap: 10px;
  align-items: center;
  margin: 0 0 60px;
}
.listing-section .results-count .count {
  color: #818181;
  display: inline-block;
  margin: 10px 0 0;
  font-size: 18px;
}
.listing-wrap > .row > .col-md-3 {
  flex: 0 0 20%;
  width: 20%;
  position: relative;
}
.listing-wrap > .row > .col-md-9 {
  flex: 0 0 80%;
  width: 80%;
}
.listing-items .car-box .car-img {
  min-height: 100px;
  margin: 15px 0;
}
.listing-items .car-box .car-info .car-name .icon {
  flex: 0 0 25px;
  line-height: 25px;
  font-size: 13px;
}
.listing-items .car-box .car-info .car-name .icon img {
  max-width: 13px;
}
.listing-items .car-box .car-info,
.listing-items .car-box .car-info .car-name {
  gap: 5px;
}
.listing-items .car-box .car-info .info-inner .name {
  font-size: 15px;
}
.listing-items .car-box .car-info .like-btn {
  width: 24px;
  height: 24px;
  line-height: 26px;
  font-size: 13px;
}
.listing-items .car-box .rating {
  font-size: 11px;
  margin: 0 0 10px;
}
.listing-items .car-box .price-cart_btn {
  margin: 15px 0 0;
}
.listing-items .car-box {
  padding: 15px;
}
.listing-items .car-box .cart-buttons .add-btn {
  padding: 4px 7px;
  border-radius: 6px;
}
.listing-items .car-box .cart-buttons .test-btn {
  padding: 5px 5px;
  border-radius: 6px;
  gap: 3px;
}
.listing-items .car-box .price-cart_btn .price {
  font-size: 15px;
}
.listing-items .car-box .car-info .info-inner .type {
  font-size: 11px;
}
.listing-wrap > .row > div:last-child {
  border-left: 1px solid #d4d4d4;
}
.listing-wrap .listing-items {
  padding: 0 0 70px 20px;
}
.filter-toggle {
  display: none;
  border: 1px solid;
  background: var(--color-primary);
  color: var(--bs-white);
}
.filter-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.filter-overlay.open {
  opacity: 1;
  visibility: visible;
}
.filter-btns {
  display: none;
  display: -ms-flexbox;
  padding: 15px 20px;
  border-top: 1px solid #d4d4d4;
  gap: 5px;
}
.filter-btns button {
  padding: 10px;
  flex: 1;
  text-align: center;
  justify-content: center;
  border-radius: 7px;
}
.filter-wrap .filter-type {
  border-top: 1px solid #d4d4d4;
  padding: 25px 20px 25px 0;
}
.filter-wrap .filter-title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
}
.filter-type .check-container:last-child {
  margin: 0;
}
.filter-wrap .filter-title.filter {
  position: absolute;
  top: -30px;
  left: 0;
}
/* filter accordion */
.filter-wrap .accordion-item,
.filter-wrap .accordion-button {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.filter-wrap .accordion-button,
.filter-wrap .accordion-body {
  padding: 15px;
  padding-left: 0;
}
.filter-wrap .accordion-button {
  font-weight: 700;
  text-transform: uppercase;
}
.filter-wrap .accordion-item {
  border: 0;
  border-top: 1px solid #d4d4d4;
}
.filter-wrap .accordion-button::after,
.filter-wrap .accordion-button:not(.collapsed)::after {
  background-size: 15px;
  background-position: center;
}
/* ........custom checkbox........ */
.check-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-container .checkmark {
  position: relative;
  flex: 0 0 21px;
  height: 21px;
  box-shadow: 0 3px 4px 0 #0000000a;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.check-container input:checked ~ .checkmark {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.check-container.type-radio .checkmark {
  border-radius: 100%;
  flex: 0 0 23px;
  height: 23px;
}
.check-container.type-radio input:checked ~ .checkmark {
  background: none;
}
.check-container.type-radio .checkmark:after {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 0;
  background: var(--color-secondary);
  display: block;
  left: 4px;
  top: 4px;
  transform: scale(0);
}
.check-container.type-radio input:checked ~ .checkmark:after {
  transform: scale(1);
}
/* range slider */
.global-range .noUi-horizontal {
  height: 3px;
  padding-left: 13px;
}
.global-range .noUi-connect {
  background: var(--color-secondary);
}
.global-range .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  right: 0;
  top: -8px;
  border: 4px solid var(--color-secondary);
  cursor: pointer;
}
.global-range .noUi-handle:after,
.global-range .noUi-handle:before {
  display: none;
}
.global-range .range-value {
  margin: 10px 0 0;
  font-weight: 500;
}
.filter-tags {
  padding: 0 0 15px 30px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tags .filter-tag {
  background: var(--bs-white);
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 50px;
  color: #00000057;
  box-shadow: 0 2px 7px 0 #0000001a;
}
.filter-tags .clear-all-btn {
  font-size: 12px;
  color: var(--color-secondary);
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 0;
  margin: 5px;
}
.filter-tags .filter-tag button {
  padding: 0;
  line-height: 1;
  font-size: 11px;
  color: #00000057;
}
.tags-sorting {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: space-between;
}
.listing-sort .sort-by {
  margin: -80px 0 20px;
  min-width: 200px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 10px;
}
.listing-sort .sort-by .select-parent {
  min-width: 200px;
}
.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 8px;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 11px;
  padding-right: 25px;
  font-weight: 500;
  color: var(--bs-black);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 5px;
}
.sort-by .select2-dropdown {
  border: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-primary);
}
.sort-by .select2-results__option {
  padding: 6px 13px;
}
.listing-inner .pagination-wrapper {
  padding: 60px 0 100px 20px;
  border-top: 1px solid #d4d4d4;
}
.custom-pagination {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-weight: 600;
}
.custom-pagination .btn {
  padding: 11px 25px;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  color: var(--bs-black);
  font-weight: 600;
}
.custom-pagination .page-number {
  color: #a8a8a8;
}
/* ............detail-section.......... */
.detail-section {
  padding: 50px 0 80px;
}
.detail-section .product-info {
  margin: 30px 0 0;
}
.detail-section .global-heading .name {
  border-right: 1px solid #a1a1a1;
  padding-right: 15px;
  margin-right: 10px;
  line-height: 0.9;
  display: inline-block;
}
.detail-section .global-heading .type {
  font-size: 16px;
  font-weight: 400;
  color: #050b20c4;
}
.global-rating {
  display: flex;
  color: #ff8000;
  gap: 1px;
  margin: 0 0 15px;
}
.detail-section .features-list .feature {
  font-size: 13px;
  background: var(--bs-white);
}
button.label-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-left: 15px;
}
button.label-btn .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: var(--bs-white);
  border-radius: 100%;
  line-height: 36px;
}
.product-info .product-actions {
  text-align: right;
}
.product-info .g-price-wrap {
  margin: 5px 0 10px;
}
.g-price-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.g-price-wrap .price {
  font-size: 32px;
  color: var(--color-secondary);
  font-weight: 800;
}
.g-price-wrap .vat {
  color: #838383;
}
.g-test-btn {
  background: var(--color-primary);
  color: var(--bs-white);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
}
.g-test-btn:active {
  background: var(--color-primary) !important;
  color: var(--bs-white) !important;
}
.g-test-btn:hover {
  background: var(--color-secondary);
  color: var(--bs-white);
}
.g-wishlist-btn {
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
}
.g-wishlist-btn:hover {
  background: var(--color-secondary);
  color: var(--bs-white);
}
.derive-wishlist .btn {
  margin-left: 5px;
}
.detail-section .product-gallery {
  margin: 30px 0 36px;
}
.product-gallery .main-image {
  background: #fae6e7 url(../images/car-box-bg-r-lg.jpg) center center / cover no-repeat;
  border-radius: 30px 0 0 30px;
  padding: 60px;
  position: relative;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-gallery .main-image.verified {
  background: #d7def0 url("../images/car-box-bg-b-lg.jpg") center center / cover no-repeat;
}
.product-gallery .main-image.listed {
  background: #d7def0 url("../images/car-box-bg-g-lg.jpg") center center / cover no-repeat;
}
.product-gallery .main-image > img {
  max-height: 100%;
}
.product-gallery .main-image .icon {
  width: 35px;
  aspect-ratio: 1;
  line-height: 35px;
  border-radius: 100%;
  background: var(--color-secondary);
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--bs-white);
}
.product-gallery .main-image.verified .icon {
  background: var(--color-primary);
}
.product-gallery .col-md-7 {
  flex: 0 0 55%;
  width: 55%;
}
.product-gallery .col-md-5 {
  flex: 0 0 45%;
  width: 45%;
}
.product-gallery .image-box img {
  height: 216px;
  object-fit: cover;
  width: 100%;
}
.product-gallery .gallery-images > div:last-child .image-box a:not(:first-child) {
  display: none;
}
.product-gallery .image-box,
.product-gallery .image-box a {
  position: relative;
}
.product-gallery .image-box a::after {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #ffffff5e url(../images/icons/zoom.png) center center no-repeat;
  backdrop-filter: blur(4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-size: 23px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
.product-gallery .image-box a:hover::after {
  opacity: 1;
  visibility: visible;
}
.product-gallery .col-md-5 .row div:nth-child(2) .image-box img {
  border-radius: 0 30px 0 0;
}
.product-gallery .col-md-5 .row div:nth-child(4) .image-box img {
  border-radius: 0 0 30px 0;
}
.product-gallery .count-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #c60001ad;
  backdrop-filter: blur(4px);
  color: var(--bs-white);
  padding: 12px 22px;
  border-radius: 30px 0 30px 0;
  text-align: center;
  pointer-events: none;
}
.product-gallery .count-wrap .count {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}
/* ...........product-features.......... */
.gradient-box {
  background: linear-gradient(to bottom, #fafafa, #f5f5f5);
  border-radius: 30px;
  padding: 30px;
  margin: 0 0 40px;
}
.global-table.table > :not(caption) > * > * {
  background: none;
  padding: 12px 15px;
  font-weight: normal;
  border-color: #d7d7d7;
}
.global-table th {
  color: #797979;
}
.global-table tbody tr:last-child * {
  border: 0;
}
.global-table tbody tr *:first-child {
  padding-left: 0;
}
.global-table tbody tr:last-child *:last-child {
  padding-right: 0;
}
.global-table .flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-features .info-box {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 5px solid #d9d9d980;
}
.product-features .features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-features .features ul li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 10px;
  color: #050b20;
}
.product-features .features ul li::before {
  content: "";
  width: 16px;
  height: 15px;
  background: url("../images/icons/tick.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
.product-features .contact-dealer {
  background: var(--color-primary);
  border-radius: 30px;
  padding: 40px;
  text-align: center;
  color: var(--bs-white);
}
.contact-dealer .name {
  font-size: 24px;
  font-weight: 700;
}
.contact-dealer .location {
  color: #ffffff80;
}
.contact-dealer .action {
  margin: 20px 0;
}
.contact-dealer .action a {
  color: var(--bs-white);
  display: inline-block;
  padding: 5px 20px;
}
.contact-dealer .action a:first-child {
  border-right: 1px solid #ffffff73;
}
.contact-dealer .global-btn {
  padding: 15px 20px;
  gap: 5px;
}
.contact-dealer .global-btn i {
  font-size: 12px;
}
.contact-dealer .global-btn:hover {
  background: var(--bs-white);
  color: var(--bs-black);
}
.product-features .inspections-box {
  border: 1px solid #00000030;
  padding: 25px;
  border-radius: 30px;
  margin: 30px 0 0;
}
.inspections-box h4 {
  border-bottom: 1px solid #00000030;
  padding: 0 0 15px;
  margin: 0 0 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.inspections-box .inspection-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 10px;
}
.inspections-box .inspection-list .inspection {
  background: #f6f6f6;
  padding: 12px 15px;
  border-radius: 10px;
  font-weight: 500;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.inspections-box .inspection-list .inspection i {
  color: #00d444;
}
.product-features > .row {
  margin: 0 -18px;
}
.product-features > .row > div {
  padding: 0 18px;
}
.inspections-box .inspection-count {
  font-size: 18px;
  color: #00d444;
}
.inspections-box .inspection-count .total {
  color: var(--bs-black);
  font-weight: 400;
}
.product-features .info-box h4 {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 18px;
}
.product-features .info-box h4::after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
}
/* ..........related-listing.......... */
.related-listing {
  padding: 60px 0 70px;
  border-top: 5px solid #d9d9d980;
}
.related-listing .related-slider .item {
  margin: 0 10px;
}
.related-listing .related-slider .slick-list {
  margin: 0 -10px;
}
.related-listing .view-all {
  position: absolute;
  top: -10px;
  right: 12px;
}
.related-slider .slick-arrow {
  right: auto;
  left: 290px;
  top: -75px;
}
.related-slider .slick-arrow.slick-prev {
  left: 250px;
}
.info-scrollspy {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  background: var(--bs-white);
  padding: 0 25px;
  border-radius: 20px;
  box-shadow: 0 25px 85px 0 #0000002e;
  z-index: 99;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
.info-scrollspy.show-scrollspy {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
.info-scrollspy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  gap: 5px;
}
.info-scrollspy ul li a {
  display: inline-block;
  padding: 25px 0;
  color: var(--bs-black);
  position: relative;
}
.info-scrollspy ul li a:hover,
.info-scrollspy ul li a.active {
  color: var(--color-secondary);
}
.info-scrollspy ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.info-scrollspy ul li a.active::after {
  width: 100%;
}
/* ........global-popup....... */
.global-popup .modal-dialog {
  max-width: 570px;
}
.global-popup .modal-content {
  border: 0;
  border-radius: 30px;
  box-shadow: 0 43px 83px 0 #000000c9;
}
.global-popup .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  line-height: 1;
  padding: 5px;
  z-index: 2;
  border-radius: 100%;
}
.global-popup .close-btn.s2 {
  font-size: 16px;
  font-weight: 600;
  color: #ff928a;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  right: 30px;
  top: 30px;
  border-radius: 5px;
}
.global-popup .modal-body {
  padding: 40px;
}
.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.29);
  opacity: 1;
  backdrop-filter: blur(5px);
}
.global-devider {
  height: 4px;
  background: #d9d9d980;
}
.global-devider.s2 {
  height: 10px;
}
.form-control.global-input {
  height: auto;
  border: 1px solid #e4e4e4;
  padding: 17px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 9px 0 #0000000d;
  font-size: 14px;
}
.global-input::placeholder {
  color: #777777;
}
.form-group .input-wrap {
  position: relative;
}
.form-group .input-wrap .icon {
  position: absolute;
  color: #b7b7b7;
  right: 15px;
  top: 17px;
}
.form-group .input-wrap .form-control {
  padding-right: 35px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: var(--color-primary);
  box-shadow: var(--color-primary) 0 1px 3px 0 inset;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--color-secondary) !important;
}
.input-wrap.s2 .form-control.global-input {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #b5b5b5;
  font-size: 18px;
  padding: 15px 0 15px 53px;
}
.input-wrap.s2 .icon {
  right: auto;
  left: 0;
  font-size: 24px;
  top: 18px;
  display: inline-block;
  width: 36px;
  border-right: 1px solid #d3d3d3;
  line-height: 1;
}
.input-wrap.s2.v2 .form-control.global-input {
  border: 1px solid #b5b5b5;
  border-radius: 12px;
  padding: 18px;
  font-size: 15px;
  font-weight: 400;
}
.input-wrap.s2.v2 .icon + .form-control.global-input {
  padding-left: 74px;
}
.input-wrap.s2.v2 .icon {
  left: 24px;
}
/* ..............about-section.............. */
.about-section {
  padding: 70px 0;
  font-weight: 300;
}
.about-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.09) 100%);
  z-index: -1;
}
.global-separator {
  width: 68px;
  height: 2px;
  background: var(--color-secondary);
  margin: 25px 0;
}
.why-us-section {
  padding: 70px 0;
  text-align: center;
  font-weight: 300;
}
.why-us-section .row > div:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
.why-us-section .service-box h5 {
  font-size: 19px;
  font-weight: 700;
  margin: 20px 0;
}
.why-us-section .service-box img {
  max-height: 70px;
}
.karroz-works .col-md-7 {
  flex: 0 0 55%;
  width: 55%;
}
.karroz-works .col-md-5 {
  flex: 0 0 45%;
  width: 45%;
}
.karroz-works .works-wrapper {
  background: #eff6ff;
  border-radius: 30px;
}
.works-wrapper .video-box {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: var(--color-primary);
  min-height: 200px;
}
.works-wrapper .content {
  padding: 20px 50px 20px 70px;
}
.works-wrapper .content li {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.works-wrapper .content li i {
  color: #00d444;
}
.works-wrapper .content li b {
  font-weight: 700;
}
/* play button */
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button.is-play {
  background-color: var(--color-secondary);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: inline-block;
  position: relative;
}
.button.is-play .button-outer-circle {
  background: var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s ease infinite;
  animation: triangleStroke 3s ease infinite;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.karroz-works .data-info {
  padding: 50px 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}
.karroz-works .data-info .data-box {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 15px;
}
.data-info .data-box img {
  max-width: 60px;
}
.data-info .data-box .count {
  font-size: 37px;
  font-weight: 800;
  line-height: 1.2;
}
/* ........premium-brands........ */
.premium-brands {
  padding: 0 0 70px;
}
.premium-brands .global-devider {
  margin-bottom: 50px;
}
.premium-brands .brand-box {
  text-align: center;
  min-height: 150px;
  padding: 20px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
}
.brand-box .brand-name {
  margin-top: 5px;
}
.premium-brands .row > div {
  flex: 0 0 14.28%;
  width: 14.28%;
}
/* .......car-inspectors........ */
.car-inspectors {
  padding: 0 0 70px;
}
.car-inspectors .global-devider {
  margin-bottom: 50px;
}
.inspector-slider {
  margin: 0 -10px;
}
.inspector-slider .item {
  margin: 0 10px;
}
.inspector-box .photo img {
  border-radius: 30px;
}
.inspector-box .name {
  margin: 20px 0 5px;
  font-weight: 700;
}
.inspector-box .designation {
  font-weight: 300;
}
/* ..........faq-section....... */
.faq-section {
  padding: 70px 0;
}
.faq-section .accordion-item {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
  padding: 30px 35px;
  font-weight: 300;
}
.faq-section .accordion-button {
  background: none;
  box-shadow: none;
  padding: 0;
  font-weight: 700;
}
.faq-section .accordion-button:hover {
  color: var(--color-secondary);
}
.faq-section .accordion-body {
  padding: 15px 0 0;
}
.faq-section .accordion-item.active {
  background: #fff8f8;
  border-radius: 30px 30px 0 0;
  border: 0;
}
.faq-section .accordion-item.active .accordion-button {
  color: var(--color-secondary);
}
.faq-section .accordion-item:has(+ .accordion-item.active) {
  border: 0;
}
.faq-section .accordion-button::after {
  background-image: none !important;
  content: "\F64D";
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  transform: none !important;
  font-family: "bootstrap-icons";
}
.faq-section .accordion-button:not(.collapsed)::after {
  content: "\F63B";
}
.faq-section .s2 .accordion-item {
  background: none;
  padding: 0;
}
.faq-section .s2 .accordion-item.active {
  border-bottom: 1px solid var(--color-secondary);
}
.faq-section .s2 .accordion-button {
  padding: 25px 0;
}
.faq-section .s2 .accordion-body {
  padding: 0 0 25px;
}
.faq-section .s2 .accordion-item:has(+ .accordion-item.active) {
  border-bottom: 1px solid #d4d4d4;
}
/* select 2 */
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: inherit;
}
.global-select2.select2-container--default .select2-selection--single {
  border: 1px solid #b9b9b9;
  border-radius: 12px;
}
.global-select2.select2-container--default .select2-selection--single,
.global-select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}
.global-select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
  width: 30px;
}
.global-select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
}
.global-select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
}
/* ........contact-banner........ */
.contact-banner {
  background: #f5f3f3 url("../images/contact-banner.jpg") center center / cover no-repeat;
  padding: 50px 0;
  min-height: 400px;
}
.contact-section {
  padding: 70px 0;
  font-weight: 300;
}
.form-group.s2 {
  position: relative;
}
.form-group.s2 .global-input {
  border-color: #b9b9b9;
  box-shadow: none;
}
.form-group.s2 label + .global-input {
  padding: 30px 17px 10px 17px;
}
.form-group.s2 label {
  font-size: 13px;
  color: #818181;
  margin: 0;
  position: absolute;
  left: 17px;
  top: 10px;
  pointer-events: none;
}
.form-group.s2 .global-input::placeholder {
  color: #b1b1b1;
}
.contact-section .contact-info {
  display: flex;
  gap: 15px;
  margin: 0 0 20px;
}
.contact-info .icon {
  color: var(--color-secondary);
  font-size: 20px;
}
.contact-section .social-links {
  margin: 20px 0 0;
  gap: 20px;
}
.contact-section .social-links a {
  color: var(--color-secondary);
}
.contact-section .social-links a:hover {
  color: var(--color-primary);
}
.contact-section .row.gx-5 {
  margin: 0 -70px;
  align-items: flex-start;
}
.contact-section .row.gx-5 > div {
  padding: 0 70px;
}
.contact-section .row.gx-5 > div:last-child {
  border-left: 1px solid #cccccc;
  margin-top: 50px;
}
.contact-section .submit-btn .global-btn {
  padding: 17px 30px;
}
.g-padding {
  padding: 70px 0;
}
/* ...blog-box... */
.blog-box {
  box-shadow: 0 31px 30px 0 #0000000d;
}
.blog-box .info {
  padding: 30px;
}
.blog-box .info .date {
  color: var(--color-primary);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 10px;
}
.blog-box .info .title {
  margin: 0 0 15px;
  font-weight: 600;
}
.blog-box .info .readmore {
  display: inline-block;
  margin: 20px 0 0;
  color: var(--color-secondary);
  font-weight: 600;
}
.blog-box .info .readmore:hover {
  color: var(--color-primary);
}
.blog-details .blog-img {
  margin: 0 0 35px;
}
.blog-details .meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 25px;
  font-size: 14px;
}
.meta-info .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.meta-info .author .date {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 5px;
}
.meta-info .share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.meta-info .share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.meta-info .share ul li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: var(--bs-black);
  color: var(--bs-white);
  text-align: center;
  line-height: 26px;
}
.meta-info .share ul li a:hover {
  background: var(--color-secondary);
}
.blog-details .sidebar .global-heading {
  padding: 0 0 15px;
  border-bottom: 1px solid;
  margin: 0 0 30px;
}
.recent-posts .post-box {
  display: flex;
  display: -ms-flexbox;
  gap: 15px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  align-items: center;
}
.recent-posts .post-box .post-img {
  flex: 0 0 30%;
  width: 30%;
}
.recent-posts .post-box .content {
  flex: 1;
}
.recent-posts .post-box .content h4 {
  font-size: 14px;
  font-weight: 600;
}
.recent-posts .post-box .content h4 a {
  color: var(--bs-black);
}
.recent-posts .post-box .content .date {
  font-size: 12px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 5px;
}
.recent-posts .post-box:not(:last-child) {
  border-bottom: 1px solid #0000004d;
}
.forgot-password-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.forgot-password-link a {
  border-bottom: 1px solid;
}
.g-section-height {
  min-height: 900px;
}
/* steps form */
.steps-wrap {
  margin: 0 0 50px;
}
.steps-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  position: relative;
  text-align: center;
}
.steps-wrap ul li {
  flex: 1;
  position: relative;
  font-size: 14px;
}
.steps-wrap ul li::before {
  content: "";
  width: 0%;
  height: 1px;
  background: var(--color-secondary);
  position: absolute;
  top: 54px;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.steps-wrap ul li.active::before {
  width: 100%;
}
.steps-wrap ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  position: absolute;
  top: 54px;
  left: 0;
}
.steps-wrap ul li a {
  display: inline-block;
  color: #878787;
  position: relative;
}
.steps-wrap ul li a span {
  display: block;
}
.steps-wrap ul li a .step {
  color: #b9b9b9;
}
.steps-wrap ul li.active a .step {
  color: var(--color-secondary);
}
.steps-wrap ul li a .form-name {
  color: #878787;
}
.steps-wrap ul li a .icon {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #cfcfcf;
  line-height: 45px;
  text-align: center;
  margin: 5px auto;
}
.steps-wrap ul li.active a .icon {
  background: var(--color-secondary);
}
.steps-form {
  color: #818181;
}
.steps-form .sellcar-form:not(.active) {
  display: none;
}
/* .............otp form............ */
#otp form {
  display: flex;
  display: -ms-flexbox;
  max-width: 380px;
  margin: auto;
  gap: 10px;
}
.digit-group input {
  width: 25%;
  height: 75px;
  border: 1px solid #b9b9b9;
  background: transparent;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 200;
  border-radius: 12px;
  font-weight: 600;
}
.digit-group input:focus {
  outline: none;
  box-shadow: none;
}
#otp input::-webkit-outer-spin-button,
#otp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#otp input[type="number"] {
  -moz-appearance: textfield;
}
/* ........compare-car-wrap.... */
.compare-car-wrap {
  background: var(--bs-white);
  border-radius: 30px 30px 0 0;
}
.compare-car-wrap .choose-car-wrap {
  padding: 40px;
}
.compare-car-wrap .choose-car-wrap .flexbox {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 15px;
}
.compare-car-wrap .select-wrap {
  border: 1px solid #b9b9b9;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  min-height: 170px;
  font-size: 20px;
  color: #898989;
  flex: 1;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.compare-car-wrap .select-wrap .cancel {
  color: #ff928a;
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 0;
  line-height: 1;
}
.compare-results .compare-car-wrap .select-wrap {
  font-size: 16px;
  cursor: default;
}
.compare-car-wrap .select-wrap .image {
  max-width: 170px;
}
.compare-car-wrap .vs {
  background: var(--color-secondary);
  color: var(--bs-white);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-align: center;
  line-height: 55px;
}
.compare-box {
  border: 1px solid #b9b9b9;
  border-radius: 30px;
  padding: 25px;
}
.compare-box .car-image {
  margin: 0 0 10px;
}
.compare-box .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}
.compare-box .type {
  color: #858999;
  font-size: 12px;
  margin: 0 0 5px;
}
.compare-box .g-price-wrap {
  gap: 5px;
}
.compare-box .g-price-wrap .price {
  font-size: 16px;
  color: var(--bs-black);
}
.compare-box .g-price-wrap .vat {
  font-size: 11px;
}
.compare-box .row > div:not(:last-child) {
  position: relative;
  border-right: 1px solid #0000003d;
}
.compare-box .row > div:first-child::after {
  content: "VS";
  background: var(--color-secondary);
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  position: absolute;
  right: -16px;
  top: 23px;
}
.compare-slider {
  margin: 0 -10px;
}
.compare-slider .item {
  margin: 0 10px;
}
/* ........global-accordion......... */
.global-accordion .accordion-button {
  background: none;
  box-shadow: none;
  padding: 10px 0;
  color: #4d4d4d;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 10px;
  min-height: 60px;
}
.global-accordion .accordion-button .logo {
  display: inline-block;
  width: 60px;
}
.global-accordion .accordion-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-color: #cdcdcd;
}
.global-accordion .accordion-body {
  padding: 0 0 20px 70px;
}
.global-accordion .brand-list label {
  display: block;
  padding: 10px 0;
  padding-right: 30px;
  margin: 0;
  border-top: 1px solid #cdcdcd;
  position: relative;
  cursor: pointer;
}
.global-accordion .brand-list label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.global-accordion .brand-list label .checkmark::after {
  content: "\F272";
  font-family: bootstrap-icons;
  color: var(--color-secondary);
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 23px;
  transform: scale(0);
  transition: all 0.5s ease;
}
.global-accordion .brand-list label input:checked + .checkmark::after {
  transform: scale(1);
}
.g-border-box {
  border: 1px solid #00000030;
  padding: 25px;
  border-radius: 30px;
  margin: 0 0 30px;
}
.compare-results .info-scrollspy.show-scrollspy {
  max-width: 850px;
}
.compare-results .compare-row > div:first-child {
  border-right: 1px solid #00000030;
}
.compare-results .compare-row {
  margin: 0 -40px;
}
.compare-results .compare-row > div {
  padding: 0 40px;
}
.compare-results .product-features {
  margin: 35px 0 0;
}
.thanku-section .content {
  max-width: 550px;
  margin: auto;
  text-align: center;
}
.thanku-section .content .global-btn {
  min-width: 120px;
  justify-content: center;
}
/* ..........coming-soon......... */
.comingsoon-section {
  padding: 30px 0 0;
  text-align: center;
}