body {
  background: #ffffff !important;
}

.container-md.top_bar.py-3.px-0.d-md-block,
.about.all_sec,
section#testimonials-section {
  background-color: #f3eeed;
}

.about.all_sec {
  padding-bottom: 60px !important;
}

.top_bar a,
.top_bar .wht_colr,
.about_cntnt h6,
.about_cntnt h2,
.about_cntnt p,
section#testimonials-section h2,
section.all_sec h2 {
  color: #1D1D1E !important;
}

section.all_sec.hrclssnew {
  display: none;
}

section#creditkeychains-section {
  background-color: #FFF;
}

header.header_nav {
  background-color: #f3eeed;
}

section#testimonials-section.all_sec {
  padding-bottom: 0px !important;
}

section#testimonials-section .container-md {
  border-bottom: 4px solid #dad2d25c;
  padding-bottom: 60px;
}


section#sell-automobiles-new {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


section#sell-automobiles-new h2 {
  color: #1D1D1E !important;
  width: 100%;
}

span.orange_under_line {
  text-decoration: underline 8px #f47321;
}

span.orangetext {
  color: #f47321;
}

a.orange_view_all_btn {
  color: #FFF;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #f47321;
  float: right;
  font-size: 15px;
  padding: 0px 20px;
  text-align: center;
  line-height: 30px;
  margin-top: 1%;
}

section#sell-automobiles-new .item {
  background-color: #000;
  padding: 15px;
  min-height: 280px;
}

section#sell-automobiles-new .item p {
  display: block;
  color: #fff !important;
}

section#sell-automobiles-new .item:hover {
  background-color: #f47321;
}

section#autoauction-section,
section#autoauction-section h2 {
  padding-top: 60px;
}

section#coming-soon-newsec {
  padding-top: 60px !important;
}

section.coming-soon1 {
  background-color: #FFF;
  padding: 35px;
}

section.coming-soon1 figure {
  margin: -8px 0 0rem;
}

.path-holder {
  /* layout */
  width: 100%;
  /* full‑width, parent controls max‑width */
  max-width: 500px;
  /* keeps original size on large screens   */
  margin: 0 auto;

  /* graphic */
  background: url("../newimages/path_8.png") no-repeat center/100% 100%;
  /*            └──────────── position ────────────┘ └─ size ──┘       */

  /* text styling */
  font: 500 5vw/15vw sans-serif;
  /* responsive font+line‑height        */
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* cap the text size so it doesn’t get huge on desktops */
@media (min-width:768px) {
  .path-holder {
    font-size: 35px;
    line-height: 79px;
    /* original numbers                   */
  }
}

img.clip-group-8 {
  width: 100%;
}

section#mortgage-section {
  background-color: #f3eeed;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

section#testimonials-newslider {
  background-color: #f3eeed;
}

.greyBackgroud {
  background-color: #f3eeed !important;
}

section#mortgage-section h2 {
  color: #1D1D1E !important;
  width: 100%;
}

section#mortgage-section .item {
  background-color: #000;
  padding: 15px;
  min-height: 280px;
}

section#mortgage-section .item p {
  display: block;
  color: #fff !important;
}

section#mortgage-section .item:hover {
  background-color: #f47321;
}

section#creditcards-section {
  padding-top: 60px;
  background-color: #fff;
}

section#creditkeychains-section .owl-carousel .owl-item img:hover,
section#creditbracelets-section .owl-carousel .owl-item img:hover {
  border: 5px solid #f47321;
  border-radius: 22px;
}


/* ===  CUSTOM NAV ARROWS  === */
section#testimonials-newslider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  background: none !important;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
}

/*    section#testimonials-newslider .owl-nav button:hover{background:#ff9954;}*/
section#testimonials-newslider .owl-nav .owl-prev {
  left: -50px;
  border-radius: 6px 0 0 6px;
}

section#testimonials-newslider .owl-nav .owl-next {
  right: -50px;
}

/* create white arrow icon with :before */
section#testimonials-newslider .owl-nav button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

section#testimonials-newslider .owl-nav .owl-prev::before {
  border-right: 12px solid #ff9954;
  margin-left: 4px;
}

section#testimonials-newslider .owl-nav .owl-next::before {
  border-left: 12px solid #ff9954;
  margin-right: 4px;
}

/* remove default font icon */
section#testimonials-newslider .owl-nav button span {
  display: none;
}

/* --- Testimonial card --- */
.testimonial-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .08) 0 4px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-video {
  width: 100%;
  height: 200px;
}

.testimonial-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  background: #ff7b29;
  color: #fff;
  padding: 1.2rem 1rem 1.6rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 223px;
}

.testimonial-content blockquote {
  font-size: .95rem;
  line-height: 1.4rem;
  font-style: italic;
}

.testimonial-content blockquote::before {
  content: "\201C";
  font-weight: 700;
  font-size: 3rem;
  margin-right: 4px;
}

.testimonial-author {
  text-align: right;
  font-weight: 600;
  margin-top: 1rem;
  font-size: .9rem;
}

p.testimonial-author {
  color: #FFF;
}

.testimonial-content h6 {
  padding: 0px
}

@media(max-width:1024px) {}

/* spacing to make room for arrows on small screens */
@media(max-width:767px) {
  section#testimonials-newslider .owl-nav button {
    display: none;
  }

  .path-holder {
    font-size: 25px;
    line-height: 45px;
    width: 60%;
  }

}

@media(max-width:600px) {
  .path-holder {
    font-size: 14px;
    line-height: 40px;
    width: 40%;
  }
}


.all_sec, .selling_cta {
  background-color: #f3eeed;
}
section.footer p {
  color: #C5C5C5 !important;
}
.sign_up_area {
  background: #ffffff;
}


.signup_heading h2,
.login_lft p,
.item h6,
.login_ryt h6,
.login_ryt p,
.login_ryt p a,
.login_lft.creator h4,
.apply_check label.form-check-label,
.step_laon ul li,
.apply_loan .form-area p,
.apply_loan label.radio_item,
.about-our-team ul li h4 a,
.about-our-team ul li h4,
.about-our-team ul li p,
.about-our-team h2,
.about-block h2,
p,
.crator_lst_cntnt h4,
.investor-main h2, 
.investor-main a, 
.apply_loan .form-area label.checkbox, 
.inv-lfr h3,
.inv-lfr p, 
.investor-ln p a {
  color: #1D1D1E !important;
}
.bnr_cnnt p, 
#carousel .item h6, 
#carousel1 .item h6, 
.evaluation p, 
.event-presentation h2,
.inv-glance-block p,
.solution-item p{
  color: #fff !important;
}
section.counter p {
  color: #BBAEA4 !important;
}
.accordion-button:not(.collapsed),
.accordion-button {
  background-color: #ffffff !important;
  color: #1D1D1E !important;
}

.accordion {
  --bs-accordion-bg: #ffffff !important;
  --bs-accordion-color: #1D1D1E !important;
}

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

.login {
  background: #ffffff;
}

p.register_now a:hover {
  color: #1D1D1E !important;
}

.accordion-item .accordion-body {
  background-color: transparent !important;
}

#progressbar .step:after {
  background: #4b4b4b;
  z-index: 1;
}

#progressbar .step:before {
  z-index: 2;
  position: relative;
}

.about-block-one {
  background-color: #f3eeed !important;
}

.about-our-team {
  background-color: #f3eeed;
  padding: 40px 0;
}
table.table tr.active, .tdactive {
  background: #ffffff;
}
.investor-company-overview {
  background-color: #f3eeed;
}
.investor-ln p a:hover {
  color: #c96728 !important;
}
.investor-ln .webcast-list li a:hover {
  filter: brightness(1) invert(0);
  color: #1D1D1E;
}
.investor_relation .text-white, 
.investor_relation .investor-main h2,
.investor_relation .company-overview-content h3,
.investor_relation .company-overview-content h4,
.inv-company-info p, .investor-ln p a,
.investor-latest-news h3,
.investor-latest-news .investor-ln span{
  color: #1D1D1E;
}
.inv-lft-left ul li p.text-white,
.apply_loan .form-area .accordion label,
.investor_relation span.text-white,
.investor-ln p a,
.investor-latest-news.text-white{
  color: #1D1D1E !important;
}
.solution-item a.solution-view-more{
  color: #fff !important;
}

.profile_heading{background-color: #beb3b1;}
.profile_heading {
    padding: 30px 20px;
    width: 97%;
    margin: 0 auto;
}
.profile_report_info{padding-left: 20px;padding-right: 20px;}
.profile_heading h3{color: #1D1D1E; }


.credit_lst:nth-child(odd),
.make_mny:nth-child(odd) {
   color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  color: #1D1D1E !important;
}

.credit_lst:nth-child(even),
.make_mny:nth-child(even) {
background-color: #f3eeed;
  color: #1D1D1E !important;
  padding-left: 20px;
  padding-right: 20px;
}

.credit_lst h5,  ul.make_mny li{
  color: #1D1D1E !important;
}

.user_profile h6,  ul.inr_profile span, .payment-step.steps h6{
color: #1D1D1E !important;
}
.business_center_tbl .table>:not(caption)>*>*, .table-responsive {
background-color: #1D1D1E !important;
}
.business_center_tbl h6 {
  color: #1D1D1E !important;
}

h4.is-payment.text-center{
  background-color: #1D1D1E !important;
  padding: 20px 20px 20px 20px !important;
}

.business_center_tbl.payment_history h3{
  color: #1D1D1E !important;
}

form#addautomobile label, form#addautomobile input#upload_product_image{
   color: #1D1D1E !important;
}


/***********************/

a.nav-link.dropdown-toggle.wht_colr{
  color: #fff!important;
}

@media (max-width: 1000px) {
  a.nav-link.btn_primary {
    background: none;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 1px 0px !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 16px !important;
  }

  a.nav-link.btn_primary:hover {
    color: red !important;
  }

  a.nav-link.dropdown-toggle.wht_colr{
    font-size: 16px !important;
    color: #fff!important;
  }
  a.nav-link.dropdown-toggle.wht_colr:hover{
   color: #E66411!important;
  }
}