@import url("https://use.typekit.net/eci8hzm.css");

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Bold.ttf");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Light.ttf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Medium.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Regular.ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

body {
  font-size: 16px;
  font-family: "League Spartan";
  font-weight: 300;
  color: #3a3a3a;
}

p {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 300;
  font-family: "League Spartan";
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:visited {
  /* color: #fff; */
  outline: none;
}

.round-btn {
  padding: 8px 35px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #f00;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "League Spartan";
  font-weight: 400;
  margin-right: 10px;
  transition: background 0.2s linear;
  margin-bottom: 10px;
}

.round-btn:focus,
.round-btn:hover,
.round-btn:visited {
  background: #f00;
}

.underline-link,
.underline-link:hover {
  display: inline;
  color: #3a3a3a;
  text-decoration: underline;
}

.divider {
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.pvh-20 {
  padding: 20px;
}

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pdt-5 {
  padding-top: 5px;
}

.pvb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mb-0 {
  margin: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
}

.bg-light-gray {
  background: #fff;
}

.bg-gray {
  background: #e5e5e5;
}

.bg-light-gray-1 {
  background: #f5f5f7;
}

.background-white {
  background: #f5f5f7;
}

.bg-gray-dark-blue {
  background-color: #002236;
}

.bg-gray-dark-blue p {
  color: #fff;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.heading-1 {
  font-size: 40px;
  font-weight: 500;
}

.heading-2 {
  font-size: 30px;
  font-weight: 400;
}

.heading-2-thin {
  font-size: 30px;
  font-weight: 300;
}

.heading-3 {
  font-size: 25px;
  font-weight: 400;
}

.heading-4 {
  font-size: 20px;
  font-weight: 400;
}

.heading-5 {
  font-size: 18px;
  font-weight: 400;
}

.f14l14 {
  font-size: 14px;
  line-height: 14px;
}

header {
  background: rgba(59, 59, 59, 0);
  padding: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
  background-color: #333333;
}

header + section {
  margin-top: 99px;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 5px 6px 0px;
}

.nav-link {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.nav-link ul:first-child {
  flex: 1;
  justify-content: center;
}

.nav-link,
.footer-nav-link {
  padding: 4px 0px;
}

.nav-link ul,
.footer-nav-link ul,
.top-header-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

.nav-link ul li,
.footer-nav-link ul li {
  padding: 10px 20px;
  position: relative;
}

.nav-link ul li a,
.footer-nav-link ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "League Spartan";
  font-weight: 400;
  font-size: 16px;
  display: flex;
}

.nav-link ul li span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  font-family: "League Spartan";
}

.nav-link ul li button {
  text-decoration: none;
  color: #fff;
  font-family: "League Spartan";
  font-weight: 400;
  font-size: 12px;
  display: flex;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0px;
}

.nav-link ul li a i,
.nav-link ul li button i {
  font-size: 15px;
  margin-right: 3px;
}

.nav-link ul li a i.icon-location-pin {
  margin-top: 4px;
}

.menu-toggler-wrapper {
  display: none;
}

.top-header {
  background: #000;
  position: relative;
}

.top-header-link {
  justify-content: flex-end;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.top-header-link li {
  padding: 0px 16px;
  border-right: 1px solid #fff;
}

.top-header-link li:last-child {
  border-right: 1px solid transparent;
  padding-right: 0px !important;
}

.top-header-link li a {
  color: #fff;
  text-decoration: none;
  outline: none;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-header-link li button {
  color: #fff;
  text-decoration: none;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
}

.sub-nav,
.sub-nav-inner {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  display: flex;
  flex-direction: column !important;
  width: 195%;
  justify-content: flex-start;
  align-items: flex-start !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear, top 0.2s linear, visibility 0.2s linear;
  box-shadow: 0px 3px 15px #3a3a3a;
  padding: 12px 12px !important;
}

.sub-nav-inner {
  width: 110%;
  top: -10%;
  left: 99.99%;
  transform: translate(0%, 0%);
}

.sub-nav li {
  width: 100%;
  padding: 0px !important;
}

.sub-nav li:first-child {
  padding-top: 12px;
}

.sub-nav li:last-child {
  padding-bottom: 12px;
}

.sub-nav li a {
  padding: 2px 20px;
  color: #fff !important;
  transition: color 0.2s linear;
  font-weight: 300 !important;
}

.sub-nav-inner-toggler span {
  padding: 0px 20px;
  color: #fff !important;
  transition: color 0.2s linear;
  display: inline-block;
  font-weight: 300 !important;
}

.sub-nav-toggler:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.sub-nav-inner-toggler:hover .sub-nav-inner {
  visibility: visible;
  opacity: 1;
  top: 0%;
}

.sub-nav li a:hover,
.sub-nav-inner-toggler span:hover {
  color: #b2b2b2 !important;
}

.banner-bg {
  background-color: #000;
  position: relative;
}

.banner-wrapper {
  width: 100%;
  height: 100vh;
  background-image: url("../images/banner-home.jpeg");
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.6;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 33%;
}

.banner-title h1 {
  color: #f00;
  text-transform: uppercase;
  font-family: "League Spartan";
  font-weight: 700;
  font-size: 34px;
}

.btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.slide-title {
  font-size: 60px !important;
  color: #484848 !important;
  font-weight: 300 !important;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
  line-height: 68px;
}

.slide-sub-title {
  font-size: 28px !important;
  color: #484848 !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  margin-top: -10px;
  padding-bottom: 0px !important;
}

.slide-btn {
  /* padding: 6px 24px !important; */
  background: #fff;
  color: #000;
  border-radius: 20px;
  margin-bottom: 8px;
  font-weight: 300;
}

.slide-btn i {
  font-size: 10px;
}

.bg-earth {
  background-image: url("../images/earth.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 144% auto;
  margin-top: 3px;
  position: relative;
}

.banner-earth-text {
  margin: 0 auto;
  width: 80%;
  padding: 140px 0px;
  text-align: center;
  font-size: 30px;
  /*text-transform: uppercase;*/
}

.banner-earth-text p {
  color: #fff;
}

.banner-earth-sub-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.banner-earth-sub-text p {
  padding-top: 1px;
  margin-bottom: 0px;
  margin-right: 5px;
}

.right-bottom-byd-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

footer {
  padding: 40px 0px;
  background-color: #fff;
}

.footer-link ul,
.footer-social-link ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  font-family: "League Spartan";
}

.footer-social-link ul {
  justify-content: flex-end;
  align-items: center;
}

.footer-social-link ul h3 {
  margin-bottom: 0px;
}

.footer-link ul li a,
.footer-social-link ul li a {
  padding: 6px 12px;
  text-decoration: none;
  color: #3a3a3a;
  display: flex;
  font-weight: 400;
  font-size: 18px;
}

.footer-social-link ul li span {
  padding: 8px 12px 3px;
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
}

.footer-copyright {
  background: #fff;
  padding: 15px 0px;
  position: relative;
  border-top: 1px solid #ececec;
}

.footer-copyright p {
  text-align: center;
  color: #585858;
  font-size: 16px;
  font-weight: 400;
}

.footer-copyright p a {
  color: #585858;
}

.footer-copyright p a:hover {
  color: #000;
}

.detailed-menu {
  position: fixed;
  top: -104%;
  left: -104%;
  width: 100%;
  height: 100vh;
  background-color: #3a3a3a;
  z-index: -1;
  padding: 87px 0px 0px;
}

.detailed-menu.mail-to-show {
  background: none;
  top: 0%;
  left: 0%;
  z-index: 5;
}

.detailed-menu.search-show,
.detailed-menu.contact-show,
.detailed-menu.test-drive-show {
  top: -104%;
  left: 0px;
  z-index: 10;
  transition: top 0.5s ease-in-out;
}

.detailed-menu.contact-show,
.detailed-menu.test-drive-show {
  background-image: url("../images/contactus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 144% auto;
}

.detailed-menu.menu-dropdown-show {
  top: 0px;
  left: 104%;
  z-index: 5;
}

.detailed-menu.menu-dropdown-show-active {
  transition: left 0.5s ease-in-out;
}

.detailed-menu.virtual-tour-show {
  top: 0px;
  left: -104%;
  z-index: 5;
  transition: left 0.5s ease-in-out;
}

.detailed-menu.active {
  left: 0%;
  top: 0%;
}

.virtual-toure {
  display: none;
  position: relative;
}

.virtual-toure,
.virtual-toure-frame {
  width: 100%;
  height: calc(100vh - 87px);
  background: #f5f5f7;
  border: none;
}

.menu-dropdown-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.dropdown-link {
  width: 100%;
  padding: 60px 20px 0px;
}

.dropdown-link ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.dropdown-link ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "League Spartan";
  font-weight: 400;
  font-size: 18px;
  display: flex;
}

.virtual-toure.active {
  display: block;
  border: none;
}

.menu-dropdown-wrapper.active {
  display: block;
  border: none;
  background: rgba(0, 0, 0, 0.7);
}

.overlay .close {
  position: absolute;
  right: 40px;
  top: 40px;
  font-family: "League Spartan";
  color: #fff;
  opacity: 1;
}

.close-virtual-toure {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-title {
  text-align: center;
  font-size: 30px;
  color: rgb(247, 244, 244);
  font-weight: 700;
  margin-bottom: 20px;
}

.search-input-wrapper {
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.search-input-wrapper input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  height: 44px;
}

.our-link-wrapper {
  position: relative;
  z-index: 10;
  background: #282828;
}

.search-wrapper,
.mail-to-wrapper,
.contact-wrapper,
.test-drive-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.contact-wrapper,
.test-drive-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}

.search-wrapper > .popup,
.contact-wrapper > .popup,
.test-drive-wrapper > .popup {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, 0%);
}

.search-wrapper.active,
.contact-wrapper.active,
.test-drive-wrapper.active {
  display: block;
}

.mail-to-wrapper.active {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.close-search-wrapper,
.close-menu-wrapper,
.close-mail-to,
.close-contact-wrapper,
.close-test-drive-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.close-mail-to {
  top: -32px;
  right: -32px;
}

.search-list {
  padding: 10px 10px;
  margin-bottom: 0px;
  margin-top: 14px;
  list-style-type: none;
  width: 100%;
  max-height: 380px;
  overflow: auto;
}

.search-list li {
  width: 100%;
  margin: 15px 0px;
}

.search-list li a {
  display: block;
  width: 100%;
  overflow: auto;
  background: #fff;
  color: #3a3a3a;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e3edf7;
}

.search-list li a:hover {
  background: #edf4fa;
}

.form-wrapper {
  position: absolute;
  top: 76px;
  right: 20px;
  width: 300px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 3;
  box-shadow: 0px 0px 22px -6px #333;
  transition: top 0.2s linear, visibility 0.2s linear, opacity 0.2s linear;
}

.mail-popup-wrapper.show .form-wrapper {
  top: 96px;
  opacity: 1;
  visibility: visible;
}

.form-wrapper input {
  height: 44px;
  border-radius: 8px;
  padding: 0px 20px;
  box-shadow: none;
  border: 1px solid #333;
  margin-bottom: 10px;
  outline: none;
}

.form-wrapper textarea {
  border-radius: 8px;
  padding: 10px 20px;
  box-shadow: none;
  border: 1px solid #333;
  margin-bottom: 10px;
  outline: none;
}

.form-wrapper button {
  height: 44px;
  border-radius: 8px;
  padding: 0px 20px !important;
  box-shadow: none !important;
  border: 1px solid #333 !important;
  margin-bottom: 0px !important;
  outline: none !important;
  background: #333 !important;
  color: #fff !important;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}

.cover-slides {
  height: 86vh !important;
  margin-bottom: 3px;
  overflow: hidden;
}

.slides-container img.desktop {
  display: block;
}

.slides-container img.mobile {
  display: none;
}

.slides-navigation a {
  /*  background: #585858;*/
  position: absolute;
  height: 70px;
  width: 70px;
  top: 50%;
  font-size: 20px;
  display: block;
  color: #fff;
  line-height: 90px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  opacity: 0.3;
}

.slides-navigation a i {
  font-size: 40px;
}

.slides-navigation a:hover {
  background: #000000;
}

.cover-slides .container {
  height: 40%;
  position: relative;
  z-index: 2;
}

.cover-slides .container > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover-slides .container > .row {
  height: 100%;
}

.overlay-background {
  background: #333;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.cover-slides h1 {
  font-family: "League Spartan";
  font-weight: 500;
  font-size: 64px;
  color: #fff;
}

.cover-slides p {
  font-size: 18px;
  color: #fff;
  padding-bottom: 30px;
  text-shadow: none;
}

/* .slides-pagination a{
    border: 2px solid #ffffff;
    border-radius: 6px;
}
.slides-pagination a.current{
    background: #b0b435;
    border: 2px solid #b0b435;
}*/
.cover-slides p a {
  font-size: 16px;
  border: none;
  padding: 9px 13px 5px;
  font-weight: 400;
  width: 180px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0px 0px 9px 0px #ccc;
  margin: 0px 3px;
}

.cover-slides p a i {
  display: none;
}

.contact-form {
  padding-bottom: 100px;
}

.contact-form,
.test-drive-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.test-drive-form-wrapper {
  justify-content: flex-end;
}

.test-drive-form {
  width: 30%;
  padding: 30px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin: 20px 0px;
  /* position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.test-drive-form .title {
  font-size: 20px;
  font-weight: 400;
  color: #3a3a3a;
}

.test-drive-form .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #3a3a3a;
}

.test-drive-form select {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.contact-form input {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.contact-form select {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.test-drive-form input {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.test-drive-form input,
.test-drive-form textarea {
  background: #fff !important;
}
.blue-bg {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.contact-form textarea {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 10px;
}

.contact-form textarea#query_about {
  display: none;
}

.contact-form textarea#query_about.active {
  display: block;
}

.test-drive-form textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a3a;
  padding: 10px;
}

.contact-form button,
.test-drive-form button {
  border: 1px solid #fff;
  outline: none !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 9px 60px 5px;
  margin: 0 auto;
  margin-top: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
}

.test-drive-form input::placeholder,
.test-drive-form textarea::placeholder {
  color: #3a3a3a;
}

.test-drive-form label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.test-drive-form input[type="checkbox"] {
  height: auto;
  margin-top: 5px;
  margin-right: 6px;
}

.caption {
  margin-bottom: 0px;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

/* news start */
.news-banner {
  background-image: url("../images/news/news-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.news-banner::after {
  content: "";
  background-image: linear-gradient(to right, #3a3a3a 14%, transparent);
  height: 54px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.stay-tuned-banner {
  /*background: #f5f5f7;*/
  position: relative;
}

.stay-tuned-banner h2,
.stay-tuned-banner p {
  color: #3a3a3a;
}

.stay-tuned-banner .icon-envelope {
  position: absolute;
  top: 50%;
  right: 10%;
  font-size: 100px;
  color: #3a3a3a;
  z-index: 2;
  margin-top: -50px;
}

.new-banner-text {
  height: 412px;
  color: #fff;
  position: relative;
}

.new-banner-text h1 {
  position: absolute;
  bottom: 0px;
  left: -11px;
  width: 100%;
  padding-top: 6px;
  z-index: 2;
}

.news-search-form {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.news-search-form select {
  width: 31.33333%;
  margin: 0px 1%;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 6px;
  font-weight: 300;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
}

.news-search-form .fieldset {
  width: 31.33333%;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-left: 1%;
}

.news-search-form .fieldset i {
  position: absolute;
  top: 13px;
  right: 7px;
}

.news-search-form input {
  width: 100%;
  border: none !important;
  height: 40px;
  border-radius: 6px;
  font-weight: 300;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  padding: 0px 25px 0px 6px;
}

.news-search-form input::placeholder {
  font-family: "League Spartan";
  font-size: 14px;
  font-weight: 300;
}

.news-list-thumb {
  width: 100%;
  display: block;
}

.news-list-thumb img {
  min-width: 100%;
  height: 270px;
}

.news-list-wrapper .news-list-thumb:hover {
  box-shadow: 0px 0px 17px 2px #ccc;
}

.news-list-wrapper .news-list-thumb img {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.news-list-text-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

.news-list-title {
  margin-bottom: 15px;
  outline: none !important;
  color: #3a3a3a;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list-title:hover {
  color: #3a3a3a;
}

.news-list-title.in-grid {
  font-size: 20px;
  line-height: 20px;
}

.news-list-body {
  margin-bottom: 20px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list-date {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
}

.load-more {
  padding: 8px 24px 4px;
  border: 1px solid #3a3a3a;
  border-radius: 20px;
  color: #3a3a3a;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.load-morebr {
  padding: 8px 24px 4px;
  border: 1px solid #3a3a3a;
  border-radius: 20px;
  color: #3a3a3a;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.load-morebr img {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.load-more:hover,
.load-more:visited,
.load-more:focus {
  color: #3a3a3a;
}

.load-morebr:hover,
.load-morebr:visited,
.load-morebr:focus {
  color: #3a3a3a;
}

.load-moretd:hover,
.load-moretd:visited,
.load-moretd:focus {
  color: #3a3a3a;
}

.virtual-360 img {
  width: 40px;
  height: 40px;
  margin-bottom: 7px;
  margin-right: 5px;
}

.news-subscription {
  padding: 45px 0px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.news-subscription p {
  color: #3a3a3a;
  font-size: 18px;
  margin-bottom: 20px;
}

.news-subscription-form {
  width: 50%;
  display: flex;
  margin: 0 auto;
  font-size: 18px;
}

.news-subscription-form input {
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-weight: 300;
  color: #3a3a3a;
  flex: 1;
}

.news-subscription-form input::placeholder {
  color: #3a3a3a;
}

.news-subscription-form button {
  border: none;
  border-radius: 27px;
  padding: 7px 35px 5px;
  background-color: #3a3a3a;
  color: #fff;
  margin-left: 20px;
}

.custom-news-list-overlap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0px 0px 12px -1px #b7b7b7;
}

.custom-news-list-overlap img {
  transition: all 0.3s linear;
}

.custom-news-list-overlap-body {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 0px 20px;
  /* background: rgba(0, 0, 0, 0.2); */
  background-color: transparent;
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 0.3s linear;
}

.custom-news-list-overlap-body .news-list-title,
.custom-news-list-overlap-body .news-list-date {
  color: #fff;
}

.custom-news-list-overlap-body .news-list-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.custom-news-list-overlap:hover .custom-news-list-overlap-body {
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-news-list-overlap:hover img {
  transform: scale(1.05, 1.05);
}

.custom-news-list {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px -1px #b7b7b7;
}

.custom-news-list .img-wrapper {
  width: 100%;
  display: block;
  background-color: #3a3a3a;
  overflow: hidden;
}

.custom-news-list .img-wrapper img {
  width: 100%;
  opacity: 1;
  transition: all 0.3s linear;
}

.custom-news-list .custom-news-list-body {
  padding: 12px 20px;
}

.custom-news-list .custom-news-list-body .news-list-title,
.custom-news-list .custom-news-list-body .news-list-title:hover,
.custom-news-list:hover .custom-news-list-body .news-list-title {
  color: #3a3a3a;
}

.custom-news-list .custom-news-list-body .news-list-title {
  font-size: 20px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  height: 52px;
}

.custom-news-list .custom-news-list-body .news-list-date {
  margin-bottom: 0px;
}

.custom-news-list:hover img {
  transform: scale(1.05, 1.05);
  opacity: 0.8;
}

.news-detail img {
  float: right;
  width: 400px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .news-detail img {
    width: 300px;
    margin-left: 15px;
  }
}

@media (max-width: 480px) {
  .news-detail img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    /* Adding margin-bottom for spacing */
  }
}

.news-detail p {
  text-align: justify;
}

/* news end */

/* event start */
.event-banner {
  background-image: url("../images/events.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.event-banner::after {
  content: "";
  background-image: linear-gradient(to right, #3a3a3a 14%, transparent);
  height: 54px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.event-list-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.event-list-wrapper .event-tag {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.event-list-wrapper .event-date {
  font-size: 18px;
  margin-bottom: 10px;
  font-style: italic;
}

.event-list-wrapper .event-body {
  font-size: 18px;
}

.event-tabs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.event-tabs-wrapper .event-tabs {
  width: 110px;
  border: 1px solid #3a3a3a;
  padding: 6px 20px 3px;
  text-transform: capitalize;
  border-radius: 26px;
  margin: 0px 5px;
  background: #fff;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s linear;
}

.event-tabs-wrapper .event-tabs.tabs-2 {
  width: auto;
}

.event-tabs-wrapper .event-tabs:hover,
.event-tabs-wrapper .event-tabs.active {
  background-color: #3a3a3a;
  color: #fff;
}

.event-list {
  visibility: visible;
  opacity: 1;
}

.event-list .ec {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 12px -1px #b7b7b7;
}

.event-list.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.event-layout-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 12px -1px #b7b7b7;
  cursor: pointer;
}

.event-layout-1 .event-thumb-wrapper {
  width: 100%;
  overflow: hidden;
}

.event-layout-1 .event-thumb-wrapper img {
  transition: all 0.3s linear;
}

.event-layout-1:hover .event-thumb-wrapper img {
  transform: scale(1.02, 1.02);
}

.popup-wrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  /* height: 34vh; */
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-wrapper.active {
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-body {
  width: 100%;
  position: relative;
  /* background: rgba(0, 0, 0, 0.8); */
  padding: 20px;
  border-radius: 6px;
}

.popup-body p {
  color: #fff;
  text-align: justify;
}

.popup-body .close-popup {
  position: absolute;
  top: -33px;
  right: -41px;
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 28px;
}

.popup-innerbody {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  padding-right: 14px;
}

/* event end */

/* blade battery start */
.normal-content {
  margin-bottom: 20px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 300;
}

.blade-text-wrapper {
  /* padding-top:20px;
    padding-bottom:20px; */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* justify-content: center; */
  text-align: justify;
}

.blade-banner {
  background-image: url("../images/battery/blade_battery_banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 144% auto;
  position: relative;
}

.all-new-e6-banner {
  background-image: url("../images/banner/1920x1080_11.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 144% auto;
  position: relative;
}

.blade-banner::after,
.all-new-e6-banner::after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.6) 100%);
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

video {
  width: 100%;
  /* height: 300px; */
  height: auto;
  max-height: 70vh;
  display: block;
  background: #3a3a3a;
}

.battery-timeline-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-wrapper {
  width: 100%;
  position: relative;
}

.blade-battery-remark {
  margin-top: 80px;
}

.timeline {
  width: 50%;
  display: flex;
  align-items: center;
  min-height: 170px;
  position: relative;
}

.timeline.odd {
  padding-left: calc(25% - 42px);
}

.timeline.odd::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 6px;
  top: 0px;
  right: -3px;
  background-color: #ccc;
  transition: all 0.3s linear;
}

.timeline.odd::after {
  content: "";
  height: 6px;
  width: 0px;
  background-color: #ccc;
  transition: all 0.3s linear;
}

.timeline.odd.active::before {
  height: 100%;
}

.timeline.odd.active::after {
  width: calc(100% - 84px);
}

.timeline.odd.active,
.timeline.even.active {
  background: none;
}

.timeline.even {
  padding-right: calc(25% - 42px);
  flex-direction: row-reverse;
  margin-left: 50%;
}

.timeline.even::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 6px;
  top: 0px;
  left: -3px;
  background-color: #ccc;
  transition: all 0.3s linear;
}

.timeline.even::after {
  content: "";
  height: 6px;
  width: 0px;
  background-color: #ccc;
  transition: all 0.3s linear;
}

.timeline.even.active::before {
  height: 100%;
}

.timeline.even.active::after {
  width: calc(100% - 84px);
}

.timeline .timeline-thumb {
  display: flex;
  border-radius: 50%;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: all 0.3s linear;
  padding: 0px;
  cursor: pointer;
  margin: 42px;
  background-color: #fff;
}

.timeline.active .timeline-thumb {
  width: 84px;
  height: 84px;
  margin: 0px;
  padding: 16px;
}

.timeline .timeline-thumb::before {
  content: "";
  width: 84px;
  height: 84px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  transition-delay: 0.3s;
  background-color: #fff;
  z-index: -1;
}

.timeline.active .timeline-thumb::before {
  width: 100px;
  height: 100px;
  background-color: #ccc;
}

.timeline.odd .timeline-thumb:hover {
  /* border: 10px solid #f5f5f7;
    margin-left: -10px; */
}

.timeline.even .timeline-thumb:hover {
  /* border: 10px solid #f5f5f7;
    margin-right: -10px; */
}

.timeline .timeline-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 84%;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 82%;
  padding: 16px;
  border-radius: 6px;
  z-index: 10;
  transition: all 0.3s linear;
  transition-delay: 0.3s;
}

.timeline.active .timeline-thumb .timeline-body {
  top: 75%;
  opacity: 1;
  visibility: visible;
}

/* .timeline .timeline-body::after{
    content: '';
    border: 12px solid #3a3a3a;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
} */
.timeline .timeline-body p {
  color: #3a3a3a;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.timeline-year {
  position: absolute;
  width: 70px;
  top: 50%;
  transform: translate(0px, -50%);
  font-size: 18px;
  font-weight: 600;
  font-family: "League Spartan";
  text-align: center;
  font-style: italic;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  transition-delay: 0.4s;
}

.timeline.active .timeline-year {
  opacity: 1;
  visibility: visible;
}

.timeline.odd .timeline-year {
  right: -70px;
}

.timeline.even .timeline-year {
  left: -70px;
}

.timeline-year::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
  transform: translate(0px, -50%);
}

.timeline.odd .timeline-year::after {
  left: -8px;
}

.timeline.even .timeline-year::after {
  right: -8px;
}

/* blade battery end */

/* find-dealer start */
.map-wrapper {
  height: calc(100vh - 96px);
}

.map {
  width: 100%;
  height: 100%;
}

/* find-dealer end */

/* jobs start */
.working-with-byd img {
  width: 100%;
}

/*.jobs-list{
    list-style-type: none;
    padding: 10px 20px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
}
.jobs-list li{
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    align-items: center;
    padding: 10px 0px;
}
.jobs-list li:last-child{
    border-bottom: 0px solid #ccc;
}
.jobs-list li p{
    margin-bottom: 0px;
    color: #9c9c9c;
}
.jobs-list li div:first-child{
    flex: 1;
}
.jobs-list li .title{
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.jobs-list li .title span{
    display: inline-block;
    padding: 4px 15px 3px;
    background-color: #ccc;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 10px;
}
.jobs-list li a{
    padding: 9px 20px 8px;
    border: 1px solid #3a3a3a;
    border-radius: 20px;
    color: #3a3a3a;
    background-color: #fff;
    transition: all 0.3s linear;
}
.jobs-list li a:hover{
    background-color: #3a3a3a;
    color: #fff;
}*/
/* jobs end */

/* test-drive start */
.test-drive-banner {
  /* background-image: url('../images/testdrive.jpg'); */
  background-position: center center;
  background-repeat: no-repeat;
  /*  background-size: 100% auto;*/
  background-size: cover;
  /* height: 91vh; */
  position: relative;
}

.test-drive-link {
  align-items: center;
}

/* test-drive end */

/* privacy-policy start */
.accordian-wrapper {
  width: 100%;
  list-style-type: none;
  padding: 0px;
}

.accordian-wrapper li {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 2px;
}

.accordian-wrapper li a.accord-toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: #dbdbdb;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
}

/*For New Accordion*/
.accordian-wrapper li a.accord-toggler:hover {
  background: silver;
  color: #fff;
}

.accordian-wrapper li a.accord-toggler i {
  transition: all 0.3s linear;
}

.accordian-wrapper li a.accord-toggler.active i {
  transform: rotate(180deg);
}

.accordian-wrapper li .accord-body {
  width: 100%;
  padding: 12px;
  /*For New Accordion*/
}

.accordian-wrapper li .accord-body p:last-child {
  margin-bottom: 0px;
}

/* privacy-policy end */

/* support start */
.support-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #3a3a3a;
  padding-left: 20px;
  border-left: 5px solid #ccc;
}

.support-details span {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #3a3a3a;
  transition: all 0.3s linear;
  margin-bottom: 0px;
  margin-right: 20px;
}

.support-details:hover span {
  background: #3a3a3a;
  color: #fff;
}

.support-details i {
  font-size: 44px;
}

.support-details p {
  flex: 1;
}

.contact-support {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-support .fieldset {
  width: 23%;
  margin: 0px 1% 20px;
}

.contact-support .fieldset .custom-drop-down {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  height: 36px;
}

.contact-support .fieldset .custom-drop-down span {
  font-family: "League Spartan";
  font-size: 14px;
  font-weight: 600;
  color: #787878;
}

.contact-support .fieldset.textareaWrapper {
  width: 98%;
  margin: 0px 1% 20px;
}

.contact-support input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 36px;
  box-shadow: none;
  background: none;
  outline: none;
}

.contact-support textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  background: none;
  outline: none;
}

/* support end */

/* all-new-e6 start */
.layout-2 {
  position: relative;
  width: 100%;
  padding: 0px;
}

.overlap-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 26px;
  text-align: center;
}

.overlap-content p {
  margin-bottom: 0px;
  color: #fff;
}

.body-color-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.body-color {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}

.body-color.dual {
  width: 50%;
  border-left: 1px solid #ccc;
}

.body-color .color-title {
  width: 100px;
}

.body-color .color-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.body-color .color-box.single {
  flex-direction: row;
}

.color-box-inner {
  width: 90%;
  margin: 0px 2% 0px;
  display: flex;
  flex-direction: column;
}

.body-color .color-box-inner > div {
  width: 100%;
  height: 90px;
  position: relative;
  border: 1px solid #ccc;
}

.doctor-black {
  background-color: #231815;
}

.doctor-black::after {
  content: "";
  border: 30px solid #727171;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}

.crystal-white {
  background-color: #f6f7f7;
}

.crystal-white::after {
  content: "";
  border: 30px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}

.blue-black {
  background-color: #3fa1cc;
}

.blue-black span {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #231815;
  z-index: 2;
}

.blue-black::after {
  content: "";
  border: 40px solid #6cb8d3;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* all-new-e6 end */

/* dealer start */
.dealer-card {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 24px -2px #ccc;
  border: 1px solid #ccc;
}

.dealer-card .dealer-card-image {
  width: 45%;
  padding: 10px;
}

.dealer-card .dealer-card-image img {
  width: 100%;
  border-radius: 6px;
}

.dealer-card .dealer-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 10px;
}

.dealer-card .dealer-card-contacts {
  padding-top: 16px;
}

.dealer-card .dealer-card-contacts i {
  margin-right: 10px;
}

.img-slice-wrapper-2,
.img-slice-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-slice-wrapper-2::before,
.img-slice-wrapper::before {
  /* content: ''; */
  height: 100%;
  position: absolute;
}

.img-slice-wrapper::before {
  width: 120px;
  height: 120%;
  top: -10%;
  transform: rotate(13deg);
  left: -60px;
  background: #f5f5f7;
}

.img-slice-wrapper-2::before {
  width: 120px;
  height: 120%;
  top: -10%;
  transform: rotate(13deg);
  right: -60px;
  background: #f5f5f7;
}

/* .all-new-e6-content p{
    padding: 0px 300px;
} */
/* dealer end */

/* slider start */
.ec {
  position: relative;
}

.ec .ec__holder {
  overflow: hidden;
}

.ec .ec__track {
  will-change: transform;
}

.ec .ec__track:after {
  content: "";
  display: table;
  clear: both;
}

.ec .ec__item {
  float: left;
  overflow: hidden;
}

.ec .ec__pagination {
  text-align: center;
  margin-top: 10px;
}

.ec .ec__pagination .pagination__dot {
  width: 8px;
  height: 8px;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #000;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.ec .ec__pagination .pagination__dot--active {
  background-color: #000;
}

.ec .ec__nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.ec .ec__nav::before {
  content: "";
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
}

.ec .ec__nav--prev {
  left: 1em;
}

.ec .ec__nav--prev::before {
  transform: rotate(-135deg);
  left: 1em;
}

.ec .ec__nav--next {
  right: 1em;
}

.ec .ec__nav--next::before {
  transform: rotate(45deg);
  right: 1em;
}

.carousel-multiple-items .box {
  border-right: 1px solid #fff;
}

.box:hover img {
  transform: scale(1, 1);
}

.box-image {
  overflow: hidden;
  display: flex;
  position: relative;
}

.box-image img {
  transition: all 0.3s linear;
}

.playGif:hover .gifOverlay {
  display: none;
}

.carousel-caption-top {
  height: 100%;
}

.css-b62m3t-container {
  margin-bottom: 20px;
}

.css-b62m3t-container input {
  height: 26px;
  width: 0px !important;
  min-width: 0px !important;
}

.css-14el2xx-placeholder {
  color: #3a3a3a !important;
}

/*For New Accordion*/
/*.table{
    border: 1px solid #3a3a3a;
    margin-top: 20px;
}
.table th{
    font-family: 'League Spartan';
    font-weight: 400;
    font-size: 14px;
}
.table td{
    font-family: 'League Spartan';
    font-weight: 300;
    font-size: 14px;
}*/
.black-white {
  background-color: #3a3a3a;
  color: #fff;
  transition: all 0.3s linear;
}

.white-black {
  background-color: #fff;
  color: #3a3a3a;
  transition: all 0.3s linear;
}

.black-white:hover {
  background-color: #fff;
  color: #3a3a3a;
}

.white-black:hover {
  background-color: #3a3a3a;
  color: #fff;
}

.custom-drop-down {
  width: 100%;
  position: relative;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.custom-drop-down.inverted {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border-color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.custom-drop-down span {
  flex: 1;
}

.custom-drop-down i {
  font-size: 14px;
}

.custom-drop-down ul {
  list-style-type: none;
  padding: 0px;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: -2px;
  background-color: #fff;
  display: none;
  z-index: 4;
  cursor: pointer;
}

.custom-drop-down.inverted ul {
  background-color: #3a3a3a;
  color: #fff;
  border: none;
}

.custom-drop-down ul.active {
  display: block;
  max-height: 240px;
  overflow-y: auto;
}

.custom-drop-down ul li {
  padding: 6px 10px;
}

.custom-drop-down ul li:hover {
  background-color: #f5f5f7;
}

.custom-drop-down.inverted ul li:hover {
  background-color: #232323;
}

.bb-icon {
  width: 60px;
}

/* slider end */

/* about byd start */
.about-byd-video {
  height: auto;
  max-height: calc(100vh - 100px);
}

.globalization {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: flex-start;
  position: relative;
}

.globalization ul {
  list-style-type: none;
  padding: 0px 12px;
  display: flex;
  flex-direction: row;
  width: 20%;
  flex-wrap: wrap;
  text-align: left;
}

.globalization ul::after {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 1px solid #fff;
}

.globalization ul:first-child::after {
  left: 19%;
}

.globalization ul:nth-child(2)::after {
  left: 39%;
}

.globalization ul:nth-child(3)::after {
  left: 59%;
}

.globalization ul:nth-child(4)::after {
  left: 79%;
}

.globalization ul:last-child::after {
  left: 20%;
  display: none;
}

.globalization ul li {
  min-width: 50%;
  padding: 0px 0px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.globalization ul:first-child li,
.globalization ul:nth-child(2) li,
.globalization ul:nth-child(5) li {
  width: 100%;
}

.globalization ul li.globalization-heading {
  width: 100%;
  margin-bottom: 10px;
  flex: auto;
  font-size: 20px;
  font-weight: 400;
}

.diversification-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  padding: 26px 6px 6px;
}

.about-sections {
  min-height: calc(100vh - 100px);
  /* to stop parallex effect comment below background-attachment propertiy */
  /*background-attachment: fixed;*/
  background-size: cover;
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
}

.about-section-2 .row {
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.about-ht {
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  height: 100vh;
}

.about-section-1 {
  /* background-image: url('../images/about/bydhd.jpg'); */
  /*background-position: center -40px;*/
}

.about-section-2 {
  /* background-image: url('../images/about/globalization.jpg'); */
}

.about-section-3 {
  /* background-image: url('../images/about/diversification.jpg'); */
}

.about-section-4 {
  /* background-image: url('../images/about/market-performance.jpg'); */
  /*background-position: center bottom;*/
}

.about-section-5 {
  /* background-image: url('../images/about/auto.jpg'); */
  /*background-position: center -80px;*/
}

.about-section-6 {
  /* background-image: url('../images/about/next-gen-electric-vehicle.jpg'); */
  /*background-position: center bottom;*/
}

.about-section-7 {
  /* background-image: url('../images/about/coolearth.jpg'); */
}

.about-section-8 {
  /* background-image: url('../images/about/pollution_emission.jpg'); */
}

.about-section-9 {
  /* background-image: url('../images/about/social-responsibility.jpg'); */
  /*background-position: center bottom;*/
}

.about-sections p {
  color: #fff;
}

.about-section-1 p,
.about-section-9 p,
.about-section-8 p {
  color: #000;
}

/* about byd end */

#bydintro,
#globalization,
#diversification,
#marketperformance,
#auto,
#eplatform,
#cooltheearth,
#pollutioncontrol,
#csr {
  display: block;
  visibility: hidden;
  margin-top: -120px;
  pointer-events: none;
  position: absolute;
}

#exterior,
#interior,
#safety,
#features {
  display: block;
  visibility: hidden;
  margin-top: -120px;
  pointer-events: none;
  position: absolute;
}

.relative {
  position: relative;
}

.fieldset {
  width: 100%;
}

.fieldset input[type="text"],
.fieldset input[type="tel"],
.fieldset input[type="email"],
.fieldset textarea {
  width: 100%;
}

.fieldset span.red {
  color: #f00;
  display: none;
}

.fieldset span.white {
  color: #fff;
}

.fieldset span.withError.red {
  color: #f00;
  display: block !important;
}

.green {
  color: #05ca36;
}

#sptInfo {
  width: 100%;
}

.text-left {
  text-align: left;
}

.news-subscription-form .fieldset {
  width: auto;
  flex: 1;
}

.news-subscription-form {
  flex-wrap: wrap;
  align-items: flex-start;
}

.news-subscription-form #info,
.news-subscription-form .info {
  width: 100%;
}

.table.policy {
  width: 100%;
}

.table.policy td {
  width: auto !important;
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .test-drive-form {
    width: 38%;
    padding: 20px 20px;
  }

  .custom-drop-down {
    height: 38px;
    margin-bottom: 10px;
  }

  .test-drive-form input {
    height: 38px;
    margin-bottom: 10px;
  }

  .css-b62m3t-container {
    margin-bottom: 10px;
  }

  .css-b62m3t-container input {
    height: 26px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .test-drive-form {
    width: 38%;
    padding: 20px 20px;
  }

  .custom-drop-down {
    height: 32px;
    margin-bottom: 10px;
  }

  .test-drive-form input {
    height: 32px;
    margin-bottom: 10px;
  }

  .css-b62m3t-container input {
    height: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .pl-0 {
    padding-left: 0px !important;
  }

  .pr-0 {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 992px) {
  .news-search-form {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .news-search-form select {
    margin-left: 0px;
  }

  .test-drive-form {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .nav-link ul li a {
    font-size: 14px;
  }

  .banner-title {
    width: 100%;
    left: 0px;
    padding: 0px 20px;
  }

  .banner-earth-text {
    width: 100%;
  }

  .footer-social-link ul {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .logo {
    width: 80px;
    display: inline-block;
  }

  .search-wrapper > .popup,
  .contact-wrapper > .popup,
  .test-drive-wrapper > .popup {
    top: 8%;
    width: 90%;
  }

  .nav-link ul li {
    display: none;
  }

  .nav-link ul:last-child li {
    display: block;
  }

  .nav-link ul li.active {
    display: block;
  }

  .menu-toggler-wrapper {
    display: block;
    padding-right: 0px !important;
  }

  .bg-earth,
  .news-banner,
  .event-banner,
  .blade-banner,
  .detailed-menu.contact-show,
  .detailed-menu.test-drive-show {
    background-size: auto 144%;
  }

  .stay-tuned-banner {
    background-size: auto 144%;
  }

  .stay-tuned-banner .icon-envelope {
    font-size: 80px;
    margin-top: -30px;
  }

  .test-drive-banner {
    background-size: auto 144%;
  }

  .banner-earth-sub-text {
    flex-direction: column;
  }

  .news-subscription-form {
    width: 90%;
  }

  .test-drive-form {
    width: 100%;
  }

  .color-box-inner {
    width: 100%;
    margin: 0px 0px 20px;
  }

  .body-color .color-box {
    flex-direction: column;
  }

  .slides-container img.desktop {
    display: none;
  }

  .slides-container img.mobile {
    display: block;
  }

  .cover-slides p a {
    margin: 0px 3px 12px;
  }

  .cover-slides .container {
    margin-top: 12px;
  }

  .slide-sub-title {
    font-size: 22px !important;
  }

  .nav-link ul li a i.icon-location-pin {
    margin-top: 2px;
  }

  .test-drive-link img {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
  }

  .about-sections {
    height: auto;
    padding-bottom: 30px;
    position: relative;
  }

  .about-section-video {
    position: relative;
  }

  .about-ht {
    background-position: center;
    background-size: cover;
  }

  .about-section-2 .row {
    flex-direction: row;
  }

  .globalization {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .globalization ul {
    width: 50%;
  }

  .globalization ul::after {
    display: none;
  }

  .globalization ul.mobile-100 {
    width: 100%;
  }

  .custom-news-list-overlap-body {
    position: relative;
    padding-top: 10px;
    background-image: none !important;
    background: #fff !important;
  }

  .custom-news-list-overlap-body .news-list-title,
  .custom-news-list-overlap-body .news-list-date {
    color: #3a3a3a;
  }

  .accordian-wrapper.jobs-list li a.accord-toggler {
    flex-direction: column;
    align-items: flex-end;
  }

  .accordian-wrapper.jobs-list li .accord-body p {
    text-align: left !important;
  }

  .menu-dropdown-wrapper .sub-nav-toggler .sub-nav {
    position: relative;
    background: none !important;
    box-shadow: none;
    width: 100%;
    padding: 10px 0px !important;
    visibility: visible;
    opacity: 1;
  }

  .menu-dropdown-wrapper .sub-nav-toggler:hover .sub-nav {
    visibility: visible;
    opacity: 1;
  }

  .menu-dropdown-wrapper .sub-nav-inner {
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 0px;
    width: 100%;
    background: none !important;
    box-shadow: none;
  }

  .detailed-menu.menu-dropdown-show-active {
    background: none;
  }

  .menu-dropdown-wrapper {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 22px -6px #333;
    padding-bottom: 16px;
    width: 70%;
    margin-left: 30%;
  }

  .menu-dropdown-wrapper .close-menu-wrapper {
    display: none;
  }

  .menu-dropdown-wrapper .dropdown-link {
    padding: 20px 20px 0px;
  }

  .mobile-align {
    flex-direction: column-reverse;
  }

  .cover-slides .term-text p {
    font-size: 14px;
  }

  .search-title {
    font-size: 26px;
  }

  .search-list {
    max-height: 400px;
  }

  .popup-body {
    width: 92%;
  }
}

@media only screen and (max-width: 450px) {
  .dealer-card {
    flex-direction: column;
    align-items: center;
  }

  .dealer-card .dealer-card-image {
    width: 100%;
    display: none;
  }

  .stay-tuned-banner .icon-envelope {
    color: #f3f3f3;
    font-size: 120px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-top: -72px;
  }

  .test-drive-form {
    margin-top: 0px;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
  }

  .test-drive-banner {
    background-position: -459px center;
  }

  .body-color-wrapper {
    flex-direction: column;
  }

  .body-color.dual {
    width: 100%;
    border: none;
  }

  .body-color .color-box.single {
    flex-direction: column;
  }

  .overlap-content {
    position: relative;
    background: #333;
  }

  .mb-xs-16 {
    margin-bottom: 16px !important;
  }

  .heading-1m {
    font-size: 18px !important;
    font-weight: 500;
  }

  .heading-3m {
    font-size: 18px !important;
    font-weight: 500;
  }

  .footer-link ul {
    display: revert;
  }

  .about-section-1:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .about-section-1 p {
    color: #fff;
  }
}

/*PASSED EXTREME TEST*/

.color-reds {
  color: #e60012;
}

.font-lg {
  font-size: 24px;
}

.safety-test-ul {
  list-style: none;
  padding-left: 0px !important;
}

.safety-test-ul > li {
  display: inline-flex;
}

.thumbnail {
  display: block;
  /* padding: 15px; */
  /*    margin-bottom: 20px;*/
  line-height: 1.42857143;
  /*    background-color: #fff;
    border: 1px solid #ddd;*/
  /* border-radius: 4px;   */
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 14px;
}

.color-black {
  color: #3a3a3a;
}

.font-bold {
  font-weight: 400;
}

.font-xs {
  font-size: 16px;
}

.safety-test-ul > li {
  display: inline-flex;
}

/*For New Accordion*/

.table {
  width: 100%;
  color: #333;
  font-weight: 400;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

th {
  border-right: 1px solid #cbcbcb;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  font: normal 16px League Spartan;
  color: #333;
}

.table td {
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  text-align: center;
  padding: 18px 10px;
  font: normal 16px League Spartan;

  color: #333;
  width: 80px;
}

.table td:first-child {
  text-align: left;
  padding-left: 30px;
  width: 420px;
}

.table td:last-child,
.table th:last-child {
  border-right: none;
}

.table td:nth-child(2n + 2),
.table th:nth-child(2n + 2) {
  background: #f9f9f9;
}

.table td img {
  max-width: 20px;
}

#specifications .table td:first-child {
  width: 200px;
}

.term-text {
  position: absolute;
  top: 78vh;
  left: 1.5%;
}

.term-text p {
  padding-bottom: 0px;
  font-size: 18px;
  color: #fff;
}

/*---Download Brochure CSS Start---*/
.download-brochure-main {
  position: relative;
  padding-bottom: 50px;
}

.download-brochure {
  display: block;
  position: absolute;
  right: 0;
}

/*---Download Brochure CSS End---*/

/*---onclick CSS Start---*/

/*.hide {
  display: none;
}
.myDIV{display: block;
  color: red;
	font-weight: 600;

}
.myDIV:hover + .hide {
  display: block;
  color: red;
}
*/
.onclick-dis {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  font-family: "League Spartan";
}

.onclick-dis:before {
  content: "Read More...";
}

.onclick-dis:focus {
  /* clicking on label should toggle the menu */
  pointer-events: none;
}

.onclick-dis:focus .onclick-dis-content {
  /*  opacity is 1 in opened state (see below) */
  opacity: 1;
  visibility: visible;

  /* don't let pointer-events affect descendant elements */
  pointer-events: auto;
}

.onclick-dis-content {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s;
  width: 50vw;
  left: 50%;
  top: 31px;
  transform: translate(-50%, 0px);
  background: #333;
  padding: 12px 21px;
  border-radius: 6px;
}

.onclick-dis-content::before {
  content: "";
  position: absolute;
  border: 8px solid #333;
  transform: rotate(45deg);
  top: -8px;
  left: 50%;
}

.onclick-dis-content p {
  color: #fff;
}

.onclick-dis-content p span {
  color: #fff !important;
}

/*---onclick CSS End---*/

/*---Job CSS Start---*/
.jobs-list li p {
  margin-bottom: 0px;
  color: #777;
}

.jobs-list li div:first-child {
  flex: 1;
}

.jobs-list li .title {
  font-size: 20px;
  color: #3a3a3a;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.jobs-list li .title span {
  display: inline-block;
  padding: 4px 15px 3px;
  background-color: #333;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 10px;
}

.jobs-list li a:hover {
  background-color: #3a3a3a;
  color: #fff;
}

.Job {
  font-style: italic;
  padding-right: 10px;
}

/*---Job CSS End---*/

/*scrollbar*/
.scrollbar {
  float: left;
  height: 90px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 14px;
}

.force-overflow {
  /*min-height: 450px;*/
}

#style-4::-webkit-scrollbar {
  width: 5px;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #585858;
  border-radius: 10px;
}

.breadcrumb {
  margin-bottom: 0rem;
}

ul.breadcrumb {
  padding: 7px 0px;
  list-style: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  font-family: "League Spartan";
  font-weight: 400;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: ">\00a0";
}

ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.fade:not(.show) {
  opacity: 1;
}

.slick-next {
  right: 10px !important;
  width: 30px !important;
  height: 30px !important;
}

.slick-prev {
  left: 10px !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 2;
}

.slick-next::before,
.slick-prev::before {
  font-size: 30px !important;
}

.cover-slides .box {
  margin: 0 auto !important;
}

.cover-slides .box .carousel-container {
  float: left;
  border-radius: 0px !important;
}

.cover-slides .box .carousel-container .prev,
.cover-slides .box .carousel-container .next {
  transform: translateY(-50%);
  font-size: 26px;
  opacity: 0.7;
  z-index: 5;
}

.cover-slides .box .carousel-container .prev:hover,
.cover-slides .box .carousel-container .next:hover {
  opacity: 1;
}

.cover-slides .box > div,
.cover-slides .box > div > div {
  display: flex;
  width: 100%;
}

.cover-slides .box .carousel-container .carousel-item {
  position: static;
}

.cover-slides .box .carousel-container .carousel-item .carousel-image {
  border-radius: 0px !important;
  margin-top: -80px;
}

/**Thanks Page CSS**/

.thanks {
  width: 100%;
  height: 90vh;
  padding: 6em 0;
  /*	position: relative;*/
}

.thanks .page-header {
  position: absolute;
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
}

.thanks-button {
  display: inline-block;
  border: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 28px;
  padding: 9px 60px 5px;
  color: #fff;
  font-size: 16px;
  font-family: "League Spartan";
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
}

.thanks-button:hover {
  background: #000;
}

.thanks h1 {
  font-size: 25px;
  font-weight: 400;
}

.thanks p {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 300;
  font-family: "League Spartan";
  margin-bottom: 25px;
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  .thanks .page-header {
    width: 34%;
    top: 50%;
    right: 0;
    transform: translate(-21%, -50%);
  }
}

@media only screen and (max-width: 450px) {
  .thanks .page-header {
    width: 90%;
    padding: 20px;
    left: 50%;
    top: 25%;
  }
}

@media only screen and (max-width: 500px) {
  .cover-slides .box .carousel-container {
    max-height: 86vh !important;
  }
}

.dealer-card-title {
  flex: 1;
}

.slick-next:before,
.slick-prev:before {
  color: rgba(0, 0, 0, 0.7) !important;
}

.newmodel-banner {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}

.newmodel-banner-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.newmodel-banner-text .with-before,
.newmodel-banner-text .with-after {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  font-family: "League Spartan";
  padding: 20px 20px 16px;
  position: relative;
}

.newmodel-banner-text .newmodel-subtitle {
  display: flex;
  flex-direction: column;
}

.newmodel-banner-text .with-after {
  padding-top: 0px;
  margin-top: -20px;
  margin-left: 100px;
}

.newmodel-banner-text .with-before::before {
  content: "";
  border-top: 3px solid #fff;
  border-left: 15px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.newmodel-banner-text .with-before::after {
  content: "";
  border-top: 15px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0px;
  left: -2px;
  transform: rotate(7deg);
}

.newmodel-banner-text .with-after::before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 3px solid #fff;
  border-left: 3px solid transparent;
  border-top: 15px solid transparent;
  position: absolute;
  bottom: 0px;
  right: -2px;
  transform: rotate(7deg);
}

.newmodel-banner-text .with-after::after {
  content: "";
  border-bottom: 3px solid #fff;
  border-right: 15px solid #fff;
  border-left: 15px solid transparent;
  border-top: 3px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.cover-slides.newmodel-carousel {
  height: auto !important;
}

.newmodel-carousel .container {
  flex-direction: column;
}

.newmodel-carousel p {
  color: #000 !important;
  padding-bottom: 0px !important;
}

.newmodel-carousel p.heading-3 {
  font-size: 25px;
}

.newmodel-blade-battery-wrapper {
  overflow-y: hidden;
}

.newmodel-blade-battery {
  margin-top: -70px;
  box-shadow: 0px 50px 120px -20px #ccc;
  padding: 26px 20px;
  margin-bottom: 70px;
}

.newmodel-car-colors {
  display: flex;
  flex-direction: row;
}

.newmodel-car-colors .newmodel-colors-thumb {
  width: 280px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newmodel-car-colors .newmodel-colors-car {
  flex: 1;
  border: 10px solid #fff;
}

.newmodel-car-colors .newmodel-colors-thumb-img {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: #fff;
}

.newmodel-car-colors .newmodel-colors-thumb-img img {
  width: 280px;
  height: 150px;
}

.newmodel-grid-structure img {
  width: 100%;
}

.img-mobile {
  display: none;
}

.bro-fo {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .img-mobile {
    display: block;
  }

  .img-desktop {
    display: none;
  }

  .newmodel-banner {
    top: 30%;
  }

  .newmodel-car-colors {
    flex-direction: column;
  }

  .newmodel-car-colors .newmodel-colors-thumb {
    width: 100%;
    flex-direction: row;
  }

  .newmodel-car-colors .newmodel-colors-thumb-img img {
    width: auto;
    height: auto;
  }
}

.common-bg {
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: 144% auto; */
  background-size: cover;
}

.multiple-slide-caption p {
  font-weight: 400;
  font-size: 18px !important;
}

.download-brochure-main a:hover,
.download-brochure-main a:focus,
.download-brochure-main a:visited {
  /* color: #000; */
  outline: none;
}

.rightMenuIcon li a img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 6px;
}

/* BYD seal end */

/* *{

    --blue:#05507d;
  
  } */

.div {
  display: block;
  width: auto;
  float: left;
  margin-left: 1em;
  margin-right: 1em;
}

.div span {
  margin-left: 1rem;
}

.fold {
  background: linear-gradient(
        to left bottom,
        transparent 50%,
        rgba(5, 80, 125, 0) 0
      )
      no-repeat 100% 0 / 2em 2em,
    linear-gradient(-135deg, transparent 1.41em, #05507d 0);
}

.text1 {
  text-decoration: none;
}

.div[href$=".pdf"] {
  color: white;
  padding: 1em;
}

.pdf-d-bg {
  width: 100%;
  height: 260px;
  background: #efefef;
}

.pdf-center {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pdf-align {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

@media only screen and (max-width: 600px) {
  .pdf-center {
    top: 50%;
  }

  .div[href$=".pdf"] {
    color: white;
    margin: 1em;
  }

  .pdf-d-bg {
    width: 100%;
    height: 60vh;
  }

  .pdf-align {
    margin-top: 190px;
  }
}

.product-introduction {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 1440px;
  max-width: 90%;
}

.product-introduction {
  color: white;
}

.col-md-4 {
  border-right: 1px solid white;
}

/* #seal-banner .divStyle {
    background-image: url('https://byd-assets.s3.us-east-2.amazonaws.com/staging/uploads/image-upload-1715342715087.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: 'no-repeat';
}

@media screen and (max-width: 768px) {
    #seal-banner .divStyle {
        background-image: url('https://byd-assets.s3.us-east-2.amazonaws.com/staging/uploads/image-upload-1715342326407.jpg'); 
    }
}  */

.box-container {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  position: absolute;
  bottom: 0%;
  width: 100%;
}

.seal-box {
  flex: 1 0 25%;
  padding: 15px;
  text-align: center;
  color: white;
  /* background-color: #f0f0f0; */
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.seal-box:last-child {
  border-right: none;
  /* Remove vertical separator for the last box */
}

@media only screen and (max-width: 426px) {
  .seal-box {
    padding: 5px;
  }

  .box-countup {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 426px) {
  .seal-box {
    padding: 5px;
  }

  .Atto3box-countup {
    font-size: 12px !important;
  }
}

.box-content {
  display: grid;
  text-align: center !important;
}

.subContent {
  font-size: 12px;
}

.box-countup {
  font-size: 30px;
  font-weight: bold;
}

#atto-banner {
  background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1761799987332.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  position: relative;
}
#seal-banner {
  background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1761800095032.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  position: relative;
}

#emax7-banner {
  background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1764575449539.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  position: relative;
}

#sealion7-banner {
  background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1761801044231.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  position: relative;
}

.ima-banner-div {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}

.ima-banner-img {
  width: 650px;
}

.spanMargin {
  display: block;
  width: 90%;
  margin: auto;
}

.spanMargin p:last-child {
  font-weight: 100;
}

.spanMargin p:first-child {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  #seal-banner {
    background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1761800135123.jpg");
  }

  .ima-banner-div {
    margin-top: 15%;
    padding: 0 15px;
  }

  .seal-box {
    flex: 1 0 50%;
  }

  .seal-box {
    border-right: none;
  }
}

@media only screen and (max-width: 768px) {
  #atto-banner {
    background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1761800025823.jpg");
    height: 82vh;
  }

  .seal-box-atto3 {
    display: none;
  }

  .atto3-box1 {
    flex: 1 0 30%;
    border-right: 1px solid #fff;
  }

  .subAtto3 {
    font-size: 8px;
  }

  .Atto3box-container {
    padding: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #emax7-banner {
    background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1764575485679.png");
    height: 77vh;
  }

  .ima-banner-div {
    margin-top: 15%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  #sealion7-banner {
    background-image: url("https://byd-assets.s3.us-east-2.amazonaws.com/production/uploads/image-upload-1761799936484.webp");
    height: 77vh;
  }

  .ima-banner-div {
    margin-top: 15%;
    padding: 0 15px;
  }
}

/* BYD Seal Car Change Slider Css */
.car-container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin: 20px auto;
  display: flex;
  align-items: center;
}

.car-slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.car-slide {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.input-container {
  text-align: center;
  margin-top: 10px;
}

.color-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 12px;
  cursor: pointer;
}

/* .carName{
    font-size:100px
} */
@media only screen and (max-width: 992px) {
  .car-container {
    height: 500px;
  }
}

/* new slider content */
.slider-container {
  position: relative;
  width: 100%;
  /* max-width: 800px; Adjust as needed */
  margin: 0 auto;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.colorSection .slider .slide {
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.colorSection .slider .slide img {
  width: 70%;
  left: 12%;
  bottom: -15%;
}

.atto3-slider {
  width: 70% !important;
  left: 12% !important;
  bottom: -7% !important;
}

.slide {
  position: relative;
  /* Make the container relative */
  display: none;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.slide img {
  position: absolute;
  object-fit: contain;
}

.slide img {
  display: block;
  height: 80vh;
}

.slide.active {
  display: block;
}

.slide.active img {
  opacity: 1;
  /* Show the image when the slide is active */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slide-image {
  opacity: 0;
  animation: slideInImage 1s ease;
  width: 60%;
}

.euro-ncap {
  width: 74px;
}

.encap {
  width: 140px;
}

.colorSection .slider .slide .text {
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100vw;
  top: 10%;
  color: #fff;
  font-size: 6.5rem;
  font-weight: 700;
  opacity: 0;
  animation: slideInText 1s ease forwards;
}

@keyframes slideInImage {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInText {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 767px) {
  .car-container {
    position: relative;
    /* width: 300px; */
    height: 200px;
    overflow: hidden;
    margin: 20px auto;
  }

  .car-slide {
    /* width: 100%; */
    /* min-width: 300px; */
    height: auto;
    flex: 0 0 auto;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .color-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }

  .colorSection .slider .slide .text {
    font-size: 3rem;
  }

  .slide {
    height: 55vh;
  }

  .colorSection .slider .slide img {
    height: 30vh;
    bottom: 2%;
    width: 95%;
    left: 2%;
  }

  .atto3-slider {
    height: 30vh !important;
    bottom: 5% !important;
    width: 95% !important;
    left: 2% !important;
  }
}

/* For news page */
strong {
  font-weight: bold !important;
}

/* this css is use for text selection on slider*/

.slick-slide {
  user-select: auto !important;
  /* Standard syntax */
  -webkit-user-select: auto !important;
  /* Safari */
  -ms-user-select: auto !important;
  /* IE 10 and IE 11 */
}

.slick-slider {
  user-select: auto !important;
  /* Standard syntax */
  -webkit-user-select: auto !important;
  /* Safari */
  -ms-user-select: auto !important;
  /* IE 10 and IE 11 */
}

.icon-image {
  width: auto;
  height: 24px;
  /* Adjust the height as needed */
  max-width: 100%;
  height: auto;
}

/* pop model */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-header {
  padding: 10px 10px !important;
}

.modal-content {
  background: #333333;
  color: whitesmoke;
  /* padding: 20px; */
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}
.modal-header {
  padding: 10px 10px !important;
}

.modal-header {
  padding: 10px 10px !important;
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.btn-close {
  filter: invert(1);
}

.btn-close:hover {
  filter: invert(0.8);
}

/* new cookies */

/* h5 {
    color: white;
}

.mybox1 {
    display: none;
}

button {
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(5, 14, 5);
    border: none;
    border-radius: 30px;
    background-color: rgb(188, 188, 188);
    margin-top: 20px;
} */

.testimonials-section {
  padding: 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimonials-row {
  gap: 21px;
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
}

.testimonial-column {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
}

.testimonial-thumbnail,
.testimonial-iframe {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #202020;
  border-radius: 50%;
  padding: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}

.testimonial-iframe iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .testimonial-column {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .testimonial-column {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
