@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* Varialbes */
:root {
  --font-default: "Cabin", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --black: #000000;
  --dark: #333;
  --tdark: #444;
  --white: #ffffff;
  --color-primary: #5BB861;
  --color-secondary: #545454;
  --color-heading: #2c3e50;
  --color-paragraph: #444;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-default);
  color: #525252;
  font-size: 0.97em;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
  background-position: top;
  background-repeat: repeat-x;
  /*    padding-top: 110px;*/
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

h3 {
  font-size: 24px;
}

img {
  max-width: 100%;
}

.private-ads {
  height: 250px;
}



.header-menu {
  border-top: 1px solid #d7dce6;
  border-bottom: 1px solid #d7dce6;

  top: 0;
  z-index: 99;
  background-color: #fff;
  padding: 10px 0px;
  left: 0;
  right: 0;
}

.header-menu.header-sticky {
  position: fixed;
}

.header-menu-inner .site-navigation .main-menu li a {
  padding: 10px 8px;
  padding-left: 20px;
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #525252;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}

.header-menu-inner .site-navigation .main-menu li {
  position: relative;
}

.header-menu-inner .site-navigation .main-menu li a.postad {
  background-color: var(--color-primary);
  background: var(--color-primary);
  font-size: 20px !important;
  color: #171717 !important;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 8px;
  margin-left: 8px;
  margin-left: 15px;
  font-weight: 400 !important;
  transition: all 0.5s linear;
  /*  overflow: hidden;*/
  z-index: 1;
  position: relative;
  vertical-align: middle;
  display: block !important;
  opacity: 1 !important;
  outline: none !important;
  min-width: 140px;
}

.header-menu-inner .site-navigation .main-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header-menu-inner .site-navigation .main-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: -230px;
  display: block;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  width: 800px;
  padding: 0px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
}

.header-menu-inner .site-navigation .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 412px;
  transition: max-height .7s;
}

.header-menu-inner .site-navigation .main-menu li .mega-menu {
  position: absolute;
  top: 100%;
  right: -50px;
  display: block;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  width: 300px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
}

.header-menu-inner .site-navigation .main-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  max-height: 183px;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: max-height 0.7s;
}

.header-menu-inner .site-navigation .main-menu li .mega-menu li {
  border-bottom: 1px solid #f1f1f1;
}

.header-menu-inner .site-navigation .main-menu li {
  position: relative;
}

.header-menu-inner .site-navigation .main-menu li.menu-item-has-children>a::after,
.header-menu-inner .downcart::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.car_type a {
  width: 110px;
  text-align: center;
  padding: 12px 14px !important;
  display: inline-block;
  margin: 0 auto;
}

.car_type img {
  width: auto;
  height: 40px;
}

.car_type p {
  font-size: 12px;
  margin-bottom: 0;
}

.header-menu-inner .site-navigation .main-menu li .sub-menu li a:hover {
  color: #3cd177;
}

.car_type a:hover {
  border-radius: 15px;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 8%);
}

.btn-amber {
  background-color: var(--color-primary);
  color: #ffffff !important;
  border-radius: 8px;
  font-size: 12px !important;
  text-transform: uppercase;
}

.green {
  color: var(--color-primary);
}

.ar {
  font-family: "Tajawal", sans-serif;
}

.text_slider img {
  width: 200px !important;
  margin-bottom: 15px;
  margin: 0 auto;
}

.text_slider h2 {
  font-size: 90px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--font-secondary);
  line-height: 85px;
  margin-top: 20px;
}

.text_slider h3 {
  font-size: 35px;
  color: #535353;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-family: var(--font-secondary);
}

.text_slider h3 a {
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 18px;
  color: #535353;
  margin-bottom: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 8%);
  vertical-align: middle;
  margin-right: 15px;
}

.btn01 {
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  outline: none !important;
}

.btn01::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color-primary);
}

.btn01:hover {
  color: #fff;
}

.btn01:hover::before {
  top: -40%;
}

.btn01:hover i {
  color: #fff;
}

.text_slider {
  text-align: center;
  margin-top: 0%;
  padding-top: 2%;
}

.main-slide-img {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.text_slider h3 a i {
  margin-left: 5px;
  color: var(--color-primary);
  animation: shake1 9s;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
}

@keyframes shake1 {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-1px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(1px);
  }
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

div.owl-item.active h2#text-effect span {
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards;
}

h2#text-effect i {
  font-style: normal;
}

div.owl-item.active h2#text-effect i {
  font-style: normal;
  position: relative;
  top: 85px;
  animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}


@keyframes drive {
  0% {
    left: -60px;
  }

  100% {
    left: 100%;
  }
}

/* New styles for hover effect with blur */
.hoverable-container {
  position: relative;
  cursor: pointer;
}


.hoverable-container:hover .loader-overlay {
  opacity: 1;
  visibility: visible;
}

.hoverable-container:hover #loader {
  display: block;
}

/* Specifically for your forms or sections that need loading states */
.form-section.hoverable-container {
  min-height: 200px;
}

/* end sannith */

.search_form {
  width: 100%;
  border: 0px;
  margin-left: -5px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  background: none;
}

.search_home {
  width: 100%;
  /*    margin: 0 auto 20px;*/
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  /*    border: solid 1px #e7e7e7;*/
  position: relative;
  margin-top: 15px;
  gap: 10px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  max-width: 1400px;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  margin: 0 auto;
  justify-content: center;
  margin-top: -3%;
  z-index: 91;
  align-items: center;
}

.inputBox {
  width: 300px;
  /* height: 112px; */
  /*    border-right: solid 1px #e7e7e7;*/
  border-radius: 0;
  margin-right: 0;
  transition: all 0.2s linear;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 5px 10px;
}

div.inputBox::last-child {
  /*      border-right: solid 0px #e7e7e7;*/
}

.inputBox0 {
  width: 300px;
  /* height: 112px; */
  /*    border-right: solid 1px #e7e7e7;*/
  border-radius: 0;
  margin-right: 0;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 15px 10px;
}

.inputBox0 button.btn-amber {
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 10px 10px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0px solid #aaa;
  border-radius: 4px;
  font-size: 16px;
  color: #525252;
  padding: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #525252;
  /*  text-transform: uppercase;*/
  font-weight: 700;
}

.agent_slider div.item a {
  display: block;
  padding: 10px;
}

.single-car-item-2 {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 0px;
  background-color: #f9f9f9;
  margin-bottom: 5px;
  /*  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);*/
  border: 1px solid #ededed;
}

.single-car-item-2 .car-image {
  position: relative;
}

.car-image {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom: 0px solid #ddd;
}

.single-car-item-2 .car-image a {
  display: block;
}

.a_image::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #525252;
  opacity: 0;
}

.a_image {
  height: 190px;
  overflow: hidden;
}

.a_image div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  transform: scale(1);
}

.single-car-item-2:hover .a_image div {
  transform: scale(1.1);
}

.like_icon {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  z-index: 9;
  bottom: -38px;
}

.like_icon i {
  font-size: 20px;
  font-weight: bold;
  color: #58B860;
}

.like_icon:hover i::before {
  content: "\f004";
}

.single-car-item-2 .car-content {
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mileage_span {
  font-size: 11px;
  background-color: var(--color-primary);
  display: inline-block;
  color: #ffffff !important;
  padding: 2px 12px;
  border-radius: 25px;
  margin-bottom: 2px;
}

.single-car-item-2 .car-content .car-meta {
  border-top: 1px solid rgba(41, 57, 87, 0.2);
  margin-top: 4px;
}

ul.car-meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.single-car-item-2 .car-content .car-meta li {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  color: #525252;
  font-weight: 700;
}

.single-car-item-2 .car-content .car-meta li+li {
  padding-left: 25px;
}

.car-title a {
  font-size: 18px;
  color: #525252;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 10px 0px;
}

.compare_btn {
  position: absolute;
  right: 55px;
  bottom: -34px;
  display: block;
  text-align: center;
  color: var(--color-primary);
  font-size: 17px;
  cursor: pointer;
  z-index: 1;
}

.compare-text {
  display: inline-flex;
  position: absolute;
  color: #fff;
  background-color: var(--color-primary);
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.025em;
  /*        text-transform: uppercase;*/
  padding: 6px 9px;
  border-radius: 15px;
  bottom: calc(100% + 7px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(7px) scale(0.7);
  transition: opacity 0.3s linear, visibility 0.3s linear, transform 0.3s ease-out, box-shadow 0.3s ease-out;
  text-wrap: nowrap;
  right: 0;
  transform-origin: 80% 0;
  right: -15px;
  border: 1px solid var(--color-primary);
}

.compare-text:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  bottom: -10px;
  border: solid 6px transparent;
  border-top-color: var(--color-primary);
}

.compare_btn:hover .compare-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.compare_btn:hover i {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /*    -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/
}

.like_icon:hover i {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.likenumber_plate {
  display: block;
}

.likenumber_plate:hover i.ion-android-favorite-outline:before {
  content: "\f388";
}

.likenumber_plate:hover i {
  color: red !important;
}

.likenumber_plate:hover {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color: red !important;
}

.compare-text i {
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
  margin-top: 2px;
}

.ads_img {
  position: absolute;
  width: 40px;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  padding: 5px;
  z-index: 1;
}

.single-car-item-2:hover div.car-content {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn {
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  outline: none !important;
  border-radius: 8px;
  padding: .375rem 2.14rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  font-weight: 700;
}

.btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: #535353;
}

.btn:hover::before {
  top: -40%;
}

.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
  /*  color: var(--bs-btn-hover-color);*/
  /*  background-color: var(--bs-btn-hover-bg);*/
  border-color: #535353;
}

.btn:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  cursor: pointer;
}

.inputBox::after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #dfdfdf;
  position: absolute;
  right: 0;
  top: 20%;
}

.search_home div::last-child::after {
  width: 0px;
}

.footer-area {
  background-color: #edeff1;
  z-index: 999;
}

.footer-widget .footer-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #545454;
  font-weight: 800;
}

.footer-menu .menu-items {
  margin-top: 10px;
}

.footer-menu .menu-items li {
  margin-top: 4px;
}

.footer-menu .menu-items li a {
  font-size: 14px;
  color: #525252;
  line-height: 26px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #545454;
  border-top: 1px solid #dfe2e5;
  margin-top: 30px;
}

.inventory-top h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

button.btn.drop_1_menu.dropdown-toggle.show {
  background: #545454;
}

.footer-copyright p {
  font-size: 14px;
  color: #525252;
  margin-bottom: 0px;
}

.text-widget a img {
  width: 200px;
}

a.btn.button-a.button-red.btn-delete {

  text-transform: uppercase;
  font-weight: 600;
  color: rgb(255, 255, 255) !important;
  font-size: 14px !important;
  border-radius: 8px;
}

.carousel-item.ad-slider-img img {
  max-height: 500px;
  object-fit: contain;
  width: 750px;
}

.mt-50 {
  margin-top: 50px;
}

.compare_product h4 {
  margin-bottom: 0;
}

a.dropdown-item.sort-option {
  cursor: pointer;
}

.compare_product {
  padding: 15px 0px;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: #ffff;
  z-index: 999;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  border-top: 2px solid var(--color-primary);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.clear_all {
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  padding: 8px 30px;
  font-size: 15px;
  color: #535353;
  margin-bottom: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 8%);
  vertical-align: middle;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  outline: none !important;
  border: 1px solid #eee;
}

.clear_all::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color-primary);
}

.clear_all:hover::before {
  top: -40%;
}

.clear_all:hover {
  color: #fff;
}

.comp_btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
}

.row.comp_row {
  display: flex;
  align-items: center;
}

.compare_btn01 {
  padding: 8px 30px;
  background-color: var(--color-primary);
  color: #fff;
}

.compare_btn01 i {
  margin-right: 5px;
}

.compare_product.show {
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-mobile-menu {
  border-bottom: 1px solid #dfe0e3;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

.header-mobile-logo a img {
  width: 164px;
}

.header-mobile-meta .meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-mobile-meta .meta li a.toggle-bar {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #58B860;
  text-align: center;
  color: #fff;
  display: block;
}

.header-mobile-meta .meta li a {
  font-size: 25px;
  color: #293957;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.overlay {
  display: none;
}

.overlay.open {
  display: block;
  bottom: 0;
  top: 60px;
  background-color: rgb(94 182 98 / 23%);
  background-color: rgba(94, 182, 98, 0.23);
  position: fixed;
  left: 0;
  right: 0;
}

.mobile-navigation {
  position: fixed;
  top: 60px;
  right: -390px;
  width: 380px;
  bottom: 0px;
  z-index: 999;
  background-color: #fff;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 6px solid var(--color-primary);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-navigation.open {
  right: 0;
}

.mobile-navigation .close-navbar-mobile {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 99;
}

.mobile-navigation .site-navigation .main-menu {
  border-top: 0px solid #393939;
}

.mobile-navigation .site-navigation .main-menu li {
  position: relative;
}

.mobile-navigation .site-navigation .main-menu li .mobile-menu-expand {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.mobile-navigation .site-navigation .main-menu li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-navigation .site-navigation .main-menu li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color-primary);
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mobile-navigation .site-navigation .main-menu li.active-expand>.mobile-menu-expand::after {
  height: 0;
}

.mobile-navigation .site-navigation .main-menu li a {
  padding: 12px 15px;
  display: block;
  text-decoration: none;

  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-size: 12.8px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #cdffcf;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobile-navigation .site-navigation .main-menu li a:hover {
  color: #58B860;
}

.mobile-navigation .site-navigation .main-menu li ul {
  display: none;
}

.mobile-navigation .site-navigation .main-menu li ul li a {
  padding-left: 25px;
  font-size: 12px;
}

.mobile-navigation .copyright {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #ffff;
  margin-top: auto;
}

.mobile-navigation .copyright p {
  font-size: 14px;
  color: #fff;
}

.mobile-navigation .copyright p a {
  color: #58B860;
}

.main-slide-img {
  width: 100%;
  /*  height: 575px;*/
  background-position: center;
  background-size: cover;
}

.header-mobile-meta .meta li+li {
  margin-left: 10px;
}

a.close-navbar-mobile {
  opacity: 0.7;
  color: #ffffff;
  padding: 2px 7px 3px 9px;
  position: absolute;
  right: 280px;
  background-color: var(--color-primary);
  font-size: 18px;
}

.main-slide-img h3 span {
  background: linear-gradient(#5BB861, #5BB861) left no-repeat, #525252;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s ease-in-out;
}

.main-slide-img h3:hover span {
  background-size: 100% 100%;
}

a.postad:hover img {
  animation: shake1 3s;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
}

a.postad img {
  /*  filter: brightness(0) invert(1);*/
  /*  position: absolute;
  left: 20px;
  height: 16px;
  margin-bottom: 3px;
  margin-right: 4px;*/
  /*  animation: shake 9s;
  animation-iteration-count: infinite;*/
}

@keyframes shake1 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-1px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateY(1px);
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
    width: 100%;
    /*padding-left: 25px;*/
    /*    padding-right: 25px;*/
  }
}

@media (min-width: 1099px) {
  .main-slide-img {
    height: 80vh;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .header-menu-inner .site-navigation .main-menu li a {
    padding: 10px 8px;
    font-size: 13px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .header-menu-inner .site-navigation .main-menu li a {
    padding: 10px 8px;
    font-size: 12px;
  }

  .header-menu-inner .site-navigation .main-menu li a.postad {
    font-size: 15px !important;
    color: #171717 !important;
    padding: 5px 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .text_slider h2 {
    font-size: 60px;
  }

  .text_slider h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  a.postad {
    background-color: var(--color-primary);
    background: var(--color-primary);
    /* font-size: 22px !important; */
    color: #fff !important;
    /* padding: 0px 20px !important; */
    border-radius: 10px;
    margin: 8px;
    margin-left: 8px;
    margin-left: 15px;
    font-weight: 400 !important;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    position: relative;
    vertical-align: middle;
    display: block !important;
    opacity: 1 !important;
    outline: none !important;
  }



  .mobile-navigation {
    width: 280px;
  }

  li.menu-item-has-children.active-expand a.menu-item-has-children {
    background-color: var(--color-primary);
    color: #fff !important;
  }

  li.menu-item-has-children.active-expand a.menu-item-has-children:hover {
    background-color: var(--color-primary);
    color: #fff !important;
  }

  li.menu-item-has-children.active-expand .mobile-menu-expand::before {
    background-color: #fff !important;
  }

  li.menu-item-has-children.active-expand .mobile-menu-expand::after {
    background-color: #fff !important;
  }

  .text_slider h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .text_slider img {
    width: 120px !important;
    margin-bottom: 15px;
    margin: 0 auto;
  }

  .text_slider h3 {
    font-size: 16px;
  }

  .text_slider h3 a {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .home_banner {
    margin-top: -20px;
  }

  a.postad {
    background-color: var(--color-primary);
    /* font-size: 13px !important; */
    color: #fff !important;
    /* padding: 5px 10px !important; */
    border-radius: 10px;
    margin: 3px;
    margin-left: 3px;
    margin-left: 8px;
  }

  .search_home {
    flex-wrap: wrap;
    padding: 8px 0px;
    width: 95%;
  }

  .inputBox {
    width: 30%;
    padding: 0px 0px;
  }

  .select2-container--default .select2-selection--single {
    font-size: 12px;
  }

  .inputBox:nth-of-type(even)::after {
    width: 0px;
  }

  .inputBox:nth-child(5)::after {
    width: 0px;
  }

  .inputBox::after {
    width: 0px;
  }

  .inputBox0 {
    width: 30%;
  }

  .owl-item div.main-slide-img {
    background-color: #f1f5f4 !important;
    width: 100%;
    height: 400px;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .mileage_span {
    font-size: 8px;
    padding: 0px 7px;
    border-radius: 22px;
    margin-bottom: 5px;
  }

  .single-car-item-2 .car-content .car-title a {
    font-size: 14px;
    padding: 5px 0px;
  }

  .single-car-item-2 .car-content .car-meta li {
    display: inline-block;
    position: relative;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 700;
  }

  .single-car-item-2 .car-content .car-meta {
    margin-top: 0px;
  }

  .like_icon i {
    font-size: 15px;
    font-weight: bold;
    color: #58B860;
  }

  .compare_btn {
    right: 38px;
    bottom: -37px;
    font-size: 14px;
  }

  .time_ads {
    font-size: 10px;
  }

  .a_image {
    height: 140px;
    overflow: hidden;
  }

  .inputBox0 button.btn-amber {
    font-size: 12px !important;
  }

  .btn-amber {
    font-size: 10px !important;
  }

  .compare_product {
    text-align: center;
  }

  .comp_btn {
    text-align: center;
    justify-content: center;
    /* margin-top: 15px; */
  }

  .compare_btn01 {
    padding: 5px 20px;
  }

  .clear_all {
    padding: 5px 20px;
  }

  .compare_product h4 {
    font-size: 18px;
  }

  .customSwiper a {
    width: 100%;
  }

  .checkbox .checkmark {
    top: 1px;
    width: 14px;
    height: 14px;
  }


}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-navigation {
    width: 350px;
  }
}

@media (max-width: 765px) {
  .carousel-item.ad-slider-img img {
    height: 300px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .carousel-item.ad-slider-img img {
    height: 500px;
  }
}


/************** nymber plate ***************/
.plate-ad {
  width: 100%;
  float: left;
  border: solid #58B860;
  /*  margin-top: 30px;*/
  /*  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);*/
  border: 1px solid #ededed;
  padding: 10px;
  background-color: #f9f9f9;
  /*  height: 144px;*/
  background-color: #f9f9f9;
  /*  padding-bottom: 0px;*/
  /*  border-bottom: none;*/
  border-radius: 5px;
}

.plate-header {
  position: relative;
}

.plate-header h4 {
  font-weight: 500;
  font-size: 17px;
}

.plate-header div {
  top: 0;
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  z-index: 9;
}

center.plate-body {
  /*  padding: 0px 10px;*/
  border-bottom: 2px solid #d6d6d6;
}

.number_outline {
  position: relative;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: 0px solid #cdcecd;
  min-height: 85px;
  display: flex;
  align-content: center;
  align-items: center;
}

.number_outline ul {
  /*  float: right;*/
  width: 100%;
  max-width: 300px;
  border: 3px solid #1b2a7d;
  margin-bottom: 6px !important;
  border-radius: 5px;
  margin-top: 13px;
  position: relative;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 0px;
}

.number_outline ul::before {
  /*  content: '';
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -7%;
  z-index: 5;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);*/
}

li.number_flag {
  float: left;
}

.number_outline li {
  position: relative;
  padding: 6px 0px 6px 0px;
  margin-top: 0px;
  /*  float: none;*/
  display: inline-block;
  line-height: 8px;
}

li.number_car {
  font-weight: bold;
  margin-top: 15px !important;
  font-size: 28px;
  margin-left: 4px;
  margin-right: 4px;
  color: #1b2a7d;
}

li.number_flag img {
  border-left: 1px solid #ddd;
  width: 84%;
  margin-top: 3px;
}

.number_outline li img {
  position: relative;
  padding-right: 2px;
}

li.number_arab {
  float: right;
  padding-left: 0;
}

li.number_arab img {
  width: 84%;
  float: right;
  right: 10px;
}

.plate-footer {
  padding: 8px 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
}

.whatsapp p {
  font-size: 15px;
  /*  background-color: #535353;*/
  display: inline-block;
  /*  color: #fff;*/
  padding: 3px 15px;
  padding-top: 3px;
  padding-top: 1px;
  border-radius: 25px;
  margin-bottom: 0px;
  vertical-align: middle;
  font-size: 15px;
  color: #525252;
  font-weight: 700;
}

.whatsapp a,
.plate_price a {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  color: black !important;
}

.plate_price {
  text-align: right;
}

.plate_price p {
  font-size: 15px;
  /*  background-color: #535353;*/
  display: inline-block;
  /*  color: #fff;*/
  padding: 3px 15px;
  padding-top: 3px;
  padding-top: 2px;
  border-radius: 25px;
  margin-bottom: 0px;
  vertical-align: middle;
  font-weight: 700;
}

.whatsapp p:hover,
.plate_price p:hover {
  /*  color: #fff;*/
  /*  background-color: var(--color-primary);*/
}


.all-pagination {
  padding-top: 20px;
}

.all-pagination .pagination li {
  margin: 0 5px;
}

.all-pagination .pagination li a.active {
  background-color: #58B860;
  color: #fff;
}

.all-pagination .pagination li a {

  background-color: #edeff1;
  color: #545454;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex !important;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

a.price-filter.price-filter-text {
  display: flex;
  align-content: center;
  align-items: center;
  color: #545454;
}

.all-pagination .pagination li a.previous,
.all-pagination .pagination li a.next {
  width: auto;
  padding: 0 20px;
}

.all-pagination .pagination li:hover a {
  background-color: #58B860;
  color: #fff;
}

.box_01 {

  text-align: center;
}

.box_01 a {
  display: block;
  padding: 20px;
  -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
  transition: .3s cubic-bezier(.24, .74, .58, 1);
  position: relative;
  color: #525252;
  background-color: #fff;
  border-radius: 5px;
}

.box_01 a:hover {
  border-radius: 15px;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 8%);
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.box_01 a .title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;

  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.box_01 a:hover .title {
  color: #58B860;
}

.box_01 a img {
  height: 80px;
}

.table_compare thead th,
.table_compare thead td {
  background-color: #5EB662;
  color: #171717;
  padding: 10px 15px;
  font-weight: normal;
  vertical-align: top;
  min-width: 25%;
  max-width: 25%;
  line-height: 1;
}

.table_compare td,
.table_compare th {
  text-align: center;
  border: solid 1px #E4E4E4;
  word-wrap: break-word;
  padding: 5px 10px;
}

.table_compare .post-cover .photo,
.td_image .photo {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 5px;
}

.table_compare th:first-child,
.table_compare td:first-child {
  min-width: 180px;
  font-weight: normal;
  text-align: left;
  padding: 5px 15px;
  background-color: #edeff1;
  /*    border: none;*/
}

.table_compare th {
  font-weight: 600;
  font-size: 14px;
}

.table_responsive {
  width: 100%;
  overflow-x: auto;
}

.table_compare tbody tr:hover th,
.table_compare tbody tr:hover td {
  cursor: pointer;
  color: #171717;
  background-color: #5EB662;
  border-color: #ddd;
}

.table_compare tbody tr.post-cover:hover th,
.table_compare tbody tr.post-cover:hover td {
  cursor: pointer;
  color: #171717;
  background-color: #edeff1;
  border-color: #ddd;
}

.table_compare thead th a.head_text {
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  color: #171717;
}

.colse_compare {
  position: absolute;
  top: 0;
  right: 0;
}

.td_image {
  position: relative;
}

.colse_compare {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 40px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

.colse_compare:hover {
  color: red;
}

table.table_compare {
  width: 100%;
}

.compare_table {
  display: flex;
  overflow: hidden;
}

.data_div01 {
  min-width: 15%;
}

.data_div01 {
  min-width: 185px;
  background-color: #edeff1;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 5px;
}

.data_div01 ul li {
  padding: 5px 10px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  /*line-height: 35px;*/
  display: flex;
  align-items: center;
  font-weight: 600;
}

.data_div01 ul li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.data_div02 {
  width: 85%;

}

.slide_box {
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 8%);
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.data_div02 ul li {
  padding: 5px 10px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.data_div02 ul li:last-child,
.data_div01 ul li:last-child {
  border-bottom: 0px solid #ddd;
}

.car_li {
  height: 260px !important;
}

.td_image h3 {
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #171717;
  font-size: 16px;
}

.data_div02 ul li:hover {
  background-color: #edeff1;
}

.com_price {
  color: var(--color-primary);
  font-weight: 600;
}

.dealer_icon {
  width: 100%;
  text-align: left;
  /*  float: left;*/
  border-radius: 8px;
  margin-top: 0px;
  box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 12%);
  /*  padding: 15px 10px;*/
  -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
  -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
  transition: .3s cubic-bezier(.24, .74, .58, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--color-primary);
  height: 185px;
}

.box_delears {
  padding: 15px 10px;
}

.dealerdes {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  /*  border-top: solid 1px #ddd;*/
  /*  margin: 15px 0 0 0;*/
  padding: 12px 0 0 0;
  /*  display: flex;
  justify-content: space-between;*/
}

.dealerdes a {
  font-size: 14px;
  color: #525252;
  margin-right: 5px;
}

.dealers-phone-msg {
  display: flex;
  gap: 30px;
}

.dealerdes i {
  color: var(--color-primary);
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.dealerdes p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.box_textstyle {
  text-align: left;
}

.box_textstyle h4 {
  margin-bottom: 8px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
}

.box_textstyle h4 a {
  color: #333;
  font-weight: 600;
  font-size: 19px;
}

.dealer_span {
  top: 10px;
  position: absolute;
  inset-inline-end: 12px;
  z-index: 1;
  border-width: 1px;
  border-style: solid;

  border-color: #5BB861 !important;
  min-width: fit-content;
  border-radius: 20px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-inline-start: 8px !important;
  padding-inline-end: 12px !important;
  column-gap: 6px;
  display: flex !important;
  align-items: center !important;
  -ms-flex-align: center !important
}

.box_textstyle {
  width: 65%;
  font-size: 13px;
}

.bg_gray {
  background-color: #edeff1;
  padding-right: 0;
}

/* .dealer_logo {
  display: flex;
  height: 100%;
  align-items: center;
} */

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top: 0px;
}

.checkbox {
  font-size: 16px;
  font-weight: 600;
}

.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
  border-radius: 50%;
  margin-right: 3px;
}

.checkbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark {
  background: var(--color-primary);
  outline: 1px solid rgb(95, 126, 240);
  border-radius: 50%;
}


.checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.check_mark {
  display: flex;
  gap: 25px;
}

.iframe iframe {
  width: 100% !important;
  height: 350px !important;
}

.bg_gradi {
  /*  background: rgb(94,182,98);*/
  /*  background: linear-gradient(2deg, rgba(94,182,98,1) 0%, rgba(255,255,255,1) 72%);*/
  background-image: url('https://righcars.com/img/baaner_dot.png');
  /*  background-size: cover;*/
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: hidden;
  background-size: 100% 600px;
  background-repeat: repeat;
  overflow: hidden;
  background-position: top;
  /*  border-bottom: 10px solid #535655;*/
}

.h3_agent {
  font-size: 45px;
  display: block;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}

/* .em_btn {
  font-size: 17px;
  display: block;
  color: #525252;
  margin-top: 10px;
  margin-bottom: 10px;
}

.em_btn i {
  color: var(--color-primary);
  margin-right: 5px;
} */


.em_btn {
  font-size: 17px;
  display: block;
  color: #525252;
  margin-top: 10px;
  margin-bottom: 10px;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
}

.em_btn i {
  color: var(--color-primary);
  margin-right: 5px;
  vertical-align: middle;
}


.phon_btn {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
  font-size: 22px;
  display: block;
  color: #ffff;
  background-color: var(--color-primary);
  padding: 8px 60px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

.time_h {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.timee {
  display: inline-block;
  margin-top: 8px;
}

.timee th {
  padding-left: 8px !important;
}

.timee th,
.timee td {
  padding: 10px !important;
  padding-top: 10px;
  padding-left: 10px;
  padding-top: 0px !important;
  vertical-align: top !important;
  font-weight: 500;
  font-size: 14px;
}

.hidenow {
  display: none;
}

.box_agentimg {
  border: 5px double var(--color-primary);
  padding: 10px;
  margin: 10px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 5px;
}

.location_p {
  margin-bottom: 0px;
  padding: 10px;
  font-size: 16px;
}

.location_p i {
  color: var(--color-primary);
  margin-right: 3px;
}

ul.socia_agent li a {
  line-height: 1.3;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 37px;
  background-color: var(--color-primary);
  padding: 3px 8px;
  width: 33px;
  height: 33px;
  text-align: center;
}

.socia_agent {
  text-align: right;
}

h5.time_h i {
  color: var(--color-primary);
  vertical-align: top;
  cursor: pointer;
}

.hide {
  display: none;
}

.dropdown-toggle {
  background-color: var(--color-primary);
  color: #171717;
  border-radius: 10px;
  /* width: 200px; */
  padding: 10px 2.14rem;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.dropdown-menu {
  width: 200px;
}

.float-right {
  float: right;
}

#make_filter {
  float: right;
  background-color: #fff;
  color: #171717;
  border-radius: 10px;
  width: 200px;
  padding: 10px 2.14rem;
  border: 2px solid var(--color-primary);
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 10px;
}

#search_form {
  margin-top: 10px;
  height: 0;
  opacity: 0;

}

#search_form.show {
  margin-bottom: 10px;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#search_form .search_form {
  width: 100%;
  border: 0px;
  padding: 10px;
  border-radius: 5px;

}

#search_form .inputBox::after {
  background-color: #fff;
}

/*.data_div02 ul li::before {
  content: "";
  background-color: var(--color-primary);
  width: 100%;
  left: 0;
  right: 0;
  height: 40px;
  position: absolute;
  opacity: 0;
  z-index: 0;
}
.data_div02 ul li:hover::before {
  opacity: 1;
}*/
/*.data_div02 ul li attr[data-label]:hover{
   background-color: #5BB861;
  color: #171717 !important;
}*/
li.mileage:hover span {
  background-color: var(--color-primary);
  color: #171717 !important;
}

.sidebar-dealer-info .dealer-title {
  padding: 25px;
  /*  background-color: #fff;*/
  border: 0px solid #ddd;
  border-radius: 8px 8px 0 0;
  /*  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);*/
}

.dealer-title h2 {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.2;
}

.sidebar-dealer-info .dealer-info {

  padding: 15px 25px;
  padding-top: 0px;
  /*  background-color: #fff;*/
  border-top: 1px solid #ddd;
  /*  border-top: 0px;*/
  border-radius: 0 0 8px 8px;
}

.sidebar-dealer-info {
  border-radius: 8px 8px;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.slider_thum {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carousel-indicators {
  position: relative !important;
  z-index: 99;
  margin-left: 0;
  margin-right: 0;
}

#carouselExampleControls {
  margin-bottom: 70px;
}

.inventory-single-dealership-tab .nav {
  background-color: #edeff1;
}

.inventory-single-dealership-tab .nav li a.active {
  color: #ffffff;
  background-color: var(--color-primary);
}

.inventory-single-dealership-tab .nav li a {
  min-width: 175px;
  text-align: center;
}

.inventory-single-dealership-tab .nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #525252;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
}

.inventory-single-dealership-tab .inventory-dealership-specifications {
  padding-top: 15px;
}

.tab-content .tab-pane.active {
  padding: 10px 20px;
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  /*  background-color: #f5f6f6;*/
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.inventory-single-dealership-tab .inventory-dealership-specifications .table tbody tr th {
  padding: 7px 0;
  font-size: 15px;
  font-weight: 700;
  color: #525252;
  vertical-align: middle;
  line-height: 30px;
  text-transform: capitalize;
}

.sticky_div {
  top: 80px;
  position: sticky;
}

.right_dealer {
  float: right;
  margin-top: -10px;
}

.sidebar-dealer-info .dealer-info .info-items li+li {
  border-top: 1px solid rgba(41, 57, 87, 0.15);
}

.sidebar-dealer-info .dealer-info .info-items li {
  font-size: 16px;
  font-weight: 400;
  color: #293957;
}

.sidebar-dealer-info .dealer-info .info-items li {
  font-size: 16px;
  font-weight: 400;
  color: #293957;
  padding-left: 35px;
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
}

.sidebar-dealer-info .dealer-info .info-items li i {
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}

.msrp {
  font-size: 16px;
  margin-left: 5px;
}

.list_dflex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.right_news {
  display: flex;
  gap: 15px;
  font-size: 14px;
  align-items: center;
}

.right_news i {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 5px;
}

.time_ads {
  font-size: 15px;
}

.likebutton {
  border: 0px solid #fff;
  background-color: transparent;
}

.info-items li a {
  color: #525252;
}

.price-amount {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 30px;
}

.price-amount01 {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 22px;
}

.price-amount01-1 {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 18px;
}

.car-content p {
  margin-top: -8px;
}

.car-title-1 a {
  font-size: 16px;
  color: #545454;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 2px 0px;
}

.car-image-1 {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom: 0px solid #ddd;
}

.inventory-single-dealership-tab .inventory-dealership-specifications .table tbody tr td {
  padding: 7px 0;
  font-size: 15px;
  vertical-align: middle;
}

.likebutton i {
  color: red;
  font-size: 26;
}

.likebutton:hover i {
  color: red;
}

.likebutton:hover i::before {
  content: "\f388";
}

.likebutton:hover {
  /*  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}

.info-items li a:hover {
  color: var(--color-primary);
}

.info-items li:hover i {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.time_ads:hover i,
.viewcount:hover i {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.inventory-single-dealership-tab .inventory-dealership-specifications .table tbody tr th:hover {
  /*    -webkit-animation-name: tada;
  animation-name: tada;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;  */
}

.css_ic i {
  margin-right: 5px;
}

.css_ic {
  font-size: 15px;
}

.inventory-single-dealership-tab .inventory-dealership-overview p {
  font-size: 15px;
  line-height: 2.2;
  vertical-align: middle;
}

.inventory-dealership-overview p i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 14px;
}

table.table {
  color: #525252;
}

h5.singe-title span {
  color: var(--color-primary);
}

h4.car-title {
  margin-bottom: 0;
}

.single-car-item.mt-10 {
  margin-bottom: 20px;
}

.cars-active-22 .slick-arrow {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #c2cad9;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -34px;
  right: 15px;
  z-index: 5;
  padding: 0;
}

.cars-active-22 .slick-arrow.prev {
  right: 47px;
}

.cars-active-22 .slick-arrow:hover {
  background-color: #58B860;
  color: #fff;
}

.mar-10 {
  margin: 0px 10px;
}

.cars-active-3 .slick-arrow.prev {
  right: 47px;
}

.cars-active-3 .slick-arrow {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #c2cad9;
  background-color: rgb(194, 202, 217);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -34px;
  right: 15px;
  z-index: 5;
  padding: 0;
}

.sidebar-dealer-info:hover {
  background-color: #edeff1;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
  border-radius: 8px 8px;
}

.specifications_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.specifications_list li {
  flex: 0 0 auto;
  width: 32%;
  border: 0px solid #e2e2e2;
  Padding: 15px;
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

.features_table {
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.specifications_list li p {
  margin-bottom: 0px;
}

.specifications_list li p i {
  margin-right: 4px;
}

.features_table tbody tr {
  display: inline-block;
  vertical-align: bottom;
  width: 46%;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  margin-left: 2%;
}

.features_table tbody tr td,
.features_table tbody tr th {
  border: 0px;
  display: inline-block;
  vertical-align: bottom;

  padding: 15px 15px;
  font-size: 15px;
}

.features_table tbody tr td {
  width: 40%;
}

.features_table tbody tr th {
  width: 58%;
}

.features_table tbody tr td:last-child {
  /*  text-align: right;*/
  font-size: 13px;
}

/*.features_table{
 border: 1px solid #e6e6e6;  
}*/
.features_table i.ion-checkmark-circled {
  color: #1fc055;
}

.features_table i.ion-close-circled {
  color: red;
}

.s_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

span.s_top img {
    width: 90px;
}



#details div.inventory-dealership-details p {
  font-size: 15px;
  line-height: 2.2;
  vertical-align: middle;
}

#details div.inventory-dealership-details p i {
  color: #1fc055;
  margin-left: 5px;
  margin-right: 5px;
}

.makeoffer {
  display: block;
  font-size: 20px !important;
  padding: 10px;
}

.specifications_list li:hover {
  /*  background-color: #edeff1;*/
  background-color: var(--color-primary);
  color: #ffffff !important;
}

.specifications_list li h5:hover {

  color: #ffffff !important;
}

.specifications_list li:hover p {
  color: white !important;
}

.makeoffer_box {
  width: 600px;
  max-width: 90%;
  min-width: 100px;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* display: none; */
  position: fixed !important;
  top: 0;
  right: 0%;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
  transition: transform .4s ease-in-out;
  padding-bottom: 1rem;
  background: #ffffff;
  z-index: 3;
  height: 100%;
  overflow: hidden;
}

.makeoffer_box.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%) !important;
  transition: transform .4s ease-in-out;
  z-index: 999;
}

.nav-header02 {
  border-bottom: 10px solid #f2f2f2;
}

.menu-toggle02 {
  font-size: 18px;
  top: 12px;
  right: 10px;
  /* float: right; */
  position: absolute;
  margin-bottom: 27px;
  color: #b7b7b7 !important;
}

.makeoffer_bg {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  margin-right: 0px;
  transition: opacity 0.6s ease-in-out 0s;
  opacity: 1;
  pointer-events: auto;
  display: none;
}

#input-slider {
  width: 100%;
}

.price_lowtohigh {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.price_range {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 25px;
  border-radius: 10px;
  color: #525252;
}

.offer_box {
  padding: 10px;
}

.price_rangebox {
  text-align: center;
  font-size: 28px;
  margin-top: 15px;
  font-weight: 700;
}

.price_rangebox input {
  width: 200px;
  margin-left: 10px;
  border: 0px solid #fff;
  border-bottom: 2px solid #ddd;
  padding: 2px 3px;
  color: #525252;
}

.price_rangebox span {
  color: var(--color-primary);
}

.input-slider {
  place-self: center;
  border-radius: 100vh;
  width: calc(var(--width) - 1rem);
  height: min(1rem, 4vw);
  /*  background-color: hsl(198deg 41% 45%);*/
  background-color: hsl(122.7, 37.6%, 54.1%);
  box-shadow: inset 0 2px 3px #0005, inset 0 -2px 2.5px 0.5px #fff3;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.input-slider::-webkit-slider-thumb {
  background: linear-gradient(to bottom,
      #fff 30%,
      hsl(192, 3%, 68%) 75%,
      hsl(192deg 3% 46%));
  border-radius: 50%;
  width: clamp(2rem, calc(2.28rem + 3.18vw), 1.88rem);
  aspect-ratio: 1;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 -1px 5px 4px #fff7 inset, 0 1px 1.5px #0004, 0 2px 5px #0003,
    0 5px 9px #0002;
}

.input-slider::-moz-range-thumb {
  background: linear-gradient(to bottom,
      #fff 30%,
      hsl(192, 3%, 68%) 75%,
      hsl(192deg 3% 46%));
  border-radius: 50%;
  width: clamp(1.2rem, calc(2.28rem + 3.18vw), 1.4rem);
  height: clamp(1.2rem, calc(2.28rem + 3.18vw), 1.4rem);
  aspect-ratio: 1;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 -1px 5px 4px #fff7 inset, 0 1px 1.5px #0004, 0 2px 5px #0003,
    0 5px 9px #0002;
  cursor: pointer;
}

.offer_buttton {
  font-size: 20px !important;
  display: inline-block;
  min-width: 280px;
}

.car_view {
  display: flex;
  gap: 15px;
  align-items: center;
}

.car_view img {
  width: 100px;
}

.number--label:focus-visible {

  outline: 0px solid crimson;
}

.car-content01 h4 a {
  font-size: 20px;
  color: #525252;
}

.car-content01 {
  padding: 15px;
}

.car-content01 p {
  font-size: 15px;
  margin-bottom: 5px;
}

.car-content01 p span {
  font-weight: 600;
}

.enquire_now a {
  background-color: var(--color-primary);
  display: block;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  color: #171717;
  font-size: 18px;
}

.enquire_now {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}

.single-car-item-2:hover .enquire_now {
  bottom: 0px;
}

.single-car-item-2 .car-content01 {
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-car-item-2:hover .car-content01 {
  background-color: #f9f9f9;
  /*-webkit-transform: translateY(-50px);
  -khtml-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);*/
}

.login-register {
  border-radius: 10px;
  padding: 7%;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ededed;
  background-color: #fff;
}

.enquiry_btncss {
  font-size: 18px !important;
}

.rentcar_meta {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 15px;
}

.rentcar_meta li {
  display: inline-block;
  position: relative;

  font-size: 15px;
  color: #58b860;
  font-weight: 700;
}

.car-login-register {
  padding-top: 20px;
}

.rentcar_meta li.start_from {
  color: #525252;
  font-size: 13px;
  text-align: right;
}

.rentcar_meta li span {
  font-size: 15px;
  color: #58b860;
  display: block;
}

.rentcar_meta .ion-calendar:before {
  content: "\f117";
  margin-right: 5px;
}

.form-group {
  margin-bottom: 15px;
}

.login-register-form .form-group input,
.login-register-form .form-group select {
  width: 100%;
  padding: 0px 0px;
  height: 45px;
  border-radius: 3px;
  border: 0px solid #d7dce6;
  background-color: #fff;
  font-size: 14px;
  color: #293957;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #ddd;
}

.login-register-form .form-group textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
  border: 1px solid #d7dce6;
  background-color: #fff;
  font-size: 14px;
  color: #293957;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.login-register h2 {
  text-align: center;
}

.login-register h2 span {
  color: var(--color-primary);
}

.show-mobile {
  display: none;
}

.right_numberplate {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}

.numberplate_form input {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: 0;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  color: #666;
  padding-right: 63px;
  border: 1px solid #BFBFBF;
}

.numberplate_form button {
  width: 48px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #58B860;
  color: #fff;
  padding: 0;
  font-size: 20px;
  border: 0;
  border-radius: 0 5px 5px 0;
}

.numberplate_form form {
  position: relative;
}

.plate-header {
  padding: 1px 0px;
  display: flex;
  align-items: center;
  height: 30px;
}

/* .numberplate_form {
  min-width: 50%;
} */

.likenumber_plate i {
  font-size: 28px;
  font-weight: bold;
  color: var(--color-primary);
}

.number_outline01 {
  min-height: 85px;
  display: flex;
  align-items: center;
}

.number_outline01 ul {
  width: 100%;
  max-width: 300px;
  border: 3px solid #1b2a7d;
  margin-bottom: 6px !important;
  border-radius: 5px;
  margin-top: 13px;
  position: relative;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

li.number_car01 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 33px;
  margin-left: 4px;
  margin-right: 4px;
  color: #1b2a7d;
  margin-bottom: 10px;
}

.number_flag01 img {
  width: 140px;
}

.number_flag01 {
  padding: 4px;
  background-color: #fe6700;
}

.main-slide-img01 {
  min-height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media(max-width:768px) {
  .main-slide-img01 {
    min-height: 22vh;
  }
}

.main-slide-img01 .text_slider h2 {
  font-size: 70px;
}

.newcar-item-2 {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 0px;
  background-color: #f9f9f9;
  margin-bottom: 5px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ededed;
}

.newcar-item-2 .newcar-content {
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.newcar-item-2 .newcar-content h3 a {
  font-size: 18px;
  color: #525252;
}

.newcar-item-2 .newcar-content h5 {
  font-size: 18px;
  color: var(--color-primary);
}

.box_01 a .title01 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bg_gray01 {
  padding: 50px;
  background-color: #edeff1;
}

.enq_now {
  display: block;
  font-size: 20px !important;
  padding: 10px;
}

.content-page h4 {
  margin-top: 15px;
}

.content-page p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 15px;
  /*    margin-top: 20px;*/
}

.innerpage_banner {
  padding: 50px 0px;
  padding-top: 200px;
  background-size: cover;
  background-position: left bottom;
  background-attachment: fixed;
  position: relative;
}

.innerpage_banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}

.innerpage_banner h2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 0px;
  position: relative;
}

.innerpage_banner h2:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
  margin: 0 auto;
}

.content-page ul {
  margin-top: 10px;
  list-style: circle;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}

.content-page ul li {
  margin-bottom: 10px;
}

.box_0001 {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ededed;
  background-color: #fff;
  min-height: 240px;
  margin-bottom: 15px;
}

.box_0001 p {
  margin-bottom: 0px;
}

.stepsnumber {
  position: relative;
  margin: 60px auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stepsnumber .centerline {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  width: 78%;
  height: 6px;
  background-color: #edeff1;
  border-radius: 100px;
}

.stepsnumber .singlen.current {
  color: #3B3B3B;
  font-weight: bold;
}

.stepsnumber .singlen {
  position: relative;
  flex-direction: column;
  text-align: center;
  justify-content: flex-end;
  gap: 12px;
  font-size: 18px;
  color: #A6AFB8;
  display: flex;
  align-items: center;
  line-height: 2;
}

.stepsnumber .singlen.current>div:first-of-type {
  color: white;
  background: var(--color-primary);
}

.stepsnumber .singlen>div:first-of-type {
  background: #edeff1;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  justify-content: center;
}

.stepsnumber .singlen.current {
  color: #3B3B3B;
  font-weight: bold;
}

.stepsnumber .singlen {
  text-align: center;
  font-size: 18px;
  color: #A6AFB8;
  width: 180px;
}

.single-field {
  margin-bottom: 15px;
}

.single-field select {
  font-size: 15px;
  margin-right: 10px;
}

.single-field label {
  display: inline-block;
  text-transform: capitalize;
}

.box_steps {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ededed;
  background-color: #fff;
}

.add-car-checkbox input[type=checkbox]+label span {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 2px solid #737f96;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  margin-right: 10px;
  top: 5px;
  display: inline-block;
}

.add-car-checkbox input[type=checkbox]+label span::before {
  content: "\f121";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 10px;
  color: #fff;
  position: relative;
  top: -6.5px;
  left: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.add-car-checkbox input[type=checkbox]:checked+label span {
  background-color: #58B860;
  border-color: #58B860;
}

.add-car-checkbox input[type=checkbox]:checked+label span::before {
  opacity: 1;
  visibility: visible;
}

.add-car-checkbox input[type=checkbox] {
  display: none;
}

.features-list {
  margin-top: 10px;
  margin-bottom: 20px;
}

.features-list li {
  margin-top: 10px;
}

.add-car-single-features {
  margin-top: 15px;
}

.add-car-checkbox label {
  cursor: pointer;
}



.add-car-checkbox input[type=radio]+label span {
  width: 17px;
  height: 17px;
  border-radius: 44px;
  border: 2px solid #737f96;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  margin-right: 10px;
  top: 5px;
  display: inline-block;
}

.add-car-checkbox input[type=radio]+label span::before {
  content: "\f121";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 11px;
  color: #fff;
  position: relative;
  top: -5px;
  left: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.add-car-checkbox input[type=radio]:checked+label span {
  background-color: #58B860;
  border-color: #58B860;
}

.add-car-checkbox input[type=radio]:checked+label span::before {
  opacity: 1;
  visibility: visible;
}

.add-car-checkbox input[type=radio] {
  display: none;
}

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

.p_image {
  width: 100%;
}

.box_postads {
  background-color: #f7f6f5;
  border-radius: 4px;

  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(50% - 12px);
  margin-top: 12px;
  padding: 24px;
  text-align: center;
}

.item_image {
  left: -4%;
  /* margin-bottom: -65px; */
  margin-top: 0px;
  position: relative;
  width: calc(100% + 50px);
  margin-top: 20px;
}

.item_image img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.tick_post {
  margin-top: 20px;
}

.tick_post ul {
  max-width: 22rem;
  margin: 8px auto 24px;
  flex-direction: column;
  align-items: normal;
  padding: 0;
  text-align: left;
}

.tick_post ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  padding: 5px;
  padding-left: 20px;
}

.tick_post ul li:before {
  left: 0;
  font-family: Ionicons;
  content: "\f122";
  position: absolute;
  color: var(--color-primary);
}

.float-left {
  float: left;
}

.form-input {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.style-line .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #ddd;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  z-index: 1;
  margin-top: -1px;
}

.style-line .line::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: var(--color-primary);
  -webkit-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}

.style-line input[type=email]:focus+.line::before,
.style-line input[type=email]:hover+.line::before,
.style-line input[type=text]:focus+.line::before,
.style-line input[type=text]:hover+.line::before,
.style-line input[type=password]:focus+.line::before,
.style-line input[type=password]:hover+.line::before,
.style-line textarea:focus+.line::before,
.style-line textarea:hover+.line::before,
.style-line .iti:hover+.line::before,
.style-line select:focus+.line::before,
.style-line select:hover+.line::before
{
width: 100%
}

.style-line {
  position: relative;
}

.other_login.g-5 {
  display: flex;
  justify-content: center;
  gap: 15px;
}

a.log_btncss {
  font-size: 14px !important;
}

div.style-line input {
  padding: 10px 0 10px 30px !important;
}

.style-line[class*="icon-"]::before {
  color: #333;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 2px;
}

.icon-user::before {
  content: "\f2c0";
}

.icon-password::before {
  content: "\f084";
}

.icon-email::before {
  content: "\f0e0";
}

.google_btn {
  display: inline-flex;
  width: 100%;
  max-width: 300px;
  border: 1px solid #333;
  border-radius: 8px;
  padding: .375rem 2.14rem;
  justify-content: center;
  position: relative;
  color: #333;
}

.google_btn img {
  position: absolute;
  width: 20px;
  left: 15px;
  top: 9px;
}

.google_btn::after,
.google_btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  visibility: hidden;
}

.google_btn::before {
  border-radius: 10px;
  top: -1px;
  left: -1px;
  border-top: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.google_btn::after {
  border-radius: 10px;
  bottom: -1px;
  right: -1px;
  border-left: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.google_btn:hover {
  animation: pulse 1s ease-out .4s;
  color: #222222;
}

.google_btn:hover::after,
.google_btn:hover::before {
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  visibility: visible;
  transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.google_btn:hover::before {
  transition: width .1s ease, height .1s ease .1s;
}

.google_btn:hover::after {
  transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

#mobile_code,
#mobile_code1 {
  padding-left: 90px !important;
  width: 100%;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.box_postads.active {
  border: 5px double var(--color-primary);
  margin-top: -10px;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
  padding-bottom: 40px;
}

.small_text {
  font-size: 15px;
}

.rent_table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}
 
.rent_table th,
.rent_table td {
  padding: 5px 5px;
  font-weight: 500;
  font-size: 14px;
  
}
 
.rent_table tr:first-child th {
  text-align: center;
}
 
.rent_table tr th:first-child {
  text-align: left;
  width: 100px;
}
 
.rent_table td {
  text-align: center;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px; 
  
}
 
.rent_table tr {
  border-bottom: 0;
}

@media (max-width: 576px) {
    .rent_table th,
    .rent_table td {
        font-size: 13px;
        padding: 6px;
    }
}

.f-15 {
  font-size: 15px;
}

.inventory-single-dealership-gallery {
  position: relative;
}

.ads_img01 {
  position: absolute;
  width: 150px;
  left: 10px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.83);
  border-radius: 5px;
  padding: 5px;
  z-index: 99;
}

form#search-form {
  z-index: 0;
}


@media(max-width:768px) {

  .header-mobile-meta .fa-globe:before {
    content: "\f0ac";
    font-size: 15px;
  }

  .header-mobile-meta .fa-user:before {
    content: "\f007";
    font-size: 15px;
  }

  .single-form.form-btn.mt-4.text-right {
    display: flex;
    gap: 15px;
    justify-content: end;
  }

  .stepsnumber .singlen {
    width: auto;
  }

  .stepsnumber .singlen div:last-child {
    font-size: 13px;
  }

  .stepsnumber {
    width: 100%;
    margin: 30px auto 30px auto;
  }

  .stepsnumber .centerline {
    width: 73%;
  }

  .show-mobile {
    display: block;
    position: relative;
    top: 0;
  }

  .inventory-single-dealership-tab.mt-5.pt-2 {
    margin-top: 0 !important;
    padding-top: 0;
  }

  .hide-mobile {
    display: none;
  }

  .box_01 a img {
    height: auto;
    width: 90%;
  }

  .data_div01 ul li,
  .data_div02 ul li {
    font-size: 12px;
  }

  .data_div01 {
    min-width: 30%;
  }

  .td_image h3 {
    max-width: 100%;
    font-size: 13px;
    text-align: center;
  }

  .colse_compare {
    top: 0px;
  }

  .data_div02 {
    width: 70%;
  }

  body {
    margin-top: 80px;
  }

  .checkbox {
    font-size: 13px;
    font-weight: 600;
  }

  .bg_gray {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .dealer_span {
    background-color: #fff;
  }

  .box_delears {
    padding: 15px 15px;
  }

  .box_textstyle {
    width: 100%;
  }

  .check_mark {
    gap: 15px;
    padding-left: 10px;
  }

  .h3_agent {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .agent-social {
    float: none;
    margin-bottom: 20px;
  }

  .socia_agent {
    text-align: left;
  }

  #make_filter {
    margin-top: 10px;
    margin-right: 0px;
    display: inline-block;
    width: 140px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .float-right {
    float: none;
    display: inline-block;
  }

  #dropdownMenuButton {
    font-size: 14px;
    margin-top: 10px;
    width: 165px;
    padding: 8px 10px;
  }

  .dropdown-menu {
    width: 165px;
  }

  .bg_gradi {
    padding-bottom: 30px;
    padding-top: 0px;

  }

  .inventory-dealership-features {
    overflow: scroll;
  }

  .inventory-single-dealership-tab {
    margin-bottom: 40px;
  }

  .slider_thum {
    width: 100%;
    /* height: 250px !important; */
  }

  .inventory-single-features-car .slider_thum {
    height: 250px !important;
  }

  .cars-active-22 .slick-arrow {
    top: -28px;
  }

  .rent-a-car-price-list {
    flex-wrap: wrap !important;
  }

  .specifications_list li {
    width: 100%;
    Padding: 10px;
  }

  .specifications_list li h5 {
    font-size: 18px;
  }

  .features_table tbody tr {
    width: 100% !important;
    margin-left: 0%;
  }

  .price_rangebox input {
    width: 110px;
  }

  .price_rangebox {
    font-size: 22px;
  }

  .price_range {
    margin: 15px 0px;
  }

  .car_view img {
    width: 80px;
  }

  .right_numberplate {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .numberplate_form {
    min-width: 100%;
  }

  .item_image {
    left: 0%;
    margin-bottom: 0;
    margin-top: 32px;
    position: relative;
    width: calc(100% + 6px);
  }
}

@media(min-width:992px) {
  .box_postads {
    min-height: 460px;
  }
}

@media(max-width:768px) {
  .all-pagination .pagination li {
    margin: 3px 3px !important;
  }

  ul.pagination {
    display: flex;
    flex-wrap: wrap;
  }

  .all-pagination .pagination li a.previous,
  .all-pagination .pagination li a.next {
    padding: 0;
    width: 60px !important;
    height: 30px;
    line-height: 30px;
  }
}



/****************dashboard **************/


.box_card {
  position: relative;
  background: white;
  border-radius: 10px;
  border: 0px solid rgba(156, 170, 179, .28);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  padding: 10px 0px;
}

.account_menu {
  flex: 0 0 260px;
  padding: 40px;
  padding-right: 40px;
  padding-right: 40px;
  padding-right: 40px;
  border-right: solid 1px #d9e7d6;
  padding-right: 25px;
  position: sticky;
  top: 50px;
}

.account_user-icon {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.account_user {
  text-align: center;
  margin-bottom: 25px;
}

.account_user-name {
  font-size: 20px;
  font-weight: 700;
}

.account_navigation {
  margin: 0;
  padding: 0;
}

.account_navigation li {
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}

.account_navigation li a {
  padding-left: 0px;
  display: block;
  color: #333;
  position: relative;
  font-size: 14px;
  vertical-align: middle;
  padding: 6px 10px;
}

.account_navigation li a i {
  color: var(--color-primary);
  margin-right: 5px;
  font-size: 20px;
  width: 22px;
}

.dashboard_box {
  margin: 0;
  margin-top: 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.dashboard_box li {
  overflow: hidden;
  text-align: center;
  width: 18%;
  border: 0px solid #eee;
  border-radius: 10px;
  border: 0px solid rgba(156, 170, 179, .28);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
  /*  background-image: linear-gradient(to right,#2f4fa0,#0C8BD4);*/
}

.dashboard_box li a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  position: relative;
}

.dashboard_box li a img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 0px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.dashboard_box li a h5 {
  color: #333;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.account_details {
  padding: 15px 15px;
  padding-right: 15px;
}

.account_navigation li.active a {
  background-color: var(--color-primary);
  padding: 6px 10px;
  border-radius: 30px;
  color: #fff;
}

.account_navigation li.active a i {
  color: #fff;
}

.account_navigation li a:hover {
  background-color: var(--color-primary);
  padding: 6px 10px;
  border-radius: 30px;
  color: #fff;
}

.account_navigation li a:hover i {
  color: #fff;
}

.ti_dashboard span {
  color: var(--color-primary);
}

.count_s span {
  width: 60px;
  height: 25px;
  background-color: var(--color-primary);
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-radius: 20px;
  color: #fff;
}

.step_data button.active div.image_step {
  position: relative;

  transition: 0.5s all ease-in-out;
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 var(--color-primary);
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

.small-p {
  font-size: 13px;
}

.optional_span {
  font-size: 13px;
  color: var(--color-primary);
  ;
}

.button-a {
  /* font-size: 11.5px !important; */
  display: block;
  margin-bottom: 15px;
}

.button-red {
  background-color: #b10000 !important;
  color: #fff !important;
}

.button-bl {
  background-color: #3c3c3c !important;
  color: #fff !important;
}

.not_box {
  background-color: #d1ffd3;
  padding: 10px;
  border-radius: 5px;
}

.not_box p {
  margin: 5px 0px;
  font-size: 12px;
}

ul.specifications_list h5 {
  font-size: 18px;
}


.border_bottom {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.modal-body label {
  font-size: 14px;
}

.modal-body select,
.modal-body input {
  font-size: 14px;
}

div.account_details h5.title {
  font-size: 18px;
}

div.account_details div.add-car-checkbox {
  font-size: 12px;
}

div.account_details div.add-car-checkbox input[type="checkbox"]+label span,
.add-car-checkbox input[type="radio"]+label span {
  margin-right: 7px;
}

.image_listads {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.image_listads li.active {
  border: 3px solid var(--color-primary);
}

.image_listads li {
  width: 19%;
  border: 3px solid #ffff;
  border-radius: 5px;
  overflow: hidden;
}

span.close_time {
  top: 0px;
  display: inline-block;
  right: 0;
  position: absolute;
  cursor: pointer;
  color: red;
  width: auto;
  float: right;
  /* left: 20px; */
  z-index: 9;
}

.row.newshift {
  position: relative;
}

.toggle {
  display: block;
  position: relative;
  background: none;
  margin: 40px 0 0.5em 0;
}

.toggle input[type="checkbox"] {
  opacity: 0 !important;
}

.toggle input[type="checkbox"]+label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 4em;
  color: #000;
}

.toggle input[type="checkbox"]:checked+label:before {
  background-color: #cb0000;
}

.toggle input[type="checkbox"]+label:before {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  content: '';
  width: 2.25rem;
  height: 0.75rem;
  background-color: #767676;
  border-radius: 0.5rem;
}

.toggle input[type="checkbox"]:checked+label:after {
  transform: translateX(1.5rem);
  border: 2px solid #cb0000;
}

.toggle input[type="checkbox"]+label:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), ;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  font-size: 0.75em;
  background-color: #fff;
  border-radius: 500rem;
  border: 2px solid #767676;
}

span.btn_viewall {
  border-radius: 5px;
  top: 35px;
  right: 8px;
  background-color: var(--color-primary);
  position: absolute;
  color: #fff;
  padding: 5px 9px;
  font-size: 11px;
  cursor: pointer;
}

.padd_5 {
  padding: 0px 1px;
}

.tab_dashborad01 .tab-pane {
  padding: 0px 0px;
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}

.tab_dashborad01 .tab-pane.active {
  padding: 0px 0px;
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}

.tab_dashborad .nav-link {
  border: 0px solid #fff;
  padding: 0px 5px;
  border-bottom: 2px solid transparent;
  color: #525252;
}

.tab_dashborad .nav-link.active {
  border: 0px solid #fff;
  padding: 0px 5px;
  /*  padding-left: 0;*/
  border-bottom: 2px solid var(--color-primary);
}

.tab_dashborad {
  border-bottom: 0px solid #dee2e6;
  display: flex;
  gap: 25px;
}

.box_subscription {
  border: 1px solid #ddd;
  /*  max-width: 450px;*/
  overflow: hidden;
  padding: 15px;
  border: 0px solid #eee;
  border-radius: 10px;
  border: 0px solid rgba(156, 170, 179, .28);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.box_subscription h3.titi_s {
  font-weight: 700 !important;
  font-size: 30px;
  /*  text-align: center;*/
  position: relative;
}

.bronze_s h3.titi_s {
  color: #CE8946 !important;
}

.box_subscription h3.titi_s::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  top: 20px;
}

.bronze_s h3.titi_s::before {
  background-color: #CE8946;
}

.date_s {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  align-items: center;
  line-height: 24px;
}

.days_s {
  text-align: center;
}

.days_s>span {
  color: #171717;
  text-align: center;
  font-size: 15px;
  background-color: var(--color-primary);
  display: inline-block;
  margin: 0 auto;
  display: inline-flex;
  justify-content: normal;
  padding: 4px 14px;
  border-radius: 15px;
  line-height: 18px;
}

.days_s>span>span {
  margin-right: 5px;
}

.box_subscription h3.titi_s span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.ads_s {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  color: var(--color-primary);
  align-items: center;
  font-size: 21px;
}

.ads_s span {
  color: #525252;
  font-size: 18px;
}

/******************** subscription *******************/

.custom-option.checked {
  border: 3px solid var(--color-primary);
}

.custom-option {
  padding-left: 0;
  border: 3px solid #dbdade;
  border-radius: 0.375rem;
}

.custom-option-icon .custom-option-content {
  text-align: center;
  padding: 1.07em;
}

.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

.custom-option-icon .custom-option-body {
  display: block;
  margin-bottom: 0.5rem;
}

.bronze-box span.custom-option-title {
  color: #CE8946 !important;
  font-weight: 700 !important;
}

.custom-option-title.f-30 {
  font-size: 30px !important;
  color: #5BB861 !important;
}

small,
.small {
  font-size: 0.8125rem;
}

.text_sub {
  display: block;
}

.custom-option-icon .custom-option-content {
  text-align: center;
}

.text_sub01 {
  background-color: var(--color-primary);
  font-weight: 700;
  border-radius: 30px;
  padding: 3px 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #171717;
}

.plan_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-top: 10px;
}

.plan_ul li {
  padding-left: 36px;
  text-align: left;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}

.bronze-box i.fa {
  color: #CE8946 !important;
  margin-bottom: 0;
}

.silver-box span.custom-option-title {
  color: #ABABAB !important;
  font-weight: 700 !important;
}

.silver-box i.fa {
  color: #ABABAB !important;
  margin-bottom: 0;
}

.gold-box span.custom-option-title {
  color: #DAA520 !important;
  font-weight: 700 !important;
}

.gold-box i.fa {
  color: #DAA520 !important;
  margin-bottom: 0;
}

.plan_ul li i {
  position: absolute;
  left: 15px;
  top: 5px;
  /*  font-size: 20px !important;*/
  color: #5BB861 !important;
}

.custom-option-body>i {
  display: block;
  font-size: 24px;
  margin-bottom: 11px !important;
  align-content: space-between;
}

.dis-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-flex div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.offer_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  gap: 10px;
}

.offer-images {
  max-width: 230px;
  width: 30%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 0px;
  background-color: #f9f9f9;
  margin-bottom: 5px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ededed;
}

.car-title01 {
  padding: 5px 10px;
  margin-bottom: 0px;
}

.car-title01 a {
  font-size: 18px;
  color: #525252;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 10px 0px;
}

.offer-price h2 {
  color: var(--color-primary);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.offer-user h4 {
  font-size: 18px;
}

.recent_offer {
  font-size: 12px;
  /* color: var(--color-primary);*/
  cursor: pointer;
}

.offer-history {
  padding: 10px;
  width: 100%;
  border-collapse: collapse;
}

.offer-history tr {
  border-bottom: 1px solid #eee;
}

.offer-history tr:last-child {
  border-bottom: 0px solid #eee;
}

.offer-history th {
  background-color: #eee;
}

.offer-history td,
.offer-history th {
  padding: 10px;
}

.modal-header {
  border-bottom: 0px solid #dee2e6;
}

.d-user {
  /*display: flex;
gap: 25px;
align-items: center;*/
}

.d-user p a {
  color: #525252;
}

.d-user p,
.d-user h4 {
  margin-bottom: 0px;
}

.offer-price p {
  font-size: 14px;
  margin-bottom: 0px;
}

.d-user p {
  font-size: 14px;
}

.offer-userlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.offer-userlist01 {
  gap: 5px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #eee;
  /*  margin-bottom: 15px;*/
  padding: 5px 8px;
  border-radius: 10px;
}

.offer-userlist01:last-child {
  border-bottom: 0px dotted #eee;
}

.offer-status {
  display: flex;
  gap: 15px;
}

.offer-status a {
  margin-bottom: 0px;
}

.offer-userlist01:hover {
  background-color: #d1ffd3;
}

.viewmore_offer {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.viewmore_offer span {
  color: var(--color-primary);
  font-size: 14px;
  cursor: pointer;
}

.offer-userlist01.offer-rejected {
  background-color: #fee;
  border: 1px solid #b10000;
  margin-bottom: 5px;
}

.offer-userlist01.accepted {
  background-color: #d1ffd3;
  border: 1px solid var(--color-primary);
  margin-bottom: 5px;
}

.offer-status {
  min-width: 255px;
  justify-content: end;
}

.step_001 {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.step_data {
  text-align: center;
  position: relative;
}

.step_data span {
  position: absolute;
  font-size: 40px;
  left: 5px;
  top: -8px;
  color: var(--color-primary);
  font-family: "Saira Stencil One", sans-serif;
}

.step_data div.image_step {
  background-color: #eee;
  padding: 10px;
  /*  width: 120px;*/
  margin: 0 auto;
  margin-bottom: 0px;
  border-radius: 50px;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ededed;
}

.step_data.active div.image_step {
  background-color: #5fb663;
}

.step_data.active div.image_step img {
  filter: brightness(0) invert(1);
}

.step_data h5 {
  font-size: 18px;
}

.step_data.active span {
  position: absolute;
  font-size: 40px;
  left: 5px;
  top: -8px;
  color: var(--color-secondary);
  font-family: "Saira Stencil One", sans-serif;
}

.step_data {
  width: 20%;
}

.step_data button {
  color: #525252;
}

.step_data button:hover {
  color: var(--color-primary);
}

.step_data button.active {
  background-color: transparent !important;
  color: #525252 !important;
}

.step_data button.active div.image_step {
  background-color: var(--color-primary);
}

.step_data button.active div.image_step img {
  filter: brightness(0) invert(1);
}

.step_data button.active span {
  position: absolute;
  font-size: 40px;
  left: 5px;
  top: -8px;
  color: var(--color-secondary);
  font-family: "Saira Stencil One", sans-serif;
}

.viewcount {
  background-color: #525252;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  padding: 4px 10px;
}

.viewcount i {
  font-size: 20px;
}

/********** like button *****************/
.like-button {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  overflow: hidden;
}

.like-button .like-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: red;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 0;
}

.like-button i.not-liked {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.like-button i.is-liked {
  display: none;
  color: #fff;
  position: relative;
  z-index: 1;
}

.like-button i {
  margin-right: 0;
}

.like-button.is-active .like-overlay {
  transform: scale(1);
}

.like-button.is-active i.not-liked {
  display: none;
}

.like-button.is-active i.is-liked {
  display: block;
}

@-webkit-keyframes bouncy {

  from,
  to {
    -webkit-transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
  }
}

@keyframes bouncy {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.bouncy {
  -webkit-animation: bouncy 0.6s;
  animation: bouncy 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.link-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6dacff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.link-button img {
  width: 32px;
  height: 32px;
  display: block;
}

.link-button:hover {
  transform: scale(1.1) rotate(180deg);
  background: #ff4f8f;
}

/**************************/
.delear_icon {
  display: block;
}

.delear_icon img {
  width: 70px;
}

.status-offer {
  padding: 4px 25px;
  border-radius: 25px;
  font-size: 13px;
  text-transform: uppercase;
}

.status_pending {
  background-color: #fabc00;
  color: #171717;
}

.status_rejected {
  background-color: #b10000;
  color: #fff;
}

.status_accepted {
  background-color: var(--color-primary);
  color: #171717;
}

.makenewoffer {
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.makenewoffer a {
  font-size: 15px !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.info_image {
  box-shadow: 10px 10px 20px 0px rgb(94 182 98);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
  margin: 25px;
  border: 10px double #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.info_image img {
  width: 100%;
}

.inventory-select h4::first-letter {
  color: rgb(94 182 98);
  font-size: 26px;
  padding-right: 1px;
  vertical-align: baseline;
}

.like-button i {
  margin-bottom: -3px;
}

@media(max-width:992px) {
  .step_data {
    width: auto;
  }

  /* .account_menu {
    display: none;
  } */

  .offer_list {
    flex-wrap: wrap;
  }

  .offer-images {
    margin: 0 auto;
  }

  .offer-userlist01 {
    align-items: baseline;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }

  .d-user {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
  }

  .box_card {
    margin-top: 80px;
  }

  .dis-flex div {
    width: 100%;
    align-items: baseline;
  }

  .dis-flex {
    flex-wrap: wrap;
  }

  .dashboard_box li {
    overflow: hidden;
    text-align: center;
    /* width: 47%; */
  }

  .dashboard_box {
    justify-content: center;
  }

  .a_image {
    height: 210px;
    overflow: hidden;
  }

  .not_box {
    margin-bottom: 15px;
  }

  .step_001 {
    gap: 20px;
  }

  .step_data div.image_step {
    height: 60px;
    width: 80px;
  }

  .step_data h5 {
    font-size: 15px;
  }

  .step_data span,
  .step_data.active span {
    font-size: 28px;
  }

  .step_data div.image_step img {
    width: 90%;
  }

  .data_div01 {
    min-width: 130px;
  }

  .data_div02 {
    width: 65%;
  }

  /*.swiper-container{
  width: 100%;
}*/
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 25px !important;
    display: block;
    top: 33px !important;
  }

  .btn.btn-amber {
    width: 100%;
    max-width: 200px;
  }

  .right_numberplate {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
  }

  .dealer_span {
    background-color: azure;
  }

  body {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
    width: 100%;
  }
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #449048, #449048, #449048, #449048, #5BB861, #5BB861, #5BB861, #5BB861, #5BB861);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

/*.glow-on-hover:hover:before {
    opacity: 1;
}*/

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  /*    width: 100%;
    height: 100%;*/
  background: var(--color-primary);
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

a.dealer_logo img {
  height: 185px;
  max-width: 220px;
}

.dealer_icon span.dealer_span {
  font-size: 14px;
}

.dealer_icon:hover {
  background-color: var(--color-primary);
}

.dealer_icon:hover a,
.dealer_icon:hover i,
.dealer_icon:hover p {
  color: #fff;
}

.dealer_icon:hover .dealer_span {
  background-color: #fff;
}

.car_type a.btn {
  padding: 6px 5px !important;
  width: 110px;
}

/********** modal **************/

.modal01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
}

.modal-content01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1rem;
  width: 550px;
  border-radius: 0.5rem;
}

.close-button01 {
  width: 1.5rem;
  line-height: 1.3rem;
  text-align: center;
  cursor: pointer;
  /*  border-radius: 0.25rem;*/
  background-color: #9d0000;
  position: absolute;
  right: -30px;
  top: -30px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  height: 1.5rem;
}

.close-button01:hover {
  background-color: darkgray;
}

.show-modal01 {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.search_popup {
  position: relative;
  margin-top: 10px;
}

.search_popup i {
  position: absolute;
  right: 15px;
  top: 12px;
  color: var(--color-primary);
  pointer-events: none;
}

.search_popup input {
  padding-right: 35px;
  height: 40px;
  font-size: 13px;
}

.data_poup {
  margin-top: 20px;
  overflow: auto;
  overflow-x: auto;
  height: 300px;
  overflow-x: hidden;

}

.datas_ul {
  list-style-type: none;
  margin: 0;
}

.datas_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
  padding: 2px 12px 4px 2px;
  align-content: start;
  padding: 5px;
}

.popup_open {
  overflow-y: hidden;
}

.datas_ul li div.datas_01 {
  border-radius: 10px;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 4%);
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #eee;
}

.datas_ul li div h5 {
  margin-bottom: 0px;
  font-size: 13px;
}

.result_popup {
  display: flex;
  list-style-type: none;
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}

.dropdown-menu {
  display: none;
}

.dropdown-menu.show {
  display: block;
}

.single-car-item {
  padding: 10px 0px;
}

.drop_1_menu {
  color: #ffffff !important;
  width: 200px;
}

#display_container {
  margin-top: 20px;

  overflow: auto;

  /* Hide scrollbar - cross-browser */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

#display_container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */
}

a.btn.btn-amber.btn-wider {
  width: 100% !important;
}

.result_popup li {
  background-color: var(--color-primary);
  padding: 5px 15px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

.result_popup li:hover {
  color: #333;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 4%);
}

.datas_ul li div.datas_01:hover {
  border: 1px solid var(--color-primary);
}

.data_poup::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #eee;
}

.data_poup::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

.data_poup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ddd;
}

.datas_ullist li div.datas_01 {
  padding: 15px 10px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  border-radius: 10px;
}

.datas_ullist li div.datas_01 h5 {
  font-size: 15px;
  margin: 0px;
}

.datas_ullist li div.datas_01:hover {
  background-color: #eee;
}

.datas_ullist li div.datas_01:hover h5 {
  color: var(--color-primary);
}

.datas_color {
  text-align: center;
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}

.datas_color div {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  margin: 0 auto;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

.datas_color:hover {
  border: 1px solid var(--color-primary);
  border-radius: 15px;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 4%);
  text-align: center;
  padding: 10px;
}

.datas_ul li div.datas_01 img {
  max-height: 60px;
  width: auto;
  margin-bottom: 5px;
}

.notfication_s {
  background-color: #ea5455;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 8%;
  top: 18px;
  box-shadow: 0 0 0 0.1875rem rgba(234, 84, 85, 0.23);
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.notfication_menu {
  background-color: var(--color-primary);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  right: 8%;
  top: 14px;
  box-shadow: 0 0 0 0.1875rem rgba(234, 84, 85, 0.23);
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.ads_boxs {
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ededed;
}

.no_box {
  background-color: #fff;
  border: 0px solid #ededed;
}

.no_box div.car-content {
  padding: 0px;
}

.adsbtn_box {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ti_dashboard {
  position: relative;
}

.info_map {
  position: absolute;
  right: 20px;
  top: 2px;
  background-color: var(--color-primary);
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}

.info_map:hover {
  color: var(--color-secondary);
  border: 0px solid rgba(156, 170, 179, .28);
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}

.ollist_poupup {
  list-style: conic-gradient;
  margin-left: 15px;
}

.ollist_poupup li {
  margin-bottom: 10px;
}

.googlemap_btn {
  text-align: center;
  margin-top: 20px;
}

.googlemap_btn a {
  background-color: var(--color-primary);
  color: #171717 !important;
  border-radius: 8px;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-block;

}

.googlemap_btn a:hover {
  background-color: var(--color-secondary);
  color: #ffff !important;
}

.modal-content01 h3 {
  /*  border-left: 4px solid var(--color-primary);
  padding-left: 10px;*/
}

.modal-content01 h3 span {
  color: var(--color-primary);
}

.modal-content01 {
  border: 6px double var(--color-primary);
}

.mr-2 {
  margin-right: 10px;
}

.titile_h2 {
  font-size: 24px;
}

.item.slick-slide {
  padding: 0px 4px;
}

.slider_h .slick-arrow {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #c2cad9;
  background-color: rgb(194, 202, 217);
  background-color: rgb(194, 202, 217);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -35px;
  right: 0px;
  z-index: 5;
  padding: 0;
}

.slider_h .slick-arrow.prev {
  right: 30px;
}

.slider_h .slick-arrow:hover {
  background-color: #58B860;
  color: #fff;
}

a.makes_logos {
  display: block;
  padding: 0px 5px;
  padding-bottom: 10px;
  margin-top: 15px;
}

a.makes_logos:hover {
  border-radius: 15px;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 8%);
  -webkit-transform: translateY(-4px);
  -khtml-transform: translateY(4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.makes_logos {
  text-align: center;
}

.makes_logos img {
  max-height: 80px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 5px;
  width: auto;
}

.makes_logos h5 {
  color: #000;
  font-size: 16px;
}

.makes_logos:hover h5 {
  color: var(--color-primary);

}

.price_listbox {
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: left;
  gap: 25px;
  margin-top: 10px;
}

.price_listbox li a {
  background-color: var(--color-primary);
  display: block;
  text-align: center;
  padding: 20px 20px;
  border-radius: 15px;
  color: #ffffff;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 8%);
  min-width: 180px;
}

.price_listbox li a:hover {
  background-color: var(--color-secondary);
  display: block;
  text-align: center;
  padding: 20px 20px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 8%);
  min-width: 180px;
}

.price_listbox li a h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 800;
}

.price_listbox li a p {
  margin-bottom: 0;
}

.price_listbox li a h2 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 25px;
  font-weight: 800;
}

.price_listbox li a h2 span {
  font-size: 20px;
  font-weight: 500;
}

.price_listbox li a span {
  font-size: 12px;

}

.completed_btn {
  display: flex;
  justify-content: end;
  margin-top: 25px;
}

.completed_btn a {
  background-color: var(--color-primary);
  padding: 5px 15px;
  border-radius: 5px;
  color: #171717;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

.footer-social .socia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social .socia li {
  margin-left: 20px;
}

.footer-social .socia li a {
  color: #737f96;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 20px; */
}

#addupload {
  color: var(--color-primary);
  font-weight: 600;
  cursor: pointer;
}

.remove_button01 {
  color: red;
  cursor: pointer;
}

.documents li {
  padding: 0px;
}

.inventory-dealership-features .fa-download:before {
  content: "\f019";
  font-size: 18px;
  /* float: inline-start; */
  position: absolute;
  right: 15px;
  top: 28px;
}

.inventory-dealership-features i.fa.fa-download {
  color: #00000075;
}

.documents li a {
  color: #525252;
  align-items: center;
  font-weight: 500;
  display: flex;
  gap: 10px;
  Padding: 15px;
}

.documents li a i {
  color: #525252;
  font-size: 40px;
}

.documents li a:hover {
  color: white !important;
}

.documents li a:hover .inventory-dealership-features .fa-download:before {
  color: white;
}

.documents li a:hover i {
  color: white !important;
}


.btn_bottomnext {
  display: flex;
  justify-content: space-between;
}

.btn_bottomnext span {
  background: var(--color-primary);
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  color: #171717 !important;
  cursor: pointer;
}

.btn_bottomnext span:hover {
  background: var(--color-secondary);
  color: #ffff !important;
}

div#customSwiper-0 a {
  width: 100%;
}

@media(max-width:768px) {
  .modal-content01 {
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    border-radius: 0rem;
  }

  .close-button01 {
    right: 10px;
    top: 10px;
  }

  .step_001 {
    gap: 30px;
  }

  .main-slide-img01 .text_slider h2 {
    font-size: 42px;
    line-height: 40px;
  }

  .adsbtn_box {
    gap: 5px;
    justify-content: center;
  }

  .price_listbox {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .price_listbox li {
    width: 44%;
  }

  .price_listbox li a h2 {
    font-size: 30px;
  }

  .price_listbox li a {
    min-width: 100%;
    padding: 10px 10px;
  }

  .price_listbox li a h4 {
    font-size: 16px;
  }

  .price_listbox li a h2 span {
    font-size: 14px;
    font-weight: 500;
  }

  .bg_gray01 {
    padding: 50px 0px;
    background-color: #edeff1;
  }
}

.newtab_design .tab-pane.active {
  padding: 0px 0px;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 0);
}

.IMGthumbnail {
  max-width: 212px;
  height: 180px;
  margin: auto;
  background-color: #ececec;
  padding: 2px;
  border: none;
}

.IMGthumbnail img {
  max-width: 100%;
  max-height: 100%;
}

.imgThumbContainer {
  margin: 4px;
  border: solid;
  display: inline-block;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}



.imgThumbContainer>.imgName {
  text-align: center;
  padding: 2px 6px;
  margin-top: 4px;
  font-size: 13px;
  height: 25px;
  overflow: hidden;
  line-height: 1.2;
}

.imgThumbContainer>.imgRemoveBtn {
  position: absolute;
  color: #e91e63ba;
  right: 2px;
  top: 2px;
  cursor: pointer;
  display: none;
}

.RearangeBox:hover>.imgRemoveBtn {
  display: block;
}

.RearangeBox i.fa-close {
  background-color: #d20303;
  color: #fff;
  border-radius: 50px;
  padding: 5px 6px;
  font-size: 11px;
}


/* error */
.custom-bg {
  background: linear-gradient(to right, #e2e8f0, #e5e7eb);
  height: 500px;
  padding-top: 120px;
}

img.rightcars_logo {
  height: 70px;
  width: 100%;
}

.slider_h .slick-arrow {
  right: 0px;
}

.slider_h .slick-arrow.prev {
  right: 37px;
}

.newcar_img {
  height: 180px;
}

/* .select2-dropdown {
  z-index: 0;
  top: 28px;
} */

.search_form:focus {
  outline: 0;
  box-shadow: none;
}

.rent_car_arrow .slider_h .slick-arrow {
  right: 0px;
}

.rent_car_arrow .slider_h .slick-arrow.prev {
  right: 30px;
}

.col_plate {
  padding: 0 15px;
}

.customSwiper {
  height: 500px;
  overflow: hidden;
}

.swiper-slide img.cubeSize {
  width: 100%;
  height: 501px;
  object-fit: contain;
}

/* Add wrapper to sticky element */
.sticky_side {
  position: relative;
}

.left,
.right {

  padding: 20px;
  box-sizing: border-box;
}

.sticky {
  position: sticky;
  top: 20px;
  z-index: 10;
  background: white;
}

.full-height-row {
  align-items: flex-start;
}

.agent_slider .prev {
  right: 35px !important;
}

.agent_slider .next {
  right: 0px !important;
}

.h2_size {
  font-size: 2rem !important;
}

.numberplate_form {
  min-width: 50%;
}

@media screen and (max-width: 344px) {
  .header-mobile-logo a img {
    width: 135px !important;
    height: 50px !important;
  }
}

@media only screen and (min-width: 345px) and (max-width: 360px) {
  .header-mobile-logo a img {
    width: 150px !important;
    height: 50px !important;
  }
}

@media only screen and (min-width: 361px) and (max-width: 600px) {
  .header-mobile-logo a img {
    width: 180px !important;
    height: 44px !important;
  }
}

@media screen and (max-width: 575px) {
  .dashboard_box li {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .data-5col {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media screen and (max-width: 575px) {
  .specifications_list {
    display: grid;
    flex-wrap: wrap;
    gap: 7px;
    grid-template-columns: repeat(2, 1fr);
  }

  /* #details .col-md-6 {
    width: 50%;
  } */

  .cars-active-3 .slick-arrow {
    top: -48px;
  }

  .cars-active-22 .slick-slide img {
    height: 250px !important;
  }

  button#reset_filters {
    margin-top: 0px;
  }


  .specifications_list li h5 {

    font-size: 16px;
  }

  a.postad img {
    margin-right: 2px;
    width: 17px;
  }

  a.postad {
    padding: 5px 5px !important;
    font-size: 12px !important;
  }



  .footer-social {
    margin-top: 0px;
  }

  .newcar_img {
    height: auto;
  }

  .newcar-item-2 {
    height: 100%;
  }

  .select2-dropdown {
    top: 0px;
    border-color: #00000047;
    width: 157.925px !important;
    border-top: 1px solid #00000047 !important;
    border-radius: 10px;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    font-size: 15px;
  }

  .numberplate_form {
    min-width: 100%;
  }

  .dis-flex div {
    display: block;
  }

  .date_s {
    flex-direction: column;
  }

  h4.date_s div {
    margin-bottom: 8px;
    text-align: justify;
  }

  .rentcar_meta li span {
    font-size: 10px !important;

  }

  .single-car-item-2 .car-content .car-meta li+li {
    padding-left: 7px !important;
  }

  .header-mobile-meta .meta li a.toggle-bar {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .agent_slider .next {
    right: 0px !important;
  }

  .agent_slider .prev {
    right: 35px !important;
  }

  .inventory-top h2 {
    margin-bottom: 0px;
  }

  .inventory-top {
    margin-bottom: 15px;
  }

  .features_table tbody tr {
    width: 80%;
  }

  .inventory-single-features-car {
    margin-top: 20px;
  }

  a.dealer_logo img {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }

  .dealer_icon {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account_menu {
    padding: 20px 10px;
  }

  .newcar_img {
    height: 145px;
  }

  .account_details {
    padding: 15px 15px 15px 0px;
  }

  .dashboard_box li {
    width: 47%;
  }

  .swiper-slide img.cubeSize {
    height: auto;
  }

  .customSwiper {
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newcar_img {
    height: 150px;
  }

  .dashboard_box li {
    width: 31%;
  }

  .inventory-top .col-lg-3 {
    flex: 0 0 auto;
    width: 33%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .newcar_img {
    height: 165px;
  }
}

.button-pulse {
  position: relative;

  transition: 0.5s all ease-in-out;
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 var(--color-primary);
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

/* dealers address modal styles */


#addressModal .modal-body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-height: 400px;
  overflow-y: auto;
  /* adds scrollbar if content is too long */
}

/* Ensure modal adapts well on small screens */
#addressModal .modal-dialog {
  max-width: 90%;
  margin: 1rem auto;
}

.cars-active-3 .slick-track{
  margin-left: unset;
  margin-right: unset;
}

@media (min-width: 768px) {
  #addressModal .modal-dialog {
    max-width: 600px;
  }
}

/* Pagination loading state to prevent flickering */
.pagination.loading {
  pointer-events: none;
  opacity: 0.6;
}

.pagination.loading a {
  cursor: not-allowed;
  pointer-events: none;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .main-slide-img01 {
    min-height: 22vh;
  }
}