.whatsapp {
  border: medium;
  border-radius: 50%;
  box-shadow: none;
  height: 50px;
  line-height: normal;
  margin: 0;
  opacity: 0.9;
  outline: medium;
  padding: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all ease-in 1s;
  /* background-color: #3aa836; */
  right: 10px;
  bottom: 150px;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(https://precarmart.com/assets/css/assets/images/loader.gif) center no-repeat #fff;
  text-align: center;
}
.dropdown-collections-mobile .child-menu-lists {
  padding-left: 1rem;
}
.rightcontent1 {
  padding-left: 17px !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
.tesimonial img {
  object-fit: cover;
}
.btn-dark {
  background-color: #000;
}
.right-content-container .promiseheading {
  text-transform: uppercase;
  border-bottom: 1px solid;
  width: fit-content;
}
.right-content-container .promisesubheading {
  text-transform: uppercase;
  font-size: 24px;
}
body,
p,
a {
  font-size: 16px !important;
}
header {
  position: relative;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.actve_filter_color {
  background-color: #333533 !important;
  color: #fff !important;
}
.header-search,
.city-choose {
  display: inline-block;
  position: relative;
}
.header-search input {
  width: 439px;
  padding: 4px 4px;
  border: 4px solid #ffd100;
  border-radius: 4px;
  position: relative;
  font-size: 17px;
  /* border-radius: 24px;
  background: #ffff;
  backdrop-filter: blur(17px); */
}
.header-search input::placeholder {
  line-height: normal !important;
}
.city-choose select {
  padding: 8px 30px 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  appearance: none;
  color: #000;
}
.city-choose select:focus {
  border-color: #ddd !important;
}
.city-choose:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  z-index: 999;
  top: 20px;
  color: #3f3f3f;
  right: 10px;
}
.header-search .search-icon {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 15px;
  vertical-align: middle;
}
.header-search .search-icon img {
  width: 18px;
}
.header-right nav {
  display: inline-block;
  vertical-align: middle;
}
.header-right nav ul {
  padding: 0;
  margin: 0;
}
.header-right nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0 13px;
}
.header-right nav ul li a {
  color: #3e3f3e;
  text-decoration: none;
  font-size: 17px;
}
.customer-login {
  padding-left: 20px;
  display: inline-flex;
}
.customer-detail {
  color: #3f3f3f;
}
.customer-detail img {
  width: 24px;
}
.customer-detail span {
  vertical-align: middle;
  font-size: 17px;
}
.customer-detail:hover {
  text-decoration: none;
}
.hamberger img {
  width: 20px;
  filter: invert(1) brightness(0.1);
}
.hamberger {
  padding-left: 20px;
}
header .header-right {
  margin-top: 5px;
}
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  padding-right: 6px;
}
.mobile-menu {
  display: none;
}
.dropdown-toggle .dropdown-menu {
  border-radius: 0;
  padding: 0 !important;
  border: none;
  background: #3f3f3f;
  left: auto;
}
.header-right nav ul li.dropdown-item {
  display: block;
  padding: 10px 20px;
}
.header-right nav ul li.dropdown-item a {
  color: #fff;
  display: block;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffd100;
}
.dropdown-toggle::after {
  position: absolute;
  top: 10px;
  color: #3f3f3f;
}
.home-banner {
  position: relative;
  display: block;
  background: url(../images/Rectanglenew.png);
  background-size: cover;
  height: 100vh;
  background-position: center;
}
.banner-content {
  padding-top: 100px;
}
.banner-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
}
.banner-content h1 span {
  display: block;
  font-size: 36px;
}
.extra-link {
  display: inline-block;
  width: 180px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0;
  border: 1px solid #fff;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.extra-link:hover {
  text-decoration: none;
  color: #fff;
}
a.extra-link:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 5px;
  top: 5px;
  transition: 0.2s;
}
.extra-link:hover:after {
  top: 0;
  left: 0;
  background: #ffd100;
  opacity: 1;
  z-index: -1;
}
.large-text {
  position: relative;
  display: block;
  background: #333533;
  padding: 20px 0;
}
.large-text h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.large-text h2 span {
  font-size: 24px;
}
.banner-under-content {
  position: relative;

  padding: 30px 0;
}

.banner-under-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #3f3f3f;
}
.banner-under-content h2 span {
  color: #ffd100;
}
.banner-under-content p {
  margin: 0;
  font-size: 18px;
  color: #3e3f3e;
}
.buy-precarmart {
  position: relative;
  display: block;
  padding: 50px 0;
}
.section-title {
  text-align: center;
}
.section-title h3,
.section-title h4 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
}
.section-title h3 span {
  color: #ffd100;
}
.section-title h3 {
  font-size: 30px;
  color: #3f3f3f;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}
.section-title h4 {
  font-size: 30px;
  text-align: left;
  color: #ffd100;

  border-left: 1px solid #ffd100;
  text-transform: uppercase;
  font-weight: 500;
}
.quality-list {
  margin-top: 50px;
}
.quality-icon {
  margin-bottom: 20px;
  position: relative;
}
.quality-icon img {
  width: 60px;
}
.list-widget h4 {
  color: #3f3f3f;
  font-size: 16px;
  border-bottom: 1px solid #3f3f3f;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 600;
}
.list-widget p {
  color: #333533;
}
.abstract-shape {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: #ddd;
  border-radius: 50%;
  left: 15px;
  top: -25px;
  z-index: -1;
}
.abstract-shape.shape1 {
  background: #ffd100;
  opacity: 50%;
}
.abstract-shape.shape2 {
  background: #ffd100;
  opacity: 50%;
}
.abstract-shape.shape3 {
  background: #ffd100;
  opacity: 50%;
}
.abstract-shape.shape4 {
  background: #ffd100;
  opacity: 50%;
}
.extra-link1 {
  display: inline-block;
  width: 220px;
  text-align: center;
  color: #333533;
  text-decoration: none;
  margin: 1px 0 0;
  border: 1px solid #333533;
  padding: 10px 0;
  position: relative;
}
.extra-link1:after {
  position: absolute;
  content: "";
  background: #e1e1e1;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  z-index: -1;
  transition: 0.2s;
}
.extra-link1:hover {
  text-decoration: none;
  color: #fff;
}
.extra-link1:hover:after {
  top: 0;
  left: 0;
  background: #ffd100;
  opacity: 1;
  z-index: -1;
}
.how-work {
  position: relative;
  background: url(../images/background-2new.webp) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}
.video-container {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.video-container a {
  padding-left: 30px;
  text-align: center;
}
.video-container a:hover {
  text-decoration: none;
}
.video-container a img {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 12px;
}
.video-container a span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
}
.right-content-container {
  color: #fff;
}
.promise-section {
  margin-top: -20px;
}
.promise-section p {
  white-space: pre-line;
}
.right-content-container p {
  font-size: 20px;
  margin: 0;
  border-top: 1px solid #fff;
  padding-top: 10px;
  display: inline-block;
  padding-right: 30px;
}
.work-list {
  position: relative;
  margin-top: 50px;
}
.list-icon img {
  width: 80px;
}
.work-list p {
  border: none;
  font-size: 16px;
  margin-top: 10px;
  padding: 0;
}
i.fa.fa-caret-down {
  float: right;
  position: relative;
  bottom: 20px;
  right: 0;
}
.choose-style {
  position: relative;
  padding: 50px 0 0;
}
.car-type {
  padding-top: 50px;
}
.car-type ul.nav-tabs {
  box-shadow: 0 5px 5px 0 #000;
  -webkit-box-shadow: 0 5px 5px 0 #000;
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.car-type li.nav-item {
  width: 33.3%;
}
.car-type li.nav-item a {
  text-align: center;
  background: #333533;
  border-radius: 0;
  color: #fff;
  border: none;
  border-right: 1px solid;
  text-transform: uppercase;
  padding: 20px 0;
}

.car-type li.nav-item:last-child a {
  border-right: none;
}
.car-type li.nav-item a.active {
  background: #ffd100;
  color: #fff;
  font-weight: 600;
}
.car-type li.nav-item a.active img {
  filter: invert(1);
}
.car-type li.nav-item a img {
  width: 70px;
  margin-right: 20px;
}
.border-style {
  /* display: inline-block; */
  padding: 0 15px;
}
.car-type .tab-pane {
  padding: 3px;
}
.image-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.image-container img {
  width: 100%;
}
.detail-widget {
  position: relative;
  border-top: none;
}
.top-widget ul {
  padding: 0;
  display: table;
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 10px;
}
.top-widget ul li {
  list-style: none;
  display: table-cell;
  text-align: center;
  padding: 0 30px;
}
.bottom-widget {
  padding-bottom: 0;
}
.bottom-widget h3 {
  color: #3f3f3f;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.bottom-widget ul {
  padding: 0;
  display: flex;
  width: 100%;
  margin-top: 21px;
  padding-bottom: 0;
  margin-bottom: -9px;
  align-items: center;
}
.bottom-widget ul li {
  display: table-cell;
  width: 45%;
  font-size: 20px;
  font-weight: 600;
}
.bottom-widget ul li span {
  font-size: 16px;
}
.vehicle-detail {
  background: none;
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  padding: 8px 0;
  margin-bottom: 10px;
  position: relative;
}
.vehicle-detail:hover {
  color: #fff;
  text-decoration: none;
}
a.vehicle-detail::before,
a.vehicle-detail::after {
  background: #000;
  content: "";
  position: absolute;
  z-index: -1;
}
a.vehicle-detail::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
a.vehicle-detail:hover::after {
  width: 100%;
}
a.vehicle-detail,
a.vehicle-detail:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.book-now {
  background: none;
  color: #333533;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333533;
  padding: 8px 0;
  position: relative;
}
.book-now:hover {
  color: #fff;
  text-decoration: none;
}
a.book-now::before,
a.book-now::after {
  background: #333533;
  content: "";
  position: absolute;
  z-index: -1;
}
a.book-now::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
a.book-now:hover::after {
  width: 100%;
}
a.book-now,
a.book-now:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.location {
  padding-bottom: 50px;
}
.customers {
  position: relative;
  padding: 50px 0 40px;
}
.customers img {
  width: 100%;
}
.no-space {
  padding: 0;
}
.top-locations {
  position: relative;
  padding-top: 30px;
  overflow: auto;
  text-align: center;
}
.location-container {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
}
.location-container a {
  display: block;
}
.location-container img {
  width: 80%;
  transition: all 150ms ease-in-out;
}
.location-container a:hover img {
  transform: scale(1.1);
}
.location-container p {
  margin: 10px 0 0;
  font-size: 22px;
  color: #3f3f3f;
}
.sell-car {
  position: relative;
  background: url(../images/best_place_bg.webp) no-repeat;
  background-size: cover;
  padding: 49px 0;
}
.sell-car-content h2 {
  margin-bottom: 20px;
  color: #3e3f3e;
  font-weight: 700;
  text-transform: uppercase;
}
.sell-car-content h2 span {
  color: #ffd100;
}
.sell-car-content p {
  margin-bottom: 0;
  font-size: 18px;
  color: #3e3f3e;
}
.extra-link.learn-more {
  width: 250px;
}
.precar-details {
  position: relative;
  border: 2px solid #3e3f3e;
  border-top: 0;
  padding: 20px 0 30px;
  overflow: auto;
  padding-bottom: 22px;
}
.precar-form {
  position: relative;
  overflow: auto;
  border: 2px solid #3e3f3e;
  padding: 20px;
}
.precar-form .form-group {
  display: inline-block;
  margin: 0;
  width: 12%;
  float: left;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #fff;
  padding-left: 0;
}
.precar-form .form-group:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 3px;
  right: 10px;
}
.precar-form .form-group:nth-child(6)::after,
.precar-form .form-group:nth-child(7)::after {
  display: none;
}
.precar-form .form-group label {
  display: block;
  margin: 0;
  font-weight: 700;
}
.precar-form .form-group input {
  border: none;
  padding: 0;
  background: none;
}
.precar-form .form-group input:focus {
  outline: none !important;
}
.precar-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333533;
  text-decoration: none;
  margin: 0;
  border: 1px solid #333533;
  padding: 10px 0;
  position: relative;
  background: none;
}
.precar-btn:hover {
  color: #fff;
  text-decoration: none;
}
.precar-btn::before,
.precar-btn::after {
  background: #333533;
  content: "";
  position: absolute;
  z-index: -1;
}
.precar-btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.precar-btn:hover::after {
  width: 100%;
}
.precar-btn,
.precar-btn:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.precar-form .form-widget1 {
  width: 10%;
}
.precar-form .form-widget4 {
  width: 20%;
}
.precar-form .form-widget5,
.precar-form .form-widget7 {
  width: 17%;
}
.precar-form .form-widget7 {
  padding-right: 0;
}
.sell-car-content .extra-link {
  color: #3e3f3e;
}
.sell-car-content a.extra-link:after {
  z-index: -1;
}
.stats {
  padding: 50px 0;
}
.stats-list {
  position: relative;
  margin-top: 50px;
  padding-right: 219px;
  padding-left: 218px;
}

.stat-widget {
  position: relative;
  padding: 22px;
  height: 203px;
}
.bg-color1 {
  background: #ffd100;
}
.bg-color2 {
  background: #ffd100;
}
.stat-widget h3 {
  font-size: 42px;
  font-weight: 700;
}
.stat-widget h3 span {
  font-size: 24px;
}
.stat-widget h5 {
  margin: 0;
  font-size: 20px;
  border-top: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-top: 10px;
  color: #202020;
  font-family: Poppins;
}
.finance-option {
  position: relative;
  background: url(../images/background-1new.jpg) no-repeat;
  background-size: cover;
  padding: 59px 0;
}
.finance-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.finance-content h2 {
  color: #ffd100;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.finance-content h2 span {
  display: block;
  font-size: 48px;
  text-transform: uppercase;
}
.price-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #333533;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #333533;
  cursor: pointer;
  border-radius: 50%;
}
.price-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #333533;
  cursor: pointer;
  border-radius: 50%;
}
.calculate-area label {
  margin: 0;
  font-weight: 500;
}
.calculate-area .form-group {
  position: relative;
}
.loan-amount {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #ffff;
  font-weight: 500;
}
.calculate-area .form-group div {
  position: relative;
}
.calculate-area .form-group div span {
  font-size: 13px;
}
.range-sliderValue2 {
  position: absolute;
  right: 0;
}

.finance-calculator h4 {
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.finance-calculator p.monthly-emi {
  text-align: center;
  font-size: 18px;
  color: #ffd100;
}
.loan-condition {
  font-size: 12px;
  text-align: center;
}
.finance-btn {
  width: 100%;
  background: #3e3f3e;
  color: #fff;
  border: none;
  padding: 8px 0;
  border-radius: 8px;
}
.best-selling {
  position: relative;
  padding: 30px 0;
}
.reaserch-content {
  text-align: center;
}
.reaserch-content h3 {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  font-size: 30px;
  color: #333533;
  font-weight: 700;
}
.reaserch-content h3 span {
  color: #ffd100;
}
.reaserch-content a.extra-link1 {
  margin-top: 0;
  vertical-align: middle;
}
.testimonial_section img {
  border: 1px solid #ffd100;
}
.testimoni-content {
  /* position: relative;
  height: 100%; */
  /* background: #ffd100; */
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background: url(../images/14.png);
  background-repeat: no-repeat; */
  /* background-origin: content-box; */
}
.testimoni-content_ami {
  color: #000;
}
.sociala1 {
  font-size: 14px !important;
    padding: 0px !important;
    background-color: #fff;
    border-radius: 21px;
    color: #3f3f3f !important;
    height: 30px;
    width: 30px;
    padding: 9px !important;
    padding-left: 10px !important;
}
.testimoni-content h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
  font-weight: 700;
  padding: 0 15px;
  /* position: absolute;
  top: 68px; */
}
.testimoni-content p {
  font-size: 18px;
}
.testimonial-pic img {
  width: 100%;
  height: 512px;
}
.faq .title-section h3 {
  font-weight: 700;
}
.faq {
  position: relative;
  padding: 50px 0;
}
.faq .card {
  border: none;
}
.faq-container {
  border-top: 1px solid #ffd100;
}
.faq-container:last-child {
  border-bottom: 1px solid #ffd100 !important;
}
.faq-container .card-header {
  border-radius: 0;
  background: none;
  border-bottom: none;
  padding: 0.75rem 0;
}
.faq-container .card-title {
  display: block;
  color: #3e3f3e;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.faq-container .card-body {
  padding: 1.25rem 0;
  font-size: 17px;
}
.title-section {
  font-size: 30px;
  color: #3f3f3f;
  /* margin-bottom: 30px; */
}
.faq-container .card-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 5px;
  font-size: 20px;
  display: inline-block;
  font-weight: 200;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
footer {
  position: relative;
  background: #333533;
  color: #fff;
  padding: 30px 0;
  padding-bottom: 20px;
}
.top-footer {
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
.top-footer p {
  font-size: 18px;
  font-weight: 100;
}
.conversation-inner {
  display: inline-block;
  border-right: 1px solid #fff;
}
.conversation-inner:last-child {
  border: none;
}
.conversation-inner span {
  display: block;
  margin-bottom: 10px;
  font-weight: 100;
}
.conversation-inner span img {
  width: 20px;
  margin-right: 5px;
}
.conversation-inner a {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
}
.conversation-inner a:hover {
  color: #ffd100;
}
.quick-links h4 {
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.quick-links ul {
  padding: 0;
  list-style: none;
  font-weight: 100;
}
.quick-links ul li a {
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
}
.quick-links ul li a:hover {
  text-decoration: none;
  color: #ffd100;
}
.precarmart-terms {
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.precarmart-terms ul {
  list-style: none;
  padding: 0;
}
.precarmart-terms ul li {
  display: inline-block;
}
.precarmart-terms ul li a {
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid;
  font-size: 14px;
}
.precarmart-terms ul li a:hover {
  text-decoration: none;
  color: #ffd100;
}
.precarmart-terms ul li:last-child a {
  border: none;
}
.bottom-footer p {
  margin: 0;
  font-size: 14px !important;
  font-weight: 100;
}
.bottom-footer {
  position: relative;
  border-top: 0px solid;
  padding-top: 20px;
}
.secondary-banner {
  position: relative;
  padding: 69px 0;
}
.inner-page-heading {
  color: #333533;
  font-size: 18px;
}
.page-sorting {
  padding: 0;
  list-style: none;
}
.page-sorting li {
  display: inline-block;
  margin: 0 10px;
}
.page-sorting li:last-child {
  margin-right: 0;
}
.page-sorting li img {
  width: 20px;
}
.page-sorting li a.dropdown-toggle {
  color: #333533;
  background: none;
  border-radius: 0;
  border: 2px solid;
  padding: 5px 40px;
}
.page-sorting li a.filter-mobile-toggle{
  border: 2px solid #000;
  background: #000;
  color: #fff;
  padding: 5px 40px;
}
.page-sorting li a.dropdown-toggle:after {
  position: relative;
  top: 2px;
}
.page-sorting .btn-secondary:not(:disabled):not(.disabled).active,
.page-sorting .btn-secondary:not(:disabled):not(.disabled):active,
.page-sorting .show > .btn-secondary.dropdown-toggle {
  color: #333533;
  background: none;
  box-shadow: none;
}
.page-sorting .dropdown-menu {
  padding: 0;
}
.page-sorting .dropdown-item:focus,
.page-sorting .dropdown-item:hover {
  background-color: #333533;
  color: #fff;
}
.page-sorting li a i {
  font-size: 20px;
  color: #333533;
}
.inner-widget .image-container {
  height: auto;
}
.inner-widget .top-widget ul li {
  padding: 0 5px;
  font-size: 13px;
  vertical-align: middle;
  border-right: 1px solid #000;
}
.inner-widget .top-widget ul li a img {
  width: 16px;
}
.inner-widget .detail-widget {
  border-top: none;
}
.inner-widget .bottom-widget h3 {
  font-size: 20px;
  text-align: center;
}
.inner-widget .bottom-widget ul li:first-child {
  font-size: 20px;
  font-weight: 600;
}
.inner-widget .bottom-widget ul li span {
  font-size: 13px;
}
.certified {
  position: relative;
  background: #3f3f3f;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin-top: 11px;
}
.certified p {
  margin: 0;
}
.certified p img {
  width: 20px;
  vertical-align: middle;
}
.certified p span {
  vertical-align: middle;
  font-size: 13px;
}
#pagination-container p {
  display: inline-block;
  margin: 0 10px;
  color: #3f3f3f;
  cursor: pointer;
}
.customPagination {
  border: 2px solid #ffd100;
  padding: 0 8px;
  border-radius: 6px;
}
.pre-car-filter h4 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.pre-car-filter h5 {
  font-size: 15px;
  margin: 0;
  color: #333533;
}
.pre-car-filter .card {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #200000;
}
.pre-car-filter #accordion {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  height: 435px;
  overflow-y: scroll;
}
.pre-car-filter .card-header {
  border-bottom: none;
  background: none;
  position: relative;
}
.pre-car-filter .card-header:after {
  position: absolute;
  content: "";
  background: url(../images/arrow-right.png) no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 50%;
  right: 10px;
  top: 16px;
}
.pre-car-filter .card-header:hover {
  cursor: pointer;
}
.pre-car-filter .card-body {
  padding: 0 1.25rem 1.25em;
}
.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
}
.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 10px;
  opacity: 0;
}
.price-range-both {
  display: none;
}
.price-range span.value {
  display: none;
}
.car-model aside {
  position: relative;
  cursor: pointer;
}
.car-model aside i.arrow-down {
  position: absolute;
  right: 0;
}
.car-model aside i.arrow-down img {
  width: 12px;
}
.pre-car-filter {
  position: relative;
  top: -40px;
  box-shadow: 0 4px 5px 0 #000;
}
.filter-title {
  position: relative;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 4px 5px 0 #000;
  -webkit-box-shadow: 0 4px 5px 0 #000;
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.page-breadcrumb {
  margin-bottom: 30px;
}
.page-breadcrumb ul {
  padding: 0;
  list-style: none;
}
.page-breadcrumb ul li {
  display: inline-block;
  color: #fff;
}
.page-breadcrumb ul li a {
  color: #fff;
}
.used-car-list {
  position: relative;
  top: -102px;
  left: -13px;
}
.used-car-list .car-container {
  margin-bottom: 30px;
}
.car-list-one {
  display: none;
}
.filter-price .nav-tabs {
  border: 1px solid #e8a200;
  border-radius: 4px;
}
.nav-tabs .nav-link {
  font-size: 13px;
  padding: 0.5rem 10px;
  color: #e8a200;
  border: none;
}
.navtabsnew {
  font-size: 17px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #e8a200;
  color: #fff;
  border: none;
  border-radius: 4px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}
.price-range,
.monthly-payment {
  position: relative;
  margin: 20px 0;
}
.price-range .form-group label {
  font-size: 13px;
}
.price-range .form-group select {
  width: 100%;
  font-size: 13px;
  border: none;
  border-bottom: 2px solid #3e3f3e;
}
.price-range .form-group select:focus-visible,
.price-range-slider span.ui-slider-handle:focus-visible {
  outline: none !important;
}
.price-range-slider span.ui-slider-handle {
  border-radius: 50%;
}
.avg-price {
  display: block;
  position: relative;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
.pre-car-filter .header-search {
  display: block;
  margin: 5px 0 15px;
}
.pre-car-filter .header-search input {
  width: 100%;
  padding: 5px 15px;
  font-size: 11px;
}
.pre-car-filter .header-search .search-icon {
  top: 1px;
}
.pre-car-filter .header-search .search-icon img {
  width: 14px;
}
.pre-car-filter .car-model {
  margin: 10px 0;
}
.monthly-payment label {
  font-size: 11px;
}
.monthly-payment .form-group input,
.monthly-payment .form-group select {
  width: 100%;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #000;
}
.monthly-payment .form-group input:focus,
.monthly-payment .form-group select:focus {
  outline: none !important;
}
.custom-control-label::before {
  top: 0;
  left: -1.8rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border: 2px solid #d6d6d6;
}
.custom-control-label {
  margin-bottom: 0.5rem;
  padding-left: 5px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: 2px solid #d6d6d6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #fdd209;
    width: 11px;
    height: 11px;
    top: 4.4px;
    left: -12.2px !important;
}

.child-menu-lists .custom-control-input:checked ~ .custom-control-label::after {
  background: #fdd209;
  width: 11px;
  height: 11px;
  top: 4.4px;
  left: -25.2px !important;
}

.custom-checkbox .custom-control-label::after {
  top: -6px;
  left: -2.2rem;
  width: 2rem;
  height: 2rem;
}
.custom-checkbox
  .custom-control-input:disabled
  ~ .custom-control-label::before {
  background-color: #e9ecef;
  border: 2px solid #dee2e6;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855' viewBox='0 0 25.412 19.855'%3e%3cpath id='check' d='M22.6,3.8,8,19.4,1.4,11.7,0,12.9l7.9,9.3L24,5.1Z' transform='translate(0.703 -3.095)' fill='%239ca0b1' stroke='%239ca0b1' stroke-width='1'/%3e%3c/svg%3e ");
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.custom-sub-checkbox ul {
  margin-left: -35px;
}
.custom-sub-checkbox ul li {
  margin: 8px 0;
}
.fuel-type label,
.body-type label,
.transmission-type label,
.number-of-owner label {
  display: block;
  margin: 10px 0;
}
.pre-car-color aside a {
  color: #3e3f3e;
  text-decoration: none;
  display: block;
  margin: 10px 0;
}
.pre-car-color aside a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ddd;
  vertical-align: sub;
  border-radius: 50%;
  margin-right: 10px;
}
.pre-car-color aside a span.bg-black {
  background: #000;
}
.pre-car-color aside a span.bg-blue {
  background: #144bc4;
}
.pre-car-color aside a span.bg-pink {
  background: silver;
}
.pre-car-color aside a span.bg-red {
  background: #bd0001;
}
.pre-car-color aside a span:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #ffd100;
  border-radius: 50%;
  left: -3px;
  top: -3px;
}
.list-view-cars .car-container {
  overflow: auto;
}
.inner-widget .list-view-cars .image-container {
  width: 30%;
  height: 172px;
  overflow: hidden;
  display: inline-block;
  float: left;
  border: 1px solid #3f3f3f;
}
.list-view-cars .detail-widget {
  float: left;
  width: 51%;
}
.list-view-cars .top-widget ul {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.list-view-cars .bottom-widget {
  padding: 0 10px;
}
.inner-widget .list-view-cars .bottom-widget h3 {
  font-size: 18px;
  text-align: left;
  margin: 0;
}
.list-view-cars .bottom-widget ul {
  margin: 5px 0;
}
.list-view-cars .vehicle-detail,
.list-view-cars .book-now {
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
}
.list-view-cars .certified {
  text-align: left;
  padding: 3px 0 3px 10px;
}
.inner-widget .list-view-cars .detail-widget {
  border-top: 1px solid #3f3f3f;
}
.list-inner h4 {
  font-size: 16px;
  margin-top: 12px;
}
.preCarMart-page-list {
  position: relative;
  top: -44px;
}
.preCar-images {
  position: relative;
}
.slider {
  margin: 0 auto;
  max-width: 940px;
}
.slide_viewer {
  height: 375px;
  overflow: hidden;
  position: relative;
}
.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide1 {
  display: none;
  position: absolute;
  width: 100%;
}
.slide1:first-child {
  display: block;
}
.slide1:nth-of-type(4) {
  background: #d1d1d4;
}
.slide_buttons {
  position: relative;
  text-align: center;
}
.slide_buttons1 {
  position: relative;
  text-align: center;
}
a.slide_btn {
  color: #fff;
  font-size: 25px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.slide_buttons1 a.slide_btn {
  color: #333533;
  font-size: 25px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.slide_buttons1 .slide_btn.active,
.slide_btn:hover {
  color: #ffd100;
  cursor: pointer;
}
.slide_btn.active,
.slide_btn:hover {
  color: #ffd100;
  cursor: pointer;
}
.previous_btn {
  bottom: 0;
  left: -15px;
  margin: auto;
  position: absolute;
  top: 0;
}
.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -15px;
  top: 0;
}
.previous_btn,
.next_btn {
  cursor: pointer;
  height: 50px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 35px;
}
.previous_btn:hover,
.next_btn:hover {
  opacity: 1;
}
.preCar-details {
  position: relative;
  background: #fff;
  color: #000;
}
.car_name,
.car_price,
.car_other-detail,
.car_emi {
  position: relative;
  border-bottom: none !important;
  font-size: 18px;
}
.car_name p,
.car_price p,
.car_emi p {
  margin: 0;
}
.car_other-detail table {
  width: 100%;
  opacity: 0.7;
}
.car_emi a {
  position: absolute;
  right: 3px;
  font-size: 15px;
  bottom: 3px;
  text-decoration: underline;
  color: #1874b5;
  opacity: 0.7;
}
.action_btns {
  position: relative;
  padding: 10px 15px;
}
.action_btns a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.action_btns a span {
  display: block;
  font-size: 8px;
}
.action_btns a.book-btn {
  background: #ffd100;
  padding: 0;
}
.action_btns a.test_drive-btn,
.action_btns a.enquiry_btn {
  position: relative;
  border: 1px solid #fff;
  padding: 5px 0;
}
.favourite_btns {
  position: relative;
  padding: 0 15px 10px;
}
.favourite_btns table {
  width: 100%;
}
.favourite_btns table tr td a {
  color: #fff;
  text-decoration: none;
}
.favourite_btns table tr td a img {
  width: 20px;
}
.directional_nav span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 12px 10px;
  box-shadow: 0 0 5px 2px #000;
  -webkit-box-shadow: 0 0 5px 2px #000;
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
}
.directional_nav span img {
  width: 14px;
}
.finance {
  position: relative;
  background: #ebf1f4;
  padding: 50px 0;
}
.pay-once,
.pay-monthly {
  position: relative;
  background: #fff;
}
.pay-once-title {
  padding: 29px 0;
  padding-bottom: 0;
}
.pay-once-title h4 {
  margin: 0;
  color: #3f3f3f;
  font-weight: 700;
}
.pay-once-detail {
  padding: 23px 30px;
  padding-top: 0;
}
.pay-once-detail h4 {
  font-family: "Avenir LT Pro 85 Heavy";
  margin: 0;
}
.pay-once-list table {
  width: 100%;
  margin: 30px 0 10px;
}
.pay-once-list table tbody {
  border: 2px solid #3f3f3f;
  border-left: 0;
  border-right: 0;
}
.pay-once-list table tr td {
  padding: 15px 0;
}
.pay-once-detail form {
  position: relative;
  margin-top: 20px;
}
.finance-with-us {
  display: block;
  text-align: center;
  font-size: 13px;
  padding-top: 6px;
}
.pay-once-detail form .finance-btn {
  color: #3e3f3e;
  background: none;
  border: 2px solid #3e3f3e;
  border-radius: 0;
  display: inline-block;
  width: auto;
  padding: 8px 30px;
}
.exchange {
  width: 83%;
  margin: 30px auto 0;
  position: relative;
  border: 2px solid #333533;
  padding: 30px;
}
.exchange p {
  margin: 0;
}
.exchange p img {
  width: 80px;
}
.exchange p span {
  vertical-align: middle;
  padding-left: 15px;
  font-family: "Avenir LT Pro 85 Heavy";
  color: #333533;
}
.exchange a {
  font-weight: 600;
  position: absolute;
  right: 30px;
  top: 32px;
  color: #3e3f3e;
  text-decoration: none;
}
.full_detail-widget {
  position: relative;
  margin: 20px 0 50px;
}
.full_detail-widget .panel {
  margin-bottom: 15px;
}
.full_detail-widget .panel-heading {
  position: relative;
  background: #333533;
  padding: 10px 35px;
}
.full_detail-widget .panel-heading:after {
  position: absolute;
  content: "\f107";
  font-size: 18px;
  display: inline-block;
  font-family: FontAwesome;
  right: 20px;
  bottom: 5px;
  color: #fff;
}
.full_detail-widget .panel-heading h4 {
  margin: 0;
  text-transform: uppercase;
}
.full_detail-widget .panel-heading a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.full_detail-widget .panel-collapse {
  border: 2px solid #333533;
  margin-top: 5px;
  padding: 30px;
  padding-bottom: 0;
}
.car_overview h4,
.features h4,
.inspection-report h4,
.imperfection h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333533;
}
.overview-element {
  position: relative;
  margin: 30px 0;
}
.overview-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.overview-icon:after {
  position: absolute;
  content: "";
  background: #ffd100;
  opacity: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  right: -13px;
  z-index: -1;
  top: -10px;
}
.overview-icon img {
  width: 48px;
}
.overview-detail {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  color: #3e3f3e;
}
.overview-detail p {
  margin: 0;
}
.features h4 {
  margin-bottom: 20px;
}
.feature-element {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}
.feature-element:first-child {
  padding-left: 0;
}
.feature-element:last-child {
  padding-right: 0;
}
.feature-element p {
  margin: 10px 0 0;
  color: #333533;
}
.feature-element .extra-link1 {
  width: auto;
  margin: 0;
  padding: 10px 30px;
}
.inspect-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.inspect-icon img {
  width: 42px;
}
.inspect-detail {
  display: inline-block;
  vertical-align: middle;
}
.inspect-detail p {
  margin: 0;
  padding-left: 15px;
  color: #212529;
}
.inspect-detail i {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 24px;
  margin: auto;
}
.inspect-detail i img {
  width: 20px;
}
.inspection-report span {
  font-size: 16px;
  line-height: normal;
  color: #212529;
}
.report_detail {
  margin-top: 30px;
}
.inspection-element {
  margin: 20px 0;
}
.imperfection .preCar-images {
  margin-top: 15px;
}
.inner-testimonial .section-title h3 {
  border: none;
}
.inner-testimonial .section-title h3 span {
  display: inline-block;
  font-size: 30px;
  padding-left: 10px;
}
.testimonial-widget {
  position: relative;
  border: 1px solid #333533;
  background: #fff;
  height: 100%;
}
.testimonial-header {
  position: relative;
  border-bottom: 1px solid #333533;
  padding-bottom: 15px;
  margin: 15px;
}
.testimonial-header span {
  display: inline-block;
  vertical-align: text-bottom;
}
.testimonial-header span img {
  width: 70px;
}
.testimonial-header p {
  display: inline-block;
  margin: 0;
  vertical-align: text-bottom;
  font-size: 20px;
  line-height: 24px;
  padding-left: 15px;
  font-weight: 600;
}
.testimonial-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 15px 15px;
}
.testimonial-carousel-controls {
  position: relative;
}
.testimonial-carousel-controls .control.prev {
  position: absolute;
  left: -14px;
  margin: 0 !important;
  top: 50%;
}
.testimonial-carousel-controls .control.next {
  position: absolute;
  right: -14px;
  margin: 0 !important;
  top: 50%;
}
.testimonial-carousel-controls .control.prev img,
.testimonial-carousel-controls .control.next img {
  width: 12px;
}
.inner-testimonial {
  position: relative;
  padding: 50px 0;
}
.inner-testimonial .section-title {
  margin-bottom: 20px;
}
.testimonial-content .video-container {
  display: block;
  flex-direction: initial;
  position: relative;
}
.video-testmonial {
  position: relative;
  height: 185px;
  overflow: hidden;
}
.video-testmonial img {
  width: 100%;
}
.testimonial-content .video-container a {
  position: absolute;
  top: 30%;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.testimonial-content .video-container a img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.testimonial-content .video-container a span {
  font-size: 18px;
}
.testimonial-content .video-container:after {
  position: absolute;
  content: "";
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.extra-widget {
  position: relative;
  background: #939593;
  padding: 15px 0;
}
.extra-element a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.extra-element span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.extra-element span img {
  width: 100%;
}
.extra-element p {
  margin: 0;
}
.testimonial-page-widget .section-title span {
  display: block;
}
.full-testimonial .car-type {
  padding-top: 20px;
}
.full-testimonial .nav-tabs {
  width: 60%;
  margin: 0 auto;
}
.full-testimonial .car-type li.nav-item {
  width: 50%;
}
.full-testimonial .nav-tabs .nav-item.show .nav-link,
.full-testimonial .nav-tabs .nav-link.active {
  border-radius: 0;
}
.full-testimonial .car-type li.nav-item a {
  padding: 15px 0;
  font-size: 18px;
}
.full-testimonial .border-style {
  border: none;
}
.full-testimonial .car-type .tab-pane {
  padding: 25px 0;
}
.full-testimonial .testimonial-widget {
  margin-bottom: 20px;
}
.full-testimonial .testimonial-widget .video-testmonial {
  height: 160px;
}
.part-of-precarMart {
  position: relative;
  margin-top: 55px;
}
.bePart-img-large .col-md-9 {
  margin: 0 0 0 auto;
}
.bePart-img-large img {
  width: 100%;
}
.bePart-element .section-title {
  text-align: left;
}
.bePart-element .section-title h3 {
  padding: 0;
  border-right: none;
  font-size: 24px;
}
.bePart-element .section-title h3 span {
  display: inline-block;
  font-size: 24px;
  padding-left: 10px;
}
.bePart-element p {
  margin: 20px 0;
}
.bepart-list {
  padding: 0;
  list-style: none;
}
.bepart-list li {
  padding: 10px 0;
}
.bepart-list li img {
  width: 18px;
  margin-right: 10px;
}
.opportunity {
  position: relative;
  margin: 70px 0 50px;
}
.available-vacancies {
  margin-top: 30px;
}
.vacancy-element {
  position: relative;
  border: 1px solid #333533;
  border-radius: 4px;
  padding: 20px 15px 0;
  height: 100%;
  box-shadow: 0 0 4px 0 #000;
  -webkit-box-shadow: 0 0 4px 0 #000;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  border-radius: 0;
}
.vacancy-element h5 {
  color: #3f3f3f;
  font-family: "Avenir LT Pro 85 Heavy";
  font-size: 18px;
}
.vacancy-element a.job-summary {
  right: 15px;
  top: 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #ffd100;
}
.vacancy-element p {
  font-size: 14px;
}
.recruitement-team {
  position: relative;
  background: #3e3f3e;
  color: #fff;
  padding: 20px 0;
}
.recruitement-team h3 {
  margin: 5px 0 0;
}
.recruitement-team .extra-link {
  margin: 0;
}
.precarmart-job .contact-form {
  background: none;
}
.precarmart-job .form-container form {
  margin-top: 0;
}
#jobsummaryModal button.btn-primary,
#jobapplyModal button.btn-primary {
  background: #333533;
  border-color: #333533;
}
.getIn-touch .section-title h3 {
  padding-left: 0;
  border: none;
  vertical-align: top;
}
.getIn-touch .section-title .title-sub-text {
  display: inline-block;
  width: 69%;
  vertical-align: top;
}
.getIn-touch {
  margin-top: 40px;
}
.location-map {
  position: relative;
  margin: 50px 0;
}
.location-widget {
  position: relative;
  padding: 40px 20px 20px;
  text-align: center;
  box-shadow: 0 0 4px 0 #000;
  -webkit-box-shadow: 0 0 4px 0 #000;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
}
.location-widget .btn {
  position: absolute;
  width: max-content;
  transform: translate(-50%, -50%);
  bottom: -40px;
}
.map-icon {
  width: 130px;
  margin: 0 auto;
  position: relative;
}
.map-icon:after {
  position: absolute;
  content: "";
  background: url(../images/Ellipse.png);
  width: 120%;
  height: 120%;
  left: -13px;
  top: -11px;
  background-size: 100%;
}
.map-icon img {
  width: 100%;
}
.location-widget .address p {
  font-weight: 600;
  margin: 25px 0 15px;
}
.location-widget .vehicle-detail {
  margin: 30px 0 15px;
  display: inline-block;
  padding: 8px 30px;
}
.social-media {
  position: relative;
  background: #333533;
  padding: 20px 0;
}
.contact-element ul {
  padding: 0;
  list-style: none;
  color: #fff;
  display: inline-block;
  text-align: left;
  margin: 0;
}
.social-element {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  border-left: 1px solid #fff;
  padding-left: 30px;
}
.social-element ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.social-element ul li {
  display: inline-block;
  padding: 0 5px;
}
.social-element ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.social-element ul li a:hover:before {
  top: 0;
}
.social-element ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  border-radius: 50%;
  background: #ffd100;
}
.contact-element ul li {
  padding: 6px 0;
}
.contact-element ul li span {
  font-size: 18px;
  padding-left: 15px;
}
.contact-form {
  position: relative;
  background: #ebf1f4;
  padding: 30px 0;
}
.contact-img img {
  width: 100%;
}
.contact-form {
  position: relative;
  background: #ebf1f4;
  padding: 30px 0;
}
.contact-form .form-group .extra-link1 {
  z-index: 1;
}
.form-container p {
  font-weight: 700;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  background: none;
  padding: 0;
  border: none;
  border-bottom: 1px solid #b5b2b2;
  width: 100%;
  margin-bottom: 10px;
}
.contact-form .form-group textarea {
  height: 80px;
  resize: none;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  outline: none !important;
}
.sidebar aside {
  background: #333533;
  opacity: 1;
  width: 0;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  transition: 0.3s;
  right: -250px;
  top: 72px;
  z-index: 9;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
  padding: 15px 25px;
}
.sidebar aside.close {
  opacity: 1 !important;
  right: 0;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}
.sidebar nav a {
  display: block;
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}
.sidebar nav a:hover {
  color: #ffd100;
}
.privacy-content .title-section h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.privacy-content .sub-title-section h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.terms-body-section {
  text-align: justify;
}
.mobile-filter .left-content {
  width: 25%;
  float: left;
  background: #f6f6f6;
}
.mobile-filter .left-content ul li a {
  font-size: 14px;
  color: #333533;
  padding: 12px 10px;
  height: auto;
}
.mobile-filter .left-content ul li a.active {
  background: #fff;
  color: #333533;
  border-left: 5px solid #333533;
  border-radius: 0;
}
.mobile-filter .right-content {
  width: 75%;
  float: left;
  padding: 50px 37px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-filter .right-content .filter-price li.nav-item {
  width: 50%;
  text-align: center;
}
.mobile-filter .right-content .header-search {
  width: 100%;
}
.mobile-filter-container,
.mobile-filter-controls {
  display: none;
}
.page-sorting .view-link.active i {
  color: #ffd100;
}
.dl-menuwrapper.mobile-menu button {
  background: none;
  text-indent: 0;
  width: 24px;
  height: 24px;
}
.dl-menuwrapper.mobile-menu button::after {
  display: none;
}
.dl-menuwrapper.mobile-menu button img {
  width: 100%;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
  background: none !important;
}
.dl-menuwrapper .dl-menu {
  z-index: 99;
}
.sell-banner {
  position: relative;
  background: url(../images/car1.jpg) no-repeat left;
  background-size: 100%;
  background-position: 0 -20px;
  height: 250px;
}
.sellpage-breadcrumb .page-breadcrumb {
  position: absolute;
  margin: 0;
}
.selling-car-container {
  position: relative;
  background: #333533;
  padding: 20px 0;
  color: #fff;
}
.selling-car-container .precar-form {
  border: 2px solid #fff;
}
.selling-car-container .precar-form input {
  color: #fff;
}
.selling-car-container .precar-btn {
  color: #fff;
  border: 1px solid #fff;
  z-index: 1;
}
.selling-car-container .precar-btn:hover {
  color: #333533;
}
.selling-car-container .precar-btn::before,
.selling-car-container .precar-btn::after {
  background: #fff;
  z-index: -1;
}
.sell-how-works {
  position: relative;
  padding: 50px 0;
}
.sell-how-works h3 span,
.keep-document-left-widget h3 span {
  padding-left: 5px;
}
.sell-how-works .section-title {
  margin-bottom: 20px;
}
.how_works-left-widget {
  padding-right: 50px;
}
.how_works-right-widget img {
  width: 100%;
}
.sell-how-works .list-widget h4 {
  display: block;
  text-transform: uppercase;
}
.sell-how-works .list-widget p {
  color: #212529;
}
.keep-document {
  position: relative;
  background: #ebf1f4;
  padding: 30px 0;
}
.keep-document-left-widget .section-title {
  text-align: left;
  padding-bottom: 25px;
}
.keep-document-left-widget .section-title h3 {
  padding: 0;
}
.document-keep-icon,
.document-inner p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.document-inner p {
  margin-left: 10px;
}
.document-inner {
  margin: 15px 0;
}
.transfer-form {
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 4px 0 #000;
  -webkit-box-shadow: 0 0 4px 0 #000;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
}
.transfer-form h4 {
  color: #3f3f3f;
  font-weight: 600;
  font-size: 30px;
}
.transfer-form .form-group {
  margin: 25px 0;
}
.transfer-form .form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
}
.transfer-form .form-group button {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #333533;
  padding: 8px;
  color: #333533;
}
.car-banner2 {
  position: relative;
  background: url(../images/car2.jpg) no-repeat left;
  background-size: 100%;
  background-position: 0 -20px;
  height: 250px;
}
.selling-car-container.consign-car .precar-form .form-group:after {
  display: none;
}
.selling-car-container.consign-car .precar-form input {
  width: 100%;
  border-bottom: 1px solid;
}
.consign-car h2 span {
  color: #ffd100;
}
.bottomline {
  border-bottom: 1px solid #000 !important;
  width: 100%;
}
.carcontainerwidth {
  width: 268px;
}
@media (min-width: 320px) {
  .carcontainerwidth {
    width: 100%;
  }
  .used-car-list {
    left: 0;
  }
  .rightnavpadding {
    left: 0;
  }
  .dotleft {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .dotleft {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .carcontainerwidth {
    width: 268px;
  }
  .used-car-list {
    left: -13px;
  }
}
.navwidth {
  min-width: 11%;
  text-align: center;
}
.nav-pills .nav-link {
  border-radius: 0;
  height: 48px;
  border: 1px solid #3e3f3e;
  color: #3e3f3e;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #333533;
  padding-top: 10px;
}
.normalnav {
  padding-top: 10px;
  font-size: 18px;
}
.noborder {
  border: 1px solid transparent !important;
}
#slider {
  height: 6px;
  margin: 4px 12px;
}
.date {
  display: none;
}
.ui-slider-handle:after {
  display: block;
  position: absolute;
  left: 100%;
  margin-left: -24px;
  content: attr(data-content);
  margin-top: 14px;
  font-size: 13px;
  color: #000;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  z-index: 1;
  background: #ffffff;
  font-weight: 400;
  color: #555;
  border-radius: 50px;
  margin-top: -6px;
  border: 1px solid #d5d5d5;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 3px;
}
.ui-state-default:focus-visible {
  outline: none !important;
  border-radius: 50px !important;
}
.nobackground {
  background-color: transparent !important;
}
.slide_viewertestimonials {
  height: 320px;
  overflow: hidden;
  position: relative;
}
.selectformnew {
  position: relative;
}
.selectformnew-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 10px 0 0;
  font-size: 15px;
  border-radius: 0;
  color: #000 !important;
  border: none;
  border-bottom: 1px solid #0f0000;
}
.selectformnew-text:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnew .selectformnew-text {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnew:after {
  position: absolute;
  top: 11px;
  right: 1%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.selectformnew-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnew-text:focus ~ .selectformnew-label,
.selectformnew-text:valid ~ .selectformnew-label {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.selectformnewmodal {
  position: relative;
}
.selectformnewmodal-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 10px 0 0;
  font-size: 15px;
  border-radius: 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #0f0000;
}
.selectformnewmodal-text:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnewmodal .selectformnewmodal-text {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnewmodal:after {
  position: absolute;
  top: 11px;
  right: 1%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.selectformnewmodal-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnewmodal-text:focus ~ .selectformnewmodal-label,
.selectformnewmodal-text:valid ~ .selectformnewmodal-label {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.selectformnewvariant {
  position: relative;
}
.selectformnewvariant-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 10px 0 0;
  font-size: 15px;
  border-radius: 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #0f0000;
}
.selectformnewvariant-text:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnewvariant .selectformnewvariant-text {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnewvariant:after {
  position: absolute;
  top: 11px;
  right: 1%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.selectformnewvariant-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnewvariant-text:focus ~ .selectformnewvariant-label,
.selectformnewvariant-text:valid ~ .selectformnewvariant-label {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.selectformnewkm {
  position: relative;
}
.selectformnewkm-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 94%;
  padding: 4px 10px 0 0;
  font-size: 15px;
  border-radius: 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #0f0000;
}
.selectformnewkm-text:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnewkm .selectformnewkm-text {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnewkm:after {
  position: absolute;
  top: 11px;
  left: 81%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.selectformnewkm-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnewkm-text:focus ~ .selectformnewkm-label,
.selectformnewkm-text:valid ~ .selectformnewkm-label {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.heartimg {
  width: 16px;
}
.widgetpadding {
  padding: 0 13px !important;
  border-right: 1px solid #000;
}
.carimage {
  width: 100%;
  min-height: 264px;
}
.carimagelist {
  height: 195px;
  width: 100%;
}
.fullheight {
  height: 100%;
}
.newimage {
  width: 100%;
  height: 251px;
}
.newcontainer {
  width: 100%;
  overflow: hidden;
}
.formcontainer {
  width: 97%;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-start;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 93%;
  margin: auto;
  pointer-events: auto;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  outline: 0;
}
.submitbtn {
  background-color: #333533;
  border-color: #333533;
  outline: none;
  border-radius: 8px;
}
.submitbtn:hover {
  background-color: #333533;
  border-color: #333533;
  outline: none;
  border-radius: 8px;
}
.modal-header .close {
  margin: -1rem 1rem -1rem auto;
  z-index: 3000 !important;
}
.close span {
  position: absolute;
  z-index: 3000 !important;
  color: #000 !important;
  color: #000 !important;
  margin-top: 17px;
}
.close {
  float: right;
  font-size: 46px;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.contact-h {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ec407a;
}
.contact .form-group {
  margin-bottom: 40px;
}
.contact .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #0f0000;
  box-shadow: none;
}
.contact .btn-primary {
  background-color: #333533;
  border-color: #333533;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 22px;
}
.contact .btn {
  padding: 12px 15px;
}
.group {
  position: relative;
  margin-bottom: 45px;
}
input:focus {
  outline: none;
}
.labelabsolute {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before,
.bar:after {
  content: "";
  height: 4px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #96c93d;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}
.highlight {
  position: absolute;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.text-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.text-group textarea:focus ~ .input-label,
.text-group textarea:valid ~ .input-label,
.text-group textarea.form-file ~ .input-label,
.text-group textarea.has-value ~ .input-label {
  font-size: 14px;
  color: gray;
  top: -1rem;
  left: 0;
}
.text-group textarea:focus ~ .input-label {
  color: #96c93d;
}
.text-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.text-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 4.25rem;
}
.selectformprofession {
  position: relative;
}
.selectformprofession-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 10px 0 0;
  font-size: 16px;
  border-radius: 0;
  color: #656565 !important;
  border: none;
  border-bottom: 1px solid #656565;
}
.selectformprofession-text:focus {
  outline: none;
  border-bottom: 1px solid #656565;
}
.selectformprofession .selectformprofession-text {
  appearance: none;
  -webkit-appearance: none;
}
.selectformprofession:after {
  position: absolute;
  top: 11px;
  left: 93%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #656565;
  pointer-events: none;
}
.selectformprofession-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformprofession-text:focus ~ .selectformprofession-label,
.selectformprofession-text:valid ~ .selectformprofession-label {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.selectformincome {
  position: relative;
}
.selectformincome-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 10px 0 0;
  font-size: 16px;
  border-radius: 0;
  color: #656565 !important;
  border: none;
  border-bottom: 1px solid #656565;
}
.selectformincome-text1 {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 175%;
  padding: 4px 10px 0 0;
  font-size: 16px;
  border-radius: 0;
  color: #656565;
  border: none;
  border-bottom: 1px solid #656565;
}
.selectformincome-text:focus {
  outline: none;
  border-bottom: 1px solid #656565;
}
.selectformincome .selectformincome-text {
  appearance: none;
  -webkit-appearance: none;
}
.selectformincome:after {
  position: absolute;
  top: 11px;
  left: 93%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #656565;
  pointer-events: none;
}
.selectformincome-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformincome-text:focus ~ .selectformincome-label,
.selectformincome-text:valid ~ .selectformincome-label {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.modalform {
  background: none;
  padding: 0;
  border: none;
  border-bottom: 1px solid #212529;
  width: 100%;
  margin-top: 10px;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding-top: 27px;
  background: #fff;
}
.slider-labels {
  margin-top: 10px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345dbb;
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #e8a200;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 2px;
  width: 98%;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  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].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.smallfont {
  font-size: 12px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 7%;
  color: #fff;
}
.faqpadding {
  font-weight: 700;
  font-size: 30px;
  color: #000;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container > div {
  margin: 2px;
}
.downarrow {
  width: 12px;
  float: right;
  margin-top: 9px;
}
.parent-menu-lists {
  float: left;
}
.downarrow1 {
  width: 12px;
  margin-left: 53%;
}
.show-hidden-menu1 {
  width: 100%;
  cursor: pointer;
}
.show-hidden-menu3 {
  width: 100%;
  cursor: pointer;
}
.hidden-menu1 {
  float: left;
  width: 100%;
}
.show-hidden-menu2 {
  width: 100%;
  cursor: pointer;
}
.hidden-menu2 {
  float: left;
}
input::-webkit-calendar-picker-indicator {
  opacity: 100;
}
.textdropdown {
  width: 46%;
  margin: 4px;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #3f3f3f;
}
.textdropdownrow {
  width: 100%;
  margin: auto;
}
.buydetailbanner {
  background-color: #333533;
  min-height: 400px;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 20%;
}
.preCar-details1 {
  position: relative;
  background: transparent;
  color: #777;
}
.car_name1,
.car_price1,
.car_other-detail1,
.car_emi1 {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}
.bordertrasnparent {
  border-bottom: 1px solid transparent;
}
.rightwhiteborder {
  border-right: 1px solid #fff;
}
.flex-containerbuydetail {
  display: flex;
  flex-wrap: nowrap;
}
.flex-containerbuydetail > div {
  margin: 10px;
  width: 100%;
}
.iconimage {
  width: 21px;
}
.flex-containeroptions {
  display: flex;
  flex-wrap: nowrap;
}
.flex-containeroptions > div {
  margin: 5px;
  width: 100%;
}
.colorwhite {
  color: #fff;
  font-size: 19px;
}
#hrline {
  background-color: #fff;
  border-top: 1px solid #fff !important;
}
.textdropdownrow1 {
  width: 92%;
  margin: auto;
}
.selector {
  position: relative;
  padding: 14px;
  width: 101%;
  color: #7e7e7e;
}
.selector ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: #fff;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(100% + 17px);
}
.selector li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}
.selector li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}
.selector li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.selector li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #39c9a9;
  content: "";
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}
.selector li:hover {
  color: #aaa;
}
.selector li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}
.selector .price-slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 17px;
}
@media (min-width: 768px) {
  .selector .price-slider {
    padding-top: 8px;
  }
}
.selector .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #39c9a9;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.selector #slider-range {
  width: 90%;
  margin-bottom: 30px;
  border: none;
  background: #e2f7f2;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .selector #slider-range {
    width: 100%;
  }
}
.selector .ui-slider-handle {
  border-radius: 50%;
  background-color: #333533;
  border: none;
  top: -14px;
  width: 28px;
  height: 28px;
  outline: none;
}
@media (min-width: 768px) {
  .selector .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
  }
}
.selector .ui-slider-range {
  background-color: #e8a200;
}
.selector .slider-price:before {
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: 0;
  color: #39c9a9;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.selector .show-all {
  position: relative;
  padding-left: 25px;
  color: #39c9a9;
  cursor: pointer;
  line-height: 28px;
}
.selector .show-all:after,
.selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #39c9a9;
  width: 10px;
  border-bottom: 1px solid;
}
.selector .show-all:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.selector.open ul {
  max-height: none;
}
.selector.open .show-all:after {
  display: none;
}
span.price-range-min.value {
  display: none !important;
}
span.price-range-max.value {
  display: none !important;
}
.flex-containerslider {
  display: flex;
  flex-wrap: nowrap;
}
.flex-containerslider > div {
  width: 100%;
  text-align: center;
}
.rowslider {
  padding-top: 14px;
}
.tataheading {
  font-size: 17px;
  font-weight: 600;
}
.tatatext {
  font-weight: 600;
}
.newbreadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3rem 7.5rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #3e3f3e;
  border-radius: 0;
  padding-bottom: 8px;
}
.colorwhite1 {
  color: #fff !important;
  font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 3px;
  color: #fff;
  content: "/";
  padding-left: 0;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #74a2d0;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 26px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 100px !important;
  background-color: #3f3f3f;
}
#style-2::-webkit-scrollbar {
  width: 4px;
  background-color: #111;
}
#style-2::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #74a2d0;
}
.flex-containerline {
  display: flex;
  flex-wrap: nowrap;
}
.flex-containerline > div {
  width: 105px;
  margin: 10px;
}
td#dotted {
  width: 37%;
}
#dotted::after {
  content: ".";
  letter-spacing: 4px;
  color: #fff;
  margin-left: 28%;
  font-weight: 600;
}
.petroldiv {
  width: 14% !important;
}
.manualdiv {
  padding-top: 2px;
}
.wishlistcontainer {
  padding-right: 8% !important;
}
#hrline1 {
  background-color: #fff;
  margin-top: 0;
  border-top: 1px solid #777 !important;
}
@media only screen and (min-width: 320px) and (max-width: 396px) {
  .buydetailbreadcrumb {
    position: relative;
    top: -51px;
  }
  .certifiedheading {
    vertical-align: middle;
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 915px) {
  .socialnav {
    padding-top: 12% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 469px) {
  .enquirynowbtn {
    height: 129px !important;
  }
  .booknowbtn {
    height: 129px !important;
  }
}
@media only screen and (min-width: 470px) and (max-width: 915px) {
  .enquirynowbtn {
    height: 79px !important;
  }
  .booknowbtn {
    height: 79px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 420px) {
  td#dotted {
    font-size: 11px;
  }
  .manualp {
    font-size: 11px;
  }
}
@media only screen and (min-width: 680px) and (max-width: 780px) {
  .preCar-details1 {
    margin-top: 0;
  }
}
.enquirynowbtn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  height: 44px;
}
.booknowbtn {
  background-color: #ffd100;
  border: 1px solid #ffd100;
  color: #fff;
  width: 100%;
  height: 44px;
}
.newcarwidth {
  width: 49% !important;
  height: 213px !important;
}
.newcarwidthright {
  width: 51% !important;
}
.textleft {
  text-align: left !important;
}
#div1 {
  display: block;
  height: 100% !important;
}
.pricetd {
  width: 100%;
}
.accordianheading {
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.alink:hover {
  text-decoration: none;
}
.inner-faq {
  position: relative;
  padding-bottom: 50px;
}
.accordion3 {
  cursor: pointer;
}
.accordion3 .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}
.accordion3 .card-header.collapsed:after {
  content: "\f067";
  color: #333533;
}
.newcardheader {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #ffd100;
}
.accordianheading1 {
  color: #3e3f3e;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.testimonialbottompadding {
  padding-bottom: 24px;
}
.flex-container1 {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container1 > div {
  width: 100%;
  margin: 10px;
  text-align: left;
  margin-left: 3.5%;
}
.one::after {
  content: ".";
  letter-spacing: 4px;
  color: #fff;
  margin-left: 5%;
  font-weight: 600;
}
.dot {
  height: 5px;
  width: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}
.negotiable {
  font-size: 17px !important;
}
.dotp {
  font-size: 17px !important;
}
.marginbottomminus {
  margin-bottom: -10px;
}
.paddingleftzero {
  padding-left: 0 !important;
}
.paddingzero {
  padding: 0 !important;
}
.listviewcard {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.listviewcard-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.listviewcard-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
img.listviewcard-img-top {
  border-right: none;
  width: 100%;
  object-fit: fill;
  object-position: center;
}
.listviewcard-footer {
  text-align: center;
}
.listviewcard-footer .read__more {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  display: inline-block;
}
.listviewcard.horizontal {
  min-height: 184px;
  height: 100%;
}
.listviewcard.horizontal .listviewcard-img-top {
  position: absolute;
  height: -webkit-fill-available;
  width: fit-content;
  border-bottom: 0;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.listviewcard.horizontal .listviewcard-body {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  padding-top: 4px;
}
.listviewcard.horizontal .listviewcard-body p.listviewcard-text {
  font-size: 12px;
}
.listviewcard.horizontal .listviewcard-footer {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}
.flex-containerlistview {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: none;
  padding-bottom: 5px;
}
.flex-containerlistview > div {
  width: 100%;
  font-size: 12px;
  text-align: center;
  border-right: none;
}
.wishlisticon {
  width: 16px;
}
.dotp1 {
  font-size: 11px !important;
}
.middlediv {
  width: 125% !important;
}
.listheading {
  font-size: 18px;
  text-align: left !important;
}
.priceheading {
  font-size: 14px;
}
.listbooknowbtn {
  font-size: 13px;
  display: inline-block;
  padding: 8px 10px;
}
.socialmargin {
  margin-left: 3%;
}
.socialcontainer {
  border-bottom: 1px solid #74a2d0;
  padding-bottom: 2%;
  width: 92%;
  margin-top: -16px;
  cursor: pointer;
}
.socialcontainer:hover {
  color: #74a2d0;
}
.sidenavdropdown {
  margin-top: -26px !important;
}
.flex-containersidenav {
  display: flex;
  flex-wrap: nowrap;
}
.flex-containersidenav > div {
  width: 100%;
}
.sidenavimg {
  width: 100%;
  height: 100vh;
}
.scrollbar {
  width: 90%;
  margin-bottom: 25px;
  overflow-x: hidden;
  margin-top: 3%;
  margin-top: 13%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #000;
  max-width: 100%;
}
.socialnav {
  padding: 8px 8px 8px 32px;
  color: #fff;
  font-size: 14px;
  bottom: 0;
  position: fixed;
  bottom: 10px;
  width: 100%;
  max-width: 324px;
  padding-bottom: 0;
}
.carsubmenu {
  margin-left: 11%;
}
.carsubmenuli {
  font-size: 25px !important;
}
@media (min-width: 1000px) {
  .scrollbar {
    width: 90%;
    margin-bottom: 25px;
    overflow-x: hidden;
    margin-top: 3%;
    margin-top: 19%;
  }
}
@media (min-width: 1300px) {
  .scrollbar {
    width: 90%;
    margin-bottom: 25px;
    overflow-x: hidden;
    margin-top: 3%;
    margin-top: 19%;
  }
}
@media (min-width: 1600px) {
  .scrollbar {
    width: 90%;
    margin-bottom: 25px;
    overflow-x: hidden;
    margin-top: 3%;
    margin-top: 31%;
  }
}
.precar-btnnew {
  display: inline-block;
  width: 88px;
  text-align: center;
  color: #333533;
  text-decoration: none;
  margin: 0;
  border: 1px solid #333533;
  padding: 10px 0;
  position: relative;
  background: none;
  height: 50px;
}
.precar-form1 {
  position: relative;
  overflow: auto;
  border: 2px solid #3e3f3e;
  padding: 10px 20px;
}
.precar-form1 .form-group {
  display: inline-block;
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 11px;
  position: relative;
  border-right: 1px solid #000;
}
.precar-form1 .form-group:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 3px;
  right: 10px;
}
.precar-form1 .form-group:nth-child(6)::after,
.precar-form1 .form-group:nth-child(7)::after {
  display: none;
}
.precar-form1 .form-group label {
  display: block;
  margin: 0;
  font-weight: 700;
}
.precar-form1 .form-group input {
  border: none;
  padding: 0;
  background: none;
}
.precar-form1 .form-group input:focus {
  outline: none !important;
}
.precar-form1 .form-widget1 {
  width: 11%;
}
.precar-form1 .form-widget4 {
  width: 20%;
}
.precar-form1 .form-widget5,
.precar-form1 .form-widget7 {
  width: 17%;
}
.precar-form1 .form-widget7 {
  padding-right: 0;
}
.selectformnew-text1 {
  position: relative;
  font-family: inherit;
  background-color: #333533;
  width: 100%;
  padding: 4px 10px 0 5px;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
.selectformnew-text1:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnew1 .selectformnew-text1 {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnew1:after {
  position: absolute;
  top: 36px;
  right: 1%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.selectformnew-label1 {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnew-text1:focus ~ .selectformnew-label1,
.selectformnew-text1:valid ~ .selectformnew-label1 {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.selectformnewmodal-text1 {
  position: relative;
  font-family: inherit;
  background-color: #333533;
  width: 100%;
  padding: 4px 10px 0 5px;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
.selectformnewmodal-text1:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnewmodal1 .selectformnewmodal-text1 {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnewmodal1:after {
  position: absolute;
  top: 37px;
  right: 1%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.selectformnewmodal-label1 {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnewmodal-text1:focus ~ .selectformnewmodal1-label,
.selectformnewmodal-text1:valid ~ .selectformnewmodal-label1 {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.selectformnewvariant1 {
  position: relative;
}
.selectformnewvariant-text1 {
  position: relative;
  font-family: inherit;
  background-color: #333533;
  width: 100%;
  padding: 4px 10px 0 5px;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
.selectformnewvariant-text1:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnewvariant1 .selectformnewvariant-text1 {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnewvariant1:after {
  position: absolute;
  top: 11px;
  right: 1%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.selectformnewvariant-label1 {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnewvariant-text1:focus ~ .selectformnewvariant-label1,
.selectformnewvariant-text1:valid ~ .selectformnewvariant-label1 {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.selectformnewkm1 {
  position: relative;
}
.selectformnewkm-text1 {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 94%;
  padding: 4px 10px 0 0;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
.selectformnewkm-text1:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformnewkm1 .selectformnewkm-text1 {
  appearance: none;
  -webkit-appearance: none;
}
.selectformnewkm1:after {
  position: absolute;
  top: 11px;
  left: 81%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.selectformnewkm-label1 {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformnewkm-text1:focus ~ .selectformnewkm-label1,
.selectformnewkm-text1:valid ~ .selectformnewkm-label1 {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.bottomline1 {
  border-bottom: 1px solid #fff !important;
  width: 100%;
}
.precar-btnnew1 {
  display: inline-block;
  width: 88px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0;
  border: 1px solid #fff;
  padding: 10px 0;
  position: relative;
  background: none;
  height: 50px;
}
.precar-btnnewq,
.precar-btnnew1:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.borderright {
  border-right: none !important;
}
.placeholdercolor::placeholder {
  color: #000;
  opacity: 1;
}
.placeholdercolor1::placeholder {
  color: #fff;
  opacity: 1;
}
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: contain;
}
#carousel-thumbs {
  padding: 0 50px;
}
#carousel-thumbs img:hover {
  opacity: 100%;
}
#carousel-thumbs img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
}
#carousel-thumbs .selected img {
  opacity: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
.carousel-fullscreen-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}
.carousel-fullscreen-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}
.pause .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}
.pause .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}
.play .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}
.play .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}
#carousel-thumbs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
#carousel-thumbs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
#lightbox-container-image img {
  width: auto;
  max-height: 520px;
}
#carousel-thumbs {
  display: block;
}
.fullheighvh {
  height: 500px;
}
.newbooknowcard {
  box-shadow: 0 4px 8px 0 #000;
  transition: 0.3s;
  margin-block-start: 57vh;
  margin-top: 17%;
  margin-left: -37%;
  line-height: 1.5rem;
  padding-top: 3%;
  border-radius: 0;
}
.newbooknowcard:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cardheading {
  font-size: 22px;
  color: #3f3f3f;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.cardheadingsub {
  color: #3f3f3f;
}
.flex-container2 {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container2 > div {
  width: 100%;
  margin: 1px;
}
.newbooknowbtn {
  background-color: #333533;
  color: #fff;
  outline: none;
  width: 100%;
  height: 40px;
  border: none;
}
.newbooknowbtn:hover {
  background-color: #333533;
  color: #fff;
  outline: none;
  width: 100%;
  height: 40px;
  border: none;
}
.smalltext {
  font-size: 10px;
}
.colorblueheading {
  color: #333533 !important;
}
.sociala {
  font-size: 14px !important;
  padding: 0 !important;
  background-color: #fff;
  border-radius: 50px;
  color: #3f3f3f !important;
  height: 30px;
  width: 30px;
  padding: 6px !important;
  padding-left: 10px !important;
}
.error {
  color: #b81415;
  font-size: 13px;
}
.help-block {
  color: red;
}
.input-search-filters {
  padding: 0 15px;
  margin: 3px;
  margin-bottom: 10px;
}
.width-full-percent {
  width: 100%;
}
.search-go-btn {
  border: 0;
  background: #333533;
  color: #fff;
  padding: 6px 15px;
  margin-top: 30px;
}
.banner-under-breadcrumbs {
  position: relative;
  background: #ebf1f4;
  padding: 50px 0;
  z-index: 0;
}
.banner-under-breadcrumbs h2 {
  text-transform: uppercase;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  color: #3f3f3f;
}
.banner-under-breadcrumbs h2 span {
  color: #ffd100;
}
.banner-under-breadcrumbs img {
  width: 100%;
}
.financing-p {
  font-family: "Poppins";
  margin: 5px;
  color: #3e3f3e;
  padding-bottom: 30px;
}
.financing-option-p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 30px;
}
.quick-easy {
  position: relative;
  display: block;
  padding: 50px 0;
}
.extra-widget-finance {
  position: relative;
  background: #3e3f3e;
  padding: 30px 0;
}
.section-title-finance h3 {
  font-family: "Cinzel";
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.section-title-finance p {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.secondary-banner-finance {
  position: relative;
  background: #3e3f3e;
  padding: 39px 0;
}
.preCarMart-page-list-finance {
  position: relative;
  top: 54px;
}
.padding-text {
  top: 5px;
}
.padding-button {
  margin: 25px 0 0;
}
.vedio_title {
  color: #000;
  font-family: Poppins;
  font-size: 37px;
  font-style: normal;
  font-weight: 275;
  line-height: 109%;
  text-transform: uppercase;
  border-bottom: none;
  text-align: center;
}
.extra-link2 {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 0;
  position: relative;
  height: 45px;
}
.extra-link2:hover {
  color: #fff;
  text-decoration: none;
  background: #f9a01c;
}
.extra-link-btn {
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px 0;
  position: relative;
  height: 45px;
}
.extra-link-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #f9a01c;
}
.input-finance {
  width: 100%;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  margin-right: 6px;
  padding: 12px;
  font-size: 18px;
}
.input-finance::placeholder {
  font-family: Poppins;
  font-size: 15px;
  line-height: 35px;
  color: #c4c4c4;
  padding-left: 15px;
  line-height: normal;
}
.eligibility-form {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #897f6d;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 20px;
  color: #939799;
}
.eligibility-form::placeholder {
  line-height: normal;
}
.eligible-form {
  height: auto;
  padding-top: 26px;
}
.eligibility-form-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #897f6d;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 15px;
  color: #939799;
}
.select-items {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #897f6d;
  box-sizing: border-box;
  border-radius: 8px;
}
.eligibility-form::placeholder {
  font-family: Poppins;
  font-size: 16px;
  line-height: 35px;
  color: #939799;
}
.label-section-1 {
  position: absolute;
  bottom: 55%;
  left: 35px;
  background: #ebf1f4;
  font-size: 16px;
  padding: 0 10px;
}
.label-section-2 {
  position: absolute;
  bottom: 55%;
  left: 35px;
  background: #ebf1f4;
  font-size: 16px;
  padding: 0 10px;
  color: #212529;
}
.label-top-salaried {
  position: absolute;
  top: -5%;
  left: 20px;
  background: #ebf1f4;
  font-size: 16px;
  padding: 0 10px;
  color: #212529;
}
.label-top-liabilities {
  position: absolute;
  top: -5%;
  left: 20px;
  background: #ebf1f4;
  font-size: 16px;
  padding: 0 10px;
  color: #212529;
}
.label-top-occupation {
  position: absolute;
  top: -5%;
  left: 20px;
  background: #ebf1f4;
  font-size: 16px;
  padding: 0 10px;
  color: #212529;
}
.pos-relaive {
  position: relative;
}
.display-flex {
  display: flex;
  flex-direction: row;
}
.display-flex-col-8 {
  display: flex;
  flex-direction: row;
}
.form-margin {
  margin-bottom: 30px;
}
.form-margin-dflex {
  margin-bottom: 10px;
}
.form-control:focus {
  color: #495057;
  background-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}
.calendar-image img {
  position: absolute;
  top: 7px;
  right: 32px;
  width: auto;
  cursor: pointer;
}
.name-image img {
  position: absolute;
  top: 7px;
  right: 32px;
  width: auto;
}
.label-font {
  font-family: Poppins;
  font-size: 16px;
  margin-bottom: 22px;
  color: #897f6d;
}
.label-font:nth-child(3) {
  font-family: Poppins;
  font-size: 16px;
  margin-bottom: 0;
}
.col-md-8.form-group.eligibility-form.display-flex.max-width
  .col-md-4
  .form-check:nth-child(3)
  .label-font {
  border: 1px solid red;
  margin-bottom: 0;
}
.banner-under-breadcrumbs .container-fluid {
  max-width: 1080px;
}
.account-pages {
  background-image: url(data:images/profile-img.png);
  padding-top: 70px;
}
.location-heading {
  color: #000;
}
.footer-buy-link {
  font-size: 10px;
}
.user-booking-table td {
  border: 1px solid #000;
  text-align: center;
}
.user-booking-table td,
th {
  width: 10%;
}
.login-background {
  background: url(../images/background-1.jpg) no-repeat;
}
.register-background {
  background: url(../images/register.jpg) no-repeat;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.buy-login {
  text-align: center;
  margin-top: -10px;
  color: #000;
}
.wishlist {
  margin-top: 50px;
  margin-bottom: 50px;
}
.wishlist-action img {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 320px) and (max-width: 424px) {
  .youtube-url {
    width: 100%;
  }
}
@media only screen and (min-width: 425px) and (max-width: 1024px) {
  .youtube-url {
    width: 100%;
  }
}
.footer-contact-image {
  width: 15px;
}
.location-model {
  height: 300px;
}
.home-wishlist {
  width: 25%;
}
@media only screen and (min-width: 320px) and (max-width: 426px) {
  .car-container {
    margin-bottom: 15px;
  }
  .fullheighvh {
    height: 40vh;
  }
}
.fb {
  font-size: 30px;
}
.login-page-view {
  text-align: center;
}
.login-text {
  font-weight: 700;
  font-size: 30px;
  color: #3f3f3f;
}
.register-page-view {
  text-align: center;
}
.register-text {
  font-weight: 700;
  font-size: 30px;
  color: #3f3f3f;
}
.login-modal-text {
  color: #000;
}
@media only screen and (min-width: 1440px) {
  .home-car-content {
    font-size: small;
  }
}
.inspection-image {
  width: 20px;
  height: 20px;
}
.inspection-image-green {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.login-header-image {
  width: 17px;
  height: 17px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 728px) and (max-width: 1024px) {
  .selling-car-containerm {
    display: inline-flex;
    width: max-content;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .job-summary {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .view-map {
    margin-top: 33px;
  }
}
.inspection-navs {
  padding: 1px;
}
.inspection-modal-image img {
  float: right;
}
#list-view-car {
  height: 105px;
}
.buy-details-image {
  height: 120px;
}
.cartimage {
  width: 26px;
}
.feature-tile ul {
  padding-left: 0;
}
.feature-tile ul li {
  list-style-type: none;
}
.feature-tile ul li i {
  border-radius: 100%;
  border: 1px solid #8268fc;
  color: #202a35;
  padding: 10px;
  text-align: center;
  height: 60px;
  width: 60px;
}
.feature-tile ul li .align,
.feature-tile ul li .text {
  display: table-cell;
  vertical-align: top;
}
.dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
}
.leftspaceli {
  padding-left: 15px;
}
.margintopzero {
  margin-top: 0 !important;
}
.addressp {
  font-size: 14px !important;
  line-height: 1.7rem;
  font-weight: 100;
}
.leftspaceliaddress {
  padding-left: 4px;
}
.addressrow {
  padding-left: 13px;
}
.buytoppadding {
  padding-top: 11px !important;
}
.submitbtnnew {
  background: none;
  color: #333533;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333533;
  padding: 8px 0;
  position: relative;
  width: 100%;
  padding: 10px 10px;
}
.submitbtnnew:hover {
  color: #fff;
  text-decoration: none;
}
.submitbtnnew::before,
.submitbtnnew::after {
  background: #333533;
  content: "";
  position: absolute;
  z-index: -1;
}
.submitbtnnew::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.submitbtnnew:hover::after {
  width: 100%;
}
.submitbtnnew,
.submitbtnnew:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-widget1 {
  padding: 0 72px 20px;
  padding-bottom: 12px;
}
.displayflex {
  display: flex !important;
}
.fullwidth {
  width: 100% !important;
}
#heart {
  color: #fff;
  font-size: 20px;
  text-shadow: -1px 0 #ffd100, 0 2px #ffd100, 2px 0 #ffd100, 0 -1px #ffd100;
}
#heart.red {
  color: #ffd100;
}
.fa-heart-o {
  color: #ffd100;
  font-size: 20px !important;
}
.fa-heart {
  color: #ffd100;
  font-size: 20px !important;
}
.searchicon {
  color: #3f3f3f;
}
.searchicon:hover {
  color: #ffd100;
  cursor: pointer;
}
.aboutheading {
  font-size: 19px;
}
.abstract-shape1 {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: #ddd;
  border-radius: 50%;
  left: 19px;
  top: -15px;
  z-index: -1;
}
.abstract-shape1.shape5 {
  background: #d0be8c;
}
.abstract-shape1.shape1 {
  background: #c59bb9;
}
.abstract-shape1.shape2 {
  background: #eea394;
}
.abstract-shape1.shape3 {
  background: #9e9dd3;
}
.abstract-shape1.shape4 {
  background: #8cd0c8;
}
.paddingbottomzero {
  padding-bottom: 0 !important;
}
.paddingtopzero {
  padding-top: 0 !important;
}
.about-banner {
  position: relative;
  background: url(../images/aboutbanner1.png) no-repeat left;
  background-size: 100%;
  background-position: 0 -20px;
  height: 370px;
}
.careercontainer {
  background-color: #194e83;
  padding: 20px;
  color: #fff;
  padding-bottom: 24px;
}
.marginzero {
  margin: 0 !important;
}
.login-forgot-password {
  color: #000;
}
.home-testimonial {
  text-overflow: ellipsis;
}
.make-search {
  margin-left: 20px;
}
.commonanimatedbtn button {
  font-size: 16px;
  background: #fff;
  color: #333533;
  border: 1px solid #333533;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 9px !important;
  width: 100%;
}
.commonanimatedbtn button:hover {
  color: #fff;
}
.commonanimatedbtn button::after {
  content: "";
  background: #333533;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #fff;
}
.commonanimatedbtn button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn button.slide_from_left::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.precar-form .form-widgetsubmit {
  width: 100%;
  border-right: none;
}
.borderrightwhite {
  border-right: 1px solid #fff;
}
.commonheading {
  display: block;
  text-transform: uppercase;
  width: 85%;
}
.commonparagraph {
  color: #212529 !important;
  font-size: 14px;
}
.liacolumn {
  padding-left: 3rem;
}
.commonanimatedbtn1 button {
  font-size: 16px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 9px !important;
  width: 100%;
}
.commonanimatedbtn1 button:hover {
  color: #3e3f3e;
}
.commonanimatedbtn1 button::after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #3e3f3e;
}
.commonanimatedbtn1 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn1 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn1 button.slide_from_left1::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.footerlinka {
  color: #fff;
  font-size: 14px;
}
.footerlinka:hover {
  color: #fff;
  text-decoration: underline;
}
.contactlinka {
  color: #fff;
}
.contactlinka:hover {
  color: #fff;
  text-decoration: none;
}
.sellercontainer {
  padding-left: 16px;
}
.paddingrightzero {
  padding-right: 0;
}
.documenticon {
  box-shadow: 0 5px 5px 0 #000;
  border-radius: 50%;
}
.documenticon:hover {
  box-shadow: 0 0 0 4px #920000;
}
.extra-link2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333533;
  text-decoration: none;
  margin: 20px 0 0;
  border: 1px solid #333533;
  padding: 10px 0;
  position: relative;
  z-index: 1 !important;
}
.extra-link2:after {
  position: absolute;
  content: "";
  background: #e1e1e1;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  z-index: -1;
  transition: 0.2s;
}
.extra-link2:hover {
  text-decoration: none;
  color: #fff;
}
.extra-link2:hover:after {
  top: 0;
  left: 0;
  background: #ffd100;
  opacity: 1;
  z-index: -1;
}
.textdropdown:focus-visible {
  outline: none !important;
}
.range-value {
  font-size: 13px;
}
.fullborder {
  border: 1px solid #b5b2b2 !important;
}
.paddingleftlogin {
  padding-left: 15px !important;
}
.loginlabel {
  color: #0a001f;
  font-weight: 100;
}
.normalfontweight {
  font-weight: 100 !important;
}
.coloryellow {
  color: #ffd100;
}
.borderrightblue {
  border-right: 1px solid #3f3f3f;
}
.detailcontainer {
  width: 63%;
}
.homefilter {
  padding: 15px !important;
}
.carcard {
  height: 100% !important;
}
.autowidth {
  width: auto !important;
}
/*.navbar {
  padding: 0.5rem 0 0.5rem 15px !important;
  position: fixed;
  width: 100%;
  top: 0;
}
*/
.navbar-fixed {
  top: 0;
  z-index: 2 !important;
  position: fixed !important;
  width: 100%;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}
.automargin {
  margin: auto;
}
.paddingrightzero1 {
  padding-right: 0;
}
.careercontainerno {
  padding-right: 0;
  margin-right: 0;
}
.colorgrey {
  color: #212529;
}
.case-sentence::first-letter {
  text-transform: uppercase;
}
.noborderbottom {
  border-bottom: none !important;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  margin: 12px;
  height: auto;
}
.slick-frame {
  visibility: hidden;
}
.z-depth-2 {
  border: none;
  margin-bottom: 30px;
  box-shadow: 2px 5px 9px #042e46;
  transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
}
.frameimg {
  height: 169px;
  width: 100%;
  margin-bottom: -8%;
  border-radius: 7px;
}
.card-action {
  background-image: linear-gradient(
    to bottom,
    #042e46,
    #003e61,
    #004f7e,
    #00609b,
    #0071ba
  );
  min-height: 48px;
  padding-top: 13px;
  width: 100%;
  margin: auto;
}
.card-footer {
  background: #3f3f3f;
  border-top: 0;
}
.card-deck .card {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  margin-right: 15px;
  margin-bottom: 0;
  height: 100%;
  border: none;
  border-radius: 0;
}
.card-deck .card .card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-deck {
  width: 100% !important;
}
.card-footer {
  padding: 0.25rem 0;
  background-color: #fff;
  border-top: none;
  padding-bottom: 0;
}
.commonanimatedbtn2 button {
  font-size: 16px;
  background: #fff;
  color: #333533;
  border: 1px solid #333533;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 9px !important;
  width: 86%;
}
.commonanimatedbtn2 button:hover {
  color: #fff;
}
.commonanimatedbtn2 button::after {
  content: "";
  background: #333533;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #fff;
}
.commonanimatedbtn2 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn2 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn2 button.slide_from_left2::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.fontweightheading {
  font-weight: 700;
}
.login-button {
  margin-top: 30px;
  margin-bottom: 20px;
}
label {
  display: contents !important;
  margin-bottom: 0.5rem;
}
.wishlist-count {
  color: #fffffc;
  background-color: #333533;
  border-radius: 75%;
  width: 20px;
  text-align: center;
  font-size: 15px;
  margin-top: -8px;
  margin-left: 17px;
  position: absolute;
}
.cust-profile .nav-tabs .nav-link.active,
.cust-profile .nav-tabs .nav-item.show .nav-link {
  color: #333533;
  background-color: transparent;
  border-bottom: 3px solid #333533 !important;
}
.topmargin-sm {
  margin-top: 30px !important;
}
.cust-profile .form-control {
  color: #495057;
  background-color: #ffffff73;
  border: 0 solid #ced4da;
  box-shadow: 2px 2px 20px 0 #ddd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 10px;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.addressrow {
  padding-left: 22px;
}
.share-facebook {
  text-align: center;
  letter-spacing: 5px;
}
.custom-control {
  display: grid;
}
.cursorpointer {
  cursor: pointer !important;
}
.booknowicon {
  width: 23px;
}
.nowishlisth {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
  color: #3f3f3f;
  font-weight: 600;
}
.colorblue {
  color: #3f3f3f;
}
.commonanimatedbtn3 button {
  font-size: 16px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 9px !important;
  width: 86%;
}
.commonanimatedbtn3 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn3 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn3 button.slide_from_left3::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.commonanimatedbtn4 button {
  font-size: 16px;
  background: #ffd100;
  color: #000;
  border: 1px solid #ffd100;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 9px !important;
  width: 86%;
}
.commonanimatedbtn4 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn4 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn4 button.slide_from_left4::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.usericon {
  font-size: 23px !important;
  color: #333533;
}
@media only screen and (max-width: 600px) {
  .username {
    display: none;
  }
}
.notiflix-report-message {
  text-align: center;
}
.notiflix-report-button {
  margin-left: 38% !important;
  float: left !important;
}
.middle-footer {
  width: 98%;
  margin: auto;
}
.addressrow1 {
  padding-left: 13px;
}
.newbg {
  background-color: #2782c2;
}
.prati {
  background-color: #333533;
}
.newbggrey {
  background-color: #939593;
}
.marginbottomzero {
  margin-bottom: 0 !important;
}
.whoweareheading {
  font-size: 20px;
}
.commonanimatedbtn5 button {
  font-size: 13px;
  background: #fff;
  color: #333533;
  border: 1px solid #333533;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 8px !important;
  width: auto;
}
.commonanimatedbtn5 button:hover {
  color: #fff;
}
.commonanimatedbtn5 button::after {
  content: "";
  background: #333533;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #fff;
}
.commonanimatedbtn5 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn5 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn5 button.slide_from_left5::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.listrightpadding {
  padding-right: 5px;
}
#sidebarWrap {
  height: 400px;
  width: 210px;
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
#footer {
  clear: both;
  margin: 10px 0;
}
#sidebar {
  width: 274px;
  height: 100%;
  position: absolute;
}
#header #fixedHeader {
  top: 0;
  padding: 0;
  width: 1000px;
  margin: 0 0 0 -5px;
  color: #fff;
  clear: both;
  z-index: 5;
}
#sidebar.fixed {
  position: fixed;
  top: 122px;
}
#footer {
  height: 100%;
}
.firstrow {
  padding: 0 5px !important;
  font-size: 13px;
  vertical-align: middle;
  border-right: 1px solid #000;
}
.heightauto {
  height: auto;
  max-height: 264px;
}
.filtercontainer {
  width: 90%;
}
.whitebg {
  background-color: #fff !important;
}
.bottom-footer {
  width: 98%;
  margin: auto;
}
.nobordertop {
  border-top: none !important;
}
.tablep {
  color: #3e3f3e !important;
}
.commonanimatedbtn6 button {
  font-size: 16px;
  background: #fff;
  color: #333533;
  border: 1px solid #333533;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 6px !important;
  width: 100%;
}
.commonanimatedbtn6 button:hover {
  color: #fff;
}
.commonanimatedbtn6 button::after {
  content: "";
  background: #333533;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #fff;
}
.commonanimatedbtn6 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn6 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn6 button.slide_from_left6::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.commonanimatedbtn7 button {
  font-size: 16px;
  background: #333533;
  color: #fff;
  border: 1px solid #333533;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 6px !important;
  width: 100%;
}
.commonanimatedbtn7 button:hover {
  color: #333533;
}
.commonanimatedbtn7 button::after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #333533;
}
.commonanimatedbtn7 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn7 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn7 button.slide_from_left7::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
ul#ui-id-1 {
  z-index: 3000 !important;
  position: fixed;
}
.fullmaxwidth {
  max-width: 100% !important;
}
.locationmodal {
  width: 72% !important;
}
.selectformcity-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 10px 0 0;
  font-size: 16px;
  border-radius: 0;
  color: #7c7c7c !important;
  border: none;
  border-bottom: 1px solid #ddd;
}
.selectformcity-text:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.selectformcity .selectformcity-text {
  appearance: none;
  -webkit-appearance: none;
}
.selectformcity:after {
  position: absolute;
  top: 35px;
  right: 4%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ddd;
  pointer-events: none;
}
.selectformcity-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.selectformcity-text:focus ~ .selectformcity-label,
.selectformcity-text:valid ~ .selectformcity-label {
  color: #2f80ed;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 14px;
}
.modal {
  padding-right: 0 !important;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8f958f;
}
.detailcarousel {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px 0 #000;
}
.flex-containermobilefilter {
  display: flex;
  flex-wrap: nowrap;
}
.flex-containermobilefilter > div {
  width: 100%;
}
.commonanimatedbtn8 button {
  font-size: 16px;
  background: #ffd100;
  color: #fff;
  border: 1px solid #ffd100;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 9px !important;
  width: 100%;
}
.commonanimatedbtn8 button:hover {
  color: #ffd100;
}
.commonanimatedbtn8 button::after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #fff;
}
.commonanimatedbtn8 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn8 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn8 button.slide_from_left8::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.already-verified {
  text-align: center;
  padding-top: 2%;
  color: #3f3f3f;
  font-weight: 600;
}
.footer-text a {
  font-size: 10px;
}
.detailicons {
  height: auto !important;
  width: auto !important;
}
.greyborderright {
  border-right: 1px solid #c4c4c4;
  height: fit-content;
}
.commonanimatedbtn9 button {
  font-size: 21px;
  background: #ffd100;
  border: 1px solid #ffd100;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 6px !important;
  width: auto;
  height: auto;
  font-weight: 600;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.commonanimatedbtn9 button:hover {
  color: #fff;
}
.commonanimatedbtn9 button::after {
  content: "";
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #fff;
}
.commonanimatedbtn9 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn9 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn9 button.slide_from_left9::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.colorblack {
  color: #000;
  padding-top: 12px;
}
.detailcolumnfirst {
  padding-top: 20px;
}
.detailcolumnlast {
  padding-top: 27px;
}
.carouselcontainer {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: contain;
}
#carousel-thumbs {
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
#carousel-thumbs .selected img {
  border: 1px solid #ffd100;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
.detailrow {
  padding-top: 15px;
}
.flex-container3 {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container3 > div {
  margin: 1px;
}
.flexdiv1 {
  padding-right: 10px;
}
.flexdiv2 {
  padding-right: 10px;
  padding-left: 10px;
}
.flexdiv3 {
  padding-left: 10px;
}
.flexdiv4 {
  padding-right: 4px;
  padding-left: 14px;
}
.wishlistpadding {
  padding-top: 14px !important;
}
.breadcrumbcontainer {
  width: 94%;
}
.listpopup {
  height: 375px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width:none;
  font-size: 14px !important;
}
.rsdetails {
  padding-right: 24px;
}
.flex-container4 {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container4 > div {
  margin: 1px;
}
.menu {
  width: 100%;
  z-index: 0;
  position: static;
}
.menu.sticky {
  position: fixed;
  top: 33px;
  display: flex;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 #000;
  left: 0;
  padding-top: 18px;
  z-index: 1;
}
.menu {
  display: flex;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 #000;
  left: 0;
  margin-top: 40px;
}
.breadcrumbleft {
  padding-left: 66px;
}
.breadcrumbright {
  padding-right: 69px;
}
.enquirebtnrow {
  padding-right: 3px;
  padding-left: 0;
}
.mobile-filter .right-content1 {
  width: 75%;
  float: left;
  padding: 50px 37px 0;
  padding-left: 34px;
  padding-right: 15px;
}
.rightcontent1 {
  padding-left: 36px !important;
}
.carousel-control-next-icon {
  background-image: url(../images/arrow-slider-right.png);
  width: 12px;
}
.carousel-control-prev-icon {
  background-image: url(../images/arrow-slider-left.png);
  width: 12px;
}
.sticky .breadcrumbleft {
  padding-left: 53px !important;
}
.multestagebg {
  position: relative;
  background: #ebf1f4;
  padding: 50px 0;
  z-index: 0;
}
.inspectionp {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
#main {
  background-color: #fff;
  padding-bottom: 19px;
}
#main #faq .card {
  margin-bottom: 0;
  border: 0;
}
#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 20px;
  border-top: 1px solid #ffd100;
  border-radius: 0;
  font-size: 18px;
}
#main #faq .card .card-header .btn-header-link:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3e3f3e;
  margin-top: 14px;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "";
}
#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}
#main #faq .card .collapse {
  border: 0;
}
#main #faq .card .collapse.show {
  background: #fff;
  line-height: 35px;
  color: #222;
  font-size: 18px;
}
.accordion > .card > .card-header {
  border-radius: 50px;
  background: none;
  /* background: rgba(196, 196, 196, 0.3);
  backdrop-filter: blur(16.980337142944336px); */
}
.accordianbody {
  padding: 10px 10px 10px 47px;
}
.flex-containerdata {
  display: flex;
  padding: 15px;
  padding-bottom: 0;
}
.flex-containerdata > div {
  width: 100%;
}
.flex-containerdatabg {
  display: flex;
  background-color: #ebf1f4;
  padding: 15px;
  padding-bottom: 0;
}
.flex-containerdatabg > div {
  width: 100%;
}
.greentick {
  width: 20px;
}
.numberdiv {
  width: 100% !important;
}
.datalistbg {
  border: 1px solid #d3d3d3;
  margin-bottom: 8px;
}
.iconright {
  text-align: right;
}
.wecheckbg {
  position: relative;
  padding: 10px 0;
  z-index: 0;
  padding-bottom: 40px;
}
.sharep {
  color: #000;
  padding-top: 12px;
}
.wishlistp {
  color: #000;
  padding-top: 14px;
}
.inspectionheading {
  font-size: 30px;
  color: #3f3f3f;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.followtext {
  font-size: 18px;
  margin-bottom: 5px;
}
.flex-containersocial {
  display: flex;
  flex-wrap: nowrap;
}
.flex-containersocial > div {
  margin-right: 10px;
}
.flex-containerinspection {
  display: flex;
}
.flex-containerinspection > div {
  margin-top: 18px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.firstinsdiv {
  width: 10%;
}
.vedio_title {
  font-size: 30px;
  color: #3f3f3f;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding-right: 10px;
}
.vedio_title h3 {
  font-size: 30px;
  color: #3f3f3f;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding-right: 10px;
}
.vedio_title span {
  font-size: 30px;
  color: #ffd100;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  border-left: 2px solid;
  padding-left: 28px;
}
.top-left {
  position: absolute;
  top: 200px;
  left: 60px;
  width: 50%;
  font-size: 60px !important;
}
.top-left h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}
.top-left h1 span {
  display: block;
  font-size: 36px;
}
.bram {
  display: none;
}
.homebannerdesktop {
  width: 100%;
  padding-top: 76px;
  height: 100vh;
}
.homebannermobile {
  width: 100%;
  padding-top: 93px;
  height: 348px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder {
  line-height: normal !important;
}
#main1 {
  margin: 20px 0;
  background-color: #fff;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: -83px;
}
.extra-link3 {
  display: inline-block;
  width: auto;
  text-align: center;
  color: #333533;
  text-decoration: none;
  margin: 1px 0 0;
  border: 1px solid #333533;
  padding: 10px 0;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.extra-link3:after {
  position: absolute;
  content: "";
  background: #e1e1e1;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  z-index: -1;
  transition: 0.2s;
}
.extra-link3:hover {
  text-decoration: none;
  color: #fff;
}
.extra-link3:hover:after {
  top: 0;
  left: 0;
  background: #ffd100;
  opacity: 1;
  z-index: -1;
}
.form-control:focus {
  border-color: #897f6d !important;
}
.loginform:focus {
  border-color: #ddd !important;
}
.price {
  position: relative;
  float: right;
  padding: 6px 10px 4px 4px;
  margin-left: 18px;
  background-color: #3f3f3f;
  text-align: right;
}
.price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -12px;
  height: 100%;
  width: 16px;
  background-color: #3f3f3f;
  transform: skew(-14deg, 0deg);
  z-index: 0;
}
.normal-price {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  z-index: 1;
  padding-right: 8px;
}
.bottomcar {
  font-weight: 100;
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 5px;
  width: max-content;
}
.flex-container11 {
  display: flex;
}
.flex-container11 > div {
  margin-right: 13px;
}
.form-control {
  height: calc(1.5em + 0.75rem + 6px);
}
.flex-container12 {
  display: flex;
  width: 100%;
}
.flex-container12 > div {
  float: left;
}
.buyicon {
  width: 16px;
  margin-right: 6px;
}
.buyicon1 {
  width: 16px;
  margin-right: 0;
}
.container12top {
  padding-top: 10px;
}
.filtermodelbody {
  padding-bottom: 16px;
}
.filtersearch {
  width: 99% !important;
}
.makerightarrow {
  margin-right: 20px;
}
.checkboxmake::before {
  left: -1rem !important;
}
.checkboxmake::after {
  left: -1.2rem !important;
}
.filterbtn {
  background-color: #000;
  color: #fff;
  width: auto;
  padding: 5px 55px;
  outline: none;
  border: 2px solid #000;
  border-radius: 0;
  height: 40px;
  font-size: 18px;
}
.filterbtn:hover {
  background-color: #333533;
  color: #fff;
  width: auto;
  padding: 5px 55px;
  outline: none;
  border: 2px solid #333533;
  border-radius: 0;
  height: 40px;
  font-size: 18px;
}
.filter-action-ctrls button {
  display: table-cell;
  width: 50%;
  padding: 5px 0;
}
.filter-action-ctrls {
  position: relative;
  bottom: 0;
  display: table;
  width: 100%;
  background: #fff;
  padding-top: 20px;
}
.pricebtnrow {
  margin-top: 12px;
  margin-bottom: 16px;
}
.modal-backdrop {
  z-index: 0 !important;
}
.loanimage {
  height: 100%;
  width: 100%;
}
.pay-once-title p {
  margin: 0;
  color: #ffd100;
  font-size: 22px;
}
.commonanimatedbtn10 button {
  font-size: 16px;
  background: #3e3f3e;
  color: #fff;
  border: 1px solid #3e3f3e;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 9px !important;
  width: 86%;
}
.commonanimatedbtn10 button:hover {
  color: #000;
}
.commonanimatedbtn10 button::after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  padding: 10px;
  display: block;
  color: #fff;
}
.commonanimatedbtn10 button[class^="slide"]::after {
  transition: all 0.35s;
}
.commonanimatedbtn10 button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.commonanimatedbtn10 button.slide_from_left10::after {
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.emihr {
  width: 93%;
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7afnpV-BGlaFfdAhLEY6w&skey=a1029226f80653a8&v=v11)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
.logofont {
  font-family: "Calibri";
  color: #1b5b8b;
  font-size: 27px;
  font-weight: 500;
}
.ptext {
  font-weight: 500;
  font-size: 40px;
}
.logoa {
  display: flex;
}
.logoa:hover {
  text-decoration: none;
}
.navwidthcheck {
  text-align: center;
  margin: auto;
  margin-right: 1px;
}
.checkpills {
  margin: auto;
  width: 96%;
}
.checkpills .nav-link {
  border-radius: 0;
  height: 48px;
  border: 1px solid #333533;
  color: #333533;
  padding-right: 10px;
  padding-left: 10px;
}
.tab-controls {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 991px) {
  .tab-controls {
    display: block;
    text-align: center;
  }
}
.tab-controls .tab-item {
  display: inline-block;
  width: auto;
}
.tab-section {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 72%;
  margin: auto;
}
@media screen and (min-width: 991px) {
  .tab-section .tab-item .tab-title {
    display: none;
  }
}
.tab-item {
  display: block;
  width: 100%;
}
.tab-item .tab-title {
  background: #fff;
  border: 1px solid #333533;
  cursor: pointer;
  display: block;
  padding: 0.5rem;
  transition: 0.4s ease;
  width: 88%;
  color: #333533;
  margin: auto;
}
.tab-item .tab-title:hover,
.tab-item .tab-title.is-active {
  background: #333533;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .tab-item .tab-title {
    width: auto;
  }
}
.tab-item .tab-content {
  box-sizing: border-box;
  display: none;
  height: 0;
  left: 0;
  opacity: 0;
  padding: 0 2rem;
  position: relative;
  transition: 0.4s ease;
  visibility: hidden;
  width: 100%;
}
.tab-item .tab-content.is-active {
  display: block;
  height: auto;
  opacity: 1;
  padding: 1rem 2rem;
  visibility: visible;
}
.logincontent {
  margin-top: 74px;
}
.modal-header {
  border-bottom: none !important;
  padding-top: 0;
}
.blockmsg {
  color: red;
  font-size: 12px;
  margin-bottom: 0;
}
.homewidget ul li {
  width: auto;
  font-size: 17px;
}
.homewidgetli {
  margin-right: 32px;
  color: #1b5b8b;
  font-weight: 700 !important;
  font-size: 18px;
}
.homewidgetli1 {
  margin-right: 32px;
  font-size: 17px;
}
.carcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
}
.carcard img {
aspect-ratio: 2/1.3;
}
.pricetag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffd100;
  font-size: 17px;
  color: #fff;
  padding: 6px 10px 3px;
}
.carheading {
  color: #3f3f3f;
}
.card_car_price {
  font-weight: 600;
  font-size: 24px !important;
  color: #202020 !important;
  line-height: 27.6px;
}
.carhomecontainer {
  padding-top: 14px;
}
#homehr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.servicescontainer {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 15px;
}
.sericon {
  margin-bottom: 10px;
  height: 42px;
}
.servicediv {
  position: relative;
  padding: 24px 0;
}
.contactdiv {
  width: 100%;
}
.contactcontainer {
  background-color: #ffd100;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contactrow {
  width: 95%;
  margin: auto;
}
.borderwhiteright {
  border-right: 1px solid #fff;
}
.contactp {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}
.contacticon {
  height: 22px;
}
.contactlink {
  color: #fff;
}
.contactlink:hover {
  color: #fff;
  text-decoration: none;
}
.interestselect {
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  flex: 1;
  color: #7a7a7a;
  background-image: none;
  cursor: pointer;
  border-bottom: 1px solid #b5b2b2;
}
.interestselect::-ms-expand {
  display: none;
}
.selectinterest {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.selectinterest::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.25s all ease;
  pointer-events: none;
  background-image: url(../images/downarrow.png);
  width: 23px;
  height: 39px;
  background-repeat: no-repeat;
}
.serviceheading {
  font-size: 30px;
  color: #3f3f3f;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.nocarcard {
  background-color: #ebf1f4;
  padding-top: 9%;
  padding-bottom: 9%;
  text-align: center;
  border: none;
  border-radius: 0;
}
.nocarheading {
  font-size: 26px;
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 700;
}
.nocarcontainer {
  padding-right: 0;
  padding-left: 0;
}
.readlink {
  color: #3f3f3f;
  font-size: 16px;
}
.readlink:hover {
  color: #3f3f3f;
  font-size: 16px;
}
.newbanner {
  position: relative;
  padding: 19px 0;
}
.privacy-content {
  margin-top: -32px;
}
.testindicators {
  justify-content: flex-start;
  margin-left: 0;
  top: 100%;
}
.testindicators li {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  opacity: 1;
}
.testindicators .active {
  background-color: #ffd100;
}
.contactmenu {
  margin-top: 0 !important;
  padding-bottom: 33px;
  padding-top: 17px;
  box-shadow: none;
}
.contactmenu.sticky {
  position: fixed;
  top: 76px;
  display: flex;
  background-color: #fff;
  left: 0;
  padding-top: 18px;
  z-index: 1;
  padding-bottom: 18px;
}
.testitem {
  min-height: 200px;
}
#words {
  font-size: 12px;
  color: #333533;
  line-height: 1rem;
  padding-top: 10px;
  margin-bottom: 0;
}
#words:first-letter {
  text-transform: capitalize;
}
.usecarheadingblue {
  font-weight: 700;
  font-size: 26px;
  color: #3f3f3f;
}
.usecarheadingyellow {
  font-weight: 700;
  font-size: 26px;
  color: #ffd100;
}
input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  color: transparent;
  position: relative;
}
input[type="date"]::-webkit-datetime-edit-year-field {
  position: absolute !important;
  border-left: 1px solid #8c8c8c;
  padding: 2px;
  color: #000;
  left: 56px;
}
input[type="date"]::-webkit-datetime-edit-month-field {
  position: absolute !important;
  border-left: 1px solid #8c8c8c;
  padding: 2px;
  color: #000;
  left: 26px;
  padding-left: 6px;
}
input[type="date"]::-webkit-datetime-edit-day-field {
  position: absolute !important;
  color: #000;
  padding: 2px;
  left: 0;
}
#birthday {
  padding-left: 15px;
}
.nocarheadingnew {
  font-size: 19px !important;
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 700;
}
.rightcontent2 {
  padding-left: 40px !important;
}
.ui-widget {
  font-size: 18px;
  border-radius: 4px;
}
.ui-menu-item-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}
.ui-menu-item-wrapper:hover {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}
.ui-menu .ui-menu-item {
  padding-right: 0;
  padding-left: 0;
}
.textdropdown::placeholder {
  color: #000;
}
.noboxshadow {
  box-shadow: none !important;
  padding: 0 !important;
}
.buymenu {
  margin-top: 0 !important;
  box-shadow: none;
}
.buymenu.sticky {
  position: fixed;
  top: 76px;
  display: flex;
  background-color: #fff;
  z-index: 4;
  padding: 33px 30px 0;
}
.desktopbuymenu {
  margin-top: 0 !important;
  box-shadow: none;
}
.desktopbuymenu.sticky {
  position: fixed;
  top: 55px;
  display: flex;
  background-color: #fff;
  left: 0;
  padding-right: 107px;
  padding-left: 80px;
  z-index: 1;
  padding-bottom: 2px;
}
.impermsg {
  height: 100vh;
  width: 100%;
}
.feature-tile1 ul {
  margin-bottom: 0;
  margin-top: -8px;
}
.feature-tile1 ul li {
  list-style-type: none;
}
.feature-tile1 ul li i {
  color: #ffd100;
}
.feature-tile1 ul li .text p {
  font-weight: 100 !important;
}
.feature-tile1 ul li .text {
  padding-left: 8px !important;
}
.feature-tile1 ul li .align,
.feature-tile1 ul li .text {
  display: table-cell;
}
.phonelink {
  color: #212529;
}
.phonelink:hover {
  color: #212529;
}
.feature-tile2 ul {
  padding-left: 0;
  margin-bottom: 42px;
}
.feature-tile2 ul li {
  list-style-type: none;
}
.feature-tile2 ul li i {
  color: #ffd100;
}
.feature-tile2 ul li .text p {
  font-weight: 100 !important;
}
.feature-tile2 ul li .align,
.feature-tile2 ul li .text {
  display: table-cell;
  vertical-align: top;
}
.accordion > .card {
  /* border: none; */
  border: 1px solid #ffd100;
  padding-left: 90px;
  padding-right: 90px;
}
#main #faqfirst .loadmore .card {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#main #faqfirst .loadmore .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}
#main #faqfirst .loadmore .card .card-header .btn-header-link.collapsed {
  color: #000 !important;
  font-weight: 100;
}
#main #faqfirst .loadmore .card .collapse {
  border: 0;
}
/* .accordianbody {
  padding: 10px 10px 10px 47px;
} */
.btn-header-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.btn-header-link.collapsed {
  color: #000 !important;
  font-weight: 100;
}
.btn-header-link:after {
  content: "\f0d7";
  font-weight: 900;
  float: right;
  font-size: 20px !important;
  font: normal normal normal 14px/1 FontAwesome;
}
/* .accordion .card {
  border: 1px solid #ffd100;
  padding-left: 90px;
  padding-right: 90px;
} */
.accordion .card-header {
  border-bottom: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.chinna_blgde .entry img {
  width: 100%;
}
.chinna_blgde .entry .entry-image a img {
  width: 100%;
  margin-bottom: 2rem !important;
}
.chinna_blgde .entry .entry-head {
  text-align: center;
}
.chinna_blgde .entry .entry-meta {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}
.chinna_blgde .entry .entry-meta ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px -20px;
  list-style: none;
  justify-content: center;
}
.chinna_blgde .entry .entry-meta ul li {
  font-size: 90%;
  margin: 0 15px 10px 0;
  color: #999;
}
.chinna_blgde .entry .entry-meta ul li a svg,
.chinna_blgde .entry .entry-meta ul li a {
  fill: #999;
  color: #999;
}
.chinna_blgde .entry .entry-meta ul li svg {
  margin-bottom: 4px;
}
.back-to-post a {
  color: #000;
  font-weight: 900;
}
.back-to-post a svg {
  margin-bottom: 4px;
}
.post-nav {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.post-nav .post-navigation a {
  color: #333533;
}
.post-nav .post-navigation a svg {
  margin-bottom: 4px;
}
.load-single-page-c {
  margin-top: 5rem;
}
.Recent {
  color: #000;
}
.mt-5 {
  margin-top: 5rem;
}
.text-center {
  text-align: center;
  font-size: 18px !important;
}
.text-center h2 {
  color: #3f3f3f;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;

  text-transform: uppercase;
}
.text-center h2 span {
  color: #ffd100;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}
.text-center p {
  max-width: 90%;
  margin: 0 auto;
  color: #3e3f3e;
  line-height: 1.5;
  font-size: 1em;
}
.card-body h5 {
  font-size: 24px;
  margin: 7px 0;
}
.card:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}
.accordion .card:hover {
  transform: none !important;
}
.card-body .date-author span {
  color: #e74c3c;
}
.card-body h5 a {
  color: #222;
}
@media (min-width: 577px) and (max-width: 768px) {
  .col {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .col {
    width: 100%;
  }
}
.section-title3 h3 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 26px !important;
  font-style: normal;
  border-bottom: 2px solid #ffd100;
  line-height: 36px; /* 138.462% */
  text-transform: uppercase;
}
.section-title3 h4 {
  color: #3f3f3f;
  text-align: center;
  font-family: Poppins;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 275;
  line-height: 36px;
  text-transform: uppercase;
}
.section-title3 h3 span {
  color: #ffd100;
  font-family: Poppins;
  font-size: 26px !important;
  font-style: normal;
  font-weight: 275;
  line-height: 36px;
  text-transform: uppercase;
}
em {
  font-style: normal;
  color: var(--primary);
}
figure {
  margin: 0;
  padding: 0;
}
fieldset {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.title {
  font-family: var(--titlefont);
}
.btn1,
.btn2 {
  padding: 1rem 2rem;
  border-radius: 10px;
  text-align: center;
  border: 0;
}
.btn1 {
  background-color: #333533;
  color: var(--white);
}
.btn1:hover {
  background-color: var(--darkyellow);
}
.btn2 {
  background-color: var(--red);
  color: var(--white);
}
.btn2:hover {
  background-color: var(--darkred);
}
.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-arrow-right {
  padding-left: 36px;
}
.btn-arrow-left {
  padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  background: inherit;
  border: inherit;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before {
  left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after {
  right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before {
  z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after {
  background-color: #fff;
}
a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
button.btn.btn-arrow-right {
  background: #333533;
}
.blog_container {
  width: 100%;
  display: flex;
  align-items: top;
  background-color: #f1f1f1;
}
.blog_content {
  padding: 2rem;
  width: 100%;
}
.blog_content .load-btn {
  display: block;
  margin: 5vh auto;
}
.left_content {
  display: flex;
  align-items: top;
  justify-content: space-between;
  flex-wrap: wrap;
  column-count: 2;
  gap: 20px 10px;
  flex: 0 0 70%;
}
.right_content {
  flex: 0 0 30%;
}
.blog_card {
  width: 100%;
  flex: 0 0 48.5%;
  overflow: hidden;
  background-color: var(--white);
}
.blog_card:nth-child(1) {
  flex: 0 0 100%;
}
.blog_card .figure {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.blog_card:nth-child(1) .figure {
  height: 300px;
}
.blog_card .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.blog_card .tag {
  padding: 5px 10px;
  background-color: #333533;
  color: var(--white);
  position: absolute;
  right: 1%;
  top: 3%;
  font-size: 12px;
}
.blog_card section {
  padding: 1rem;
  position: relative;
  background-color: var(--white);
}
.blog_card section .title {
  font-weight: 600;
  font-size: 18px;
  color: var(--dark);
  width: auto;
}
.blog_card section a:hover {
  color: var(--yellow);
}
.blog_card:hover > .figure img {
  transform: scale(1.1);
}
.share_icon {
  position: absolute;
  bottom: -30px;
  left: 10px;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  padding-right: 5px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.5s;
}
.share_icon .fa {
  padding: 5px;
  background-color: var(--darkred);
  margin-right: 10px;
}
.blog_card section img {
  width: 30%;
  margin-right: 20px;
  object-fit: cover;
  border: 5px solid rgba(1, 1, 1, 0.1);
}
.blog_card section img:nth-child(even) {
  float: left;
}
.blog_card section img:nth-child(odd) {
  float: right;
}
.columns {
  display: block;
  margin-bottom: 4vh;
  background-color: var(--white);
}
.columns section {
  padding: 1rem;
}
.columns .title {
  background-color: #333533;
  color: #fff;
  padding: 1rem;
  text-align: left;
  width: 100%;
  display: block;
  transition: 0.2s;
  border-left: 0 solid var(--dark);
}
.columns:hover > .title {
  border-left: 5px solid var(--dark);
}
.columns .title a {
  float: right;
}
.columns .title a:hover {
  color: var(--dark);
}
.search form {
  width: 100%;
  display: flex;
  align-items: center;
}
.search fieldset:nth-child(2) {
  width: 10%;
}
.search form input {
  border: 1px solid rgba(1, 1, 1, 0.1);
  padding: 1rem;
  width: 100%;
  font-weight: 600;
  color: rgba(1, 1, 1, 0.5);
}
.search .btn1 {
  border: 1px solid #333533;
  border-radius: 0;
}
.books .cards {
  position: relative;
  width: 100%;
  height: 46vh;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f1f1f1;
}
.books .cards::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  display: block;
  width: 100%;
  height: 100%;
}
.books .card_part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  transform: translateX(700px);
  background-repeat: no-repeat;
  animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
  background-color: #f1f1f1;
}
.books .card_part.card_part-two {
  z-index: 6;
  animation-delay: 7s;
  background-repeat: no-repeat;
}
.books .card_part.card_part-three {
  z-index: 5;
  animation-delay: 14s;
  background-repeat: no-repeat;
}
.books .card_part.card_part-four {
  z-index: 4;
  animation-delay: 21s;
  background-repeat: no-repeat;
}
@keyframes opaqTransition {
  3% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0);
  }
  28% {
    transform: translateX(-700px);
  }
  100% {
    transform: translateX(-700px);
  }
}
.categories a {
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 40px;
  background-color: rgba(1, 1, 1, 0.3);
  margin: 5px 3px;
  font-size: 12px;
  white-space: nowrap;
  color: var(--white);
}
.categories a:hover {
  background-color: var(--dark);
}
.posts a {
  display: flex;
  align-items: center;
  margin: 0.4rem 0;
}
.posts a img {
  width: 100px;
  margin-right: 10px;
}
.posts a:hover > p {
  color: var(--black);
}
.comments {
  position: relative;
  overflow: hidden;
  max-height: 60vh;
}
.marquee2 {
  position: relative;
  overflow: hidden;
  line-height: 1.6em;
}
.marquee2 p {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  position: relative;
  padding: 0.4rem 0;
}
.marquee2 p:before {
  content: "\f10d";
  font-family: "FontAwesome";
  margin-right: 5px;
  position: relative;
  top: -5px;
}
@keyframes marquee1 {
  0% {
    top: 10%;
  }
  100% {
    top: -100%;
  }
}
.social_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  background-color: transparent;
}
.social_icons .fa {
  padding: 7px 13px;
  background-color: #f1f1f1;
  color: var(--white);
  transition: 0.2s;
}
.social_icons a:hover > .fa {
  transform: scale(1.1);
}
.social_icons .fa-facebook {
  background-color: #3b5998;
}
.social_icons .fa-instagram {
  background-color: #fb3958;
}
.social_icons .fa-youtube {
  background-color: #c4302b;
}
.social_icons .fa-whatsapp {
  background-color: #25d366;
}
.social_icons .fa-telegram {
  background-color: #39f;
}
@media (max-width: 1000px) {
  .blog_container {
    flex-wrap: wrap;
  }
  .blog_content {
    padding: 0;
    order: 2;
  }
  .left_content {
    flex: 0 0 100%;
    order: 2;
    padding: 1rem;
  }
  .right_content {
    flex: 0 0 100%;
    order: 1;
    padding: 1rem;
  }
  .books,
  .posts,
  .comments,
  .categories {
    display: inline-block;
    width: 47%;
    margin: 1.3%;
    margin-bottom: 0;
    vertical-align: top;
    height: 63vh;
  }
  .posts {
    overflow-y: auto;
  }
  .right_content {
    flex: 0 0 100%;
  }
}
@media (max-width: 740px) {
  .blog_card {
    flex: 0 0 100%;
  }
  .posts,
  .comments,
  .books,
  .categories {
    width: 100%;
    margin: 0;
    height: auto;
    margin-bottom: 4vh;
  }
}
.credits {
  position: fixed;
  right: 0;
  bottom: 2%;
  background-color: #1e1e1e;
  padding: 0.5rem;
  font-size: 12px;
  z-index: 999;
  color: rgba(255, 255, 255, 0.7);
}
.credits a {
  color: rgba(255, 255, 255, 0.7);
}
.credits a:hover {
  color: #fff;
}
.credits .btn0 {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  border: 0;
  display: block;
  margin: 1vh auto;
  width: 100px;
  text-align: Center;
}
.credits .btn0:hover {
  color: #000;
  background-color: #b8bca7;
}
.initialjustify {
  justify-content: initial !important;
}
.custom_card {
  position: relative;
}
.custom_card .card_data_right {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(-0%, -50%);
  color: #fff;
}
.custom_card .card_data_left {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  color: #fff;
}
.slider_container .slick-prev,
.slick-next {
  filter: invert(1);
  z-index: 999;
}
.slider_container .slick-prev {
  left: 22px;
}
.slider_container .slick-next {
  right: 22px;
}
::placeholder {
  color: #333533;
  opacity: 1;
}
/* destop */
.desktopbannerhome img {
  position: relative;
}
.desktopbannerhome .banner_text_destop {
  position: absolute;
  top: 264px;
  left: 127px;
}
.desktopbannerhome .banner_text_destop h2 {
  color: #fff;
  /* font-family: Poppins; */
  font-size: 62px;
  /* font-style: normal; */
  /* font-weight: 600; */
  /* line-height: 50px; */
  text-transform: capitalize;
}
.desktopbannerhome .banner_text_destop h2 span {
  color: #fff;

  font-size: 30px;

  text-transform: capitalize;
}
.desktopbannerhome .explore_destop {
  position: absolute;
  top: 455px;
  left: 125px;
}
.box {
  border: 1px solid #ffd100;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.space_text {
  padding-right: 23px;
  padding-left: 22px;
}
.icon_img {
  border-left: 1px solid #ffd100;
  padding-right: 23px;
  padding-left: 22px;
}
.bullets {
  list-style-type: none;
  padding: 0px;
}
.bullets li {
  color: #222;

  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bullets .img_icon {
  padding-right: 25px;
}
.warning {
  background: #ffd100;
  width: 159px;
}

.button span {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 312.5% */
  text-transform: capitalize;
}
.btn-warning_destop {
  background-color: #ffffffcc;
  border-radius: none;
  width: 159px;
}
.btn-warning_destop:hover {
  background-color: #000;
  color: #fff;
  border-radius: none;
}
.finance-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.finance-calculator {
  position: relative;
  background: #ffd100;
  padding: 30px;
  width: 269px;
}
.finance-calculator h4 {
  text-align: center;
  font-size: 22px;
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-under-content .card-shade {
  height: 173px;

  background: linear-gradient(145deg, #fff 0%, #ffd100 80.23%);
}
.yellow_shade {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  position: relative;
  /* background: linear-gradient(145deg, #fff 0%, #ffd100 80.23%); */

  box-shadow: 0px 2.981px 2.981px 0px rgba(0, 0, 0, 0.25);
  width: 205px;
  height: 181px;
}
.yellow_shade:hover {
  background: linear-gradient(145deg, #fff 0%, #ffd100 80.23%);
}
.yellow_shade_para {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.yellow_shade_para1 {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yellow_shade_para1 p {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para1 h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para3 {
  position: absolute;
  top: 55%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yellow_shade_para4 {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yellow_shade_para4 h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para5 {
  position: absolute;
  top: 37px;
  right: 1px;
  text-align: center;
}
.yellow_shade_para2 {
  position: absolute;
  top: 48%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yellow_shade_para2 p {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.yellow_shade_para2 h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para5 p {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para5 h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para4 {
  position: absolute;
  top: 52%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yellow_shade_para3 h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para6 {
  position: absolute;
  top: 52%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yellow_shade_para6 p {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para6 h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para7 {
  position: absolute;
  top: 55%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yellow_shade_para7 p {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.yellow_shade_para7 h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.black {
  background-color: #202020;

  color: #fff;
  /* font-family: Avenir LT Pro; */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 193px;
}
.black:hover {
  color: #fff;
  text-decoration: none;
}

.yellow_shade_para p {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.yellow_shade_para h5 {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.content {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
/* .card_shade:hover {
  background: #ffd100;
} */
/* new mobile version */
@media (max-width: 1000px) {
  .desktopbannerhome img {
    position: relative;
  }
  /*.desktopbannerhome .banner_text {
    position: absolute;
    top: 217px;
    right: 92px;
  */
  .desktopbannerhome .banner_text h2 {
    color: #fff;
    text-shadow: 0px 5.652px 5.652px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 37.143px !important;
    font-style: normal;
    font-weight: 275;

    /* 78.125% */
    text-transform: capitalize;
  }
  .desktopbannerhome .banner_text h2 span {
    color: #fff;
    font-family: Poppins;
    font-size: 18.571px !important;
    font-style: normal;
    font-weight: 275;
    line-height: 29.018px;
    text-transform: capitalize;
  }
  /*.desktopbannerhome .explore {
    position: absolute;
    top: 374px;
    right: 234px;
  */
  .banner-mobile-content h2 span {
    color: #ffd100;
    font-family: Poppins;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 275;
    line-height: 36px;
    text-transform: uppercase;
  }
  .banner-mobile-content h2 {
    color: #3f3f3f;
    font-family: Poppins;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 275;
    line-height: 36px;
    text-transform: uppercase;
  }

  .yellow_shade {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    height: 173px;
    position: relative;
    background: linear-gradient(145deg, #fff 0%, #ffd100 80.23%);

    box-shadow: 0px 2.981px 2.981px 0px rgba(0, 0, 0, 0.25);
  }
  /* .yellow_shade:hover {
    background-color: #ffd100;
  } */
  /*.yellow_shade_para {
    position: absolute;
    top: 48px;
    text-align: center;
    right: 43px;
  }
  .yellow_shade_para4 {
    position: absolute;
    top: 49px;
    right: 32px;
    text-align: center;
  }
  .yellow_shade_para1 {
    position: absolute;
    top: 61px;
    text-align: center;
    right: 23px;
  }
  .yellow_shade_para3 {
    position: absolute;
    top: 61px;
    text-align: center;
    right: 18px;
  }
  .yellow_shade_para2 {
    position: absolute;
    top: 54px;
    text-align: center;
    right: 50px;
  */
  .yellow_shade_para p {
    color: #3f3f3f;

    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 275;
    line-height: 100%; /* 20px */
  }
  .yellow_shade_para h6 {
    color: #3f3f3f;
    text-align: center;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    font-weight: 500;
  }
  .yellow_shade_para1 h6 {
    color: #3f3f3f;
    text-align: center;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    font-weight: 500;
  }
  .yellow_shade_para1 p {
    color: #3f3f3f;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 275;
    line-height: 100%; /* 20px */
  }
  .yellow_shade_para3 h6 {
    color: #3f3f3f;
    text-align: center;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
  }
  .yellow_shade_para3 p {
    color: #3f3f3f;

    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 275;
    line-height: 100%; /* 20px */
  }
  .yellow_shade_para3 h6 {
    color: #3f3f3f;
    text-align: center;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    font-weight: 500;
  }

  .yellow_shade_para2 p {
    color: #3f3f3f;

    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 275;
    line-height: 100%; /* 20px */
  }
  .yellow_shade_para2 h6 {
    color: #3f3f3f;
    text-align: center;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    font-weight: 500;
  }
  /*.yellow_shade_para3 {
    position: absolute;
    top: 51px;
    text-align: center;
    right: 27px;
  */
  .yellow_shade_para4 h6 {
    color: #3f3f3f;
    text-align: center;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    font-weight: 500;
  }
  .yellow_shade_para4 p {
    color: #3f3f3f;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 275;
    line-height: 100%; /* 20px */
  }
  /* second section */
  .choose-car h3 {
    color: #202020;
    text-align: center;
    font-family: Poppins;
    font-size: 26px !important;
    font-style: normal;
    border-bottom: 2px solid #ffd100;
    line-height: 36px; /* 138.462% */
    text-transform: uppercase;
  }
  .choose-car h3 span {
    color: #ffd100;
    font-family: Poppins;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 275;
    line-height: 36px;
    text-transform: uppercase;
  }
  .choose-car h4 {
    color: #3f3f3f;
    text-align: center;
    font-family: Poppins;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 275;
    line-height: 36px; /* 180% */
    text-transform: uppercase;
  }

  .choose-car .card {
    border: none;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4.407px 13.22px 0px rgba(0, 0, 0, 0.15);
  }
  .choose-car .card .btn-warning {
    border-radius: 30px;
    border: 1.102px solid #ffd100;
    background: #ffd100;
    color: #202020;
    width: 150px;
  }
  .choose-car .card .button {
    font-size: 10px;
  }
  .choose-car .card .card-text {
    color: #113a63;
    font-family: Poppins;
    font-size: 11.017px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: start;
    padding-left: 10px;
  }
  .choose-car .card .card-text1 {
    color: #3e3f3e;
    font-family: Poppins;
    font-size: 11.017px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #3e3f3e6e;
    padding-left: 10px;
  }
  .choose-car .card .card-title {
    color: #202020;
    font-family: Poppins;
    font-size: 14.322px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 10px;
  }
  .heart_icon {
    padding-left: 55px;
  }
  .heart_icon:hover {
    padding-left: 55px;
    /* background: red; */
  }

  .choose-car .card a {
    text-align: center;
    font-family: Poppins;
    font-size: 7px !important;
  }
  .choose-car .btn-warning {
    border-radius: 30px;
    border: 1.102px solid #ffd100;
    background: #ffd100;
    color: #202020;
    color: #202020;
    font-family: Poppins;
    font-size: 9.333px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 12.507px */
  }
  .high_quality .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .high_quality img {
    position: relative;
  }
  /*.high_quality .div {
    position: absolute;
    top: 166rem;
    right: 2%;
  */
  .high_quality .div p {
    color: #fff;

    font-size: 18px !important;
    font-style: normal;
    font-weight: 275;
    line-height: 36px; /* 120% */
    text-transform: uppercase;
  }
  .high_quality .div p span {
    color: #ffd100;
    /* font-family: Poppins; */
    font-size: 24px !important;
    font-style: normal;
    font-weight: 275;
    line-height: 36px;
    text-transform: uppercase;
  }
  .high_quality .div .para p {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  p {
    /* color: #fff; */

    font-size: 30px;
    font-style: normal;
    font-weight: 275;
    line-height: 36px; /* 120% */
    /* text-transform: uppercase; */
  }
  .finance_calculator {
    border-radius: 30px;
    background: #ffd100;
    padding: 30px;
    border-radius: 30px;
  }
  .btn-warn {
    border-radius: 23.432px;
    background: #fff;
    box-shadow: 0px 4.497px 8.994px 0px rgba(0, 0, 0, 0.25);
    color: #202020;
    font-family: Poppins;
    font-size: 14.911px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 19.981px */
    width: 141px;
  }
  .section_title h3 {
    color: #202020;
    text-align: center;
    font-family: Poppins;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 208.333% */
    border-bottom: 2px solid #ffd100;
  }
  .section_title span {
    color: #ffd100;
    font-family: Poppins;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
  }

  .section_title h4 {
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 250% */
  }
  .yellow_card {
    height: 153px;
    width: 138px;
  }
  .finance_option {
    position: relative;
    background: url(../images/blur_img.png) no-repeat;
    background-size: cover;
    padding: 59px 0;
  }
  .btn-warning {
    border-radius: 30px;
    border: 1.102px solid #ffd100;
    background: #ffd100;
    color: #202020;
    width: 124px;
  }
  .accordion > .card {
    border: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .accordion > .card > .card-header {
    border-radius: 50px;
    background: rgba(196, 196, 196, 0.3);
    backdrop-filter: blur(16.980337142944336px);
  }
  .faq {
    position: relative;
    padding: 50px 0;
  }
  .faq .card {
    border: none;
  }
  .faq-container {
    border-top: 1px solid #ffd100;
  }
  .faq-container:last-child {
    border-bottom: 1px solid #ffd100 !important;
  }
  .faq-container .card-header {
    border-radius: 0;
    background: none;
    border-bottom: none;
    padding: 0.75rem 0;
  }
  .faq-container .card-title {
    display: block;
    color: #3e3f3e;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    position: relative;
  }
  .faq-container .card-body {
    padding: 1.25rem 0;
    font-size: 17px;
  }
  .title-section {
    font-size: 30px;
    color: #3f3f3f;
    /* margin-bottom: 30px; */
  }
  .faq-container .card-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 5px;
    font-size: 20px;
    display: inline-block;
    font-weight: 200;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .accordianbody {
    padding: 0px !important;
  }
  .rating {
    border-radius: 16px;
    border: 1.108px solid rgba(153, 153, 153, 0);
    background: radial-gradient(
      72.69% 82.12% at -4.33% 80.63%,
      #fff 16.04%,
      #ffd100 100%
    );
    box-shadow: 0px 11.08px 16.619px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(11.079545021057129px);
    width: 109px;
  }
  .rating h4 {
    color: #222;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .rating h5 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    border-top: 1px solid #fff;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .space_text {
    padding-right: 23px;
    padding-left: 22px;
  }
  .icon_img {
    border-left: 1px solid #ffd100;
    padding-right: 23px;
    padding-left: 22px;
  }
  .bullets {
    list-style-type: none;
  }
  .bullets li {
    color: #fff;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: flex-start;
  }
  .bullets .img_icon {
    padding-right: 11px;
  }
  .car-type li.nav-item a.active {
    /* background: #ffd100; */
    /* color: #000; */
    /* font-weight: 600; */
    border-radius: 16.619px;
    border: 1.108px solid rgba(153, 153, 153, 0);
    background: radial-gradient(
      72.69% 82.12% at -4.33% 80.63%,
      #fff 16.04%,
      #ffd100 100%
    );
    box-shadow: 0px 11.08px 16.619px 0px rgba(0, 0, 0, 0.25);
    /* backdrop-filter: blur(11.079545021057129px); */
    height: 112px;
  }
  .car-type li.nav-item a {
    /* text-align: center;
    background: #333533;
    border-radius: 0;
    color: #fff;
    border: none;
    border-right: 1px solid;
    text-transform: uppercase;
    padding: 20px 0; */
    /* border-radius: 0 !important;
    border-radius: 16.619px; */
    /* border: 1.108px solid #000; */
    /* background: rgba(34, 0, 34, 0.00);
    backdrop-filter: blur(11.079545021057129px); */
    height: 112px;
    text-align: center;
    background: #fff;
    border-radius: 0;
    color: #cccccc;
    border: none;
    border-right: 1px solid;
    text-transform: uppercase;
    padding: 20px 0;
  }
  .car-type li.nav-item a.active {
    color: #fff;
    font-weight: 600;
    border-radius: 16.619px;

    background: radial-gradient(
      72.69% 82.12% at -4.33% 80.63%,
      #fff 16.04%,
      #ffd100 100%
    );
  }
  .header-search input {
    border-radius: 24px;
    background: #ffff;
    backdrop-filter: blur(17px);
  }
  .finance-content h2 {
    font-size: 24px;
    color: #ffd100;
    /* font-size: 48px; */
    font-weight: 700;
    text-transform: uppercase;
  }
  .finance-calculator h4 {
    font-size: 14px;
    text-align: center;
    /* font-size: 22px; */
    color: #fff;
    /* font-weight: 700; */
    text-transform: uppercase;
    text-align: center;
  }
  .finance-calculator {
    position: relative;
    background: none !important;
    padding: 30px;
    width: 329px;
    color: #fff !important;
  }
  ::placeholder {
    color: #fff;
    /* font-family: Avenir LT Pro; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .modalform {
    background: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-top: 10px;
    color: #fff;
  }
  .modalform1 {
    background: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-top: 10px;
    color: #000;
  }
  .modalform1::placeholder {
    color: #000;
  }
  .car-type ul.nav-tabs {
    box-shadow: none;
  }
  .border-style {
    padding: 0px;
  }
  .car-type li.nav-item a.active img {
    filter: invert(0);
    opacity: 2.1;
  }
  .car-type li.nav-item a.active {
    background: radial-gradient(
      72.69% 82.12% at -4.33% 80.63%,
      #fff 16.04%,
      #ffd100 100%
    );
    color: #000;
    font-weight: 600;
    border: none !important;
  }
  .font {
    font-size: 12px;
    color: #3f3f3f;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
  }
  .font span {
    font-size: 30px;
    color: #ffd100;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
  }
  .car-type li.nav-item {
    width: 28%;
  }
  .clkpadding a {
    color: #000;
    text-decoration: none;
  }
  /* .car-type li.nav-item a.active {
  background: #ffd100;
  color: #000;
  font-weight: 600;
} */
  .btn-nav {
    border: 1.102px solid #ffd100;
    /* background: #ffd100; */
    color: #202020;
  }
  .btn-nav:hover {
    border: 1.102px solid #ffd100;
    background: #ffd100;
    color: #202020;
    width: 55px;
  }
  .iframe {
    overflow: hidden;
  }
  .insta_head {
    color: #222;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 208.333% */
  }
  .vedio_title h3 {
    font-size: 30px;
    color: #3f3f3f;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding-right: 10px;
  }
  .bottom-footer p {
    margin: 0;
    font-size: 13px !important;
    font-weight: 100;
  }
}
.insta_feed {
  flex-wrap: nowrap;
  overflow-x: scroll;
  white-space: no-space;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 100%;
}
.insta_feed::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.feed_list {
  flex: 0 0 300px;
  max-width: 300px;
}
.banner-ab {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30px;
  padding-top: 20px;
}
.iarow > a {
  display: block;
  position: relative;
  font-size: 18px !important;
  color: #fff;
  text-decoration: none;
}

.iarow > a:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  margin-left: 15px;
  right: 0;
}

.iarow > a[aria-expanded="true"]:after {
  content: "\f077";
  /* fa-chevron-up */
}

.iarow > a:hover {
  color: #fff;
  font-size: 18px !important;
}
.banner-under-content .swiper {
  width: 100%;
  height: 30%;
  padding: 10px !important;
}

.banner-under-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffd30700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-under-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-under-content .swiper-button-next:after,
.swiper-rtl .swiper-button-prev1:after {
  content: "next";
  color: #000;
  position: absolute;
  bottom: -99px;

  left: 75rem;
}
.banner-under-content .swiper-button-prev:after,
.swiper-rtl .swiper-button-next1:after {
  content: "prev";
  color: #000;
  position: absolute;
  width: -54%;
  left: -52px;
  bottom: -100px;
}
.div {
  position: absolute;
}
.tesimonial .swiper {
  height: 30%;
  width: 100%;
  /* height: 30%; */
  /* position: absolute;
  top: 199px; */
}

.tesimonial .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffe57200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tesimonial .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tesimonial .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: #000;
}
.tesimonial .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #000;
}
.testi {
  padding: 20px 28px;
}
.testi p {
  color: #333533;
  text-align: justify;
  font-family: Poppins;
  font-size: 14.379px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.testi h6 {
  color: #333533;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media(max-width:767px){
  .footer-desktop{
    visibility: hidden;
  }
}
@media(min-width:992px){
  .marginright {
    margin-right: -6%;
  }
  .marginleft {
    margin-left: -8%;
  }
}

.price-with-view {
   justify-content: space-between;
    align-items: center;
}

.buy-car-details .carousel-item.active {
  display: flex !important;
  justify-content: center !important;
}


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


/* buy car list page css  */
.car-owner{
  position: absolute;
    left: 10px;
    top: 10px;
    font-size: 13px !important;
    background: #faef31;
    padding: 2px 8px;
    border-radius: 45px;
    z-index: 0;
}

.car-owner-booked{
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 13px !important;
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 45px;
  color: #333533c2;
}

.vehicle-name{
  font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #202020;
    text-transform: capitalize;
}

.buy-car-icon{
  width: 21px;
  height: 21px;
    margin-bottom: 8px;
}

.bottomcar{
  font-weight: 100;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px;
    width: max-content;
}

.car-specification{
  font-size: 13px !important;
}

.heading-underline {
  font-size: 20px;
}

.heading-underline:after {
  content: "";
  display: block;
  margin-right: auto;
  padding-bottom: 10px;
  width: 20%;
  border-bottom: 3px solid rgba(253, 210, 9, 1);
}

.filter-name-header{
    border: none;
    outline: none;
    text-decoration: none;
    padding: 0px 10px;
    color: rgba(32, 32, 32, 1);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    background-size: 10% 50%;
    background-position: right center;
    justify-content: space-between;
    display: flex;
}

.filter-main-header{
    border: 1.5px solid rgba(26, 26, 26, 0.18);
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
}

.price-tab li a {
  font-size: 12px !important;
    color: #000 !important;
    background: #f3f3f3;
    border-radius: 20px !important;
  
}

.price-tab {
  justify-content: space-around;
}

.price-tab li .nav-link.active{
  background: #faef31;
  color: #000 !important;
}

.ui-widget-content{
  border: none;
  background: #dfdfdf;
}

.ui-widget-header{
  background: #fdd209 !important;
}

.monthly-tab {
  font-size: 12px !important;
}

.monthly-tab .form-control  {
  font-size: 12px !important;
}

.filter-search .search-icon {
    top: 4px;
}

.filter-search input{
    width: 439px;
    padding: 6px 10px;
    border: none !important;
    position: relative;
    font-size: 12px;
    background: #d6d6d680;
    border-radius: 20px;
}

.accordian-icon{
  border-radius: 50%;
    background: #d6d6d6;
}

.accordian-icon i {
   padding: 5px 6px;
   color: #7d7e7d;
}


.round-btn-tab  .custom-control-label
{
  padding: 5px 12px;
  background: #d6d6d7;
  color: #333533;
  border-radius: 20px;
  font-size: 12px !important;
  font-weight: 500;
  outline: none;
  border: none;
  width: fit-content;
  font-family: "Poppins", sans-serif;
}

.round-btn-tab  .custom-control-label::before{
  display: none;
}
.round-btn-tab  .custom-control-label::after{
  display: none;
}

.toggle-bg-add {
  background: #faef31  !important;
}

.round-btn-tab .custom-control{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  padding-left: 0px !important;

}


.wish-list-and-share   {
  position: absolute;
  right: 0;
  padding: 7px;
  z-index: 1;
}

.list-wishlist-icon , .list-share-icon  {
      width: 24px !important;
      height: 24px !important;
}

.is-car-booked{

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  color: white;
  background: #c5c5c5b0;

}

.is-car-booked-img{
  filter: grayscale(1) ; 
}


.is-car-booked h3{
    font-weight: 600 !important;
    font-size: 40px;
    font-family: Poppins;

}


a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none !important;
}

/* end buy car list page css  */
/* Container */
.conversation-inner {
  display: flex;               /* flexbox to align items in a row */
  align-items: center;         /* vertical centering */
  gap: 8px;                    /* spacing between items */
  border-right: 1px solid #fff;
  padding: 10px 12px;
  flex-wrap: wrap;             /* allows wrapping on very small screens */
}

/* Remove right border for last child */
.conversation-inner:last-child {
  border-right: none;
}

/* Label + icon */
.conversation-inner span {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin: 0;                   /* remove bottom margin */
  gap: 6px;
  font-size: 16px;
  white-space: nowrap;         /* keeps "Call us" or "Whatsapp" together */
}

.conversation-inner span img {
  width: 20px;
  height: auto;
  display: block;
}

/* Number link */
.conversation-inner a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;         /* keeps full number in one line */
}

.conversation-inner a:hover {
  color: #ffd100;
}

/* On small screens, remove right border */
@media (max-width: 575.98px) {
  .conversation-inner {
    border-right: none;
    justify-content: flex-start;
  }
}
