@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li a,
a {
  text-decoration: none;
}
.margin-top {
  margin-top: 144px;
}
h1 {
  color: #f0bb3a;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}
/*Hover slider start */
/*Hover slider start */
.hero-wrapper {
  padding-top: 17px;
}

.hero-wrapper .hero-main-area {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hero-wrapper .hero-main-area:hover .slick-prev {
  display: block !important;
}

.hero-wrapper .hero-main-area:hover .slick-next {
  display: block !important;
}

.hero-wrapper .hero-main-area .main-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-wrapper .hero-main-area .main-slider .slider-list .slider-item img {
  width: 100%;
}

.hero-wrapper .hero-main-area .main-slider .speacial-lable {
  background: #fab637;
  height: 40px;
  width: 175px;
  position: absolute;
  top: 20px;
  left: -37px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  z-index: 1;
}
.hero-wrapper .hero-main-area .main-slider .speacial-lable h1 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  line-height: 1.8;
}
.negotiation {
    position: relative;
}

.negotiation:after {
    content: "Under Negotiation";
    background: #fa7837;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    padding:4px 8px;
    width:190px;
  }
  .sold {
    position: relative;
  }

  .sold:after {
    content: "Sold";
    background: #fa3d37;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    padding:4px 8px;
    width:60px;
  }

  .minimain.sold:after, .minimain.negotiation:after {
      bottom:7px;
  }

  .certified {
    position: relative;
  }

  .certified::before {
    content: "";
    background: transparent no-repeat 100% 100% url("../images/thumb.svg");
    background-size: 100% 100%;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
  }

  .veh-detail .certified::before {
      width:35px;
      height:35px;
  }

.hero-wrapper .hero-main-area .main-slider .contact-and-details-area {
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.hero-wrapper .hero-main-area .main-slider .contact-and-details-area ul {
  padding: 0;
}

.hero-wrapper .hero-main-area .main-slider .contact-and-details-area ul li {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
}

.hero-wrapper
  .hero-main-area
  .main-slider
  .contact-and-details-area
  ul
  li:last-child {
  margin-right: 0;
}

.hero-wrapper .hero-main-area .sub-slider {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}

.hero-wrapper .hero-main-area .sub-slider .slider-list .slick-list {
  padding-right: 70px !important;
}

.hero-wrapper .hero-main-area .sub-slider .slider-list .slider-item {
  cursor: pointer;
}

.hero-wrapper .hero-main-area .sub-slider .slider-list .slider-item img {
  width: 100%;
}

.hero-wrapper .hero-main-area .sub-slider .slick-slide {
  margin-left: 20px;
}

.slick-prev {
  left: 0 !important;
  z-index: 1;
  height: 100%;
  width: 30px;
  display: none !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.slick-prev:hover {
  background: rgba(0, 0, 0, 0.7) !important;
}

.slick-next {
  right: 0 !important;
  height: 100%;
  width: 30px;
  display: none !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.slick-next:hover {
  background: rgba(0, 0, 0, 0.7) !important;
}
/*Hover slider start */
/*Hover slider start */
.slider-container {
  position: relative;
}

.hoverslider {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    /* height: 200px; */
    padding-bottom: 75%;
}

.hoverslider li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    /* width: 100%; */
    inset: 0;
}

.hoverslider li.active {
  opacity: 1;
}

.mini {
  cursor: pointer;
  float: left;
  padding-top: 200px;
  /* min-width: 20%;*/
  position: relative;
  z-index: 9;
  border-bottom: 3px solid #888;
  width: 100%;
}
.mini::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #888;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mini.active::after {
  background-color: #3498db;
}
.mini.active {
  border-bottom: 3px solid #3498db;
}
.minimain {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2px;
  bottom: 0;
}
.hoverslider li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  height: 100%;
}
/*humber menu icon */
.humberMenu {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: translate(0, 9px) rotate(-45deg);
  -ms-transform: translate(0, 9px) rotate(-45deg);
  transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: translate(0, -9px) rotate(45deg);
  -ms-transform: translate(0, -9px) rotate(45deg);
  transform: translate(0, -9px) rotate(45deg);
}
/*===========================  Start Header Section  ===========================*/
.header_main {
  background-color: var(--color_main);/*#153e4d;*/
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dropdown-toggle {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 12px;
  text-transform: uppercase;
  border: 0 !important;
}
.dropdown-menu {
  width: 180px;
}
.dropdown-menu.show {
  z-index: 9999;
}
.dropdown-menu li {
  font-size: 12px;
}
.dropdown-toggle::after {
  display: none;
}
.btn.btn-secondary.dropdown-toggle.show i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
/*Header Phone */
.headerPhone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.headerPhone ul li a {
  color: #fff;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.headerPhone ul li a span {
  padding-left: 7px;
}

/* profile area  */
.headerProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  position: relative;
}
.headerProfile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 1px;
  height: 12px;
  background-color: #aaa;
}
.headerProfile a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Open Sans";
}

/*social midea area */
.headerSocial ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.headerSocial ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

/*===========================  End Header Section  ===========================*/

.mainMenu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 26px;
  padding: 28px 0;
}
.othersMenu > img,
.mainMenuextra > img {
  display: block !important;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: -37;
}
.mainMenu > img {
  display: none;
}
.othersMenu {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  background-color: #025b80 !important;
  color: #fff;
  background-color: #153e4d !important;
  padding: 27px 0;
  z-index: 1000;
}
.mainMenuextra {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #025b80 !important;
  color: #fff;
  /*  background: url('../images/header-bg.png') no-repeat scroll 0 0 / cover;*/
  background-color: #153e4d !important;
  padding: 20px 0;

  z-index: 1000;
}
/*.mainMenuextra:after{
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_main);
  z-index:-0;
  opacity: 1;
  transition: opacity .3s 0s;
}*//*#153e4d;*/
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* menu items area start  */
.logoMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.nav ul li ul {
  position: absolute;
  width: 245px;

  top: 39px;
  visibility: hidden;
}
.nav ul ul li a {
  color: #000000 !important;
  display: block;
  background: #fff;
  padding: 12px 30px 12px 34px;
  text-decoration: none !important;
  font-weight: 400;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav ul li:hover ul {
  visibility: visible;
  z-index: 999999;
}
.nav ul ul li a:hover {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  color: rgba(34, 34, 34, 1) !important;
}
.nav > ul > li a {
  font-family: Montserrat, Arial;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-transform: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: uppercase;
  padding: 20px 20px;
}

/* Profile area start  */
.profileMenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}
.profileMenuItem > a {
  color: #fff;
  display: block;
  position: relative;
  padding: 12px 22px;
  background: var(--color_major_buttons);/*#1bc741;*/
  background-color: var(--color_major_buttons);/*rgb(27, 199, 65);*/
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 2px;
}
.profileMenuItem > a i {
  font-size: 17px;
  padding-right: 6px;
}
.menuProfile a {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  position: relative;
}
.menuProfile a span {
  position: absolute;
  font-size: 12px;
  top: 0;
  right: -10px;
  background-color: #1bc744;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menuProfile1 {
  position: relative;
}

.menuProfile1 a:hover {
  color: #1bc744;
}

/* login area start  */
.loginArea {
  width: 235px;
  padding: 25px 20px;
  background-color: #fff;
  position: absolute;
  top: 48px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  right: -104px;
  visibility: hidden;
}
.menuProfile1:hover .loginArea {
  visibility: visible;
}
.loginArea::after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  opacity: 1;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  right: 0;
  margin: auto;
}
.singleInputLogin {
  padding-bottom: 15px;
}
.singleInputLogin label {
  color: #232628;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
  padding-bottom: 12px;
}
.singleInputLogin input {
  width: 100%;
  background-color: #eceff3;
  border: 1px solid #eceff3;
  padding-left: 8px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.singleInputLogin input:focus {
  background-color: #fff;
  border-color: #6c98e3;
  color: #232628;
}
.checkInput label {
  font-size: 13px;
}
.loginAreaBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}
.loginAreaBtn button {
  background-color: transparent;
  border: 0;
  font-size: 13px;
  color: #888;
  font-weight: 500;
  border-radius: 3px;
}
.loginAreaBtn button.active {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  border: none;

  color: #fff;
  padding: 12px 22px;
  font-size: 12px;
  text-transform: uppercase;
}
.LoginOverActive {
  overflow: hidden;
}

/* mobile area start  */

.mobileLogin {
  padding: 30px 30px;
  max-width: 300px;
  right: 0;
  top: 77px;
  display: block;
  position: fixed;
  top: 72px;
  bottom: 0;
  right: -300px;
  background-color: var(--color_main);/*#153e4d;*/
  -webkit-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}
.menuSiteBarAreaMain {
  max-width: 300px;
  right: 0;
  top: 77px;
  display: block;
  position: fixed;
  top: 72px;
  bottom: 0;
  right: -300px;
  background-color: var(--color_main);/*#153e4d;*/
  -webkit-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}
.menuSite ul li a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  padding: 9px 40px;
  font-weight: 700;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menuSite ul li a.active i {
  font-weight: 900;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menuSite ul li ul {
  display: none;
}
.menuSite ul li ul li a {
  font-weight: 400 !important;
  font-size: 15px;
  padding-left: 51px;
}
.menuSiteBarAreaMain2 {
  right: 0;
}
.siteSocialIcon {
  background: var(--color_searchbox_inactive);/*#133340;*/
  padding: 9px 31px;
}
.siteSocialIcon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.siteSocialIcon > ul li a {
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.menuSiteBarAreaMain .dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  background: #0c2028;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 7px;
}
.menuSite2 ul li a {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  padding: 9px 40px;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown button i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobileLoginActive {
  right: 0;
}
.menuicon {
  display: none;
}

/*===========================  End Header Section  ===========================*/
/*===========================  End Header Section  ===========================*/

.bannerMain {
  padding: 180px 0;
  background: url("../images/banner.jpg") no-repeat scroll 0 0 / cover;
}
.bannerArea p {
  margin-left: 6px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.tab {
  overflow: hidden;
}
/* Style the tab content */
.searchArea {
  margin-top: -120px;
  margin-bottom: 50px;
}
.tabcontent {
  display: none;
}
.select2-selection__arrow {
  background-repeat: no-repeat;
  background-size: 12px; /* Adjust size as needed */
  background-position: center right 10px; /* Adjust position as needed */
  width: 20px !important;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* content: url("data:image/svg+xml,%3Csvg class='w-6 h-6 text-gray-800 dark:text-white' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E"); */
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg) translateY(5%);
  -ms-transform: rotate(180deg) translateY(5%);
  transform: rotate(180deg) translateY(5%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px;
  height: 47px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 47px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px;
}
.searchMaxArea textarea:focus,
input:focus {
  outline: none;
}
.searchMaxArea input {
  border-radius: 0px;
  border: none;
  height: 35px;
  width: 100%;
  border: 1px solid #aaa;
  padding: 5px 10px;
}
.searchMaxArea button {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}
/* search area  */
.searchSelect {
  background-color: var(--color_searchbox_active);/*#153e4b;*/
  padding: 42px 30px;
}
.select2 {
  width: 100% !important;
}
.searchOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1%;
  row-gap: 10px;
}
.searchMaxArea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 32px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

/* Button area start  */
.selectedTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.selectedTab button {
  border: none;
  position: relative;
  display: block;
  background-color: var(--color_searchbox_inactive);/*#133340;*/
  padding: 15px 35px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  letter-spacing: -0.4px;
  z-index: 2;
}
.tablinks.active {
  background-color: var(--color_searchbox_active);/*#153e4b;*/
}

/*===========================  End Header Section  ===========================*/
/*===========================  End Header Section  ===========================*/

.carHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
.carHeaderLeft h2 {
  color: #232628;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  font-style: normal;
}
.carHeaderLeft h2 span {
  color: var(--color_major_buttons);/*#1bc741;*/
}

.singleItemCar {
  padding: 20px;
  text-align: center;
}
.singleItemCarImg {
  display: inline-block;
  opacity: 0.9;
  min-height: 62px;
  line-height: 62px;
  max-width: 100%;
  vertical-align: top;
  text-align: center;
}
.singleItemCarImg img {
  width: 100%;
  height: auto;
}
.singleItemCar a {
  margin-top: 5px;
  font-size: 13px;
  color: #777;
  text-decoration: underline;
  text-align: center;
  display: block;
  padding-top: 5px;
}

/*===========================  End Header Section  ===========================*/
/*===========================  End Header Section  ===========================*/
.usedCarMain {
  padding-bottom: 70px;
}
.usedCarHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid var(--color_searchbox_active);/*#153e4b;*/
  padding-top: 25px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.UsedCarRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.UsedCarRight ul li p {
  cursor: pointer;
  color: var(--color_searchbox_active);/*#153e4b;*/
  font-size: 13px;
  padding: 14px 24px;
  -webkit-text-decoration: underline dashed var(--color_searchbox_active);/*#153e4b;*/
  text-decoration: underline dashed var(--color_searchbox_active);/*#153e4b;*/
}
.selecionada p {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
}
.selecionada p::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid var(--color_major_buttons);/*#1bc741;*/
}
.UsedCarLeft h2 {
  color: #232628;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  font-style: normal;
}
#abas li a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.conteudo {
  display: block;
  display: none;
}
.conteudo.visivel {
  display: block;
}
/* used card area start  */
.usedCarSingleItemTextTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 17px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}

/* single item start  */
.usedCarSingleItemImg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.usedCarSingleItemTextTop h3 {
  color: #232628;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.usedCarSingleItemTextBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.usedCarSingleItemTextBottom ul li a {
  position: relative;
  top: 1px;
  vertical-align: top;
  /*margin-left: 2px;*/
  font-size: 13px;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 0;
  /*margin-right: 14px;*/
  color: #888;
  vertical-align: middle;
}
.usedCarSingleItemTextBottom ul li a i {
  color: #888;
  font-size: 12px;
  padding-left: 4px;
}
.usedBtnPrice {
  position: relative;
  float: right;
  padding: 4px 12px 4px 7px;
  margin-left: 18px;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  text-align: right;
  height: 37px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.usedBtnPrice::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -12px;
  height: 100%;
  width: 32px;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  z-index: -4;
}

.usedBtnPrice p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #232628;
  line-height: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.usedBtnPrice span {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 700;
}
.usedCarSingleItemImg:hover .starUsedCar {
  opacity: 1;
}
.usedCarSingleItemImg:hover .highUsedCar {
  opacity: 1;
}
.starUsedCar {
  position: absolute;
  left: 7px;
  bottom: 7px;
  padding: 3px 5px 3px 6px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
}
.starUsedCar:hover .hoverStarArea p {
  opacity: 1;
}
.hoverStarArea p {
  position: absolute;
  left: 32px;
  bottom: 0px;
  padding: 3px 5px 3px 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
  width: 145px;
}
.highUsedCar {
  position: absolute;
  right: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: 7px;
  padding: 3px 5px 3px 6px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  opacity: 0;
  z-index: 20;
}
.highUsedCarArea p {
  position: absolute;
  right: 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: 0px;
  padding: 3px 5px 3px 6px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  opacity: 0;
  width: 145px;
  z-index: 20;
}
.highUsedCar:hover .highUsedCarArea p {
  opacity: 1;
}
.carHeaderCenter button {
  -webkit-text-decoration: underline dashed var(--color_searchbox_active);/*#153e4b;*/
  text-decoration: underline dashed #777;
  background: transparent;
  border: 0;
  font-size: 13px;
  color: #777;
}
.showallbtn {
  text-align: center;
  padding-top: 50px;
}
.showallbtn a {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  display: inline-block;
  text-align: center;
  padding: 17px 28px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  text-decoration: none !important;
  outline: none !important;
  visibility: visible;
  border: none;
  -webkit-transition: opacity 0.2s ease-in !important;
  -o-transition: opacity 0.2s ease-in !important;
  transition: opacity 0.2s ease-in !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.usedSiteAngle span {
  position: absolute;
  right: -65px;
  left: unset;
  padding: 0 55px;
  top: 20px;
  width: 200px;
  height: 33px;
  line-height: 33px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--color_major_buttons);/*#1bc741;*/
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 99;
}
.usedCamara {
  position: absolute;
  display: inline-block;
  margin-right: 9px;
  padding: 2px 5px 0 6px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  left: 7px;
  top: 5px;
  z-index: 99;
}
.usedCamara2 {
  position: absolute;
  display: inline-block;
  margin-right: 9px;
  padding: 2px 5px 0 6px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  left: 39px;
  top: 5px;
  z-index: 99;
}
.usedCamara:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

/*===========================  End Header Section  ===========================*/
/*===========================  End Header Section  ===========================*/

.counterMain {
  padding: 110px 0;
  background: url("../images/counter.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.counterSingleItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.counterSingleItemsImg i {
  font-size: 50px;
  color: #fff;
}
.counterSingleItemsText h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: pre-wrap;
}
.counterSingleItemsText p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}

/*===========================  End Header Section  ===========================*/
/*===========================  End Header Section  ===========================*/

.reviewCarMain {
  padding: 30px 0 70px 0;
}

.reviewSingleItemsText {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  padding: 25px 40px 14px;
  border: 1px solid #ddd;
  margin-top: 20px;
}
.reviewSingleItems:hover .reviewSingleItemsText {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.reviewArea h1 {
  color: #232628;
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.reviewSingleItemsImg {
  position: relative;
  overflow: hidden;
}
.postStickyVideo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  background: gray;
  background-color: #6c98e3;
  font-size: 10px;
  padding: 4px 10px;
  top: 14px;
  right: 9px;
  color: #fff;
  border-radius: 2px;
}
.postStickyVideo p {
  text-transform: uppercase;
}
.postSticky p {
  position: absolute;
  top: 20px;
  left: -90px;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 250px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.reviewSingleItemsImg img {
  width: 100%;
}

/* Review area start  */
.reviewSingleItemsTextTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}
.reviewSingleItemsTextTop i {
  color: #6c98e3;
  font-size: 14px;
}
.reviewSingleItemsTextTop span {
  font-size: 12px;
  color: #888;
  padding-left: 5px;
}

/*===========================  End Header Section  ===========================*/
/*===========================  End Header Section  ===========================*/

.footerMain {
  background-color: var(--color_main);/*#153e4d;*/
  padding: 20px 0;
}

/* top area start  */
.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footerTopRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.footerTopRight ul li {
  position: relative;
}
.footerTopRight ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footerTopRight ul li a:hover {
  color: #fff;
}
.footerTopRight ul li::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 6px;
  bottom: 0;
  width: 1.5px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 15px;
}
.footerTopRight ul li:last-child::after {
  display: none;
}
/* top input area footer  */
.footerTopLeft {
  max-width: 260px;
  width: 100%;
}
.footerTopLeft form {
  position: relative;
}
.footerTopLeft form input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid gray;
  padding-left: 16px;
  padding-right: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent !important;
  color: #fff;
  height: 35px;
  line-height: 31px;
  font-size: 14px;
}
.footerTopLeft form input:focus {
  outline: none;
}
.footerTopLeft form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  font-size: 14px;
}
.footerTopLeft form button:hover {
  color: #fff;
}

.footerTopLeft form input:focus,
.footerTopLeft form input:focus + button {
  background-color: #fff;
  color: #000000 !important;
}

/* Bottom footer area start  */
.footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}
.footerBottom ul li a {
  font-size: 14px;
  display: inline-block;
  color: #6c98e3;
}
.footerBottom p {
  color: #888;
  font-size: 13px;
}
/* ================================================================== */
/*  =====================   Start bmw-m5 Page   ==================  */
/* ================================================================ */

/* start bmw-m5-banner-heading */
.heading-child p {
  color: var(--color_major_buttons);/*#1bc741;*/
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 9px;
}
.heading-child h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: #232628;
}
.bmw-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.heading-child-dolor {
  text-align: right;
  padding: 0px 13px 6px 2px;
  min-height: 74px;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  float: right;
  min-width: 143px;
}
.heading-child-dolor::after {
  content: "";
  position: absolute;
  background: transparent;
  width: 0;
  height: 0;
  top: 0;
  left: -36px;
  border-top: 0px solid transparent;
  border-left: 36px solid transparent;
  border-right: 45px solid var(--color_major_buttons);/*#1bc741;*/
  border-bottom: 78px solid var(--color_major_buttons);/*#1bc741;*/
  z-index: -1;
}
.white-dolor {
  font-size: 14px;
  font-weight: 600;
  margin-right: 0.3em;
}
.dolor-throw .dolor-throw {
  text-decoration: line-through;
  font-size: 17px;
  font-weight: 600;
}
.lolor-mpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mpr {
  font-size: 17px;
  font-weight: 600;
  margin-right: 10px;
}
.lolor-sign {
  font-size: 24px;
}
/* end-bmw-m5-banner-heading-area */
/* start bmw-m5 banner-carousel */
.Slider4 .item {
  max-height: 466px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.Slider4 {
  overflow: hidden;
}
.Slider4:after {
  content: "Special";
  position: absolute;
  top: 27px;
  left: -81px;
  height: 49px;
  padding: 0 100px;
  line-height: 49px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background-color: #fab637;
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  z-index: 10;
}
.Slider4 {
  margin: 20px 0;
  margin-bottom: 30px;
}
.slider4url {
  text-align: center;
}
.slider4url img {
  margin-bottom: 50px;
  max-width: 142px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1.15;
  margin-bottom: 0 !important;
}

.owl-carousel.owl-theme.slider4url.owl-loaded.owl-drag .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.owl-carousel.owl-theme.slider4url.owl-loaded.owl-drag .owl-stage-outer {
  height: 82px;
}

.slider4url {
  overflow-x: hidden;
}
.slider4url .owl-prev {
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 34px;
  height: 94%;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 2;
  cursor: pointer !important;
  left: -34px;
  color: white !important;
  font-size: 46px !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bmw-m5-banner-area:hover .owl-prev {
  left: 0px;
}

.slider4url .owl-next {
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 34px;
  height: 94%;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 2;
  cursor: pointer !important;
  right: -35px;
  color: white !important;
  font-size: 46px !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bmw-m5-banner-area:hover .owl-next {
  right: 0px;
}

/* end bmw-m5 banner-carousel */
/* Start car records area */
.hatchback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5d9e0;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cars-racords-area .row .col-lg-4.col-md-6:nth-child(2) .hatchback {
  border-top: 1px solid transparent;
}
.cars-racords-area .row .col-lg-4.col-md-6:nth-child(1) .hatchback {
  border-top: 1px solid transparent;
}
.cars-racords-area .row .col-lg-4.col-md-6:nth-child(3) .hatchback {
  border-top: 1px solid transparent;
}
.iconBasis {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.hatchback i {
  font-size: 18px;
  padding-right: 5px;
  color: var(--color_major_buttons);/*#1bc741;*/
}
.hatchback span {
  color: #888888;
  font-size: 13px;
}
.hatch-title h4 {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
}
.cars-racords-area {
  padding-top: 65px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  border-bottom: 4px solid var(--color_searchbox_active);/*#153e4b;*/
}
.cars-featurs-area .container {
  padding-top:20px;
}
.catchback .iconBasis {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
/* End car records area */
/* Start cars featurs area */
.slider4url img {
  margin-bottom: 50px;
  max-width: 142px;
  height: 77px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1.15;
  margin-bottom: 0 !important;
}
.featurs-items h5 {
  color: #232628;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 11px;
}
.featurs-items ul li {
  margin-bottom: 4px;
}
.featurs-items ul li i {
  color: #1bc742;
  font-size: 14px;
  margin-right: 13px;
  line-height: 20px;
}
.featurs-items ul li span {
  color: #232628;
  font-size: 14px;
  line-height: 22px;
}
.cars-featurs-area {
  padding-bottom: 35px;
  border-bottom: 4px solid var(--color_searchbox_active);/*#153e4b;*/
}
.nots-title {
  color: var(--color_searchbox_active);/*#153e4b;*/
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.nots-content {
  color: #232628;
  font-size: 14px;
  line-height: 22px;
}
.cars-nots {
  padding: 45px 0;
}
/* End cars featurs area */
/* start author */
.cars-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e8ec;
  padding-bottom: 20px;
}
.cars-author img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  margin-right: 14px;
}
.author-name a {
  color: #232628;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 32px;
  font-weight: 700;
}
.show-numbers i {
  color: var(--color_major_buttons);/*#1bc741;*/
  margin-right: 7px;
}
.author-name p a {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  line-height: 13px;
}
.phon-stats {
  color: #121e24;
  margin-bottom: -1px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-right: 15px;
}
.phon-num-show {
  font-size: 11px;
  border-bottom: 1px dotted #121e24;
  color: #121e24;
}

.socisl-cars {
  color: #191919;
  background-color: #eceff3;
  color: var(--color_main);/*#153e4d;*/
  border-color: #e0e3e7;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.09);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px;
  padding: 13px 17px 13px 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
}
.socisl-cars a {
    background-color: ##eceff3;
}
.socisl-cars:hover {
  background-color: #f8f8f8;
  color: var(--color_main);/*#153e4d;*/
  border-color: #e0e3e7;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.09);
}
.social-call a i {
  color: var(--color_major_buttons);/*#1bc741;*/
  font-size: 26px;
  margin: 0px 17px 0px 0px;
}
.social-call {
  margin: 20px 0;
}
.author-call {
  margin-top: 20px;
}
.make-offers .offers-contact {
  border: none;
  padding: 17px 25px 17px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f0f2f5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #232628;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
}
.make-offers .offers-contact:hover {
  background-color: #6c98e3;
  color: #fff;
}
.offer-dolor {
  font-size: 13px;
  background: #6c98e3;
  width: 20px;
  height: 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.make-offers .offers-contact:hover .offer-dolor {
  color: #6c98e3;
  background: white;
}
.google-location {
  margin: 15px 0;
}
.google-location i {
  color: #1bc744;
  margin-right: 10px;
}
.google-location span {
  font-size: 14px;
  color: #232628;
  font-weight: 500;
}
.google-maps {
    height: 160px;
    overflow: hidden;
}
.google-maps iframe {
  min-height: 160px;
  width: 100%;
  /* margin-bottom: 55px; */
}
.similar-listing h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  color: #232628;
  border-bottom: 4px solid var(--color_searchbox_active);/*#153e4b;*/
  padding: 30px 0px 19px 0px;
  margin-bottom: 25px;
}
/* end author */
/* Start similar blog area */
.similar-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d5d9e0;
}
.similar-listing:last-child .similar-blog {
  padding-bottom: none;
  margin-bottom: none;
  border-bottom: none;
}
.similar-images {
  margin-right: 14px;
  max-width: 75px;
}
.similar-images img {
  width: 100%;
}
.similar-author-details strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #222;
}
.similar-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.similar-author-details small {
  margin-bottom: 2px;
  letter-spacing: -0.7px;
  color: #888;
  padding: 5px;
}
.similar-author-details mark {
  margin-right: 10px;
  padding: 1px 10px 1px 5px;
  color: #fff;
  font-weight: 700;
  background-color: var(--color_major_buttons);/*#1bc741;*/
}
.similar-author-details i {
  margin-right: 3px;
  font-size: 15px;
  color: #aaa;
}
.similar-author-details span {
  color: #222;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.5px;
}
/* End similar blog area */
/* Start contact form */
.message-dealers-contact-form {
  background-color: #e8edef;
  padding: 40px 0px 121px 0px;
}
.talal-contact {
  padding: 30px;
  background-color: #ffffff;
  border-top: 5px solid var(--color_searchbox_active);/*#153e4b;*/
}
.messagetoleaders h3 {
  color: #232628;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.messagetoleaders textarea {
  width: 100%;
  min-height: 140px;
  border: none;
  padding: 18px 0 0 20px;
  border: 1px solid #e1e2e4;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  color: #888;
}
.messagetoleaders textarea:focus {
  outline: none;
  color: #888;
  opacity: 1;
}
.form-input label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color_searchbox_active);/*#153e4b;*/
  line-height: 36px;
  text-transform: uppercase;
  display: block;
  margin-top: 7px;
}
.input-type-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 32px;
  font-size: 13px;
}
.form-input input {
  line-height: 32px;
  font-size: 13px;
  border: 1px solid #e1e2e4;
  background-color: #ffffff;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 21px;
  font-weight: 400;
  color: #888888;
  width: 100%;
}
/* Start check box */
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #dfe1e5;
  border-radius: 4px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: var(--color_major_buttons);/*#1bc741;*/
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: var(--color_major_buttons);/*#1bc741;*/
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator::after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.leaders-submit-btn button {
  border: none;
  display: inline-block;
  margin: 11px 10px 0 0;
  padding: 16px 21px 14px;
  font-size: 12px;
  border-radius: 5px;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  font-weight: 700;
  color: white;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
/* End check box */
/* Start super car area  */
.nav2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav2 .item h4 {
  font-size: 45px;
  margin: 0;
}
.nav2 .owl-nav {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
  padding-bottom: 24px;
}
.super-cars-sliders-area .minimain {
  gap: 2px;
}
.super-cars-sliders-area {
  margin-bottom: 113px;
  margin-top: 60px;
}
.nav2 .owl-nav .owl-prev i {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);
  background-color: #fff !important;
  font-size: 20px;
  color: #000;
}

.nav2 .owl-nav .owl-next i {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);
  background-color: #fff !important;
  font-size: 20px;
  color: #000;
}

.nav2 .owl-nav [class*="owl-"]:hover {
  text-decoration: none;
  border-radius: 100%;
}
.super-cars-areas h3 a {
  line-height: 22px;
  font-weight: 700;
  color: #232628;
  display: block;
  position: relative;
  /* bottom: -45px; fix */
  max-width: 300px;
  z-index: 99999;
}
.super-cars-areas h3 i {
  font-size: 12px;
  color: #232628;
}
.super-cars-areas {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #1bc743;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #1bc743;
  padding: 0px 0px 48px 15px;
}
.super-car-title h3 {
  color: #232628;
  min-height: 36px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 22px;
}
.super-cars-sliders {
  position: relative;
}
.overthrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  min-height: 42px !important;
}
.super-cars-sliders .heading-child-dolor {
  padding: 0px 8px 0px 0px;
}
.super-cars-sliders .white-dolor {
  font-size: 11px;
  text-decoration: line-through;
  -webkit-text-decoration-color: #0c2028;
  text-decoration-color: #0c2028;
}
.super-cars-sliders .dolor-throw .dolor-throw {
  font-size: 11px;
  color: #0c2028;
  text-decoration: line-through;
  -webkit-text-decoration-color: #0c2028;
  text-decoration-color: #0c2028;
}
.super-cars-sliders .lolor-sign {
  font-size: 14px;
}
.super-cars-sliders .mpr {
  font-size: 14px;
}
.super-cars-sliders .dolor-throw {
  line-height: 14px;
}
.super-cars-sliders .heading-child-dolor {
  min-height: 40px;
}
.super-cars-sliders .heading-child-dolor::after {
  content: "";
  position: absolute;
  background: transparent;
  width: 0;
  height: 0;
  top: 0;
  left: -31px;
  border-top: 0px solid transparent;
  border-left: 18px solid transparent;
  border-right: 13px solid var(--color_major_buttons);/*#1bc741;*/
  border-bottom: 40px solid var(--color_major_buttons);/*#1bc741;*/
  z-index: inherit;
}
.super-cars-sliders {
  position: relative;
  overflow: hidden;
}
.base-dealers {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center !important;
  color: #fff;
  position: absolute;
  left: -65px;
  padding: 0 55px;
  top: 20px;
  width: 200px;
  height: 33px;
  line-height: 33px !important;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  z-index: 99;
}
.base-dealers a {
  color: #fff;
}
.sold-base-super .base-dealers {
  background-color: #fc4e4e;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center !important;
  color: #fff;
  position: absolute;
  left: -65px;
  padding: 0 55px;
  top: 20px;
  width: 200px;
  height: 33px;
  line-height: 33px !important;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  z-index: 99;
}
.sold-base-super .base-dealers a {
  color: #fff;
}
.cars-featurs-area h3 {
  color: var(--color_searchbox_active);/*#153e4b;*/
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.talal-contact .author-name p {
  font-size: 13px;
  color: #888888;
}
/* End super car area  */
/* End contact form */
/* ================================================================== */
/*  =====================   End bmw-m5 page   ===================  */
/* ============================================================== */

/* ================================================================== */
/* ==================== Start dealers-list Page  ==================== */
/* ================================================================== */
/* Start dealers find area */
.find-dealars-area h1 {
  color: var(--color_main);/*#153e4d;*/
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 13px;
}
.find-dealars-area {
  margin-top: 154px;
}
.leaders-searchArea {
  background: var(--color_searchbox_active);/*#153e4b;*/
  padding: 35px 30px;
}
.leaders-searchArea form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.leaders-input-area {
  -ms-flex-preferred-size: 76.4%;
  flex-basis: 76.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.leaders-input-area .searchMaxArea {
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.leaders-search-btn {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}
.search-leaders-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 49px;
}
.search-leaders-review h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color_searchbox_active);/*#153e4b;*/
  letter-spacing: -0.8px;
}
.search-leaders-review form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search-leaders-review .searchMaxArea {
  -ms-flex-preferred-size: 182px;
  flex-basis: 182px;
}
.search-leaders-review form label {
  margin-right: 9px;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
}
.search-leaders-review .select2-container--default .select2-selection--single {
  background-color: #f0f2f5;
  border: none;
  border-radius: 4px;
}
.search-leaders-review .select2-container--default .select2-selection--single {
  border-radius: 0px;
  height: 35px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 9px !important;
}
.search-leaders-review
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px;
  font-size: 13px;
}
.search-leaders-review
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f0f2f5;
  color: #555;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f0f2f5;
}
.select2-dropdown ul li {
  border-bottom: 1px solid #f0f2f5;
  font-size: 13px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px;
  font-size: 14px;
}
/* End dealers find area */

/* Star Cars display area */
.dlsd-table-area {
  margin-top: 0px;
  margin-bottom: 90px;
  padding-top: 17px;
  border-top: 4px solid var(--color_searchbox_active);/*#153e4b;*/
}
.dlsd-table-area .leaders-logo-img {
  display: block;
  min-height: 42px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  max-width: 134px;
}
.dlsd-table-area .west-motor {
  color: #232628;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dlsd-table-area .west-motor:hover {
  color: #1bc742;
}
.west-moto-review {
  font-size: 12px;
  color: #232628;
}
.dlsd-table-area a img {
  width: 100%;
}
.dlsd-table-area tr td {
  padding: 25px 0 !important;
}
.dealers-cars,
.show-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.dealers-cars a i {
  margin-right: 10px;
  color: var(--color_major_buttons);/*#1bc741;*/
}
.new-dealers {
  color: #232628;
  font-weight: 700;
  font-size: 14px;
}
.cars-stocks {
  font-size: 12px;
  color: #191919;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inherit;
}
.cars-stocks:hover,
.show-numbers i {
  color: #1bc742;
}
.show-numbers p span {
  font-weight: 700;
  font-size: 14px;
  color: #232628;
}
.show-numbers i {
  display: block;
}
.solidphone {
  transform: translate(-5px, 5px);
}
.show-numbers a {
  color: #232628;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px dotted;
  cursor: pointer;
  min-width: 26px;
  position: relative;
}
.loacation-leaders {
  margin-right: 9px;
  color: var(--color_major_buttons);/*#1bc741;*/
  font-size: 18px;
}
.germany-leaders {
  font-size: 14px;
  font-weight: 700;
  color: #232628;
}
.see-map i {
  margin-right: 4px;
}
.see-map {
  font-size: 12px;
  color: #191919;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.see-map:hover {
  color: #1bc742;
}
.leaders-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #d5d9e0;
}
.child-leaders:nth-child(1) {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}

.child-leaders:nth-child(2) {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.child-leaders:nth-child(3) {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
}
.child-leaders:nth-child(4) {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
}
.child-leaders:nth-child(5) {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.child-leaders:nth-child(6) {
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
}
/* End Cars display area */

/* ================================================================== */
/* ==================== End dealers-list Page  ==================== */
/* ================================================================== */

/* ================================================================== */
/* ======================= Star Blog Page  ========================== */
/* ================================================================== */
.section-padding {
  padding: 80px 0;
}
.blog-area-main {
  margin-top: 75px;
}
.blog-main {
  margin: 0 10px;
}
.blog-box {
  margin: 0 8px 50px 8px;
}
.blog-image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-image a img {
  width: 100%;
  display: block;
  max-height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 25px 40px 14px 40px;
  border: 1px solid #ddd;
}
.blog-box:hover .blog-content {
  border-color: transparent;
  -webkit-box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
  box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
}

.blog-content .blog-title {
  position: relative;
  min-height: 66px;
}
.blog-content .blog-title a {
  text-decoration: none !important;
  color: #191919;
}
.blog-content .blog-title a .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}

.blog-content .post-meta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}
.blog-content .post-meta-bottom .blog-meta-unit {
  display: inline-block;
  margin-right: 19px;
  padding-left: 25px;
  position: relative;
  font-size: 12px;
  color: #888;
}
.blog-content .post-meta-bottom .blog-meta-unit i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #6c98e3;
  font-size: 15px;
}
.blog-content .post-meta-bottom .blog-meta-unit {
  font-size: 12px;
  color: #888;
}
.blog-content .post-meta-bottom .blog-meta-unit.comments {
  padding-left: 22px;
}
.blog-content .post-meta-bottom .blog-meta-unit:last-child {
  margin-right: 0;
}
.blog-content .post-meta-bottom .blog-meta-unit {
  display: inline-block;
  margin-right: 19px;
  padding-left: 25px;
  position: relative;
  font-size: 12px;
  color: #888;
}
.blog-image .sticky-post {
  position: absolute;
  top: 20px;
  left: -90px;
  background-color: #1bc742;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 250px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog-image .video-preview {
  position: absolute;
  right: 9px;
  top: 17px;
  padding: 1px 11px 1px 25px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #6c98e3;
  z-index: 20;
}
.blog-image .video-preview .fas {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -6px;
  font-size: 12px;
}

.stm-blog-pagination {
  position: relative;
  margin-top: 10px;
}

.stm-prev-next {
  display: block;
  position: absolute;
  top: 0;
  width: 54px;
  height: 35px;
  background-color: #6c98e3;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  z-index: 15;
}
.stm-prev-next.disabled {
  background-color: #ddd;
}
.stm-prev-next.stm-next-btn {
  right: 0;
}
.stm-blog-pagination .page-numbers {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.stm-blog-pagination a {
  display: block;
}
ul.page-numbers {
  display: block;
  position: relative;
  margin-top: 10px;
  padding: 45px 60px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  margin-bottom: 0;
}
ul.page-numbers li > span {
  display: block;
  width: 34px;
  height: 35px;
  margin: 0 8px;
  padding: 0;
  background-color: #dddddd;
  color: #fff;
  border-top: none;
  border-radius: 3px;
  line-height: 35px;
}
ul.page-numbers li > a {
  display: block;
  width: 34px;
  height: 35px;
  margin: 0 8px;
  padding: 0;
  background-color: #6c98e3;
  color: #fff;
  border-top: none;
  border-radius: 3px;
  line-height: 35px;
  text-decoration: none !important;
}
.stm-prev-next i {
  color: #fff;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 35px;
  padding: 0 10px;
  font-weight: 400;
  color: #191919;
  border: 2px solid #eceff3;
  font-size: 14px;
  outline: none !important;
  background: #eceff3;
}
.pricecalc input[type="text"],
.pricecalc input[type="number"],
.pricecalc input[type="tel"],
.pricecalc input[type="email"],
.pricecalc input[type="search"],
.pricecalc input[type="password"] {
    height:35px;
}
form {
  position: relative;
}
.blog-src-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 45px;
  width: 45px;
  border: none;
  background: #eceff3;
}
.blog-src-btn i {
  position: relative;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #6c98e3;
  font-size: 15px;
}
.color-btn {
  height: 46px;
  width: 5px;
  background: #6c98e3;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
form:hover .color-btn {
  width: 45px;
}
form:hover .blog-src-btn i {
  color: #fff;
}
.widget {
  margin-bottom: 27px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.widget-title h4 {
  color: #232628;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.tag-list a {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 4px 9px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
  box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
  font-size: 13px !important;
  color: #aaa;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tag-list a:hover {
  background-color: #6c98e3;
  color: #fff;
}
.tag-list {
  margin-right: -6px;
}
.blog-right-text {
  font-family: Open Sans, Arial;
  color: #232628;
  font-size: 14px;
  line-height: 22px;
}

.blog-right-text .stm-last-post-widget {
  margin-bottom: 26px;
  font-size: 13px;
  line-height: 20px;
  color: #888;
}
.blog-right-text .comments-number a {
  display: block;
  padding-left: 21px;
  color: #6c98e3 !important;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.blog-right-text .comments-number {
  position: relative;
  margin-top: 14px;
  height: 20px;
}
.blog-right-text .comments-number i {
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -6px;
  font-size: 13px;
}
.blog-right-text.blog-aa
  .select2-container--default
  .select2-selection--single {
  background: #eceff3;
  border: none;
  border-radius: 4px;
}
.blog-right-text.blog-aa {
  position: relative;
  overflow: hidden;
}
.blog-right-text.blog-aa::after {
  position: absolute;
  content: "";
  top: 11px;
  right: 0%;
  width: 5px;
  height: 58%;
  background: #6c98e366;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-right-text.blog-aa:hover::after {
  width: 40px;
}

/* ================================================================== */
/* ========================= End Blog Page  ========================= */
/* ================================================================== */

/* ================================================================== */
/* ========================= Start Inventory Page  ========================= */
/* ================================================================== */
.sels-short-search .searchMaxArea {
  padding: 0px 0px 0px;
}
.inventory-search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cars-of-sels h1 {
  color: #232628;
  font-size: 26px;
  font-weight: 700;
  line-height: 0;
}
.short-labelss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.short-labelss label {
  float: left;
  margin-top: 7px;
  margin-right: 9px;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
}
.shortbyserch .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
  background: #eceff3;
  height: 36px;
}
.shortbyserch
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
  font-size: 14px;
}
.shortbyserch
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
}
.shortbyserch .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
  background: #eceff3;
  height: 36px;
  width: 162px;
}
.sels-short-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-search a {
  padding: 10px 19px;
}
.grid-search a i {
  color: #8f8f8f;
  font-size: 19px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.grid-search a:hover i {
  color: var(--color_searchbox_active);/*#153e4b;*/
}
.list-search-bar a i {
  color: #8f8f8f;
  font-size: 16px;
  padding: 10px 10px;
  background-color: #f0f2f5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.list-search-bar a:hover i {
  color: var(--color_searchbox_active);/*#153e4b;*/
}
.featured-clasic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid var(--color_main);/*#1bc741;*/
  /*padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #d5d4d4;*/
}
.featured-clasic h3 {
  position: relative;
  padding: 6px 16px;
  color: #fff;
  background-color: var(--color_main);/*#1bc741;*/
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.featured-clasic h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -33px;
  background: transparent;
  border-top: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 15px solid var(--color_main);/*#1bc741;*/
  border-left: 17px solid var(--color_main);/*#1bc741;*/
}
.featured-clasic a {
  font-size: 13px;
  color: #777;
  margin-right: 3px;
}
.car-details-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 30px 0;
  border-bottom: 3px solid var(--color_major_buttons);/*#1bc741;*/
}
.detailsCarimg {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.detailsCarimg .hoverslider {
    /* height: 168px; */
    height: auto;
}
.detailsCarimg .mini {
  padding-top: 211px;
}
.detailsCarimg .minimain {
  gap: 2px;
}
.detailsCarimg .usedCarSingleItemImg .starUsedCar {
  opacity: 1;
}
.search-option-inventorys {
  background-color: var(--color_main);/*#153e4d;*/
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.27);
  padding: 0 22px 30px;
}
.searchOptionHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 0px;
}
.searchOptionHeading h3 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 700;
}
.headeingIcons i {
  color: #ffffff;
}
.headeingIcons i {
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotateX(5deg);
  transform: rotateX(5deg);
}
.control-inventory-area .coinChild {
  margin-bottom: 7px;
}
.control-inventory-area .select2-container--default .select2-selection--single {
  border: none;
  height: 40px;
}
.control-inventory-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
  padding-left: 14px;
  color: #000;
}
.youLocation {
  position: relative;
}
.youLocation input {
  width: 100%;
}
.addressIcon {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #898989;
  font-size: 17px;
}
.coinChild.youLocation input {
  padding-left: 35px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 41px;
  outline: 2px solid white !important;
}
.coinChild.youLocation input:focus {
  outline: 0px solid white !important;
}
.check-box-system .select2-selection__arrow {
  display: none;
}
.searhCarsChoose label {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}
.searhCarsChoose input:focus {
  line-height: 40px;
  background-color: #eceff3 !important;
  font-size: 14px;
  color: #232628;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  border: 2px solid #6c98e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carImageArea {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.lseidgldfis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.carihfgrfgueir p a {
  margin-bottom: -1px;
  font-size: 14px;
  color: var(--color_major_buttons);/*#1bc741;*/
  text-transform: uppercase;
  font-weight: 700;
}

.carihfgrfgueir h3 a {
  padding-top: 2px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #232628;
}
.carihfgrfgueir h3 a:hover {
  color: var(--color_major_buttons);/*#1bc741;*/
}
.newbmwheading .dolor-throw .white-dolor {
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
}
.newbmwheading .dolor-throw .dolor-throw {
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.newbmwheading .dolor-throw {
  line-height: 20px;
}
.newbmwheading .mpr {
  font-size: 10px;
  font-weight: 400;
  margin-right: 9px;
  margin-bottom: 12px;
}
.newbmwheading .lolor-sign {
  font-size: 24px;
  line-height: 35px;
}
.newbmwheading .heading-child-dolor {
  padding: 0px 13px 0px 2px;
  min-height: 58px;
}
.newbmwheading .heading-child-dolor::after {
  border-top: 0px solid transparent;
  border-left: 36px solid transparent;
  border-right: 45px solid var(--color_major_buttons);/*#1bc741;*/
  border-bottom: 58px solid var(--color_major_buttons);/*#1bc741;*/
  z-index: -1;
}
.sodmfneif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sodmfneif {
  border-right: 1px solid #dddddd;
  padding: 0px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.anibodsfkj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
}
.dfnotie {
  padding-left: 0;
}
.DIcon {
  display: block;
  margin-right: 7px;
  color: #888;
}
.fuelPump .Gfuelpump {
  text-transform: uppercase;
  color: #888;
  font-size: 10px;
}
.fuelPump .gasoline {
  font-size: 13px;
  color: #222;
  font-weight: 700;
}
.sodmfneif:last-child {
  border: none;
}
.iuner a {
  display: inline-block;
  max-width: 130px;
  vertical-align: top;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.iuner a img {
  width: 100%;
}
.westConiva p a {
  display: block;
  margin: 5px 0 1px;
  padding-top: 0;
  font-size: 13px;
  line-height: 15px;
  color: #1bc742;
  font-weight: 400;
}
.shnumbe i {
  font-size: 12px;
  color: var(--color_major_buttons);/*#1bc741;*/
  margin-left: 1px;
  margin-right: 4px;
  margin-top: 4px;
}
.shnumbe span {
  display: block;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 700;
  color: black;
}
.seventstar a {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px dotted black;
}
.seventstar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.shnumbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spontslogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wheelsarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  border: 1px solid #dddddd;
  line-height: 27px;
  border-radius: 15px;
}
.wheelsarea {
  /* display: flex; */
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  border: 1px solid #dddddd;
  border-radius: 18px;
  padding: 9px 10px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wheelsarehjga a i {
  font-size: 17px;
  color: #6c98e3;
  margin-right: 6px;
}
.wheelsarehjga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: #888;
  border-radius: 20px;
}
.wheelsarehjga a {
  display: block;
  border: 1px solid #dddddd;
}
.spontsrtfloretfgregin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wheelsarehjga a {
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 30px;
  padding: 6px 11px;
  border: 1px solid #dddddd;
}
.wheelsarehjga a:hover {
  color: var(--color_major_buttons);/*#1bc741;*/
  border-color: #6c98e3;
}

.addtocompate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.signimage img {
  max-height: 25px;
}

.detailderrler .car-details-area {
  border-bottom: 1px solid #dddddd;
}

.emtpagination .disableee {
  background: #dddddd;
}
.emtpagination .enablesss {
  background: var(--color_searchbox_active);/*#153e4b;*/
}
.emtpagination a {
  display: block;
  width: 34px;
  height: 35px;
  margin: 0 8px;
  padding: 0;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.emtpagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.englesithe {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px !important;
  height: 20px;
  background: var(--color_searchbox_active);/*#153e4b;*/
  margin: 0 !important;
  font-size: 20px !important;
}
.borderAllde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.serchMenuButton {
  display: none;
}
.Viewmoreserdflv a {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 rgba(27, 199, 65, 0.75);
  box-shadow: 0 2px 0 rgba(27, 199, 65, 0.75);
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 10px 28px 9px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: white;
  border-radius: 6px;
  display: block;
}

.Viewmoreserdflv {
  display: none;
}

/* start inventory button */
.serchMenuButton a {
  display: block;
  background-color: #1bc744;
  padding: 17px 28px 15px 28px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.serchMenuButton a:hover {
  opacity: 0.8;
}
.serchMenuButton a i {
  font-size: 20px;
}
/* End inventory button */

/* ================================================================== */
/* ========================= End Inventory Page  ========================= */
/* ================================================================== */

/* ================================================================== */
/*  =====================   Start add-car Page   ==================  */
/* ================================================================ */
.p-color {
  color: #888;
  font-size: 13px;
  margin-bottom: 15px;
}
.biuld-box,
.top-border {
  padding-top: 20px;
  margin-bottom: 15px;
  border-top: 4px solid var(--color_main);/*#153e4d;*/
  p {
    margin-top: 12px;
    font-family: Open Sans, Arial;
    color: #232628;
    font-size: 14px;
    line-height: 22px;
  }
  h3 {
    margin-bottom: 1px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: #232628;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
  }
}
.stm_add_car_form {
  padding-top: 20px;
  border-top: 4px solid var(--color_main);/*#153e4d;*/
  margin-top: 37px;
  margin-bottom: 50px !important;
}
.vin {
  display: block;
  max-width: 310px;
}
.stm_add_car_form .vin:focus {
  background: white;
}
.checkVin {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 rgba(27, 199, 65, 0.75) !important;
  box-shadow: 0 2px 0 rgba(27, 199, 65, 0.75) !important;
  height: 39px;
  font-weight: 600;
  border-radius: 6px;
  margin-left: 0;
  border: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  width: 160px;
  margin-left: 10px !important;
}
.item-details-heading {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--color_searchbox_active);/*#153e4b;*/
  text-transform: uppercase;
  padding-bottom: 36px;
}

.searchMaxArea {
  padding: 10px 0px 20px;
}
.searchMaxArea h4 {
  color: #fff;
  padding: 10px;
}
/* transmission */
.transmission {
  margin-bottom: 50px;
}
.stm-label {
  color: var(--color_searchbox_active);/*#153e4b;*/
  font-size: 13px;
  margin-top: -3px;
}
.ldfosifkji .stm-label-input::-webkit-input-placeholder {
  font-size: 14px !important;
}
.ldfosifkji .stm-label-input::-moz-placeholder {
  font-size: 14px !important;
}
.ldfosifkji .stm-label-input:-ms-input-placeholder {
  font-size: 14px !important;
}
.ldfosifkji .stm-label-input::-ms-input-placeholder {
  font-size: 14px !important;
}
.ldfosifkji .stm-label-input::placeholder {
  font-size: 14px !important;
}
.ldfosifkji .searchMaxArea {
  padding: 1px 0px 0px;
}
.transmission .g-5 {
  margin-top: 20px;
}
.ldfosifkji .stm-label-input:focus {
  background: white;
}
.stm-label i {
  font-size: 17px;
  margin-right: 5px;
}
.ldfosifkji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Acurabentlydf {
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
}
.Acurabently {
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
}
.Acurabentlysed {
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%;
}
.ldfosifkji .select2-container--default .select2-selection--single {
  background-color: #eceff3;
  border: none;
  border-radius: 0px;
}
.ldfosifkji
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 18px;
  padding-right: 32px;
}
.location.controldsdfelocation .top-border {
  padding-top: 0px;
  margin-bottom: 15px;
  border-top: none;
}
.stm-label-input {
  border: 1px solid transparent;
}
.ldfosifkji .stm-label-input:focus {
  outline-width: 1px !important;
  outline-style: solid !important;
  outline-color: #1bc741 !important;
}
.location-header h3 {
  color: var(--color_searchbox_active);/*#153e4b;*/
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.stm-control input::-webkit-input-placeholder {
  font-size: 13px;
}
.stm-control input::-moz-placeholder {
  font-size: 13px;
}
.stm-control input:-ms-input-placeholder {
  font-size: 13px;
}
.stm-control input::-ms-input-placeholder {
  font-size: 13px;
}
.stm-control input::placeholder {
  font-size: 13px;
}
.stm-link a {
  color: #000000;
  font-size: 14px;
  margin-top: 14px;
}
.stm-link a:hover {
  color: var(--color_major_buttons);/*#1bc741;*/
}
/* future */
.future-title h4 {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--color_searchbox_active);/*#153e4b;*/
  text-transform: uppercase;
  padding-bottom: 14px;
}
.future-sub-title {
  font-weight: 700;
  color: #232628;
  margin-bottom: 19px;
  font-size: 14px;
}
.acceptcheck {
  color: #888;
  font-size: 13px;
  font-weight: 400;
}
.privacyleader {
  color: #191919;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.privacyleader:hover {
  color: var(--color_major_buttons);/*#1bc741;*/
}
.future-deatils {
  margin-bottom: 20px;
}
.stm-link.d-flex.justify-content-end.mb-3 {
  margin-bottom: 40px !important;
}
.future-section .future.future-title.top-border {
  padding-top: 25px;
}
.future-deatils li .control__indicator {
  position: relative;
  height: 17px;
  width: 17px;
  top: -2px;
  left: -1px;
}
.future-deatils li .control--checkbox .control__indicator::after {
  left: 6px;
  top: 4px;
}
.future-deatils li .control {
  padding-left: 0px;
}
.future-deatils li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chipSmicros p {
  font-size: 14px;
  margin-top: -4px;
  margin-left: 4px;
}
/* photo */
.upload-photo-header h4 {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--color_searchbox_active);/*#153e4b;*/
  text-transform: uppercase;
}
.upload-photo-header h5 {
  margin-bottom: 10px;
  color: #808080;
  font-weight: 600;
  font-size: 16px;
}

.upload-deatils p {
  margin: 5px 0px;
  color: #303e47;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.upload-photo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  border: 1px dashed var(--color_searchbox_active);/*#153e4b;*/
  max-width: 255px;
  color: #bebebe;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 257px;
  height: 141px;
}
.upload-photo:hover {
  border: 1px dashed var(--color_major_buttons);/*#1bc741;*/
}
.upload-icon a i {
  font-size: 48px;
  text-align: center;
  color: #bebebe;
}
.upload-text a {
  font-size: 20px;
  font-weight: 600;
  color: #bebebe;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.upload-photo:hover .upload-text a {
  color: var(--color_major_buttons);/*#1bc741;*/
}
/* video */
.videos-title h4 {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--color_searchbox_active);/*#153e4b;*/
  text-transform: uppercase;
}
.video-deatils {
  background: var(--color_main);/*#153e4d;*/
  padding: 30px;
}
.video-link {
  margin-bottom: 15px;
}
.video-link h4 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}
.input-link .link-data {
  width: 90%;
  padding: 10px;
}
.input-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input-link i {
  color: #fff;
  padding: 10px;
  width: 47px;
  height: 47px;
  font-weight: 900;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.videos-title.top-border h4 {
  padding-bottom: 9px;
}
.information-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.information-link i {
  font-size: 15px;
  margin: 5px 10px 0px 0px;
  margin-left: 20px;
}
.video-link.thmslkid {
  display: none;
}
.note-title.top-border {
  padding-top: 50px;
  margin-top: 28px;
}
/* sing_up area */
.sing_up_body {
  padding: 40px;
  background-color: #f0f2f5;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.Add-the-Template a {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}
.Add-the-Template a i {
  margin-right: 10px;
}
.stm-registation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  h3 {
    float: left;
    margin-right: 42px;

    color: #232628;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
  }
  p {
    margin-right: 5px;
    color: #888;
  }
  a {
    color: #000000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 400;
  }
  a:hover {
    color: #1bc744;
  }
}
.register-form {
  padding: 37px 30px 4px;
  background: #fff;
  border-top: 4px solid var(--color_searchbox_active);/*#153e4b;*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.label1 {
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 13px;
}
.control1 {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 40px;
  padding: 0 21px;
  padding-left: 21px;
  font-weight: 400;
  color: #888888;
  border: 2px solid #eceff3;
  font-size: 14px;
  outline: none !important;
  background-color: #eceff3;
  margin-bottom: 20px;
}
.control1:focus {
  border: 1px solid #eceff3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sing_up_btn {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background-color: #1bc744;
  text-decoration: none !important;
  outline: none !important;
  visibility: visible;
  border: none;
  white-space: normal;
  -webkit-box-shadow: 0 2px 0 rgba(108, 227, 128, 0.75);
  box-shadow: 0 2px 0 rgba(108, 227, 128, 0.75);
  opacity: 1;
  margin-bottom: 50px;
  width: 142px;
  height: 46px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sing_up_btn:hover {
  opacity: 0.8;
}
.recomendation {
  padding: 0 10px;
  h4 {
    margin: -5px 0 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }
  p {
    font-size: 13px;
    line-height: 24px;
    color: #888;
  }
}
/* price */
.asking-price-section {
  margin-bottom: 50px;
}
.price-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--color_searchbox_active);/*#153e4b;*/
  padding-top: 36px;
  padding-left: 0;
}
.asking-price-section h2 {
  font-weight: 700;
}
.asking-price-section .col-lg-4.col-md-6.col-sm-12 {
  padding: 0;
}
.price {
  padding: 30px 40px 20px 40px;
  background-color: var(--color_searchbox_active);/*#153e4b;*/
}
.price h5 {
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 700;
}
.competitively {
  margin-left: 23px;
}
.form-check.mb-5 .form-check-label {
  font-size: 13px;
}
.competitively {
  h4 {
    color: #232628;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin-bottom: 15px;
  }
  p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
  }
}
/* note */
.note-section {
  .note-title {
    h4 {
      padding-bottom: 20px;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -1px;
      color: var(--color_searchbox_active);/*#153e4b;*/
    }
  }
}
.note-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  z-index: 11;
  background: #eee;
  padding: 6px 4px;
}
.note-menu ul li button,
.note-menu ul li a {
  color: #50575e;
  line-height: 1;
  width: 27px;
  height: 27px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #595959;
  font-size: 15px;
  background: var(--color_major_buttons);/*#1bc741;*/
  border-radius: 3px;
  margin-right: 7px;
  -webkit-box-shadow: 0 2px 0 transparent;
  box-shadow: 0 2px 0 transparent;
  border: 1px solid transparent;
}
.note-menu ul li button:hover,
.note-menu ul li a:hover {
  -webkit-box-shadow: 0 0px 4px 0 #171616;
  box-shadow: 0 0px 4px 0 #171616;
  opacity: 0.9;
}
.kitndtrj {
  opacity: 0.5 !important;
}
.note-section .tekghjislikfk {
  width: 100%;
  min-height: 264px !important;
  border: none;
  padding: 50px 14px 14px 14px;
}
.note-section .tekghjislikfk:focus {
  outline: none;
}
.text-area {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.note-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 1px 3px 3px #ddd;
  box-shadow: 1px 3px 3px #ddd;
  height: 0 !important;
  padding-left: 0;
}
.Add-the-Template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  a {
    font-size: 14px;
    color: #191919;

    i {
      font-size: 14px;
      background: var(--color_major_buttons);/*#1bc741;*/
      padding: 10px;
      margin-right: 10px;
      color: white;
    }
  }
}

.item-details.top-border .list-item .searchOption {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-details.top-border .searchOption .searchMaxArea {
  padding: 0;
}
.item-details.top-border .list-item {
  padding: 23px 30px 23px 30px;
  background-color: var(--color_searchbox_active);/*#153e4b;*/
}

.item-details.top-border
  .list-item
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #fff;
  background: #153e4b !important;
  height: 42px;
}

.item-details.top-border
  .list-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
}
.item-details.top-border .list-item .searchMaxArea h4 {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding-top: 0;
}
.item-details.top-border
  .list-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
}
.item-details.top-border
  .list-item
  .select2-container--default
  .select2-selection--single {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #153e4b !important;
  height: 42px;
}
.item-details.top-border .list-item .searchMaxArea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.3%;
  flex: 0 0 22.3%;
}

/* ================================================================== */
/*  =====================   End add-car Page   ==================  */
/* ================================================================ */

/* ================================================================== */
/*  =====================   start compair Page   ==================  */
/* ================================================================ */
.compare-area-main.section-padding {
  padding-top: 55px;
}
.compare-main {
  margin-bottom: 50px;
}
.compare-box {
  margin: 10px;
}
.compare-box h2 {
  color: #232628;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-style: normal;
  text-transform: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin-bottom: 25px;
  line-height: 36px;
  margin-top: 30px;
  text-transform: uppercase;
}

.colored-separator {
  vertical-align: top;
  font-size: 0;
  line-height: 1;
}
.colored-separator div {
  background-color: #1bc744;
}
.colored-separator .first-long {
  margin-right: 3px;
}
.colored-separator .first-long,
.colored-separator .last-short {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 5px;
  -webkit-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  border-radius: 2px;
}
.colored-separator .last-short {
  width: 16px;
}
.car-icon {
  position: relative;
  opacity: 0.8;
  transition: 0.3s;
}
.car-icon:hover {
  opacity: 1;
}
.car-icon span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.car-icon:hover span {
  opacity: 0.5;
}
.car-icon img {
  width: 100%;
}

.compare-box .h5 {
  margin-top: 24px;
  color: #888;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  word-spacing: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.compare-box > a:hover .h5 {
  color: #6c98e3;
}
.comair-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.comair-list ul li {
  border-bottom: 1px solid #d5d9e0;
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4);
}
.comair-list ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 9px 0 8px;
}
.comair-list ul li a:hover {
  color: #1bc744;
}
.search-leaders-review .searchMaxArea {
  padding: 10px 0px 7px;
}
.author-call a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

/* ================================================================== */
/*  =====================   End compair Page   ==================  */
/* ================================================================ */

/* Start tooltip area  */
.tooltip-buttons-arive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.tooltip-child button {
  background-color: #ccced1;
  color: white;
  border: none;
  outline: none;
  cursor: not-allowed !important;
  display: inline-block;
  padding: 10px 14px 10px 14px;
  -webkit-box-shadow: 0px 3px 0px #aaaaaaab;
  box-shadow: 0px 3px 0px #aaaaaaab;
  margin-right: 20px;
  border-radius: 7px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tooltip-child i {
  font-size: 22px;
  margin-right: 10px;
}
.tooltip-buttons-arive button span {
  display: block;
}
[aria-label][tooltip-position] {
  position: relative;
  letter-spacing: 0.1rem;
}

[aria-label][tooltip-position]::before,
[aria-label][tooltip-position]::after {
  --scale: 0;
  position: absolute;
  font-size: 1rem;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  -o-transition: transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

[aria-label][tooltip-position]:hover::before,
[aria-label][tooltip-position]:hover::after {
  --scale: 1;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.45, 1.93);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.45, 1.93);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.45, 1.93);
}

[aria-label][tooltip-position]::before {
  content: attr(aria-label);
  background-color: var(--tooltip-color);
  padding: 0.5em;
  border-radius: 0.3em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[aria-label][tooltip-position]::after {
  content: "";
  border: var(--arrow-size) solid transparent;
}

[aria-label][tooltip-position]::before,
[aria-label][tooltip-position]::after {
  --tooltip-color: var(--color_main);/*#153e4d;*/
  --arrow-size: 0.5rem;
  --scale: 0;

  z-index: 1;
  font-size: 10px;
  font-weight: 400;
  -webkit-transform: translate(var(--translate-x), var(--translate-y))
    scale(var(--scale));
  -ms-transform: translate(var(--translate-x), var(--translate-y))
    scale(var(--scale));
  transform: translate(var(--translate-x), var(--translate-y))
    scale(var(--scale));
  line-height: 15px;
}

/** Top */
[aria-label][tooltip-position="top"]::before {
  position: absolute;
  --translate-x: -50%;
  --translate-y: calc(-100% - var(--arrow-size));
  top: -4px;
  left: 50%;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

[aria-label][tooltip-position="top"]::after {
  --translate-x: -50%;
  --translate-y: calc(-1 * var(--arrow-size));
  top: -4px;
  left: 50%;
  border-top-color: var(--tooltip-color);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  width: 0px;
  height: 0px;
  border-top: 6px solid var(--color_main);/*#153e4d;*/
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.blog-meta-unit.comments span {
  color: #8a8b9a;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog-meta-unit.comments span:hover {
  color: #6c98e3;
}
.messagetoleaders input {
  background: white;
  border: 1px solid #80808033;
}
.selectPriHeadingg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 10px;
}
.selectPriHeadingg h3 {
  font-weight: 700;
  color: #232628;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.countAccordion {
  padding-top: 10px;
  border-top: 4px solid var(--color_main);/*#153e4d;*/
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}
/* End tooltip area  */

/* Start history popup  */
.addtotemplateArea,
.hisCallstroude {
  position: relative;
}

.apply-popup2,
.apply-popup {
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
  box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);
  width: 486px;
  padding: 30px 23px 30px;
  display: none;
  position: absolute;
  bottom: 52px;
  left: -128px;
  background: white;
  z-index: 77;
  right: 0;
}
.apply-popup2 {
  bottom: -98px;
}
.aphistory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkapsito {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.righicheckklfd {
  margin-left: 53px;
}
.inpserethis {
  margin-top: 20px;
  margin-bottom: 25px;
}
.aphistory h5 {
  color: #232628;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

/* start radio design */
.appchekdoif {
  margin-top: 25px;
}
.appchekdoif input[type="radio"] {
  display: none;
}
.appchekdoif input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.appchekdoif input[type="radio"] + label:before,
.appchekdoif input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: #dfe1e5;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.appchekdoif input[type="radio"] + label:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.2em #dfe1e5, inset 0 0 0 1em #dfe1e5;
  box-shadow: inset 0 0 0 0.2em #dfe1e5, inset 0 0 0 1em #dfe1e5;
}
.appchekdoif input[type="radio"] + label:hover:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.3em #1bc742, inset 0 0 0 1em white;
  box-shadow: inset 0 0 0 0.3em #1bc742, inset 0 0 0 1em white;
}
.appchekdoif input[type="radio"]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.3em #1bc742, inset 0 0 0 1em white;
  box-shadow: inset 0 0 0 0.3em #1bc742, inset 0 0 0 1em white;
}
.apply-popup .inpserethis input:focus {
  border: 1px solid #1bc742 !important;
  background: white;
}
.appbtngoup input {
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 rgba(27, 199, 65, 0.75);
  box-shadow: 0 2px 0 rgba(27, 199, 65, 0.75);
  border: none;
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 106px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.appbtngoup input:hover {
  opacity: 0.8;
}
.aphistory span {
  cursor: pointer;
}
.apply-popup2 {
  border-top: 4px solid var(--color_searchbox_active);/*#153e4b;*/
}
.apply-popup2 .aphistory h5 {
  font-weight: 400;
  padding-bottom: 15px;
}
.apply-popup2 .aphistory span {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 6px;
  color: #888;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.apply-popup2 .aphistory span:hover {
  cursor: pointer;
  opacity: 1;
}

.apply-popup2 .chipSmicros p {
  margin-top: 3px;
  padding-left: 23px;
  font-weight: 500;
}
/* End radio design */

/* end history popup  */

/* start file upload */
.wrappersefile {
  padding: 15px;
  position: relative;
  width: 257px;
  height: 141px;
  overflow: hidden;
}
.uploadLabel::before {
  font-family: FontAwesome;
  content: "\f030";
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 45px;
  margin-top: -14px;
}
.uploadLabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 257px;
  height: 141px;
}
#photoLoad {
  cursor: pointer;
  opacity: 0;
}

#fileValue {
  color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888888;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wrappersefile:hover #fileValue {
  color: var(--color_major_buttons);/*#1bc741;*/
}

.searchOption .select2-selection__arrow {
  background-image: inherit;
  position: relative;
}
.searchOption .select2-selection__arrow::before {
  font-family: FontAwesome;
  content: "\f107";
  color: #899ea5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Acurabentlysed .select2-selection__arrow {
  background-image: inherit;
}
.Acurabentlysed .select2-selection.select2-selection--single {
  position: relative;
}

.searchMaxArea.stm-control .select2-selection__arrow::before {
  font-family: FontAwesome;
  content: "\f107";
  width: 100%;
  height: 100%;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a9fa5;
}
.youngerelifhio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.video-link.thmslkid {
  margin-top: 30px;
}
.super-cars-sliders-area .mini {
  padding-top: 150px;
}
.super-cars-sliders-area .hoverslider {
  height: 152px;
}
.super-cars-sliders-area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.bmw-m5-banner-area {
  position: relative;
}
.bmw-area-ioesifjleir {
  position: absolute;
  top: 30px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 16px;
  z-index: 33;
}
.bmw-area-ioesifjleir a {
  color: white;
  display: block;
  padding: 2px 5px;
  background-color: #918e9291;
  border-radius: 3px;
  margin-left: 6px;
  position: relative;
}
.bmw-area-ioesifjleir a span {
  position: absolute;
  width: 141px;
  height: auto;
  bottom: -60px;
  left: -50px;
  background: #000;
  padding: 4px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.bmw-area-ioesifjleir a span::after {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  top: -4px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  background: black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.bmw-area-ioesifjleir a:hover span {
  visibility: visible;
  bottom: -34px;
}
.socompare {
  position: relative;
}
.bmw-area-ioesifjleir .ldkfjaof {
  position: absolute;
  width: 100px;
  height: 20px;
  background-color: white;
}
.bmw-area-ioesifjleir .ldkfjaof a {
  background: white;
  color: red;
  border-radius: 0;
  color: var(--color_major_buttons);/*#1bc741;*/
  font-size: 20px;
}
.bmw-area-ioesifjleir .ldkfjaof {
  position: absolute;
  width: 100px;
  height: 20px;
  background: white;
  display: block;
  width: 103px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
  left: -69px;
  visibility: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0;
  z-index: 4444444;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.socompare:hover .ldkfjaof {
  visibility: visible;
  top: 34px;
}
.search-option-inventorys .select2-selection.select2-selection--single {
  position: relative;
}

.search-option-inventorys
  .select2-selection.select2-selection--single
  .select2-selection__arrow:after {
  font-family: FontAwesome;
  content: "\f107";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888888;
}
.search-option-inventorys .select2-selection__arrow {
  background-image: none;
}
.leaders-searchArea .select2-selection.select2-selection--single {
  position: relative;
}
/* .leaders-searchArea
  .select2-selection.select2-selection--single
  .select2-selection__arrow:after {
  font-family: FontAwesome;
  content: "\f107";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888888;
} */
.leaders-searchArea .select2-selection__arrow {
  background-image: none;
}
/* end file upload */
.mainArticle-inventory
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
  height: 35px;
}
.mainArticle-inventory
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}
.select2-selection__arrow svg path {
  stroke: red !important;
}
.shortbyserch
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 5px;
}
.shortbyserch
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  /* height: 35px; */
  height: 36px;
}
.shortbyserch
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 13px;
  padding-right: 32px;
}
.searchMaxArea
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow::before {
  font-family: FontAwesome;
  content: "\f107";
  width: 100%;
  height: 100%;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a9fa5;
}

#ImageGet img {
  max-width: 100%;
  height: auto;
}

#imagePreviewContainer .preview-div {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  position: relative;
}

#imagePreviewContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sk_upload_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.upload-photo_prevew {
  max-width: 153px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 141px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
}

.close_this {
  position: absolute;
  top: 5px;
  right: 6px;
}

.close_this i {
  color: red;
  font-size: 28px;
}

.upload-photo_prevew img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.apply_shape {
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  width: 5px;
  position: absolute;
  top: 127px;
  left: -30px;
}

.sk_btm_text p {
  font-size: 12px;
}

.sk_btm_text {
  padding: 2px 11px;
  border-top: 1px solid #eee;
}

.offerPriceMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 23px 25px;
  position: relative;
  background-color: #232628;
  color: #fff;
  gap: 20px;
}
.offerPriceMainText h1 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
}
.offerPriceMainText p {
  margin-top: -5px;
  color: #aaaaaa;
  font-size: 14px;
}
.make-offers .modal {
  --bs-modal-width: 581px;
}
.ModalBody {
  padding: 44px 37px 15px;
}
.groupReCaptcher label {
  margin-bottom: 3px;
  font-size: 13px;
  color: #888;
}
.groupReCaptcher input {
  height: 40px;
  border: 2px solid transparent;
}
.groupReCaptcher input:focus {
  border: 2px solid #6c98e3;
  color: #232628;
  background-color: transparent;
}
.reCaptcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.reCaptcher button {
  text-align: center;
  padding: 17px 28px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background-color: #6c98e3;
  text-decoration: none !important;
  outline: none !important;
  visibility: visible;
  border: none;
  white-space: normal;
  -webkit-box-shadow: 0 2px 0 rgba(108, 152, 227, 0.75);
  box-shadow: 0 2px 0 rgba(108, 152, 227, 0.75);
  -webkit-transition: opacity 0.2s ease-in !important;
  -o-transition: opacity 0.2s ease-in !important;
  transition: opacity 0.2s ease-in !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  -webkit-box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
  box-shadow: 0 2px 0 var(--color_major_buttons);/*rgba(27, 199, 65, 0.75);*/
}

.reCaptcherMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
  width: 256px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.reCaptcherMain ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -5px;
  gap: 4px;
}
.reCaptcherRight {
  background: #1a73e8;
  color: #fff;
  padding: 10px 16px;
}
.reCaptcherMain:hover .reCaptcherLeft ul {
  display: none !important;
}
.reCaptcherMain:hover .reCaptcherLeft img {
  margin-top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reCaptcherRight ul li a {
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reCaptcherMain:hover .reCaptcherRight ul li a {
  display: block !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reCaptcherLeft {
  display: inline-block;
  height: 74px;
  vertical-align: top;
  width: 70px;
  text-align: center;
}
.reCaptcherLeft img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}
.reCaptcherLeft ul {
  gap: 1px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reCaptcherLeft ul li a {
  color: #000 !important;
  font-size: 8px !important;
}
.reCaptcherRight span {
  color: white;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 10px;
  white-space: nowrap;
}
.reCaptcherMain ul li a {
  color: white;
  font-size: 10px;
}
.reCaptcherMain ul li a:hover {
  text-decoration: underline;
}
.wrappersees {
	position: relative;
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 30px;
}
.containersser {
  position: relative;
}
.containersser input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.slider-track {
  width: 100%;
  height: 3px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.containersser input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 2px;
}
.containersser input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 2px;
}
.containersser input[type="range"]::-ms-track {
  appearance: none;
  height: 2px;
}
.containersser input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color:black;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}
.containersser input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color_major_buttons);/*#1bc741;*/
  outline: 4px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  pointer-events: auto;
  border: none;
  position: relative;
}
/* .containersser input[type="range"]::-moz-range-thumb:after{
   content: "";
   position: absolute;
   width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background-color: var(--color_major_buttons);/*#1bc741;*/
} */
.containersser input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color:blue;
  pointer-events: auto;
}
.containersser input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #3264fe;
}
/* .valuesse {
  background-color: #3264fe;
  width: 32%;
  position: relative;
  margin: auto;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
} */

.valuesse {
	display: flex;
	justify-content: space-between;
}
.samevaluDesign {
	background-color: #eceff3;
	flex-basis: 46%;
	text-align: center;
}
.spheading {
	color: #D0D1D2;
	font-size: 20px;
   position: relative;
}
.spheading i{
   position:relative;
   color: #80808070;
}
.plusCol .spheading i{
   color: #6c98e3;
}
.spheading i:after{
   position: absolute;
   content: "";
   width: 3px;
   height: 0px;
   top: 50%;
   left: 0;
   right: 0;
   margin: 0 auto;
   background:#6c98e3;
   transform: translateY(-50%);
   transition: .2s;
}
.plusCol .spheading i:after{
   height: 14px;
}
.values:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #3264fe;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}
.samevaluDesign {
	background-color: #eceff3;
	flex-basis: 46%;
	text-align: center;
	margin-top: 22px;
   padding: 10px 0;
   font-size: 14px;
   color: #888888;
   border: 2px solid #eceff3;
}
.logo {
    width:85px;
    height:46px;
    position: relative;
}
.logo a{position: absolute; top: 50%; transform: translateY(-50%);}
.logo img {
    width:auto;
    height:auto;
    max-height: 85px;
    max-width: 100px;
}
.singleItemCar {
    padding:20px 10px;
}
.singleItemCarImg img {
    height:45px;
}
.reviewArea .reviewSingleItemsImg {
    border: 1px solid #ddd;
}
.icolnk {
    color:#fff;
}
.blacklnk {
    color:#232628;
}
.ldr{
    width:100%;
    text-align:center;
    position:absolute;
    z-index:999999999;
    opacity:0.8;
    height:500px;
    display:none;
}
.srchbtn {
  color: #fff;
  display: block;
  position: relative;
  padding: 10.5px 22px;
  border-color: var(--color_major_buttons);
  background: var(--color_major_buttons);/*#1bc741;*/
  background-color: var(--color_major_buttons);/*rgb(27, 199, 65);*/
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 2px;
}
/*.searhCarsChoose input[type="text"].formcontrol, .searhCarsChoose input[type="text"].formcontrol:hover, not(.searhCarsChoose input[type="text"].formcontrol:hover) {*/
.coinChild .txtt {
  height:auto !important;
  line-height: normal !important;
  padding: 10px 4px 10px 4px !important;
  font-size:14px !important;
  border-radius: 0px;
}
.coinChild .sell {
  height:auto !important;
  line-height: normal !important;
  padding: 10px 4px 10px 4px !important;
  font-size:14px !important;
  border-radius: 0px;
}
.coinChild .select2-container {
  margin-right:5px;
}
.mrgn-r {
  margin-right:5px;
}
.search-option-inventorys .ldr {
  width:100%;
  text-align:center;
  position:absolute;
  z-index:99999;
  opacity:0.2;
  top: 0px;
  left: 0px;
  padding-top:100%;
  height: 100%;
  display: none;
  background-color: #000;
}
.searchSelect, .search-option-inventorys {
  position:relative;
}
.searchSelect .ldr {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 99999;
  opacity: 0.2;
  top: 12%;
  left: 0px;
  height: auto !important;
  display: none;
  background-color: #000;
}
.filter-section {
  border-radius: 12px;
  border: 1px solid #0F75BD;
  overflow: hidden;
  margin-bottom:20px;
}
.filter-section .head {
  background: var(--color_main);
  padding: 5px 15px;
}
.filter-section .filter-body {
  padding: 15px;
}
.filter-section .filter-body ul li {
  border: 1px solid var(--color_major_buttons);
  font-size: 12px;
  border-radius: 4px;
  margin: 0 10px 0 0;
  line-height: 12px;
}
.filter-section .filter-body ul li span:first-child {
  color: #fff;
  background: var(--color_major_buttons);
  margin: -2px 0 -2px -1px;
  border-radius: 4px 0 0 4px;
  padding: 5px 5px;
}
.filter-section .filter-body ul li span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 5px;
}
.filter-section .filter-body ul li span a.rstsngl {
  color:var(--color_main);
}
.filter-section .head h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight:bold;
}
.filter-section .head a {
  font-size: 12px;
}
.pricecalc .searchOptionHeading {
  padding-bottom:5px;
}
.pricecalc .social-call {
  margin:3px 0px 7px;
}
.pricecalc .social-call a {
  padding:2px 8px;
  cursor:default;
}
.redclr {
    color:#b30b00;
}
.fldset {
    border:1px solid #fff;
    position:relative;
    margin-top:26px;
    padding: 1px 7px;
}
.fldset legend {
    background-color: var(--color_main);
    width:auto;
    border:1px solid #ffffff;
    padding:3px;
    margin-top:-22px;
    margin-left:10px;
    color:#fff;
    position:absolute;
    z-index:9;
}
.txtaligncenter {
    text-align: center;
}
.txtunderline {
    text-decoration: underline;
}
.parsley-errors-list li {
    font-size:12px;
    color:#b30b00;
}
.coinChild textarea {
    font-size:14px;
}
.alert {
    padding: .75rem 1.25rem .75rem 4.75rem;
}
.alert-success {
    background: url(../images/successmsg.jpg) no-repeat 0.4em center #d3fdcd;
}
.alert-danger {
    background: url(../images/errormsg.jpg) no-repeat 0.4em center #fed2d3;
}
.alert-info {
    background: url(../images/noticemsg.jpg) no-repeat 0.4em center #d8effd;
}
.alert-warning {
    background: url(../images/warningmsg.jpg) no-repeat 0.4em center #fefccb;
}
.nopaddpg {
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
}
#insureval .valtxt, #inspectval .valtxt {
    height:100%;
    margin-left:5px;
    padding-left:8px;
    line-height: 30px;
    position: relative;
}
#insureval .valtxt:before, #inspectval .valtxt:before {
    content: "";
    position: absolute;
    background-color: #4b4b4b;
    height: 10px;
    top: calc(50% - 5px);
    width: 1px;
    opacity: 0.5;
    left: 0;
}
#clearyn {
    border:2px solid #b30b00;
}
#pcalc {
    color:#fff;
    padding:2px 6px;
    border: 2px solid #fff;
    border-radius:8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
}

.control-inventory-area select {
        display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    font-weight: 400;
    color: #191919;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background: #eceff3;
    border-radius: 0.375rem;
    margin: 0 0 4px;
}

.searhCarsChoose textarea {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    resize: none;
    overflow: auto;
    background-color: #eceff3;
}

.searhCarsChoose .fa {
    color: #fff !important;
}


.socisl-cars input {
    vertical-align: middle;
    margin-bottom: 2px;
}

.searchOptionHeading h3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.super-cars-areas {
    padding-top: 5px;
}

.bmw-m5-page-area > .container {
    --bs-gutter-x: 0;
}
.loadbtn {
    font-size:26px;
    background: var(--color_major_buttons);/*#fd7e14;*/
    color:white;
    border-radius:6px;
    padding:6px 10px;
    margin-top:10px;
}
i.fa.text-primary {
  color: var(--color_major_buttons) !important;/*#1bc741;*/
}
.special-hint {
  color: var(--color_major_buttons) !important;/*#1bc741;*/
  font-style: italic;
  font-size: 13px;  
}
.sign-form input[type="text"], .sign-form input[type="number"], .sign-form input[type="tel"], .sign-form input[type="email"], .sign-form input[type="search"], .sign-form input[type="password"], .sign-form select {
 height:35px !important;
 font-size: 14px;
}
.sign-form textarea {
  height: 100px;
  font-size: 14px;
}
.imguppnl {
  padding: 0px;
  border: 2px solid #ccc;
  border-radius: 8px;
}
.imguppnl .nopad {
  padding: 15px;
  background-color: #F5CCC0;
}
.custom-file-input {
  width: 100%;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  opacity: 1;
}
.imguppnl .file-body {
  padding: 15px;
}
.frmimg {
  border: 1px solid #cccccc;
  width: 68px;
  height: 86px;
  position: relative;
}
#captImg {
  display: inline-block;
}
.refreshCaptcha {
  display: inline-block;
  padding-left: 10px;
}
.refreshCaptcha img {
  width: 35px;
  height: 35px;
}
.login-btn {
  background-color: #007bff;font-size:16px;border: none;
}
.form-wrapper {
  background: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); padding: 10px 20px 10px 20px;
  margin: 20px 0px;
}
.child-leaders .show-numbers span {
  font-weight: 700;
  font-size: 14px;
  color: #232628;
}
.child-leaders a#showphact2 {
  color: #232628;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px dotted;
  cursor: pointer;
  min-width: 26px;
  position: relative;
}
.btn-small {
  padding:0px 3px 1px 3px;
}
.btn-white-text {
  color:#fff !important;
}
.btn-white-text:hover {
  color:#fff;
}
.ldr_full{
  width:100%;
  background:#fff;
  text-align:center;
  opacity:0.6;
  position:absolute;
  z-index:99999;
  display:none;
}

/* Facebox:: Start */
#facebox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
}
#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}
#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
#facebox .content img {
    max-width: 90vw;  /* 90% of viewport width */
    max-height: 90vh; /* 90% of viewport height */
    border-radius: 10px;
    display: block;
    margin: auto;
}
#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}
#facebox .close{
  position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
#facebox .close img{
  opacity:0.7;
}
#facebox .close:hover img{
  opacity:1.0;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox_overlay {
  position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9998 !important;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/* Facebox:: End */
.view-auc-sheet {
  background-color:#ffeaa3;
  color:#b25517 !important;
}
.text-brown {
 color:#b25517 !important; 
}
.welcome-text {
  text-transform: lowercase;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
.dataTables_length select {
    display: inline-block;
    width: auto;
}
.sorting, .sorting_asc, .sorting_desc {
    position: relative;
    cursor: pointer;
}
.sorting:after, .sorting_asc:after, .sorting_desc:after {
    position: absolute;
    right: 8px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.sorting:after {
    content: "\f0dc";
    color: #ddd;
}
.sorting_asc:after {
    content: "\f0de";
}
.sorting_desc:after {
    content: "\f0dd";
}
.tablelist {
  margin-top: 0px;
  margin-bottom: 90px;
  border-top: 4px solid var(--color_searchbox_active);/*#153e4b;*/
  padding:0px;
  padding-top: 17px;
}
.tablelist td {
  padding:6px !important;
}
.dataTables_paginate {
  text-align: center;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.pagination > li {
  margin-right:4px;
}
.pagination > li > a {
  border: 1px solid #ddd;
  padding: 4px 8px;
}
.pagination > .active > a, .pagination > li > a:hover {
    background-color: var(--color_searchbox_active);
    border-color: var(--color_searchbox_active);
    color: #fff;
}