        .header {
  position: fixed;
  background: rgba(0 0 0 / 0.73);
  z-index: 3;
  width: 100%;
}
.category {
  background: #f6fcfb;
  padding: 142px 0 85px;
}

.service .title {
  text-align: left;
}
.featured-icon-box.style6 {
  background: #f6fcfb;
  background-image: url("/files_upload/bg-img-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 25px 35px 20px;
  text-align: left;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.featured-icon-box.style6:hover {
  transform: translateY(-10px);
}
.featured-icon-box.style6 .featured-icon .prt-icon {
  width: auto;
  height: 65px;
}
.featured-icon-box.style6 .featured-title h3 {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}
.featured-icon-box {
  position: relative;
  margin: 15px 0;
}
.featured-icon-box.style6 .featured-content {
  padding-top: 10px;
}
.featured-icon-box.style6.box-bg {
  background-image: url("/files_upload/img-06_1.jpg");
  background-position: bottom;
  text-align: center;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease 0s;
}
.featured-icon-box.style6.box-bg .featured-content a {
  color: #121212;
  border-bottom: 1px solid #121212;
  font-weight: 600;
  text-transform: uppercase;
}
.featured-icon-box.style6.box-bg .featured-content a:hover {
  color: #2970f3;
  border-bottom: 1px solid #2970f3;
}

.title {
  font-size: 58px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}
.title-header {
  text-align: center;
  position: relative;
}
.brand-slide {
  padding: 142px 0 85px;
}
.title-overlay {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 121px;
  line-height: 145px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 800;
  color: rgba(0, 17, 61, 0.16);
}
.category .bp_category_option {
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, auto);
}
.category .bp_category_option_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0 0 0 / 0.73);
  opacity: 0;
  border-radius: 12px;
  transition: all 0.5s ease;
}
.category .bp_category_option_item:hover:after {
  opacity: 1;
}
.category .bp_category_option_item {
  position: relative;
}
.category .bp_name_category_option {
  position: absolute;
  opacity: 0;
  top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: 3;
  padding: 10px 20px;
  border: 1px solid white;
  color: #fff;
}
.category .bp_category_option_item:hover .bp_name_category_option {
  top: 40%;
  opacity: 1;
}
.category .bp_category_option img {
  border-radius: 12px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.marquee {
  background: linear-gradient(to right, #46d993 28%, #2970f3 100%);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.marquee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee-text {
  padding-right: 42px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-content {
  animation: scroll 24s 3s linear infinite;
}
.marquee-content:hover {
  animation-play-state: paused;
}
.marquee-text {
  position: relative;
}
.marquee-text:before {
  content: "/";
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 6px;
  right: 0px;
}
.product-setting-main {
  order: 1;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bp_cls_group_price {
  order: 2;
}
.car-banner {
  position: absolute;
  bottom: -15%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.bp_slide_title_note h1 {
  color: #fff;
  font-size: 76px;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.bp_search_icon {
  display: none;
}
.bp_text_search {
  display: block;
}
.text_slide_left {
  bottom: unset;
  top: 20%;
}
.button-contact {
  padding: 18px 40px;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ff4605;
  background: transparent;
  margin-top: 20px;
}
.button-contact a {
  color: #fff;
}
.prallax {
  background: #000000;
  padding: 94px 0 75px;
}
.prallax .cta-title {
  font-size: 190px;
  line-height: 200px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
.prallax .title-desc p {
  color: #fff;
}
#m_s1_89960 .cls_img_product_focus img,
#m_s2_90920 .cls_img_product_focus img {
  height: 165px;
  object-fit: cover;
}
.text-content {
  position: absolute;
  top: 20%;
  z-index: 1;
  display: grid;
  width: 85%;
  left: 8%;
  grid-template-columns: repeat(2, auto);
}
.form-car {
  background: #fff;
  border-radius: 20px;
  width: 400px;
}
.product-filter-input {
  width: 100%;
  display: flex;
  gap: 20px;
}
.bp-text-search {
  width: 100% !important;
  display: block;
}
.product-mon img {
  height: 500px;
  object-fit: cover;
}
#dv_search {
  flex-direction: column;
}
.slide-home .bp_ul_tabs {
  background: #fbf2f2;
  padding: 0px 30px;
  border-radius: 20px 20px 0 0;
  justify-content: center;
}
.bp_btn_tabs {
  padding: 15px 0;
}
.product-list-tab .bp_li_tabs {
  margin-left: 40px;
}
.nav-tabs .nav-link {
  border: none;
}
.slide-home .nav-tabs .nav-link.active {
  font-weight: 700;
  font-size: 16px;
  color: #ff4605;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ff4605;
}
.form-car .nav-tabs .nav-link:focus,
.form-car .nav-tabs .nav-link:hover {
  isolation: unset;
  border-color: unset;
  border: none;
  margin: 0;
}
.form-car form {
  padding: 25px 45px;
}
.form-car form input,
.form-car form select {
  padding: 10px;
  min-height: 51px;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  color: #2f3b48;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  border-radius: 10px !important;
  margin-bottom: 10px;
}
#dv_search .input-group-btn {
  margin-top: 20px;
}
.form-car .bp-btn-send,
#submit_seach {
  border: none;
  color: #fff;
  padding: 16px 25px;
  vertical-align: top;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  background: #ff4605;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}
.form-car form .bp_form_field:nth-child(2),
.form-car form .bp_form_field:nth-child(3) {
  width: 50%;
}
.product-list h2 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list {
  position: relative;
  background: linear-gradient(to right, #46d993 28%, #2970f3 100%);
  padding: 86px 0 85px;
}
.product-list-tab {
  padding-top: 40px;
}
.product-list .bp_ul_tabs {
  position: absolute;
  right: 0;
  top: -10%;
  border: none;
}
.bp-group-button-qv-wl {
  display: none;
}
.product-list .bp_content_product {
  display: flex;
  flex-direction: column;
}
.product-list .cls_price_number,
.product-list .cls_unit_price {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #121212;
}
.product-list .bp_cls_shopping_form {
  display: none;
}
.product-list .cls_price_text {
  display: none;
}
.product-list .bp_product_item {
  margin-bottom: 25px;
}
.product-list .bp_product_more_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-list .bp_product_item .row {
  margin: 0;
}
.product-list .bp-one-image {
  height: 100%;
}
.product-list .bp-one-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.product-list .cls_img_product_focus {
  padding: 0;
}
.product-list .cls_content_product_focus {
  background: #fff;
  padding: 30px 25px 34px;
  border-radius: 0 20px 20px 0;
}
.product-list .bp_lbl_product_more {
  display: none;
}
.product-main {
  position: relative;
  margin-top: 80px;
}
.vehica-tabs-top-v1__heading-small {
  font-size: 22px;
  line-height: 1.64;
  margin: 0;
  letter-spacing: normal;
  color: #ff4605;
}
.product-list .bp_btn_tabs {
  color: #fff;
}
.product-list .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-bottom: 4px solid #fff;
}

.brand-slide .swiper {
  padding: 40px 0;
}
.brand-slide .swiper-button-next,
.brand-slide .swiper-button-prev {
  display: none;
}
.brand-image {
  padding: 30px 30px 25px;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 0 16px 7px rgba(83 20 173 / 0.07);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.brand-image:hover {
  transform: translatey(5px);
}
.brand-image a {
  font-size: 14px;
  min-width: 110px;
  font-weight: 600;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-list .title {
  text-align: left;
  font-size: 58px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.brand-item {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-item img {
  width: auto !important;
  height: auto !important;
}
.vehica-button {
  padding: 16px 25px;
  vertical-align: top;
  border-radius: 10px;
  background: #ff4605;
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}

.product-slide .bp_cls_shopping_form {
  display: none;
}
.product-slide .card {
  background: transparent;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 20px;
  box-shadow: 0 0 16px 7px rgba(83 20 173 / 0.07) !important;
}
.product-slide .bp_product_more_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-slide .bp_lbl_product_value {
  white-space: nowrap;
  font-weight: 500;
}
.product-slide #carousel_fav img {
  height: 210px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

.product-slide .card-body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 20px 20px;
  padding: 30px 20px 34px;
}
.product-slide .product_title {
  margin: 10px 0;
  text-align: left;
}
.product-slide .product_title a {
  font-size: 17px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*color: #fff;*/
}
.product-slide .bp_lbl_product_more {
  display: none;
}
.product-slide .cls_price_note {
  display: none;
}
.product-slide .cls_price_text {
  display: none;
}
.product-slide .bp_tab_group {
  padding: 80px 0 120px 0;
}
.product-slide .container {
  position: relative;
}
.product-slide .bp_ul_tabs {
  border: none;
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 5%;
}
.product-setting {
  display: flex;
  gap: 20px;
  order: 1;
}
/*.product-setting .bp_product_more_item:nth-child(1) .bp_lbl_product_value {*/
/*  padding: 5px 11px;*/
/*  color: #fff;*/
/*  font-size: 15px;*/
/*  border-radius: 5px;*/
/*  font-weight: 500;*/
/*  background: #ff4605;*/
/*}*/
.product-slide .cls_price_number,
.product-slide .cls_unit_price {
  font-size: 18px;
  line-height: 32px;
  color: #121212;
  font-weight: 600;
}
.product-slide .bp_btn_tabs {
  border: 1px solid transparent;
  border-radius: 10px;
  color: #222732;
  background: #fff;
  padding: 15px 30px;
}
.product-slide .owl-nav {
  text-align: left;
  display: flex;
  gap: 10px;
}
.product-slide .owl-nav button {
  width: 55px;
  height: 55px;
  line-height: 55px !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 40px 0 #dbe0e8;
  border: 0 solid transparent !important;
  background-color: #fff !important;
  font-size: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.product-slide .owl-nav button:hover {
  background-color: black !important ;
  color: #fff !important;
}
.product-slide .owl-dots {
  display: none;
}
.product-slide .bp_li_tabs {
  margin-left: 10px;
}
.product-slide .nav-tabs .nav-link.active {
  background: #fff0eb;
  border-color: #ff4605;
  color: #ff4605;
}
.product-slide .nav-tabs .nav-link:focus-visible {
  outline: none !important;
  border: none;
}
.product-slide .nav-tabs .nav-link:hover {
  outline: none !important;
  background: #fff0eb;
  border-color: #ff4605;
  color: #ff4605;
}
.why-choose-title {
  text-align: center;
  margin-bottom: 80px;
}
.why-choose-title h2 {
  color: #222732;
  font-size: 50px;
  font-weight: 900;
  line-height: 66px;
}
.why_choose-item {
  text-align: center;
}
.why_choose-item h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.why_choose-item p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 27px;
}
.why_choose-item i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
}
.fa-medal {
  background-color: rgba(255, 70, 5, 0.1);
  color: #ff4605;
}
.fa-people-arrows {
  background-color: rgba(64, 255, 5, 0.1);
  color: #0fdf2c;
}
.fa-comments-dollar {
  background-color: rgba(5, 117, 255, 0.1);
  color: #0575ff;
}
.brand-slide .swiper-slide {
  background-color: transparent !important;
}
.brand-slide .swiper-wrapper {
  align-items: center;
}
.brand-slide .swiper-button-prev:after,
.brand-slide .swiper-button-next:after {
  font-size: 12px;
  color: #333333 !important;
}
.brand-slide .swiper-button-prev,
.brand-slide .swiper-button-next {
  width: 30px;
  height: 30px;
  line-height: 55px !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 40px 0 #dbe0e8;
  border: 0 solid transparent !important;
  background-color: #fff !important;
  font-size: 28px !important;
}
.download {
  padding: 52px 45px 54px 60px;
  background: #ff4605;
  position: relative;
  border-radius: 12px;
}
.download .sys-image {
  position: absolute;
  top: 0;
  right: 0;
}
.download .sys-content h2 {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 58px;
  width: 50%;
  margin-top: 0;
}
.download .system {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 23px;
  fill: #0f141e;
  color: #0f141e;
  background-color: #fff;
  border-radius: 22px;
  padding: 10px 22px 11px;
  width: 207px;
  display: flex;
  align-items: center;
}
.system p {
  margin: 0;
}
.system i {
  font-size: 23px;
  line-height: 23px;
  color: #ff4605;
  margin-right: 8px;
}
.buy-car {
  padding: 52px 45px 54px 60px;
  border-radius: 12px;
  background: #222732;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  color: #fff;
  align-items: center;
  height: 100%;
}
.buy-car h2 {
  margin-top: 0;
  font-size: 45px;
  font-weight: 900;
  line-height: 58px;
}
.buy-car button {
  /*margin-top: 26px;*/
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  border: 1px solid #ff4605;
  border-radius: 10px;
  padding: 16px 37px;
  color: #fff;
  background: transparent;
}
.buy-car li {
  margin-bottom: 10px;
  color: #99a1b2;
}
.buy-car li:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #ff4605;
}
.buy-car ul {
  margin-top: 20px;
}
.newsletter .bp_form_data {
  height: 53px;
  width: 100%;
  border-radius: 10px;
  font-size: 15px;
  padding-left: 27px;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: solid 1px #e7edf3;
  background-color: #fff;
}
.newsletter .bp-btn-send {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 0 solid transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 16px 40px;
  vertical-align: top;
  margin-top: 0;
  white-space: nowrap;
  border-radius: 10px;
  background: #ff4605;
}
.newsletter h2 {
  color: #222732;
  font-size: 26px;
  font-weight: 900;
  line-height: 30px;
}
.newsletter {
  border-top: 1px solid #d2d2d280;
}
.product_slide-title h3 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 0px;
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize;
}
.product_slide-title {
  padding-top: 15px;
}
#frm-action-98338 {
  display: flex;
  align-items: center;
}
#frm-action-98338 > .bp_form_field:nth-child(1) {
  width: 65%;
}
.animate-text {
  background-image: linear-gradient(-225deg, #46d993 0%, #ffffff 29%, #ffffff 67%, #46d993 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
}
.animate-text h3 {
  line-height: 57px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 47px;
  font-family: "Exo 2", sans-serif;

  text-transform: uppercase;
}
.animate-text p {
  font-size: 110px;
  line-height: 130px;
  font-weight: 700;
  width: 100%;

  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.animate-text.animate-right {
  animation: textclip-right 4s linear infinite;
}
@keyframes textclip-right {
  to {
    background-position: -200% center;
  }
}

@media (min-width: 1200px) {
  .vehica-tabs-top-v1__heading-big {
    font-size: 50px;
    line-height: 63px;
    text-align: left;
    margin: 0;
    font-weight: 900;
  }
}
@media screen and (max-width: 1100px) {
  .slide-home .bp_ul_tabs {
    padding: 0 80px;
  }
}
@media screen and (max-width: 992px) {
    .footer-pl {
        margin-top: 40px;
    }
  .product-list .bp-one-image img {
    border-radius: 20px 20px 0 0;
  }
  .product-list .cls_content_product_focus {
    border-radius: 0 0 20px 20px;
  }
  .vehica-tabs-top-v1__heading-big {
    margin-top: 10px;
  }
  .product-slide .bp_ul_tabs {
    position: relative;
    right: unset;
    justify-content: center;
  }
  .text-content {
    text-align: center;
    top: 8%;
    grid-template-columns: repeat(1, auto);
  }
  .bp_slide_title_note h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .button-contact {
    display: none;
  }

  .form-car {
    width: 95%;
    margin: auto;
    margin-top: 30px;
  }
  .slide-home .bp_ul_tabs {
    padding: 0;
  }
  .car-banner {
    bottom: -8%;
  }
  .product-list .bp_ul_tabs {
    top: -55px;
  }
  .product-list .title {
    font-size: 28px;
  }
  .vehica-tabs-top-v1__left {
    text-align: center;
  }
  .product-mon {
    display: none;
  }
  .product .product-setting .bp_product_more_item .bp_lbl_product_value {
    font-size: 14px;
  }
  .vehica-featured-v1__button {
    margin-top: 5px;
  }
  .product_slide-title h3 {
    text-align: center;
  }
  .product_slide-title {
    margin-bottom: 20px;
  }
  .download {
    min-height: 500px;
    margin-bottom: 150px;
  }
  .download .sys-image {
    top: unset;
    bottom: -30%;
    left: 54%;
    transform: translate(-50%);
  }
  .download .sys-content h2 {
    width: 100%;
    font-size: 48px;
  }
  .system {
    margin: auto;
    margin-bottom: 30px;
  }
  .buy-car {
    grid-template-columns: repeat(1, auto);
  }
  .buy-car ul {
    padding: 0;
  }
  .buy-car h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .category .bp_category_option {
    grid-template-columns: repeat(2, auto);
  }
  .title-overlay {
      display: none;
  }
  .category {
      padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
    .footer .brand-footer {
        display: grid;
        grid-template-columns: repeat(2,auto);
    }
    .prallax .cta-title {
        font-size: 136px;
        line-height: normal;
    }
    .title {
        font-size: 48px;
        
        line-height: normal;
    }
  .product-list .bp_ul_tabs {
    position: relative;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    justify-content: center;
  }
  .product-list-tab {
      padding-top: 10px;
  }
  .product-list .title {
    border: none;
  }
  .animate-text p {
    font-size: 86px;
  }
  .form-car form {
    display: flex;
    flex-direction: column;
  }
  .product-list-tab .bp_li_tabs {
    margin-left: 20px;
  }

  .form-car form .bp_form_field:nth-child(2),
  .form-car form .bp_form_field:nth-child(3) {
    width: 100%;
  }

  .product-slide .bp_btn_tabs {
    font-size: 14px;
    padding: 15px;
  }
  .product-slide #carousel_fav img {
    height: 250px;
  }
  .why-choose-title h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
    .prallax .cta-title {
        font-size: 102px;
    }
  #m_s1_89960 .cls_img_product_focus img {
    height: auto;
  }
  .vehica-featured-v1__footer {
    flex-direction: column;
  }
  .vehica-featured-v1__social {
    order: 1;
    margin-top: 30px;
    flex-direction: column;
  }
  .vehica-button {
    display: block;
    text-align: center;
  }
  .product {
    padding-bottom: 0 !important;
  }
  .animate-text p {
    font-size: 72px;
    line-height: 92px;
  }
  .category .bp_category_option {
    grid-template-columns: repeat(1, auto);
  }
}
@media screen and (max-width: 456px) {
  .form-car {
    width: 100%;
  }
.prallax .cta-title {
        font-size: 72px;
    }
  .product-slide .bp_li_tabs {
    margin-top: 10px;
  }
}

