.custom-slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 1px;
  /* Specified height */
  background: #333;
  /* Track background color */
  outline: none;
  /* Remove outline */
  border-radius: 0;
  /* No rounded corners */
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 24px;
  /* Specify thumb width */
  height: 16px;
  /* Specify thumb height */
  background: black;
  /* Thumb background color */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 4px;
  /* Rounded corners for the thumb */
  margin-top: -7px;
  /* Center the thumb */
}

.custom-slider::-moz-range-thumb {
  width: 24px;
  /* Specify thumb width */
  height: 15px;
  /* Specify thumb height */
  background: black;
  /* Thumb background color */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 4px;
  /* Rounded corners for the thumb */
}

.custom-slider::-webkit-slider-runnable-track {
  background: #888;
  /* Track background color */
  height: 2px;
  /* Specified height */
}

.custom-slider::-moz-range-track {
  background: #888;
  /* Track background color */
  height: 1px;
  /* Specified height */
}

.custom-slider::-ms-track {
  background: #888;
  /* Track background color */
  height: 1px;
  /* Specified height */
  border-color: transparent;
  /* Hide border in IE */
  color: transparent;
  /* Hide color in IE */
}

.custom-slider-range {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 4px;
  /* Increased height for better visibility */
  outline: none;
  /* Remove outline */
  border-radius: 0;
  /* No rounded corners */
  background: linear-gradient(90deg, white 0%, white 50%, #f5f5f5 50%, #f5f5f5 100%);
  /* Dynamic background controlled via JavaScript */
}

.custom-slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 24px;
  /* Specify thumb width */
  height: 15px;
  /* Specify thumb height */
  background: #000000;
  /* Thumb background color */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 4px;
  /* Rounded corners for the thumb */
  margin-top: -7px;
  /* Center the thumb */
  position: relative;
  z-index: 1;
  /* Ensure thumb is above the track */
}

.custom-slider-range::-moz-range-thumb {
  width: 24px;
  /* Specify thumb width */
  height: 15px;
  /* Specify thumb height */
  background: #ddd;
  /* Thumb background color */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 4px;
  /* Rounded corners for the thumb */
}

.custom-slider-range::-webkit-slider-runnable-track {
  height: 2px;
  /* Increase height for visibility */
}

.custom-slider-range::-moz-range-track {
  height: 2px;
  /* Increase height for visibility */
}

.custom-slider-range::-ms-track {
  height: 2px;
  /* Increase height for visibility */
  border-color: transparent;
  /* Hide border in IE */
  color: transparent;
  /* Hide color in IE */
}

.custom-swiper-pagination .swiper-pagination-bullet-active,
.home-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
  opacity: 1;
  height: 2px;
  width: 16px;
}

.financeProductFilter button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.financeProductFilter .selectedFilter {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.btn_CMS {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase !important;
  border: 0px !important;
  transition: 0.5s;
  padding: 0.375rem 1.3rem;
  align-self: flex-start;
  line-height: unset !important;
  color: #ffffff !important;
  background-color: #000000 !important;
  width: auto !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 16px 8px;
}

@font-face {
  font-family: BrandFont;
  src: local(BrandFont-Regular), url(/assets/fonts/Lexus/Nobel-regular.woff2) format("woff");
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: BrandFont;
  src: local(BrandFont-Bold), url(/assets/fonts/Lexus/Nobel-bold.woff2) format("woff");
  font-weight: 700;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: BrandFont;
  src: url(/assets/fonts/Lexus/NotoSansArabic-Regular.woff2) format("truetype");
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: BrandFont;
  src: url(/assets/fonts/Lexus/NotoSansArabic-Bold.woff2) format("truetype");
  font-weight: 700;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: FontTypeBook;
  src: local(BrandFont-Book), url(/assets/fonts/Lexus/Nobel-Book.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: block;
}
body {
  font-family: BrandFont, BrandFont-bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.footer-color {
  background-color: #000000 !important;
}

.bg-light-header {
  background-color: #ffffff !important;
}

.headerWrap {
  background-color: #ffffff !important;
}
.headerWrap .nav-link {
  color: #000000 !important;
}

.loader {
  color: #000000 !important;
}

.buttonStyle {
  background-color: #000000 !important;
}

.text-color {
  color: #000000 !important;
}

.mandatoryField:after {
  color: #000000 !important;
}

.hero_indicator_Rectangle {
  background-color: #000000 !important;
}

.nav-box a[aria-expanded=true] {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.nav-box a[aria-expanded=true]:hover {
  color: #ffffff !important;
}

.brand_button_color {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.primary {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.article blockquote:before {
  color: #000000 !important;
}

.brand_button_color_white {
  background-color: #ffffff !important;
  color: #000001 !important;
}

.nav-box.active {
  color: rgba(0, 0, 0, 0.9) !important;
  border-color: #000000 !important;
}

.tyt-nav-link:hover {
  border-bottom-color: #000000 !important;
}

.text_color_hover:hover {
  color: #000000 !important;
}
.text_color_hover:hover img {
  filter: invert(0) sepia(0) saturate(0) hue-rotate(358deg) brightness(100%) contrast(200%);
}

.svg-img-theme-color {
  filter: invert(0) sepia(0) saturate(0) hue-rotate(358deg) brightness(100%) contrast(200%);
}

.icon-active {
  filter: invert(0) sepia(0) saturate(0) hue-rotate(358deg) brightness(100%) contrast(200%);
}

.tyt-nav-link.active {
  border-bottom-color: #000000 !important;
}

.headerWrapDesktop .nav-link {
  color: #000000 !important;
}
.headerWrapDesktop .nav-link:hover {
  color: #000000 !important;
}
.headerWrapDesktop .active:parent(.headerWrapDesktop) {
  color: #000000 !important;
}

.headerWrapMobile {
  opacity: 1 !important;
}

.headerWrapMobile span {
  color: #000000 !important;
}

.payment-slider::-webkit-slider-thumb {
  background: #000000 !important;
}

.payment-slider::-moz-range-thumb {
  background: #000000 !important;
}

.theme_toggle input[type=checkbox]:checked + .theme_toggle_switch {
  background-color: #000000 !important;
}

.borderBottom {
  border-bottom-color: #000000 !important;
}
.borderBottom ::before {
  background-color: #000000 !important;
  border-bottom-color: #000000 !important;
}
.borderBottom ::after {
  background-color: #000000 !important;
  border-bottom-color: #000000 !important;
}

.borderTop {
  border-top-color: #000000 !important;
}

.afgButtonbuttonStyle {
  background-color: #000000 !important;
}

#BrandStoryId .carousel-indicators .indicator_Rectangle {
  background-color: #000000 !important;
}

.btn-danger {
  background-color: #000000 !important;
  border-color: #000000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.specification-link {
  color: #000000 !important;
}

.react-toast-notifications__toast {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.icon-color-white {
  filter: "";
}

.icon-active-brand {
  filter: invert(0) sepia(0) saturate(0) hue-rotate(358deg) brightness(77%) contrast(116%);
}

@media screen and (max-width: 812px) {
  .brand-cta {
    padding: 0.375rem 0.85rem !important;
  }
}

@media screen and (max-width: 812px) {
  .carousel li.active {
    background-color: #000000 !important;
  }
}
.carousel .carousel-indicators .active {
  background-color: #000000 !important;
}

[dir=ltr] input[type=tel],
[dir=rtl] input[type=email] option {
  direction: rtl !important;
  text-align: right;
}

[dir=rtl] select[name|=countryCode],
[dir=rtl] select[name|=countryCode] option {
  direction: ltr !important;
  text-align: right;
}

.lastActiveBrand_1 .isActiveBrand:nth-child(1)::before {
  border-right: 10px solid #3366cc !important;
}

.lastActiveBrand_2 .isActiveBrand:nth-child(1)::before {
  border-right: 10px solid #3366cc !important;
}
.lastActiveBrand_2 .isActiveBrand:nth-child(2)::before {
  border-right: 10px solid #b9c0c2 !important;
}

.switchButton {
  left: 5rem !important;
  top: 0.2rem !important;
}

.HeroToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1;
  color: var(--fillToyotaWhite);
}

.HeroToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 80px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.2;
  color: var(--fillBlack);
}

.Headline-1ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1;
  color: var(--fillToyotaWhite);
}

.Headline-1ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.25;
  color: var(--fillBlack);
}

.Headline-2ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.41;
  color: var(--fillBlack);
}

.Headline-2ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 37px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.41;
  color: var(--fillBlack);
}

.Headline-3ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.55;
  color: var(--fillBlack);
}

.Headline-4ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.38;
  color: var(--fillBlack);
}

.Headline-4ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.38;
  color: var(--fillToyotaWhite);
}

.LeadToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.5;
  color: var(--fillBlack);
}

.Headline-5ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.52;
  color: var(--fillBlack);
}

.Headline-5ToyotaBlack-Regular {
  font-family: BrandFont, sans-serif-serif;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.52;
  color: var(--fillBlack);
}

.BodyToyotaBlack-Bold {
  font-family: BrandFont, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.78;
  color: var(--fillBlack);
}

.BodyToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.44;
  color: var(--fillBlack);
}

.SmallToyotaBlack-Bold {
  font-family: BrandFont, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.38;
  color: var(--fillBlack);
}

.Button-2ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: normal;
  color: var(--fillBlack);
}

.SmallToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.38;
  color: var(--fillPrimary500Base);
}

.Button-3ToyotaBlack--Bold {
  font-family: BrandFont, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: normal;
  color: var(--fillBlack);
}

.X-SmallToyotaBlack-Bold {
  font-family: BrandFont, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.67;
  color: var(--fillBlack);
}

.X-SmallToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.67;
  color: var(--fillBlack);
}

.TinyToyotaBlack--Regular {
  font-family: BrandFont, sans-serif;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-display: block;
  line-height: 1.6;
  color: var(--fillBlack);
}

@media screen and (max-width: 991px) {
  .alertHeight {
    margin-top: 136px !important;
  }
}

@media screen and (max-width: 991px) {
  .alertNotification.hide {
    height: 136px !important;
  }
}

.brand-background-color {
  background-color: #000000 !important;
}

.brand-text-color {
  color: #ffffff !important;
}

.tool_tip_Icon {
  position: relative;
  top: -2px;
}

.step1 {
  background: #000000 !important;
}

.step2 {
  background: #3366cc !important;
}

.step3 {
  background: #b9c0c2 !important;
}

.theme_toggle input[type=checkbox]:checked + .newToggle {
  background-color: #cccccc !important;
}

.photoBoothCarousel .carousel .thumb {
  margin-right: 0px;
}

.photoBoothCarousel .carousel .control-prev.control-arrow:before {
  border-right: 8px solid #000;
}

.photoBoothCarousel .carousel .control-next.control-arrow:before {
  border-left: 8px solid #000;
}

.photoBoothCarousel .carousel .control-prev.control-arrow {
  left: -5px !important;
}

.photoBoothCarousel .carousel .control-next.control-arrow {
  right: -5px !important;
}

.photoBoothCarousel .carousel .control-arrow {
  margin-top: -25px !important;
}

.photoBoothCarousel ul {
  direction: ltr !important;
}

.valuein {
  background: #000000 !important;
}

.bulletslist {
  background-color: #000000 !important;
}

.tradeValuationgrey {
  background-color: #eeeeee !important;
}
.tradeValuationgrey button {
  background-color: #000000 !important;
  color: #ffffff;
  font-weight: bold;
}
.tradeValuationgrey div[class*=secBlock] {
  color: #000000;
}

ul[class*=control-dots] > li > span[class*=IndicatorActive] {
  background-color: #000000 !important;
}

.bdr-grey300 {
  border-color: #e0e0e0 !important;
}

.purchaseIcon .span_arrow {
  filter: invert(0%) sepia(2%) saturate(0%) hue-rotate(131deg) brightness(93%) contrast(102%);
}

.logoHeaderimg {
  height: 43px;
}

.Typeillustration_Typeillustration_Ticon__3-ami {
  filter: none !important;
}

@media (max-width: 812px) {
  .logoHeaderimg {
    height: 26px;
  }
}
.customPaginationContainer .pagination > .active > a {
  background-color: #000000 !important;
}

.disableTab {
  background-color: #888b8d !important;
}

.offerHeading {
  font-size: 1.625rem !important;
}

.offer_active_tab_color {
  background: #000000 !important;
  color: #ffffff;
}

.brand-cta,
.brand-cta-big,
.brand-cta-v2 {
  border: 0px !important;
  transition: 0.5s;
  padding: 0.375rem 1.3rem;
  align-self: flex-start;
  line-height: unset !important;
}
.brand-cta span,
.brand-cta-big span,
.brand-cta-v2 span {
  line-height: 23px;
  margin-bottom: 0 !important;
  width: auto;
  color: #ffffff;
}
.brand-cta .brand_button_color,
.brand-cta-big .brand_button_color,
.brand-cta-v2 .brand_button_color {
  background: none !important;
  color: #ffffff;
}
.brand-cta:hover,
.brand-cta-big:hover,
.brand-cta-v2:hover {
  background: #000000 !important;
  color: #ffffff;
}

.brand-cta-v3 {
  background: #ffffff !important;
  padding: 10px 15px !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  position: relative;
  min-width: 290px;
  min-height: 54px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.brand-cta-v3:after {
  content: "";
  border: solid "";
  border-width: 0 1px 1px 0;
  position: absolute;
  padding: 3px;
  top: 23px;
}
.brand-cta-v3 img {
  display: none;
}
.brand-cta-v3:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.brand-cta-v3:hover:after {
  border-color: #ffffff !important;
}
.brand-cta-v3:hover span {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .brand-cta-v3 {
    width: 100%;
    min-width: auto;
  }
}

a.brand-cta-v3,
div.brand-cta-v3 {
  display: inline-block;
  line-height: 31px;
}
@media (max-width: 991px) {
  a.brand-cta-v3,
  div.brand-cta-v3 {
    width: 100%;
  }
}

.brand-cta-big span {
  font-size: 1rem !important;
  line-height: 35px;
}

.brand-cta:disabled:hover {
  opacity: 0.5;
}

.borderBottom::after {
  width: 2.7em;
}

.text-black {
  color: #000000 !important;
}
.text-black li {
  color: #000000;
}

.black-bg {
  background-color: #000000 !important;
}

.bdr-black {
  border-color: #000000;
}

.valuein {
  background: #000000;
}

.bannerBg {
  background: #000000 !important;
}

.grey-background {
  background-color: #eeeeee;
}

.car_compare_wrapper_brand_color {
  border-top: 4px solid #000000 !important;
}

.compare_btn_brand_color {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}

.brand-background {
  background-color: #e0e0e0 !important;
}

.bannerText {
  color: #000000;
}

.tabsBg {
  background: #000000;
}

.HeroBannerHeadline {
  font-weight: bold;
  line-height: 1.2;
}

.HeroBannerSubHeadline {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.41;
}

@media (max-width: 991px) {
  .mob-100,
  .mob-100 > div,
  .mob-100 > a,
  .mob-100 > a > div {
    width: 100%;
  }
}
a.primary {
  color: #ffffff;
}

.borderBottom:after {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span,
a,
button,
select,
option,
li,
input,
em {
  font-family: BrandFont, BrandFont-bold, LexusType !important;
}

.savedSearchCarousel .carousel .carousel-control-prev {
  background-image: url(/assets/icons/icon-arrow-circle-left-fill_black.svg);
}
.savedSearchCarousel .carousel .carousel-control-next {
  background-image: url(/assets/icons/icon-arrow-circle-right-fill_black.svg);
}

/*# sourceMappingURL=LEXUS_FE_AR.css.map */
