@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* font-family: 'Quicksand', sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

body {
  font-family: 'Quicksand', sans-serif;
}

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

button,
input {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,p {
  margin: 0;
  padding: 0;
  color: #1A2E49;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,p a{
  margin: 0;
  padding: 0;
  color: #1A2E49;

}

h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 38px;
}

p {
  font-weight: 500;
}

a {
  text-decoration: none;
}

.btns {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 100px;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

main {
  overflow: hidden !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1240ppx;
  margin: 0 auto;
}
/*===================== REUSABLE CSS AREA END =====================*/

/*===================== OFFCANVAS CSS AREA START =====================*/
.menu-close {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-close:hover {
  color: #000;
  background: #fff;
}

.offcanvas-area {
  position: fixed;
  left: -100%;
  height: 100%;
  width: 318px;
  z-index: 9999;
  padding-top: 35px;
  background: #32325D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  top: 0;
  overflow-y: scroll;
}

.offcanvas-area.active {
  left: 0;
  visibility: visible;
}

.offcanvas-area .main-menu ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 16px 22px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.aside_ul li a {
  position: relative;
}

img.list_angle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.offcanvas-area .main-menu ul li a:hover {
  color: #fff !important;
  background: #000;
}
.offcanvas-area .main-menu ul li:first-child a {
  border-top: 1px solid #fff;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
  color: #d5d5d5;
}

.offcanvas-menu .main-menu ul {
  display: block;
  padding-left: 0;
  margin-bottom: 35px;
  list-style: none;
}

.offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
}

.offcanvas-overlay.active {
  opacity: 0.4;
  visibility: visible;
}

.offcanvas-area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.offcanvas-area::-webkit-scrollbar {
  display: none;
}
.offcanvas-menu {
  margin-top: 80px;
}
/*===================== OFFCANVAS CSS AREA END =====================*/

/*===================== HEADER CSS AREA START =====================*/
header#header__area {
  background: #BD479B;
  overflow: hidden;
}

.header__signin a img {
  width: 16px;
}
.header__logo img {
  max-width: 291px;
}

.header__signin a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #BD479B;
  font-weight: 600;
  border-right: 1px solid #B0B0B0;
  padding-right: 44px;
  transform: skewX(-232deg);
}

.header__signin {
  background: #fff;
  padding: 6.5px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  z-index: 2;
  gap: 44px;
  transform: skewX(232deg);
  border-radius: 0px 0px 0px 10px;
}

.header__signin::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -700px;
  width: 800px;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.header__signin a:last-child {
  padding-right: 0px;
  border-right: none;
}

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

.header__nav ul li a {
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 14px 0px 12px;
  display: block;
}

.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 87px;
}

.header__signin__nav {
  max-width: 800px;
  width: 100%;
}

.header__mobile {
  display: none;
}
/*===================== HEADER CSS AREA END =====================*/

/*===================== HERO CSS AREA START =====================*/
.hero__area1, .finance__hero__area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 432px;
}
/*===================== HERO CSS AREA END =====================*/

/*===================== FINANCE CSS AREA START =====================*/
section#finance__area {
  margin-top: -100px;
  position: relative;
}

.finance__tab {
  display: none;
  background: #fff;
  padding: 25px 30px;
}

.finance__wrap,.finance__checker__wrap {
  box-shadow: 0px -37px 34px 0px #0000001A;
  border-radius: 20px;
  padding: 50px;
  background: #fff;
}

.finance__buy h3,.finance__exchange h3 {
  margin-bottom: 30px;
  color: #1A2E49;
  font-size: 30px;
  font-weight: bold;
}

.finance__buy__select {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: end;
  gap: 22px;
}

.finance__radio {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
}

.single__radio {
  display: flex;
  align-items: center;
  gap: 20px;
}

.single__radio label {
  color: #818181;
  font-size: 18px;
  font-weight: 600;
}

.finance__buy__single__select select, .car__registration {
  border: 1px solid #D7D7D7 !important;
  border-radius: 10px !important;
  font-size: 18px;
  font-weight: 600;
  color: #818181;
  padding: 15px !important;
}

.finance__buy__single__select {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.btns:hover {
	background: #1A2E49;
	color: #fff;
}
.finance__buy a, .finance__exchange a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #BD479B;
  height: 53px;
  margin-top: 21px;
  transition: .3s;
}

section#finance__area {
  margin-top: -100px;
  position: relative;
  margin-bottom: 63px;
}

.car__registration label {
  color: #1A2E49;
  border-right: 1px solid #00000026;
  padding-right: 15px;
  margin-right: 15px;
}

.car__registration input {
  font-size: 18px;
  font-weight: 600;
  color: #818181;
}

.finance__exchange p {
  color: #1A2E49;
  line-height: 22.88px;
  margin: 25px 0px;
}

.finance__exchange {
  border-left: 1px solid #DCDCDC;
  margin-left: 30px;
  padding-left: 50px;
}

.custom__radio {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
}

.custom__radio input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.custom__radio span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #B4B4B4;
}

.custom__radio input:checked ~ span {
  border: 7px solid #BD479B;
}

.finance__buy__select {grid-template-columns: repeat(1,1fr);}

.finance__buy__select.finance__buy__select2 {
  grid-template-columns: repeat(2,1fr);
}

.finance__exchange p {
    text-align: center;
}

.finance__buy a, .finance__exchange a {
    font-size: 16px;
}

.finance__exchange {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
}

ul#pills-tab {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: center;
    background: #BD479B1A;
    border-radius: 50px;
    padding: 10px;
    gap: 10px;
    margin-bottom: 21px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #BD479B !important;
}

button#pills-home-tab, button#pills-profile-tab {
    width: 100%;
    display: block;
    font-weight: 600;
    background: #BD479B1A;
    border-radius: 50px;
    color: #BD479B;
}

li.nav-item {
    width: 100% !important;
}
/*===================== FINANCE CSS AREA END =====================*/

/*===================== SELLING CSS AREA START =====================*/
.selling__card img {
  width: 130px;
}

.selling__card h4 {
  margin: 25px 0px 10px;
  font-size: 27px;
  font-weight: 700;
}

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

.selling__card img {
  width: 130px !important;
}

.selling__card p {
  color: #1A2E49;
  line-height: 22.88px;
  padding: 0px 35px;
}

.selling__slider {
  display: none !important;
}

section#selling__area {
  margin-bottom: 93px;
}

.selling__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  color: #1A2E49;
  margin-bottom: 61px;
}

.selling__title h2 {
  font-weight: 700;
  font-size: 38px;
}

.selling__title p a {
  color: #1A2E49;
}

.selling__title p {
  font-size: 28px;
}
/*===================== SELLING CSS AREA END =====================*/

.rev {
  background: #E9EEF4;
}
.rev__title {
  margin-bottom: 60px;
}
.rev__title h3 {
  color: #1A2E49;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.rev__ster {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.rev__ster a {
  color: #FFBC12;
  margin: 0 5px;
}
.rev__text h3 {
  color: #1A2E49;
  font-family: Quicksand;
  font-size: 27px;
  font-weight: 700;
  line-height: 143%;
  margin-bottom: 20px;
}
.rev__text p {
  color: #1A2E49;
  font-size: 25px;
  font-weight: 500;
  line-height: 199%;
  margin: 0;
  max-width: 698px;
}
.rev__wraper .owl-nav button {
  height: 56px;
  width: 56px;
  background: #C0C0C0 !important;
  border-radius: 50%;
  margin-left: 28px;
  font-size: 30px !important;
  color: #fff !important;
}
.rev__wraper .owl-nav {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 99;
}.rev__wraper .owl-dots button.owl-dot.active {
	background: #BD479B !important;
}
.rev__wraper .owl-dots button {
  width: 9px;
  height: 9px;
  background: #C0C0C0 !important;
  border-radius: 50%;
  margin: 0 6px;
  transition: .3s;
}
.rev__wraper .owl-dots {
  display: flex;
  justify-content: start;
  height: 56px;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single__rev {
  margin-bottom: 60px;
}
.rev__wraper {
  max-width: 710px;
  padding: 88px 0;
}
.rev {
  position: relative;
  margin-bottom: 98px;
}
.rev::before {
  position: absolute;
  content: "";
  background: #1A2E49;
  height: 100%;
  right: 0;
  width: 30%;
}
.rev__brand {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1A2E49;
  position: relative;
}
.rev__brand h3 {
  color: #FFF;
  text-align: center;
  font-family: Quicksand;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.rev__brand p {
  line-height: normal;
  color: #FFF;
  text-align: center;
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 199%;
  margin: 24px 0;
}
.rev_brand_img {
  max-width: 199px;
}
.rev__wraper .owl-nav button:hover {
	background: #BD479B !important;
}
.rev__brand .rev__ster {
  margin: 0;
}
.rev__brand .rev__ster a {
  font-size: 17px;
  margin: 0 9px;
}


/*===================== ARRIVALS CSS AREA START =====================*/
.arrival__single__slide {
  border: 1px solid #B0B0B0;
  border-radius: 20px;
  padding: 11px 14px 34px;
}

.arrival__title {
  margin-bottom: 47px;
  text-align: center;
}

.arrival__card__img {
  margin-bottom: 24px;
}

.arrival__card__content h4 {
  font-size: 27px;
  font-weight: 700;
}

.arrival__card__content h4 span {
  font-size: 15px;
  font-weight: 400;
}

.arrival__card__content {
  color: #1A2E49;
}

.arrival__card__content > span {
  display: block;
  margin: 10px 0px 27px;
  min-height: 48px;
}

.arrival__card__btns {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.arrival__card__btns a {
  border-radius: 50px;
  height: 53px;
  width: 100%;
}

.arrival__card__btns a:first-child {
  background: #BD479B;
  color: #fff;
}

.arrival__card__btns a:last-child {
  background: #0FC12B1A;
  color: #0FC12B;

}

.arrival__card__btns a img {
  width: 19px !important;
}

.arrival__card__btns a:last-child {
  gap: 10px;
}

section#arrival__area {
  margin-bottom: 98px;
  position: relative;
}

.arrival__slider {
  margin-bottom: 47px;
}

.arrival__button a {
  width: 380px;
  height: 53px;
  background: #BD479B1A;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #BD479B;
  gap: 27px;
}

.arrival__button {
  margin-bottom: 54px;
}

.arrival__wrap p {
  line-height: 29px;
  text-align: center;
  color: #1A2E49;
}

button.owl-dot span {
  width: 9px !important;
  height: 9px !important;
  background: #C0C0C0 !important;
  margin: 0px 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #BD479B !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 37px !important;
}
/*===================== ARRIVALS CSS AREA END =====================*/

/*===================== DISCOVER CSS AREA START =====================*/
section#discover__area {
  margin-bottom: 107px;
}

.discover__wrap {
  background: #E9EEF4;
  border-radius: 20px;
  padding: 66px 70px;
}

.discover__list h4 {
  font-size: 25px;
  font-weight: 700;
  color: #BD479B;
  margin-bottom: 5px;
}

.discover__list ul li a {
  color: #1A2E49;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0px;
  display: inline-block;
  line-height: 22px;
}

.discover__title h2 {
  margin-bottom: 20px;
}
/*===================== DISCOVER CSS AREA END =====================*/

/*===================== FOOTER CSS AREA END =====================*/
.quote__card img {
  width: 163px;
}

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

.quote__card__content {
  margin-top: 39px;
  color: #1A2E49;
  padding: 0px 28px;
}

.quote__card__content h4 {
  font-size: 27px;
  font-weight: 700;
}

.quote__card__content p {
  margin: 10px 0px 63px;
  height: 90px;
}

.quote__card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.quote__card__btn a {
  width: 100%;
  height: 47px;
  border-radius: 50px;
  background: #BD479B;
  color: #fff;
}

.quote__card__btn a.first_btn {
  background: #BD479B1A;
  color: #BD479B;
}

section#quote__area {
  margin-bottom: 107px;
}

.footer__logo {
  display: none;
  justify-content: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #FFFFFF1A;
}

.footer__logo a img {
  width: 255px;
}

footer#footer__area {
  background: #192A44;
  padding: 70px 0px 55px;
}

.footer__top {
  padding-bottom: 70px;
  border-bottom: 2px solid #FFFFFF1A;
  margin-bottom: 70px;
}

.footer__contact > ul > li a {
  display: flex;
  align-items: start;
  gap: 18px;
  color: #fff;
}

.footer__contact > ul > li a img {
  width: 16px;
  margin-top: 5px;
}

.footer__contact > ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer__contact > a {
  width: 198px;
  height: 40px;
  background: #BD479B;
  margin-top: 36px;
  color: #fff;
}.footer__contact > a.btns:hover {
	background: #fff;
	color: #BD479B;
}

.footer__img {
  max-width: 314px;
  width: 100%;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 90px;
}

.opening__time {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  line-height: 27px;
  color: #fff;
}

.opening__time p {
  color: #fff;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__links a, .footer__links2 a {
  font-weight: 500;
  color: #fff;
}

.footer__links, .footer__links2 {
  color: #fff;
}

.footer__bottom p {
  color: #fff;
  line-height: 22.88px;
  text-align: justify;
}

.footer__bottom p a {
  color: #fff;
}

.footer__sells {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.footer__single__sells {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__single__sells a {
  color: #fff;
  text-decoration: underline;
}
/*===================== FOOTER CSS AREA END =====================*/






/*===================== FINANCE-CHECKER CSS AREA START =====================*/
.finance__checker__wrap {
  text-align: center;
  color: #1A2E49;
}

.finance__checker__wrap.finance__checker__wrap1 {
  display: none;
  border-radius: 0px;
}

.finance__checker__wrap h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.finance__checker__wrap span {
  font-weight: 500;
}

.finance__checker__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.finance__checker__btns a {
  max-width: 318px;
  width: 100%;
  height: 53px;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
}

.finance__checker__btns a:first-child {
  background: #BD479B;
}

.finance__checker__btns a:last-child {background: #1A2E49;}

section#finance__checker__area {
  margin-top: -74px;
  margin-bottom: 61px;
  position: relative;
}
/*===================== FINANCE-CHECKER CSS AREA END =====================*/

/*===================== EASY CSS AREA START =====================*/
.easy__card {
  display: grid;
  grid-template-rows: repeat(1,1fr);
  height: 100%;
  text-align: center;
  gap: 17px;
}

.easy__card h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  color: #1A2E49;
}

.easy__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 899px;
  margin: 0 auto;
}

section#easy__area,.easy__title {
  margin-bottom: 111px;
}
/*===================== EASY CSS AREA END =====================*/

/*===================== SEARCH-STOCK CSS AREA START =====================*/
section#searchstock__area {
  margin: 49px 0px 98px;
}

.searchstock__title {
  text-align: center;
  margin-bottom: 36px;
}

.searchstock__title h3 {
  font-size: 25px;
  font-weight: 700;
}



.refine__search__filter {
  display: none;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 13px 15px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.refine__search__filter span {
  font-size: 18px;
  font-weight: 600;
}

.refine__search__filter button {
  background-color: transparent;
}



.refine__search {
  background: #E9EEF4;
  padding: 30px 10px;
}

.refine__search h6 {
  font-size: 18px;
  font-weight: 700;
  color: #1A2E49;
  margin-bottom: 33px;
  text-align: center;
}

.refine__select__make > span {
  font-weight: 600;
}

.refine__select__make {
  color: #1A2E49;
  margin-bottom: 33px;
}










input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.range-slider {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 15px;
  background: #ABABAB;
}
.range-slider .progress {
  position: absolute;
  top: 0px;
  left: 25%;
  right: 0%;
  height: 4px;
  border-radius: 15px;
  background-color: #BD479B !important;
  background: transparent
    no-repeat padding-box;
}

.refine__range > span {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 22px;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
}
.range-slider .range-min::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #BD479B;
  border-radius: 50%;
  opacity: 1;
}
.range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #BD479B;
  border-radius: 50%;
  opacity: 1;
}

.max-value.numberVal input,.min-value.numberVal input {
  display: none;
}



.range__price {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.refine__range {
  margin-bottom: 33px;
}

.refine__select__make select,.refine__select__make .form-control {
  margin-top: 12px;
  border-radius: 10px !important;
  border: none !important;
  height: 47px;
  padding: 0px 15px !important;
  color: #898989;
  font-weight: 600;
}

a.btns.refine__search__btn {
  background: #BD479B;
  border-radius: 50px;
  height: 53px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

a.refine__reset {
  color: #BD479B;
  font-size: 18px;
  font-weight: 700;
}

.search__page__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search__page__title > span {
  font-size: 18px;
  font-weight: 700;
}

.search__page__title {
  color: #1A2E49;
}

.search__categorie__select {
  display: flex;
  align-items: center;
  flex-basis: 380px;
  gap: 25px;
}

.search__categorie__select span,.search__categorie__select select {
  font-size: 18px;
  font-weight: 600;
}

.search__categorie__select select {
  border: 1px solid #D7D7D7 !important;
  height: 53px;
  border-radius: 10px !important;
}

.search__categorie__select span {
  flex-shrink: 0;
}

.searchstock__single__card {
  border: 1px solid #B0B0B0;
  border-radius: 20px;
  padding: 11px 15px;
}

.searchstock__card__img {
  margin-bottom: 24px;
}

.searchstock__card__content h4 {
  font-size: 27px;
  font-weight: 700;
}

.searchstock__card__content {
  color: #1A2E49;
}

.searchstock__card__content > span {
  display: inline-block;
  font-weight: 500;
  margin: 10px 0px 27px;
}

.searchstock__cost {
  border-top: 1px solid #D9D9D9;
  font-weight: 500;
  padding: 27px 0px 38px;
  margin-top: 27px;
}

.searchstock__card__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.searchstock__card__btns a {
  background: var(--clr);
  width: 100%;
  height: 53px;
  gap: 10px;
}
.searchstock__card__btns a:last-child:hover{
  color:#fff;
}



.searchstock__card__btns a:first-child {
  color: #0FC12B;
}
.searchstock__card__btns a:nth-child(2) {
  color: #BD479B;
}
.searchstock__card__btns a:last-child {
  color: #1A2E49;
}
.searchstock__card__btns a img {
  width: 18px;
}

.searchstock__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 75px 0px;
}

.searchstock__pages a {
  background: #F5F5F5;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.searchstock__pages a.active {
  background: #BD479B;
  color: #fff;
}
.searchstock__pages a:hover {
  background: #BD479B;
  color: #fff;
}

.searchstock__wrap p {
  line-height: 29px;
  text-align: center;
}
/*===================== SEARCH-STOCK CSS AREA END =====================*/

/*===================== RENAULT CSS AREA START =====================*/
.renault__single__img {
  padding: 6px;
}

.slick-list.draggable {padding: 0px !important;}

.renault__small__img 
 .renault__single__img {
    padding: 6px;
    height: 150px;
    border-radius: 31px;
    overflow: hidden;
}

.renault__single__img img {
  height: 100%;
}

section#renault__area {
  margin-top: 48px;
  margin-bottom: 35px;
}

.renault__wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}

.renault__price h4 {
  font-size: 30px;
  font-weight: 700;
}

.renault__price span {
  font-weight: 500;
  display: inline-block;
  margin: 10px 0px 25px;
}

.renault__price h5 {
  font-size: 27px;
}

.renault__price {
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.renault__price__btns h5 {
  font-size: 27px;
  margin-bottom: 27px;
}

.renault__price__btns a {
  justify-content: start;
}

.renault__price__btns > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 27px;
}

.renault__price__btns > div a {
  background: var(--clr);
  height: 53px;
  max-width: 380px;
  justify-content: center;
  color: #fff;
}

.renault__price__btns {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.renault__price__btns > a,.specification__card > a {
  font-size: 16px;
  font-weight: 700;
  color: #1A2E49;
  gap: 19px;
}

.renault__price__btns > a span,.specification__card > a span {
  color: #BD479B;
  font-size: 18px;
}

.renault__specification h5 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 24px;
}

.specification__card {
  border-radius: 20px;
  background: #E9EEF4;
  padding: 25px 21px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
}

.specification__card__img {
  width: 52px;
  height: 52px;
  background: #D9D9D9;
  border-radius: 50%;
}

.specification__single__card {
  display: flex;
  align-items: center;
  gap: 13px;
}

.specification__card__name span {
  font-size: 14px;
  font-weight: 700;
  color: #1A2E4999;
}

.specification__card__name h6 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.specification__card > a {
  justify-content: start;
}
/*===================== RENAULT CSS AREA END =====================*/

/*===================== INCLUDE CSS AREA START =====================*/
.include__title__btns {
  margin-bottom: 46px;
}

.include__title__btns h5 {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 700;
}

.include__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.include__btns a {
  background: #1A2E491A;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #1A2E49;
  padding: 20px 25px;
}

.apply__video__title {
  background: #E9EEF4;
  padding: 45px 74px;
  border-radius: 20px;
}

.include__gallery {
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
  display: none;
}

.include__gallery h5 {
  margin-bottom: 31px;
  font-size: 27px;
  font-weight: 700;
}

.include__gallery__img {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-bottom: 69px;
}

.apply__video__title h5 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 700;
}

.apply__video {
  position: relative;
}

.apply__video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #0000004D;
  width: 134px;
  height: 134px;
  border-radius: 50%;
}

.finance__calculator__content {
  display: none;
  margin-top: 34px;
}

.calculator__content p {
  line-height: 22.88px;
  text-align: center;
}

.apply__video a img {
  width: 27px;
}

section#include__area {
  margin-bottom: 98px;
}
/*===================== INCLUDE CSS AREA END =====================*/

/*===================== CALCULATOR CSS AREA END =====================*/
.calculator__content h5,.lander__quote h5 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lander__quote h5 {
  margin-bottom: 24px !important;
}

.calculator__content p {
  line-height: 22.88px;
}

.calculator__content {
  margin-bottom: 56px;
}

.calculator__single__select span {
  font-size: 18px;
  font-weight: 600;
  color: #818181;
}

.calculator__single__select select {
  margin: 11px 0px 17px;
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  height: 53px;
  background: #E9EEF4 !important;
}

.calculator__single__select {
  margin-bottom: 17px;
  width: 100%;
}

.select__price {
  display: flex;
  gap: 10px;
}

.lander__quote__card img {
  width: 184px;
  margin-bottom: 29px;
}

.lander__quote__card {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 10px 23px;
  position: relative;
}

.lander__quote__card a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  color: #BD479B;
  font-size: 35px;
}

.lander__quote__card:last-child {
  margin-top: 10px;
}

.calculator__wrap {
  padding-bottom: 66px;
  border-bottom: 1px solid #D9D9D9;
}

section#calculator__area {
  margin-bottom: 66px;
}

.lander__quote__card h5 {
  margin-bottom: 14px !important;
}
/*===================== CALCULATOR CSS AREA END =====================*/

/*===================== TECHNICAL CSS AREA START =====================*/
section#technical__area {
  margin-bottom: 54px;
}

.technical__wrap p {
  margin-top: 28px;
}

.technical__title {
  margin-bottom: 21px;
}

.technical__title h5 {
  font-size: 27px;
  font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1A2E49 !important;
  border-color: var(--bs-nav-tabs-link-active-border-color);
  border-radius: 10px 10px 0px 0px;
}

.nav-tabs .nav-link {
  border: none !important;
  font-weight: 700;
  color: #1A2E49;
}

.nav-tabs {
  border-bottom: none !important;
}

.tachnical__tabs nav {
  margin-bottom: -1px;
}

div#nav-tabContent {
  background: #1A2E49;
  border-radius: 0px 10px 10px 10px;
  padding: 48px 125px 48px 40px;
}

div#accordionExample {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

div#accordionExample {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

div#accordionExample .accordion__cards {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.accordion-item {
  border-radius: 5px;
  background: #FFFFFF1A;
  border: none !important;
}

button.accordion-button {
  background: transparent !important;
  border: none !important;
  color: #FFFFFF80 !important;
  font-weight: 700;
  padding: 15px 10px !important;
}

.accordion-collapse {
  border: none !important;
}

.accordion-button::after {
  display: none;
}

.technical__toggle__body h5 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}

.technical__toggle__body h5 span {
  font-size: 16px;
}

.technical__toggle__body h5:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: #BD479B;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-body > span {
  color: #FFFFFF80;
  font-weight: 700;
}
/*===================== TECHNICAL CSS AREA END =====================*/

/*===================== VALUATION CSS AREA START =====================*/
.valuation__wrap {background: #E7EBF0;padding: 58px 52px;}

.valuation__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    margin-bottom: 29px;
}

.valuation__title img {
    width: 218px;
}

.valuation__title h5 {
    font-size: 27px;
    font-weight: 700;
}

.valuation__cards {
    margin-bottom: 38px;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 11px;
}

.valuation__single__card {
    width: 100%;
}

.valuation__single__card span {
    font-size: 18px;
    color: #818181;
    font-weight: 800;
}

.valuation__input {
  margin-top: 11px;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  height: 53px;
  padding: 9px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.valuation__wrap p {
  text-align: center;
}

.valuation__input img {
    width: 19px;
}

.valuation__input input {
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    width: 100%;
}

.valuation__single__card:last-child a {
    background: #BD479B;
    height: 53px;
    color: #fff;
}

section#valuation__area {
    margin-bottom: 98px;
}
/*===================== VALUATION CSS AREA END =====================*/





/* range-bar-css-start */

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  bottom: 0;
  height: 3px;
  transform: translateY(-50%);
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.refine_range_bar {
  margin-top: 22px;
}
#slider-range {
  margin-bottom: 13px;
}
.range_value span {
  color: #1A2E49;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.range_value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: -7px;
  top: 50%;
  background-color: #BD479B;
  transform: translateY(-50%);
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #BD479B;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 4px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* range-bar-css-end */


/*===================
Sidebar
===================*/

.bodystyles ul {
  list-style-type: none;
}

.bodystyles li {
  display: inline-block;
}

.bodystyles input[type="radio"][id^="cb"] {
  display: none;
}

.bodystyles label {
  border: 0px solid #fff;
  padding: 0px 0px 11px;
  display: block;
  position: relative;
  margin: 0px;
  cursor: pointer;
}

.bodystyles label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.bodystyles label img {
  height: 30px;
  width: auto;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.bodystyles :checked + label {
  border-color: #ddd;
}

.bodystyles .nav-tabs .nav-link{
  font-size: 15px;
}
.bodystyles :checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

.bodystyles :checked + label img {
  /*transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;*/
}

.refine__search .nav-tabs .nav-item.show .nav-link,.refine__search .nav-tabs .nav-link.active {
  border-radius: 45px;
}
.refine__search .nav-tabs {
  border-bottom: none !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.refine__search div#nav-tabContent{
    padding:0px;
    background-color: transparent;
}

.refine__search .switchbox .form-switch {
  padding-left: 0;
  display: flex;
}
.refine__search .switchbox h3 {
  font-size: 15px;
}
.refine__search .form-switch .form-check-input{
  margin: 0px;
}
.bodystyles {
  padding-top: 15px;
}
.bodystyles ul {
  display: flex;
  flex-wrap: wrap;
}

.bodystyles ul li{
  width: 33%;
}


/*Checkbox*/

.refine__search .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.refine__search .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.refine__search .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.refine__search .styled-checkbox:hover + label:before {
  background: #f35429;
}
.refine__search .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.refine__search .styled-checkbox:checked + label:before {
  background: #f35429;
}
.refine__search .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.refine__search .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.refine__search .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.checkbox-outer{
  margin-top: 10px;
}
.checkbox-outer li {
  margin-bottom: 15px;
}

/*custom Switch*/
.switchbox .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switchbox .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchbox  .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchbox  input:checked + .slider {
  background-color: #2196F3;
}

.switchbox  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switchbox  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switchbox .slider.round {
  border-radius: 34px;
}

.switchbox .slider.round:before {
  border-radius: 50%;
}

.refine__search .nav-tabs .nav-link{
  font-size: 15px;
  padding: 12px 12px;
  width: 50%;
}
.refine__search .nav-tabs{
  margin-bottom: 15px;
}
.switchbox {
  margin-bottom: 20px;
}
