@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&amp;display=swap");

@font-face {
  font-family: myFirstFont;
  src: url(../fonts/cgfont.html);
}

/* @font-face {
  font-family: myFirstFont;
  src: url(../fonts/cour.ttf);
} */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon94fb.eot?cazssa");
  src: url("../fonts/icomoon94fb.eot?cazssa#iefix") format("embedded-opentype"),
    url("../fonts/icomoon94fb.ttf?cazssa") format("truetype"),
    url("../fonts/icomoon94fb.woff?cazssa") format("woff"),
    url("../fonts/icomoon94fb.svg?cazssa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shopping-bag:before {
  content: "\e900";
}

.icon-user:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-chat:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e903";
}

.icon-heart:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-cc-visa:before {
  content: "\e906";
}

.icon-cc-mastercard:before {
  content: "\e909";
}

.icon-chevron-thin-right:before {
  content: "\e908";
}

.icon-chevron-thin-left:before {
  content: "\e907";
}

* {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #ee4d00;
  --color-white: #fff;
  --color-light: #f5f4f5;
  --light-grey: #f7f7f7;
  --grey-bg: #101010;
  --dark-bg: #1b1a1a;
}

html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

a {
  color: var(--primary-color);
}

button,
button:focus,
button:hover {
  border: 0px;
  outline: 0px;
}

a,
a:hover,
a:focus,
textarea:focus {
  text-decoration: none;
  outline: 0px;
}

a {
  transition: ease-in 0.5s;
}

input:focus {
  outline: 0px;
}

ul,
ul li {
  list-style: none;
}

img,
img a {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

body {
  /* font-family: "Courier New"; */
  /* font-family: "Copperplate Gothic"; */
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.65rem;
  font-weight: 400;
}

p {
  font-size: 1rem;
  line-height: 1.65rem;
}

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

.bg_primary {
  background: var(--primary-color);
}

.round_bord {
  border-radius: 10px;
}

.img_single-inner img {
  border-radius: 5px;
}

#overlayer {
  min-width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  background: var(--dark-bg);
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_white {
  color: var(--color-white);
}

.btn_more {
  display: inline-block;
  background-color: var(--dark-bg);
  padding: 13px 45px 13px 28px;
  border: 1px solid var(--dark-bg);
  color: var(--color-white);
  font-size: 0.85rem;
  position: relative;
  border-radius: 3px;
}

.btn_more:hover {
  color: var(--color-white);
}

.btn_more::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  position: absolute;
  transform: rotate(-135deg);
  right: 15px;
  top: 20px;
}

#overlayer img {
  max-width: 400px;
}

.container {
  max-width: 1300px;
}

.intro_bg {
  width: 100%;
  background-color: #000004;
  background-image: url(../images/intro-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}

.menu_header .container {
  max-width: 1400px;
}

.slider__home .container {
  max-width: 1500px;
}

/* .menu_header {
    width: 100%;
    position: relative;
    padding: .45rem 0;
    display: flex;
    left: 0px;
    align-items: center;
    z-index: 9;
    background: var(--dark-bg);
   
} */

.menu_header {
  width: 100%;
  position: fixed;
  padding: 0.1rem 0;
  display: flex;
  left: 0px;
  align-items: center;
  z-index: 9;
}

.menu_header .navbar-brand {
  width: 250px;
  z-index: 6;
  transition: ease-in 0.5s;
}

.menu_header.fixed__header {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: var(--dark-bg);
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
}

.menu_header.fixed__header .navbar-brand {
  width: 150px;
}

.menu_header .navbar-brand {
  width: 300px;
  z-index: 6;
  transition: ease-in 0.5s;
}

.menu_header .navbar-nav .nav-link {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all ease-in 0.5s;
}

.dropdown-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  padding: 0.65rem 1rem;
}

.navigation .cart_item {
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  position: relative;
}

.navigation .cart_item:before {
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: #222;
  vertical-align: middle;
}

.main-menu {
  position: relative;
  width: 100%;
  display: flex;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin-right: 0px;
}

.main-menu .navigation>li .login_author {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.65rem 1rem;
  opacity: 1;
  color: var(--color-white);
  text-transform: uppercase;
}

.fixed__header .main-menu .navigation>li>a {
  color: var(--color-white);
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
  color: var(--primary-color);
}

.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>ul>li>a {
  position: relative;
  color: var(--color-white);
  display: block;
  padding: 5px 0px;
  line-height: 20px;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
  border-bottom: 0;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #222;
}

.header__page-link ul {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}

.header__page-link ul li {
  margin-left: 25px;
  font-size: 1.154rem;
  position: relative;
}

.header__page-link ul li .count {
  position: absolute;
  background-color: var(--primary-color);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.85rem;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -10px;
}

.header__page-link ul li a {
  color: var(--primary-dark);
}

.header__page-link ul li a .icon-search {
  font-size: 1.55rem;
  font-weight: 400;
}

.header__page-link ul {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}

.header__page-link ul li a.crown {
  background-image: url(../images/gold-crown.svg);
  display: block;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-size: 35px;
  background-position: 6px 5px;
  padding-left: 24px;
}

.header__page-link ul li .count {
  position: absolute;
  background-color: var(--primary-color);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.85rem;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -10px;
}

.header__page-link ul li a {
  color: var(--color-white);
}

.header__page-link ul li a .icon-search {
  font-size: 1.55rem;
  font-weight: 400;
}

.single_banner-wraper {
  width: 100%;
  position: relative;
}

.single_banner-wraper img {
  width: 100%;
  /*height: calc(100vh - 105px);
  object-fit: cover;*/
  position: relative;
}

.slider__home {
  position: relative;
  /* background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  display: flex;
  align-items: center; */
}

.slider__home .ev_car_banner img {
  width: 100%;
  /*height: calc(100vh - 105px);
  object-fit: cover;*/
}

.slider__home .item img {
  width: 100%;
  height: calc(100vh - 20px);
  object-fit: fill;
  position: relative;
}

.slider__home .item.bg-rotate {
  position: relative;
  background: rgb(250, 248, 248);
  background: radial-gradient(circle,
      rgba(250, 248, 248, 1) 19%,
      rgb(208, 224, 218) 100%);
}

.slider__home .bg-rotate:before {
  content: "";
  width: 50%;
  height: 300%;
  background-color: #ccdacf;
  position: absolute;
  right: -50%;
  /* transform: rotate(45deg); */
}

.slider__home .image_wrap img {
  width: 900px !important;
}

.slider__home .content-wrap {
  height: 100%;
  position: relative;
  padding-left: 180px;
}

.slider__home .content-wrap .title_2 {
  color: var(--color-white);
  font-size: 3rem;
  font-weight: 300;
}

.slider__home .content-wrap .title_1 {
  color: var(--color-white);
  font-size: 3.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.slider__home .content-wrap .rotate_brand {
  text-transform: uppercase;
  font-size: 7.45rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 40%;
  left: -130px;
  transform: rotate(-90deg) translateY(-40%);
}

.slider__home .image_wrap {
  text-align: center;
  display: block;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.5s;
}

.slider__home .banner_text-wrap {
  max-width: 400px;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  text-align: center;
  color: var(--grey-bg);
  font-size: 2.5rem;
  transition: linear 0.3s;
}

.slider__home .banner_text-wrap .title {
  font-weight: 300;
}

.slider__home .banner_text-wrap .btnBook {
  display: inline-block;
  padding: 12px 0px;
  color: var(--color-white);
  font-size: 0.85rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
}

.banner_text-wrap .btnBook:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0px;
  bottom: 0px;
}

.banerBtn {
  display: inline-block;
  padding: 12px 28px 12px 28px;
  background-color: rgba(250, 248, 248, 0.1);
  color: var(--color-white);
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
  border: 1px solid #fff;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.banerBtn:hover {
  background-color: var(--color-white);
  color: var(--grey-bg);
}

.slider__home .item:hover .banner_text-wrap {
  bottom: 100px;
}

.slider__home .rotate_model {
  text-transform: uppercase;
  font-size: 7.45rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 40%;
  right: -136px;
  transform: rotate(-90deg) translateY(-40%);
  z-index: -1;
}

.slider__home .owl-nav .owl-prev,
.slider__home .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent !important;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 2;
}

.slider__home .owl-nav .owl-prev {
  left: 10px;
}

.slider__home .owl-nav .owl-next {
  right: 10px;
}

.slider__home .owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 21px;
  top: 20px;
}

.slider__home .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 21px;
  top: 20px;
}

.slider__home .owl-nav .owl-next span,
.slider__home .owl-nav .owl-prev span {
  display: none;
}

.owl-theme .owl-nav {
  margin: 0px;
}

.home-slider .owl-dots {
  display: flex;
  /* flex-direction: column; */
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  bottom: 20px;
}

.home-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 3px;
  background: #fff !important;
  opacity: 0.5;
}

.owl-dot.active span {
  background: #fff !important;
  opacity: 1 !important;
}

.product_slider .owl-dots {
  display: flex;
  /* flex-direction: column; */
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  bottom: 20px;
}

.about_company {
  position: relative;
  background-color: var(--grey-bg);
  padding: 4.5rem 0 24rem;
}

.about_company .sub_title {
  color: var(--color-light);
}

.about_company .title {
  font-size: 2.55rem;
}

.grid_layout .row {
  padding: 0px -5px;
  margin-top: 3.5rem;
}

.grid_layout [class*="col-"] {
  padding: 0px 5px;
}

.grid_layout .iconHover {
  width: 100px;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.grid_layout .iconHover img {
  width: 100px;
}

.grid_layout .text-wrap {
  margin: 10px 0px;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.grid_layout .hoverText {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--primary-color);
  left: 0px;
  top: 0px;
  display: none;
  padding: 50px 30px;
}

.grid_layout .hoverText p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.45rem;
}

.grid_layout .bg-graphcis {
  background: #ee4d00 url(../images/bg-graphics.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.grid_layout .image_wrap {
  margin: 10px 0px;
  border-radius: 8px;
  overflow: hidden;
}

.grid_layout .colmn_1 .text-wrap {
  width: 100%;
  height: 280px;
}

.grid_layout .colmn_1 .image_wrap {
  width: 100%;
  height: 270px;
  background-size: cover;
  /* background-position: 100%; */
}

.grid_layout .colmn_2 .text-wrap {
  height: 240px;
}

.grid_layout .colmn_2 .image_wrap {
  height: 310px;
  background-size: cover;
  background-position: 100%;
}

.grid_layout .colmn_4 .text-wrap {
  height: 260px;
}

.grid_layout .colmn_4 .image_wrap {
  height: 290px;
  background-size: cover;
  background-position: 50%;
}

.site_wrap-block {
  position: relative;
  background-color: var(--dark-bg);
  padding: 4.5rem 0 8.5rem;
}

.site_top_marg {
  margin-top: -450px;
}

.homevideo {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  background-position: bottom center;
  background-color: var(--color-white);
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  transition: width 4s, height 4s;
}

.videoBlock .container {
  max-width: 100%;
}

.videoBlock .homevideo {
  height: 600px;
}

.homevideo video,
.homevideo iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.homevideo .home-content {
  position: absolute;
  padding: 1.4rem 1.54rem;
  bottom: 15px;
  width: 40%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}

.homevideo .home-content h1,
.homevideo .home-content h5 {
  color: var(--color-white);
  font-weight: 300;
}

.homevideo .home-content h5 {
  font-weight: 300;
  line-height: 1.95rem;
}

.homevideo .home-content h3 {
  font-size: 4.35rem;
  color: var(--color-white);
}

.home_product-block {
  width: 100%;
  margin-top: 2.25rem;
  padding: 4rem;
  background-color: var(--color-white);
  border-radius: 5px;
  position: relative;
}

.home_product-block .rotate_heading {
  text-transform: uppercase;
  font-size: 2.45rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: -120px;
  transform: rotate(-90deg) translateY(-50%);
}

.home_prod-wrap {
  padding: 70px 0px 0px;
}

.home_prod-wrap .block_title {
  font-size: 2.25rem;
  line-height: 2.85rem;
}

.product_details-wrap {
  width: 100%;
  padding: 1.5rem 0;
}

.white-color {
  background-color: var(--color-white);
}

#big.owl-theme {
  position: relative;
  background-color: var(--light-grey);
  padding: 2.5rem;
}

#big .owl-item img {
  width: 100% !important;
  max-width: inherit !important;
  height: 450px;
  object-fit: cover;
}

#thumbs .item {
  height: 80px;
  line-height: 100px;
  margin: 5px 0px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#thumbs .item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  width: 30px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  color: #333;
  font-size: 1.654rem;
}

#big.owl-theme .owl-prev {
  left: 10px;
}

#big.owl-theme .owl-next {
  right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

.ev_section-wrap {
  width: 100%;
  padding: 4.5rem 0;
}

.ev_about-wrap {
  width: 100%;
  padding: 4.5rem 0;
}

.bg_dark-grey {
  background-color: var(--grey-bg);
  color: var(--color-white);
}

.bg_light-grey {
  background-color: var(--dark-bg);
  color: var(--color-white);
}

.bg_dark-white {
  background-color: var(--color-light);
  color: var(--grey-bg);
}

/* Karishma design Structure */
.btn_floating {
  position: fixed;
  background-color: #1bb65b;
  padding: 12px 20px;
  z-index: 9;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  border-radius: 3px;
  box-shadow: 0 0 25px rgba(1, 255, 98, 0.3);
  border: 1px solid #20d66c;
  display: flex;
  align-items: center;
}

.btn_floating img {
  width: 20px;
  margin-right: 8px;
}

.btnClose {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(49, 56, 52, 0.1);
  float: right;
  margin: 10px 10px 5px 0px;
  position: relative;
}

.btnClose:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #101010;
  position: absolute;
  transform: rotate(-45deg);
  top: 12px;
  left: 23px;
}

.btnClose:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #101010;
  position: absolute;
  transform: rotate(45deg);
  top: 12px;
  left: 23px;
}

textarea {
  resize: none;
}

.pt-6 {
  padding-top: 4.5rem;
}

.pb-6 {
  padding-bottom: 4.5rem;
}

.booking_mdal {
  width: 25%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  background-color: var(--color-white);
  z-index: 10;
  right: -30%;
  transition: right ease-in 0.5s;
}

.booking_mdal.showWrap {
  display: block;
  right: 0;
}

body.overFlow {
  overflow: hidden !important;
  height: 100vh;
}

ul#evColor-nav {
  list-style: none;
  padding: 0.5rem;
  border-radius: 50px;
  overflow: auto;
  margin-top: 15px;
  display: inline-flex;
  background-color: var(--light-grey);
}

ul#evColor-nav li {
  margin: 0rem 0.5rem;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
  display: flex;
  border-bottom: 1px solid #212529;
}

ul#tabs-nav li {
  font-weight: 700;
  padding: 1rem 1rem;
  margin-right: 2rem;
  font-size: 1.45rem;
  letter-spacing: 0.04rem;
  cursor: pointer;
}

#tabs-nav li a {
  text-decoration: none;
  color: var(--color-white);
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  color: var(--primary-color);
}

.tab-content {
  padding: 3.45rem 0;
}

ul#leader_team {
  width: 100%;
  display: flex;
  margin: 0px -45px;
  margin-top: 30px;
  flex-wrap: wrap;
}

ul#leader_team li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 45px;
}

ul#leader_team li img {
  border-radius: 100%;
  padding: 3px;
  border: 1px solid #565656;
  cursor: pointer;
}

ul#leader_team li.active img {
  border: 1px solid #1bb65b;
}

.leader_portfolio .author {
  font-weight: 600;
  font-size: 1.15rem;
}

.features_colmn-EV {
  width: 100%;
}

.features_colmn-EV .img-block {
  width: 100%;
  margin-bottom: 20px;
}

.features_colmn-EV .img-block img {
  border-radius: 5px;
}

.features_colmn-EV .content-block {
  width: 100%;
  color: var(--color-white);
}

.features_colmn-EV .content-block .title {
  font-weight: 600;
  font-size: 1.1rem;
}

.features_colmn-EV .content-block p {
  font-weight: 400;
  color: #7b7b7b;
}

.accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 1.14rem 0;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
}

.accordion-thumb::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 22px;
  height: 10px;
  width: 10px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  font-size: 1.15rem;
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}

.title_wraper {
  width: 100%;
  padding-bottom: 20px;
}

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

.evCarfeaturesWrap img {
  border-radius: 4px;
}

.evCarfeaturesWrap .contentWrap {
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.7s;
  opacity: 0;
  text-align: center;
  color: #fff;
}

.evCarfeaturesWrap .contentWrap .title {
  font-weight: 700;
  color: var(--color-white);
  font-size: 1.55rem;
}

.evSingleShort .owl-item.active .contentWrap {
  bottom: 20px;
  opacity: 1;
}

.owl-dots {
  margin-top: 15px;
}

.ev_scooter_details {
  width: 100%;
}

.ev_top_title-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ev_top_title-wrap .title_colmn {
  white-space: nowrap;
  margin-right: 10px;
}

.ev_top_title-wrap .power_colmn {
  margin-left: 15px;
}

.battery_power_row {
  display: flex;
  margin: 20px 0px;
  align-items: center;
}

.battery_power_row .title_block .title {
  font-weight: 500;
  font-size: 1.15rem;
  margin: 0px 10px 0px 0px;
}

.battery_power_row .power_colmn {
  margin-left: 10px;
}

.power_colmn .selected-item {
  font-size: 1rem;
}

.variation-dropdown,
.variation-dropdown-1 {
  display: inline-block;
  height: 33px;
  padding: 0px 20px;
  border-radius: 5px;
  background: #1bb65b;
  border: 1px solid #1bb65b;
  color: #fff;
}

.custom-select__option {
  position: relative;
  margin: 0px 0;
  background: transparent;
  border: 0px;
}

.custom-select__option select {
  display: none;
}

.selected-item {
  background: #1bb65b;
  padding: 5px 40px 0px 20px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  font-size: 1.35rem;
  font-weight: 800;
  border-radius: 5px;
}

.selected-item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  right: 10px;
  transition: 0.5s;
  top: 9px;
}

.arrowanim.selected-item:after {
  transform: rotate(-135deg);
}

.item__option {
  font-size: 1rem;
  font-weight: 800;
  background-color: var(--color-white);
  padding: 5px 20px;
  color: var(--dark-bg);
  border-top: 1px solid var(--grey-bg);
  cursor: pointer;
  white-space: nowrap;

  border-radius: 0px;
}

.item__option:hover {
  background: var(--dark-bg);
  color: var(--color-white);
}

.all-items {
  background-color: var(--color-white);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 4px 8px rgba(0, 0, 0, 0.06);
}

.all-items-hide {
  display: none;
}

.ev_scooter_details .scooter_brand-title {
  text-transform: uppercase;
}

.scooter_brand-title .brand-name {
  font-weight: 700;
  font-style: italic;
}

.ev_scooter_details .featured-product-price {
  width: 100%;
  margin: 15px 0px;
}

.ev_scooter_details .featured-product-price .top_tag {
  font-weight: 300;
  font-style: italic;
}

.ev_scooter_details .featured-product-price .price_tag {
  color: #1bb65b;
  font-style: italic;
  font-weight: 800;
  font-size: 2.15rem;
  letter-spacing: 0.15rem;
}

.featured-product-price .price_tag .price_condition {
  display: block;
  font-style: italic;
  font-size: 0.85rem;
  font-weight: 300;
  color: #8b8a8a;
  letter-spacing: 0;
}

.btn_order-colmn .oredr_btn {
  display: inline-block;
  background-color: var(--color-white);
  padding: 10px 45px 10px 28px;
  border: 1px solid #fff;
  color: var(--grey-bg);
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  border-radius: 3px;
}

.oredr_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--grey-bg);
  border-bottom: 1px solid var(--grey-bg);
  position: absolute;
  transform: rotate(-135deg);
  right: 15px;
  top: 16px;
}

.ev-featured_lock .feature_element-inner {
  display: flex;
  margin: 20px 0px 0px;
}

.feature_element-inner .product_specification {
  padding-right: 40px;
}

.product_specification .featured_value {
  font-weight: 700;
  font-style: italic;
  font-size: 1.45rem;
  margin: 0px;
}

.product_specification .featured_title {
  font-style: italic;
  color: #8b8b8b;
}

.order_btn-cart {
  display: inline-block;
  background-color: #1bb65b;
  padding: 12px 45px 12px 25px;
  border: 1px solid var(--dark-bg);
  color: var(--color-white);
  font-size: 1.15rem;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
}

.order_btn-cart:hover {
  color: var(--color-white);
}

.order_btn-cart::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  position: absolute;
  transform: rotate(-135deg);
  right: 23px;
  top: 21px;
}

.contact_block {
  width: 100%;
  color: #fff;
}

.contact_block .title {
  font-weight: 700;
}

ul.contact_details-list {
  width: 100%;
  margin: 0px;
}

ul.contact_details-list li {
  position: relative;
  width: 100%;
  padding: 10px 15px 10px 0px;
  margin-bottom: 0px;
  color: #fff;
  /* border: 1px solid #f7f7f7;
  border-radius: 5px; */
  /* box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%); */
}

.contact_details-list .sub_title {
  color: var(--title-color);
  font-weight: 600;
  font-size: 1.25rem;
}

.contact_details-list p {
  font-size: 1rem;
  font-weight: 300;
  margin: 8px 0;
}

.contact_details-list .icon {
  position: absolute;
  font-size: 1rem;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--subtitle-color);
}

.contact_page {
  color: var(--color-white);
}

.contact_page .title {
  color: var(--color-white);
}

.form-block {
  width: 100%;
}

.form-block .title {
  font-weight: 600;
}

.form-block .form-colm-block {
  margin: 15px 0px 0px;
}

.form-block .form-colm-block .title {
  font-weight: 500;
  color: var(--dark-bg);
  font-size: 1rem;
  display: block;
}

.formField {
  width: 100%;
  height: 52px;
  padding: 0rem 1.5rem;
  background-color: #f3f3f3;
  border: 0px;
  border-radius: 3px;
}

.messageField {
  width: 100%;
  height: 150px;
  padding: 1rem 1.5rem;
  background-color: #f3f3f3;
  border: 0px;
  border-radius: 3px;
}

.btnSubmit {
  width: 100%;
  height: 52px;
  font-weight: 700;
  padding: 0rem 1.5rem;
  background-color: var(--grey-bg);
  color: var(--color-white);
  border: 0px;
  border-radius: 3px;
  margin-top: 15px;
}

select:focus {
  outline: 0px;
}

.copyright {
  font-size: 0.85rem;
}

ul.list_charge {
  width: 100%;
}

ul.list_charge li {
  font-weight: 300;
  padding: 0.45rem 0px 0.45rem 1.45rem;
  font-size: 1rem;
  color: var(--color-light);
  position: relative;
  font-style: italic;
}

ul.list_charge li:before {
  content: "";
  display: block;
  background: url(../images/circle-tick.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 12px;
}

ul.list_charge li span {
  font-size: 1.35rem;
  padding-left: 5px;
  font-weight: 700;
  color: var(--color-white);
}

/* end Karishma design Structure */

ul.ev_features_home {
  width: 100%;
  display: flex;
  flex-direction: column;
}

ul.ev_features_home li {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  margin: 12px 0px;
}

ul.ev_features_home li .icon {
  background-color: var(--color-light);
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  padding: 13px;
  margin-right: 15px;
}

.ev_features_home li .feat-wrap .title {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0px;
  color: var(--color-light);
}

.ev_features_home li .feat-wrap p {
  color: var(--grey-bg);
  font-weight: 300;
  margin-top: 7px;
  font-size: 0.9rem;
}

.min-height {
  overflow: hidden;
  position: relative;
}

.home_company_block {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  padding: 4.5rem 0;
}

.home_company_block .sub_title {
  color: var(--dark-bg);
  font-size: 1.5rem;
  font-weight: 600;
}

.home_company_block .title {
  font-size: 2.55rem;
  font-weight: 700;
}

.home_company_block .wrap_content {
  padding: 30px;
}

.home_company_block .wrap_content .para {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 10px;
}

.home_company_block .right_graphics {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  width: 100%;
  height: 475px;
}

.y-letter_block {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}

.y-letter_block img {
  width: 100px;
  margin-right: 15px;
}

.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.yakoza_pro_layout .menu_header {
  position: relative;
  background-color: var(--grey-bg);
}

.content_wrapper-block {
  padding: 2.45rem 0;
  background-color: #e2e2e2;
}

.home_product-scroll {
  position: relative;
}

.home_pro-colmn {
  background-color: var(--color-white);
  overflow: hidden;
  border-radius: 4px;
}

.home_pro-colmn a {
  color: var(--grey-bg);
}

.home_pro-colmn .pro_details {
  padding: 25px 15px;
}

.home_pro-colmn .pro_details h4 {
  font-size: 1.35rem;
  font-weight: 600;
}

.home_pro-colmn .pro_details p {
  margin: 0px;
  font-weight: 400;
  font-size: 1rem;
}

.homeProScroll .owl-nav .owl-prev,
.homeProScroll .owl-nav .owl-next {
  top: 40%;
  transform: translateY(-40%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /* width: 50px;
  height: 50px; */
  border-radius: 50%;
  background: transparent !important;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 2;
}

.homeProScroll .owl-nav .owl-prev {
  left: 0px;
}

.homeProScroll .owl-nav .owl-next {
  right: 0px;
}

.homeProScroll .owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 21px;
  top: 20px;
}

.homeProScroll .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 21px;
  top: 20px;
}

.homeProScroll .owl-nav .owl-next span,
.homeProScroll .owl-nav .owl-prev span {
  display: none;
}

.bg_car-block {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 140px;
}

.bg_car-block .content_area {
  z-index: 2;
  width: 100%;
  margin: 0px auto;
  padding: 40px 50px 0px;
}

.bg_car-block .top_content {
  padding-bottom: 35px;
}

.bg_car-block .top_content h1 {
  font-weight: 300;
  font-size: 1.55rem;
}

.bg_car-block .top_content h1 span {
  display: block;
  font-weight: 500;
  font-size: 2.25rem;
}

.bg_car-block .top_content p {
  line-height: 1.65rem;
  font-weight: 400;
  font-size: 1rem;
}

.bg_car-block .car_ev-block {
  text-align: right;
  /* margin-top: -80px; */
  position: relative;
}

.carFeatures_hover .hover_details {
  display: none;
  background: var(--primary-color);
  padding: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.carFeatures_hover .hover_details p {
  color: var(--color-white);
  word-wrap: normal;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.carFeatures_hover .hover_details p img {
  width: 30px;
  margin-right: 5px;
}

.carFeatures_hover .hover_details.roof-dtls {
  top: 50px;
  right: 50px;
}

.carFeatures_hover .hover_details.grill-dtls {
  bottom: 100px;
  left: 120px;
}

.carFeatures_hover .hover_details.led-dtls {
  bottom: 250px;
  left: 0px;
}

.carFeatures_hover .hover_details.mirror-dtls {
  bottom: 265px;
  right: -18px;
}

.carFeatures_hover .hover_details.wheels-dtls {
  bottom: 40px;
  right: -60px;
}

.point_circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px 1px #0000001a;
  cursor: pointer;
  z-index: 2;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.point_circle.point_grill {
  position: absolute;
  top: 285px;
  left: 184px;
}

.point_circle.roof {
  position: absolute;
  top: 18px;
  right: 184px;
}

.point_circle.led {
  position: absolute;
  bottom: 210px;
  right: 404px;
}

.point_circle.mirror {
  position: absolute;
  bottom: 295px;
  right: 248px;
}

.point_circle.wheels {
  position: absolute;
  bottom: 70px;
  left: 356px;
}

.home_car_features {
  width: 90%;
  display: flex;
  gap: 50px;
  background-color: var(--primary-color);
  padding: 20px 15px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}

.home_car_features li {
  display: flex;
  align-items: center;
}

.home_car_features li .icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 5px;
  background-color: var(--dark-bg);
  line-height: 50px;
  border-radius: 5px;
}

.home_car_features li p {
  color: var(--color-white);
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.headerRelative .menu_header {
  position: relative;
  background-color: var(--grey-bg);
}

.product_list-wrap {
  width: 100%;
  padding: 3.5rem 0;
  background-color: var(--light-grey);
}

.listing_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.listing_row .left_panel {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
}

.left_panel .cate_menu-wrap {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%);
  margin-bottom: 15px;
}

.left_panel .cate_menu-wrap .title_head {
  width: 100%;
  padding: 15px 18px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  background-color: #e6e6e6;
}

.cate_menu-wrap .title_head .title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin: 0px;
}

.breadcrumb {
  background: transparent;
  padding: 0px;
  margin: 0px 0px 25px 0px;
}

.breadcrumb .breadcrumb-item {
  font-size: 0.85rem;
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 700;
}

.breadcrumb a {
  color: #253439;
}

ul.category_menu {
  width: 100%;
  margin: 15px 0px;
  padding: 0px 20px;
}

ul.category_menu li {
  position: relative;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 5px;
}

ul.category_menu li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border-right: 1px solid var(--dark-bg);
  border-bottom: 1px solid var(--dark-bg);
  position: absolute;
  display: block;
  margin: 0px;
  vertical-align: middle;
  border-top: 0px;
  transform: rotate(-45deg);
  top: 15px;
  right: 0px;
  border-left: 0px;
}

ul.category_menu li a {
  color: #161c18;
  display: block;
}

.listing_row .cate_list-wrap {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0px 15px;
}

.product_model-block {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 8px;
  transition: ease-in 0.3s;
  overflow: hidden;
  margin-bottom: 30px;
}

.product_model-block .product_thumb-block {
  padding: 1.75rem;
  height: 300px;
  transition: background-color 0.3s linear, box-shadow 0.3s linear 0.2s;
  position: relative;
  overflow: hidden;
}

.product_model-block .product_thumb-block .btnMore {
  position: absolute;
  padding: 0.5rem 1.45rem;
  background-color: var(--dark-bg);
  color: var(--color-white);
  text-align: center;
  display: inline-block;
  font-size: 0.85rem;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  transition: linear 0.5s;
}

.product_model-block .product_thumb-block:hover .btnMore {
  bottom: 20px;
}

.product_model-block:hover .product_thumb-block {
  background-color: #e6e6e6;
}

.product_thumb-block .pro_thumb {
  transition: all 0.3s ease-in-out;
  height: 250px;
}

.product_thumb-block .pro_thumb img {}

.product_thumb-block .default_thumb img,
.product_thumb-block .hover_thumb img {
  width: 230px;
  height: 240px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.2s linear, filter 0.1s linear;
}

.product_thumb-block .hover_thumb img {
  opacity: 0;
}

.product_thumb-block:hover .default_thumb img {
  opacity: 0;
}

.product_thumb-block:hover .hover_thumb img {
  opacity: 1;
}

.product_model-block .pro_content-block {
  background-color: var(--color-white);
  padding: 1.75rem;
}

.product_model-block .pro_content-block .pro_title {
  text-align: center;
  color: var(--grey-bg);
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem 0;
}

.product_model-block .pro_content-block .pro_price {
  text-align: center;
  color: var(--dark-bg);
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
}

#footer {
  width: 100%;
  padding: 4.5rem 0 0;
  background: var(--grey-bg);
}

.footer_top {
  padding-bottom: 30px;
  border-bottom: 1px solid #36393d;
}

.footer_top .contact_dtls .title {
  font-weight: 400;
  color: #7b7b7b;
  font-size: 0.9rem;
}

.footer_top .contact_dtls p {
  color: #a8a8a8;
  font-size: 0.85rem;
  line-height: 1.65rem;
}

ul.adrs_dtls li {
  position: relative;
  padding: 0px 0px 10px 40px;
}

ul.adrs_dtls li .icon {
  position: absolute;
  left: 0px;
  top: 8px;
  color: rgb(66, 68, 68);
  font-size: 1.55rem;
}

ul.adrs_dtls li .sub_title {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3px;
}

ul.menu_foot_list {
  width: 100%;
}

.menu_foot_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.menu_foot_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 0px;
  top: 9px;
  transform: rotate(-45deg);
}

.menu_foot_list li a {
  color: #fff;
  font-size: 0.8rem;
}

ul.call_list_app {
  width: 100%;
  margin: 0px;
  text-align: center;
}

ul.call_list_app li {
  display: inline-block;
  font-size: 0.95rem;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin-left: 5px;
  text-align: center;
  line-height: 32px;
}

ul.call_list_app li:nth-child(1) {
  background-color: #3b5998;
}

ul.call_list_app li:nth-child(2) {
  background-color: #e1306c;
}

ul.call_list_app li:nth-child(3) {
  background-color: #cd201f;
}

ul.call_list_app li:nth-child(4) {
  background-color: #0077b5;
}

ul.call_list_app li a {
  color: var(--color-white);
}

.footer_contact {
  padding: 1.65rem 0;
}

.footer_contact p {
  color: #7b7b7b;
  margin: 4px 0px;
  font-size: 0.85rem;
  text-align: center;
}

.footer_bottom {
  border-top: 1px solid #36393d;
  padding: 1.15rem 0;
}

.footer_bottom p {
  color: #7b7b7b;
  margin: 0px;
  font-size: 0.75rem;
}

.footer_bottom p a {
  color: #7b7b7b;
}

ul.footer_social {
  text-align: right;
  margin: 0;
}

ul.footer_social li {
  display: inline-block;
  margin-left: 15px;
}

ul.footer_social li a {
  color: #ebebeb;
  font-size: 1.25rem;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 40%;
  transform: translateY(-40%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /* width: 50px;
  height: 50px; */
  border-radius: 50% !important;
  background: transparent !important;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 2;
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

.owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 21px;
  top: 20px;
}

.owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 21px;
  top: 20px;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  display: none;
}

.wpcf7-captchar {
  width: 100%;
  height: 52px;
  padding: 0rem 1.5rem;
  background-color: #f3f3f3;
  border: 0px;
  border-radius: 3px;
}

/* woocoomerce settings */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: 500;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.select2-selection--single {
  width: 100%;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0rem 1.5rem;
  background-color: #f3f3f3 !important;
  border: 0px !important;
  border-radius: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
}

.woocommerce form .form-row textarea {
  width: 100%;
  height: 100px !important;
  padding: 1rem 1.5rem;
  background-color: #f3f3f3 !important;
  border: 0px !important;
  border-radius: 3px !important;
}

#customer_details {
  margin-bottom: 25px;
}

.woocommerce-info::before {
  color: #1b1a1a !important;
}

.woocommerce-error {
  border-radius: 5px !important;
  border: 1px solid #c51414 !important;
  background-color: #ffe5e5 !important;
  color: #c51414;
}

.woocommerce-info,
.woocommerce-message {
  border-radius: 5px !important;
  border: 1px solid #cacbcd !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  height: 52px;
  background-color: #1bb65b !important;
  color: var(--color-white) !important;
  border: 1px solid #20d66c;
  line-height: 32px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  color: var(--color-white);
}

.woocommerce ul.order_details {
  background-color: #e8f7ee !important;
  border: 1px solid #16aa51;
  border-radius: 3px;
}

.woocommerce ul.order_details li {
  padding: 0.75rem;
  border-right-color: #16aa51;
}

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
  margin-top: 8px;
  color: #16aa51;
}

.woocommerce table.shop_table {
  background-color: #f9f9f9;
}

.woocommerce-order-details h2,
.woocommerce-column__title {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 600;
}

/* .woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  border: 1px solid rgba(0, 0, 0, 0.1);
} */
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  background-color: #f9f9f9;
  padding: 0.5rem;
  margin: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .woocommerce-customer-details address {
  border-top: 0px;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

/* woocoomerce settings */

@media (max-width: 767px) {
  .carFeatures_hover {
    display: none;
  }

  .menu_header .navbar-brand {
    margin-left: 40px;
    width: 120px;
  }

  .ev_car-bookForm .p-5 {
    padding: 1.5rem !important;
  }

  .banerBtn {
    display: none;
  }

  .btn_floating {
    padding: 7px 12px;
    z-index: 9;
    cursor: pointer;
    font-size: 0.85rem;
  }

  ul#tabs-nav li {
    padding: 1rem 0.4rem;
    margin-right: 1rem;
    font-size: 1rem;
  }

  .booking_mdal {
    width: 100%;
    right: -100%;
  }

  .booking_mdal.showWrap {
    right: 0;
  }

  .headerRelative .menu_header {
    padding: 0.5rem 0;
  }

  .about_company .inner_wrap {
    background-color: transparent;
    padding: 0px;
  }

  .about_company .features_block {
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 1.5rem;
    margin: 10px 0px;
    flex-direction: column;
  }

  .about_company .features_block .fetr_icon {
    margin-bottom: 15px;
  }

  .about_company .title {
    font-size: 1.55rem;
  }

  .homevideo {
    height: 500px !important;
  }

  .homevideo video,
  .homevideo iframe {
    width: auto;
    height: 500px;
  }

  .homevideo .home-content {
    padding: 5px;
    bottom: 15px;
    width: 90%;
  }

  .homevideo .home-content h3 {
    font-size: 1.5rem;
  }

  .site_top_marg h1 {
    font-size: 1.95rem;
  }

  .home_prod-wrap .block_title,
  .home_company_block .title {
    font-size: 1.55rem;
    line-height: 2rem;
  }

  .home_company_block .wrap_content .para {
    font-size: 0.95rem;
    line-height: 1.55rem;
  }

  .home_company_block .sub_title {
    font-size: 1.25rem;
  }

  .home_company_block .right_graphics {
    background-position: 50%;
    width: 100%;
    height: 365px;
  }

  .listing_row .left_panel,
  .listing_row .cate_list-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce-no-products-found {
    padding: 0px 15px;
  }

  .single_banner-wraper img {
    height: auto;
  }

  .side_banner {
    display: none;
  }

  .ev-featured_lock .feature_element-inner {
    flex-wrap: wrap;
  }

  .feature_element-inner .product_specification {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }

  .product_specification .featured_title {
    margin-left: 15px;
  }

  .ev-scooter-scroll {
    margin-top: 15px;
  }

  .bg_car-block {
    margin-top: 30px;
  }

  .bg_car-block .content_area {
    padding: 30px 20px;
  }

  .bg_car-block .top_content h1 span {
    font-size: 1.75rem;
  }

  .bg_car-block .car_ev-block {
    margin-top: 15px;
  }

  ul.call_list_app {
    margin-bottom: 25px;
  }

  .home_car_features {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    background-color: var(--primary-color);
    padding: 20px 15px;
    border-radius: 5px;
    position: relative;
    left: 0px;
    transform: translateX(0);
    bottom: 0px;
  }

  .contact_dtls {
    margin-top: 25px;
  }

  .home_product-block {
    padding: 1rem;
  }

  .home_product-block .rotate_heading {
    display: none;
  }

  .product-colors {
    position: relative;
    left: 0px;
    top: 0px;
    transform: translateY(0px);
  }

  .product-colors span {
    display: inline-block;
  }

  .slider__home .item {
    height: 100%;
  }

  .slider__home .item img {
    max-width: 100%;
    height: auto;
  }

  .slider__home .content-wrap .rotate_brand,
  .slider__home .rotate_model {
    display: none;
  }

  .home-slider .owl-dots {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -200%);
    margin-top: 10px;
  }

  .home-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }

  .slider__home .content-wrap {
    display: none;
  }

  #overlayer img {
    max-width: 70%;
  }

  .ev_section-wrap {
    padding: 4.5rem 0 1rem;
  }

  .tab-content {
    padding: 1.15rem 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .about_company .inner_wrap {
    padding: 0px;
  }

  .about_company .features_block {
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 1.5rem;
    margin: 10px 0px;
    flex-direction: row;
  }
}

@media (max-width: 1024px) {

  html.active,
  body.active {
    overflow: hidden;
  }

  .menu_header .navbar-brand {
    margin-left: 40px;
    width: 150px;
  }

  .navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 1px;
    vertical-align: middle;
    content: "";
    background: var(--color-white);
    background-size: 100% 100%;
    margin: 7px 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .navbar-toggler {
    position: absolute;
    left: 0px;
    top: 4px;
    padding: 0.25rem 0;
  }

  .navbar-collapse {
    background: var(--dark-bg);
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0;
    width: 75%;
    height: 100vh;
    opacity: 0;
  }

  .main-menu .navigation {
    overflow-y: auto;
    margin-top: 60px !important;
    height: calc(100vh - 60px);
  }

  .navbar-collapse.collapsing {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: -100%;
  }

  .navbar-collapse.show {
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .navbar-collapse.show .navbar-toggler {
    right: 0px;
    top: 10px;
    left: auto;
  }

  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(1) {
    transform: rotate(-45deg);
  }

  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(2) {
    display: none;
  }

  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(3) {
    transform: rotate(45deg);
    margin-left: 0px;
    margin-top: -7px;
  }

  .main-menu .navigation>li {
    float: none;
    display: block;
    border-bottom: 1px solid var(--grey-bg);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(61, 60, 60, 0.5);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    background: transparent;
    color: rgba(61, 60, 60, 0.5);
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul {
    padding: 0px 1rem;
    display: none;
  }
}

@media (min-width: 1100px) and (max-width: 1500px) {
  .slider__home .image_wrap img {
    width: 550px !important;
  }

  .slider__home .rotate_model {
    font-size: 6rem;
  }

  .slider__home .banner_text-wrap .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 400px) {
  .menu_header .navbar-brand {
    max-width: 120px;
  }

  .navbar-toggler {
    top: 0px;
  }

  .header__page-link ul li {
    margin-left: 18px;
  }
.navbar-brand img {
  width:68px!important;
}
  .header__page-link ul li a.crown {
    width: 35px;
    height: 35px;
    background-size: 25px;
  }
}