/* greencar | greencar HTML
**********************************************/

@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #050B20;
  --theme-color-gray: #F6F6F6;
  --theme-color1: #348e1f;
  --theme-color2: #348e1f;
  --theme-color3: #050B20;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --text-color: #050B20;
  --text-color2: #616670;
  --headings-color: #050B20;
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --title-font: "DM Sans", sans-serif;
  --text-font: "DM Sans", sans-serif;
  --title-font2: "Bebas Neue", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2em;
  --line-height-heading: 54px;
  --line-height-heading-small: 1.35em;
  --h1-font-size: 68px;
  --h2-font-size: 40px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 400;
  --h6-font-weight: 400;
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #F2F3F5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1430px;
  --small-container-width: 1000px;
  --large-container-width: 1730px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
  letter-spacing: 0.15px;
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section>.container,
section>.container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}

/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}

.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}

.dark-layout .preloader:after {
  background-image: url(../images/logo.svg);
}

.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}

.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.greencar-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.greencar-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.png);
}

.bg-white {
  background-color: #fff;
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: -30px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/favicon.png);
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color3);
  color: #ffffff;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-color-dark);
  margin-right: 50px;
  font-weight: 500;
  margin-bottom: 11px;
  padding-left: 22px;
}

.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}

.list-style-two li {
  font-size: 16px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*===========================
    Social Icons Styles
============================*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-one li {
  position: relative;
  margin-left: 20px;
}

.social-icon-one li:first-child {
  margin-left: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*======================
    Play Buttons
======================*/
.play-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-btn .icon {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-btn .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 25px;
  text-transform: capitalize;
  padding-left: 30px;
  margin-left: -10px;
  color: var(--theme-color2);
  background: var(--theme-color-gray);
  border-radius: 0px 22px 22px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-btn:hover .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}

.play-btn:hover .title {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-light);
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 85px;
  background-color: #ffffff;
  color: var(--bg-theme-color2);
  z-index: 1;
  font-size: 18px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  content: "";
}

.play-now .ripple.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.play-now .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

/*======================
    Carousel Navs
======================*/
.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  color: var(--theme-color-dark);
  background: #fff;
  border: 1px solid #E3E3E3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}

.default-navs .owl-prev {
  margin-left: 0;
}

.disable-navs .owl-nav {
  display: none;
}

.disable-dots .owl-dots {
  display: none;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-btn {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-btn:last-child {
  margin-right: 0;
}

.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}

.skills .skill-item:last-child {
  margin-bottom: 0px;
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
}

.skills .skill-item .skill-header .skill-title {
  font-weight: 600;
  color: var(--theme-color-dark);
  letter-spacing: 0;
  margin-bottom: 10px;
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #f2f3f6;
  border-radius: 10px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: var(--bg-theme-color1);
}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 400;
  color: #6f7174;
  line-height: 25px;
  margin-bottom: 10px;
}

.overlay-anim {
  position: relative;
}

.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 40px;
  border: 1px solid #050B20;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-prev::before,
.slick-next::before {
  content: "\f105";
  color: #050B20;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #050B20;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
}

.slick-prev {
  left: -150px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -150px;
}

.greencar-title-three {
  margin-bottom: 51px;
}

.greencar-title-three .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.greencar-title-three .breadcrumb li {
  font-size: 15px;
  margin-right: 21px;
  position: relative;
}

.greencar-title-three .breadcrumb li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -14px;
}

.greencar-title-three .breadcrumb li:last-child {
  margin-right: 0;
}

.greencar-title-three .breadcrumb li:last-child::before {
  display: none;
}

.greencar-title-three .breadcrumb li a {
  color: var(--theme-color1);
}

.greencar-title-three h2 {
  margin-bottom: 36px;
  font-weight: 700;
}

.greencar-title-three .text {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.footer-style-one.v1 {
  z-index: -1;
}

.text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.text-box .text {
  font-size: 15px;
  color: var(--theme-color-dark);
  font-weight: 400;
}

.text-box .form_boxes.v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
  height: 20px;
}

.text-box .form_boxes.v3 small {
  color: #818181;
}

.text-box .form_boxes.v3 .drop-menu .select {
  padding: 0 0 0 10px;
  font-size: 15px;
  color: var(--theme-color-dark);
}

.text-box .form_boxes.v3 .drop-menu .select i {
  right: -14px;
  top: 1px;
}

.text-box .form_boxes.v3 .drop-menu .dropdown {
  width: 161px;
  left: auto;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.body {
  background-color: var(--theme-color-dark);
}

.greencar-wrapper.v2 {
  background-color: unset;
}

.drop-menu.height-auto {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.drop-menu.height-auto .select {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: unset;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--title-font);
}

.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-btn:hover {
  background: #050B20 !important;
  border-color: transparent !important;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  padding: 14px 32px 18px;
  overflow: hidden;
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  background: #f8f5f0;
  text-transform: uppercase;
  font-family: var(--text-font);
}

.btn-style-one i {
  position: relative;
  display: block;
  margin-left: 10px;
}

.btn-style-one:hover {
  color: var(--theme-color-light);
}

.theme-btn.small {
  padding: 10px 30px;
  line-height: 20px;
  font-size: 10px;
}

.theme-btn.large {
  padding: 20px 60px;
  line-height: 25px;
}

.image {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.greencar-pricing-section .content-column .inner-column .read-more:hover,
.blog-blockt-two .inner-box .read-more:hover,
.greencar-pricing-section-two .content-column .inner-column .read-more:hover,
.header-style-v3 .btn .header-btn-two:hover,
.greencar-pricing-section-three .content-column .inner-column .read-more:hover,
.hheader-style-v4 .btn .header-btn-two:hover,
.greencar-brand-section-three .content-column .inner-column .greencar-title .brand-btn:hover,
.greencar-pricing-section-four .content-column .inner-column .read-more:hover,
.greencar-inspiration-section-two .right-box-two .uper-box .btn-box .read-more:hover,
.header-style-v1 .header-inner .right-box .header-btn-eight:hover,
.why-choose-us-section .content-column-two .greencar-title .read-more:hover,
.header-style-v7 .btn .header-btn-two:hover,
.greencar-pricing-section-five .content-column .inner-column .read-more:hover,
.greencar-pricing-section-six .content-column .inner-column .read-more:hover,
.cars-section-fifteen .shop-c-box .content-column .inner-column .btn-box .shoping-btn:hover,
.theme-btn-web:hover,
.dealer-ship-section-two .side-bar .message:hover,
.vehicles-section-three .right-box .auther-info-box .inner-column .auther-info .btn-box .button:hover,
.inventory-section .side-bar-column .inner-column .contact-box .content-box .btn-box .side-btn:hover,
.inventory-section .side-bar-column .inner-column .contact-box .content-box .btn-box .side-btn.two:hover,
.inventory-section .side-bar-column .inner-column .contact-box-two .btn-box .side-btn:hover {
  background: #050B20 !important;
  border-color: transparent;
  color: #fff;
}

.inventory-section .side-bar-column .inner-column .contact-box .content-box .btn-box .side-btn:hover {
  background: #4E6CFB !important;
  border-color: transparent;
  color: #fff;
}


.car-block-two .inner-box .image-box .icon-box:hover {
  background-color: var(--theme-color1);
}

.car-block-two .inner-box .image-box .icon-box:hover svg path {
  fill: #fff;
}

.blog-block .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}

.brand-greencar-banner-section .content-column .inner-column .btn:hover {
  background: #fff;
  color: #000;
  border-color: transparent;
}



.car-block-six .inner-box .image-box .image {
  border-radius: 0;
}

.greencar-banner-section-six .content-column .inner-column .btn-box .read-more svg path {
  fill: #000;
}

.dealership-block .inner-box .content-box .read-more svg path {
  fill: var(--theme-color1);
}

.greencar-banner-section-six .content-column .inner-column .btn-box .read-more:hover svg path,
.dealership-block .inner-box .content-box .read-more:hover svg path {
  fill: #fff;
}

.brand-greencar-banner-section .content-column .inner-column .btn:hover svg path {
  fill: #111;
}

.testimonial-block-four .inner-box:hover .image img {
  -webkit-transform: unset;
  transform: unset;
}

.team-block-three .inner-box .image {
  border-radius: 15px;
}

.team-block-three .inner-box:hover .image img {
  border-radius: 15px;
}

.blog-block .inner-box .image {
  border-radius: 15px;
}

.news-letter-section .form-column .inner-column .subscribe-form .form-group button:hover,
.greencar-banner-section-nine .banner-content .form-submit button:hover,
.hheader-style-v4.v10 .btn .header-btn-two:hover {
  color: #fff;
}

.greencar-banner-section-nine .banner-content .content-box .btn-box .read-more:hover svg path {
  fill: #000;
}

.blog-section-five .right-box-two .content-box.two .review:hover,
.cars-section-fifteen .content-sec .content-column .inner-column .content-box.two .review:hover,
.dealer-ship-section-two .inner-column .brand-box .content-box .brand-btn:hover,
.dealer-ship-section-two .inner-column .content-box.two .review:hover,
.inventory-section .inspection-column .inner-column .content-box.two .review:hover {
  background-color: var(--theme-color1);
  color: #fff;
  border-color: transparent;
}

.blog-section-five .right-box-two .content-box.two .review:hover svg path,
.cars-section-fifteen .content-sec .content-column .inner-column .content-box.two .review:hover svg path,
.dealer-ship-section-two .inner-column .brand-box .content-box .brand-btn:hover svg path,
.dealer-ship-section-two .inner-column .content-box.two .review:hover svg path,
.inventory-section .inspection-column .inner-column .content-box.two .review:hover svg path {
  fill: #fff;
}

.inventory-section .side-bar-column .inner-column .contact-box .content-box .btn-box .side-btn.two:hover svg path {
  fill: #fff;
}

.title>a:hover,
.text>a:hover {
  color: var(--theme-color1);
}

.inventory-section .inspection-column .inner-column .description-sec .des-list li img {
  margin-right: 10px;
}

.inventory-section .side-bar-column.v3 .contact-box-two .btn-box .side-btn.two:hover,
.inventory-section .side-bar-column .inner-column .contact-box-two .btn-box .side-btn.two:hover {
  background-color: transparent !important;
  color: #000;
}

.hheader-style-v4.five .btn .header-btn-two:hover {
  color: #fff;
  border-color: transparent;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.95;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
  color: inherit;
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
  color: inherit;
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.greencar-header {
  position: relative;
  width: 100%;
  z-index: 999999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top .header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 10px;
}

.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .top-left .info-list {
  color: #ffffff;
  font-size: 14px;
}

.header-top .top-left .info-list span {
  color: #b5cf2b;
  font-size: 14px;
  font-weight: 600;
}

.header-top .top-center {
  margin-left: auto;
  margin-right: auto;
}

.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .top-right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
}

.header-top .top-right button span,
.header-top .top-right button img {
  margin-right: 10px;
  display: inline-block;
}

.header-top .top-right button span {
  font-size: 20px;
}

.header-top .top-right button.login-btn {
  margin-left: 72px;
}

.header-top .top-right button.login-btn i {
  font-size: 18px;
  margin-right: 7px;
}

.greencar-header .header-inner {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.greencar-header .header-inner .logo-inner {
  position: relative;
}

.greencar-header {
  width: 100%;
  z-index: 999;
}

.greencar-header .logo {
  position: relative;
  display: block;
}

.greencar-header .logo img {
  max-width: 100%;
  height: auto;
  display: block; /* Removes the small gap below images */
}

.greencar-header .c-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.greencar-header .c-box .nav-out-bar {
  position: relative;
  margin-left: 230px;
  margin-right: auto;
}

.main-menu {
  position: relative;
}

@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

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

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin: 0 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.greencar-header .right-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.greencar-header .right-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.greencar-header .right-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}

.greencar-header .right-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.greencar-header .right-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.greencar-header .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 17px;
  position: relative;
  right: 117px;
}

.greencar-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.greencar-header .ui-btn:hover {
  color: var(--theme-color1);
}

.greencar-header .info-btn {
  position: relative;
  font-size: 16px;
  padding-left: 44px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  line-height: 20px;
}

.greencar-header .info-btn small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color1);
}

.greencar-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
}

.greencar-header .info-btn:hover {
  color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-v1
====================================================================

***/
.header-style-v1 {
  position: absolute;
}

.header-style-v1.style-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  padding-top: 10px;
}

.header-style-v1.style-two .header-inner {
  padding: 0;
}

.header-style-v1 .btn {
  padding-right: 0;
}

.header-style-v1 .btn .header-btn-two {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-dark);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  text-transform: capitalize;
  display: inline-block;
}

.header-style-v1 .btn .header-btn-two:hover {
  color: #fff;
  background-color: var(--theme-color1);
}

.header-style-v1 .header-inner {
  padding: 28px 0 0;
}

.header-style-v1.home-8 .header-inner {
  padding-top: 60px;
}

@media (max-width: 1440px) {
  .header-style-v1.home-8 .header-inner {
    padding-top: 30px;
  }
}

.header-style-v1 .header-inner .inner-container {
  max-width: 1829px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-style-v1 .header-inner .c-box .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-style-v1 .header-inner .c-box .logo-inner .logo {
  margin-right: 62px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .header-style-v1 .header-inner .c-box .logo-inner .logo {
    margin-right: 30px;
  }
}

.header-style-v1 .header-inner .c-box .logo-inner .logo img {
  max-width: 500px;
}

.header-style-v1 .header-inner .c-box .logo-inner .search-btn a {
  color: var(--theme-color-light);
  font-size: 15px;
  display: flex;
}

.header-style-v1 .header-inner .c-box .logo-inner .search-btn a .icon {
  margin-right: 13px;
  margin-top: -2px;
}

.header-style-v1 .header-inner .c-box .nav-out-bar {
  margin-left: auto;
  margin-right: 31px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .header-style-v1 .header-inner .c-box .nav-out-bar {
    margin-left: 20px;
  }
}

@media (max-width: 1399.98px) {
  .header-style-v1 .header-inner .c-box .nav-out-bar .nav {
    display: unset;
  }
}

@media (max-width: 1199.98px) {
  .header-style-v1 .header-inner .c-box .nav-out-bar .nav {
    display: none;
  }
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 8px;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 243px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  border-radius: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 20px;
}

.header-style-v1 .header-inner .mega-menu {
  -webkit-box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li {
  padding: 0;
  margin-bottom: 10px;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a {
  display: block;
  color: #050B20;
  font-size: 15px;
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-transform: capitalize;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a:hover {
  color: var(--theme-color1);
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child a {
  border-bottom: 0;
}

.header-style-v1 .header-inner .right-box .header-btn-eight {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-light);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 16px;
  border: 1px solid var(--theme-color-light);
  text-transform: capitalize;
  display: inline-block;
}

.header-style-v1 .header-inner .right-box .contact-info {
  position: relative;
  padding-left: 50px;
}

.header-style-v1 .header-inner .right-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}

.header-style-v1 .header-inner .right-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}

.header-style-v1 .header-inner .right-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}

.header-style-v1 .header-inner .right-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}

.header-style-v1 .header-inner .right-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}

.header-style-v1 .header-inner .right-box .social-list-one li {
  margin-right: 48px;
}

.header-style-v1 .header-inner .right-box .social-list-one li:last-child {
  margin-right: 0;
}

.header-style-v1 .header-inner .right-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}

.header-style-v1 .header-inner .sticky-header {
  background-color: var(--theme-color-v2);
}

.header-style-v1 .header-inner .sticky-header .mobile-navigation {
  display: none;
}

.header-style-v1 .header-inner .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-v1 .header-inner .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.header-style-v1 .header-inner .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v1 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-v1 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: #fff;
}

.header-style-v1 .header-inner .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .header-style-v1 .header-inner .contact-info {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-style-v1 .header-inner .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}

.header-style-v1 .header-inner .right-box {
  position: relative;
  margin-left: 0;
}

.header-inner .right-box .box-account {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-right: 18px;
  color: var(--theme-color-light);
  font-size: 15px;
}

.greencar-header.five .header-inner .right-box .box-account {
  color: var(--theme-color-dark);
}

.header-inner .right-box .box-account .icon {
  margin-top: -4px;
}

@media (max-width: 767.98px) {
  .header-style-v1 .header-inner .right-box:before {
    display: none;
  }
}

.header-style-v1 .header-inner .right-box>a {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 18px;
}

.header-style-v1 .header-inner .right-box>a i {
  color: var(--theme-color-light);
  font-size: 16px;
  margin-right: 10px;
}



.header-style-v1.inner-header {
  position: static;
  background-color: var(--theme-color-dark);
}

.header-style-v1.inner-header .header-btn-two {
  background-color: var(--theme-color-dark);
  border: 1px solid var(--theme-color-light);
  color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-v3
====================================================================

***/
.header-style-v3 {
  position: absolute;
}

.header-style-v3 .btn {
  padding-right: 0;
}

.header-style-v3 .btn .header-btn-two {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-light);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 16px;
  border: 1px solid var(--theme-color-light);
  text-transform: capitalize;
  display: inline-block;
}

.header-style-v3 .header-inner {
  padding: 13px 0 0;
}

.header-style-v3 .header-inner .inner-container {
  max-width: 1829px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-style-v3 .header-inner .c-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-style-v3 .header-inner .c-box .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.header-style-v3 .header-inner .c-box .logo-inner .menu {
  font-size: 15px;
  color: var(--theme-color-light);
  text-transform: capitalize;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.header-style-v3 .header-inner .c-box .logo-inner .menu .menu-btn {
  width: 22px;
  margin-right: 10px;
}

.header-style-v3 .header-inner .c-box .logo-inner .menu .menu-btn>span {
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  margin-bottom: 5px;
}

.header-style-v3 .header-inner .c-box .logo-inner .menu .menu-btn>span:last-child {
  margin-bottom: 0;
}

.header-style-v3 .header-inner .c-box .logo-inner .menu i {
  margin-right: 13px;
}

.header-style-v3 .header-inner .c-box .logo-inner .logo {
  margin-right: 62px;
}

.header-style-v3 .header-inner .c-box .logo-inner .logo img {
  max-width: 110px;
}

.header-style-v3 .header-inner .c-box .nav-out-bar {
  margin-left: auto;
  margin-right: 31px;
  display: none;
}

@media (max-width: 1399.98px) {
  .header-style-v3 .header-inner .c-box .nav-out-bar {
    margin-left: 157px;
  }
}

@media (max-width: 1399.98px) {
  .header-style-v3 .header-inner .c-box .nav-out-bar .nav {
    display: unset;
  }
}

@media (max-width: 1199.98px) {
  .header-style-v3 .header-inner .c-box .nav-out-bar .nav {
    display: none;
  }
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation li a {
  color: var(--theme-color-dark);
  font-weight: 500;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation li a:hover {
  color: var(--theme-color1);
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--theme-color1);
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li {
  padding: 0 18px;
  white-space: nowrap;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child a {
  border-bottom: 0;
}

.header-style-v3 .header-inner .main-menu .navigation>li>a {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--text-font);
}

.header-style-v3 .header-inner .main-menu .navigation>li>a:hover {
  color: var(--theme-color1);
}

.header-style-v3 .header-inner .right-box .search-btn {
  margin-right: 31px;
}

.header-style-v3 .header-inner .right-box .search-btn a {
  color: var(--theme-color-light);
  font-size: 15px;
}

.header-style-v3 .header-inner .right-box .search-btn a i {
  margin-right: 13px;
}

.header-style-v3 .header-inner .right-box .contact-info {
  position: relative;
  padding-left: 50px;
}

.header-style-v3 .header-inner .right-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}

.header-style-v3 .header-inner .right-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}

.header-style-v3 .header-inner .right-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}

.header-style-v3 .header-inner .right-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}

.header-style-v3 .header-inner .right-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}

.header-style-v3 .header-inner .right-box .social-list-one li {
  margin-right: 48px;
}

.header-style-v3 .header-inner .right-box .social-list-one li:last-child {
  margin-right: 0;
}

.header-style-v3 .header-inner .right-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}

.header-style-v3 .header-inner .main-menu .navigation>li {
  padding: 0;
  margin: 0 18px;
}

.header-style-v3 .header-inner .main-menu .navigation>li:last-child {
  margin-right: 0;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation li a {
  color: var(--theme-color-light);
  font-size: 15px;
}

.header-style-v3 .header-inner .c-box .nav-out-bar .nav .navigation li a:hover {
  color: var(--theme-color1);
}

.header-style-v3 .header-inner .main-menu .navigation>li>ul>li>a:hover {
  color: var(--theme-color-v2);
}

.header-style-v3 .header-inner .sticky-header {
  background-color: var(--theme-color-v2);
}

.header-style-v3 .header-inner .sticky-header .mobile-navigation {
  display: none;
}

.header-style-v3 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-v3 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color-v2);
}

.header-style-v3 .header-inner .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-v3 .header-inner .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.header-style-v3 .header-inner .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v3 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-v3 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: #fff;
}

.header-style-v3 .header-inner .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .header-style-v3 .header-inner .contact-info {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-style-v3 .header-inner .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}

.header-style-v3 .header-inner .right-box {
  position: relative;
}

@media (max-width: 767.98px) {
  .header-style-v3 .header-inner .right-box:before {
    display: none;
  }
}

.header-style-v3 .header-inner .right-box span {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 18px;
}

.header-style-v3 .header-inner .right-box span i {
  color: var(--theme-color-light);
  font-size: 16px;
  margin-right: 10px;
}

/*** 

====================================================================
    hheader-style-v4
====================================================================

***/
.hheader-style-v4 {
  position: absolute;
}

.hheader-style-v4.style-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  padding-top: 10px;
}

.hheader-style-v4.style-two .header-inner {
  padding: 0;
}

.hheader-style-v4 .btn {
  padding-right: 0;
}

.hheader-style-v4 .btn .header-btn-two {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-light);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 16px;
  border: 1px solid var(--theme-color-light);
  text-transform: capitalize;
  display: inline-block;
}

.hheader-style-v4 .header-inner {
  padding: 28px 0 0;
}

.hheader-style-v4 .header-inner .inner-container {
  max-width: 1829px;
  margin: 0 auto;
  padding: 0 15px;
}

.hheader-style-v4 .header-inner .c-box .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hheader-style-v4 .header-inner .c-box .logo-inner .logo {
  margin-right: 62px;
}

.hheader-style-v4 .header-inner .c-box .logo-inner .logo img {
  max-width: 190px;
}

.box-phone-cus {
  display: flex;
  align-items: center;
  gap: 9px;
}

.box-phone-cus .icon {
  margin-top: -4px;
}

.hheader-style-v4 .header-inner .c-box .logo-inner .search-btn .search {
  color: var(--theme-color-light);
  font-size: 15px;
}

.hheader-style-v4 .header-inner .c-box .logo-inner .search-btn .search i {
  margin-right: 13px;
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar {
  margin-left: auto;
  margin-right: 60px;
}

.hheader-style-v4.style-1 .header-inner .c-box .nav-out-bar {
  margin-right: auto;
}

@media (max-width: 1399.98px) {
  .hheader-style-v4 .header-inner .c-box .nav-out-bar {
    margin-left: 157px;
  }
}

@media (max-width: 1399.98px) {
  .hheader-style-v4 .header-inner .c-box .nav-out-bar .nav {
    display: unset;
  }
}

@media (max-width: 1199.98px) {
  .hheader-style-v4 .header-inner .c-box .nav-out-bar .nav {
    display: none;
  }
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 8px;
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 243px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  border-radius: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 20px;
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li {
  padding: 0;
  margin-bottom: 10px;
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a {
  display: block;
  color: #050B20;
  font-size: 15px;
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-transform: capitalize;
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a:hover {
  color: var(--theme-color1);
}

.hheader-style-v4 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child a {
  border-bottom: 0;
}

.hheader-style-v4 .header-inner .right-box .contact-info {
  position: relative;
  padding-left: 50px;
}

.hheader-style-v4 .header-inner .right-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}

.hheader-style-v4 .header-inner .right-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}

.hheader-style-v4 .header-inner .right-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}

.hheader-style-v4 .header-inner .right-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}

.hheader-style-v4 .header-inner .right-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}

.hheader-style-v4 .header-inner .right-box .social-list-one li {
  margin-right: 48px;
}

.hheader-style-v4 .header-inner .right-box .social-list-one li:last-child {
  margin-right: 0;
}

.hheader-style-v4 .header-inner .right-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}

.hheader-style-v4 .header-inner .sticky-header {
  background-color: var(--theme-color-v2);
}

.hheader-style-v4 .header-inner .sticky-header .mobile-navigation {
  display: none;
}

.hheader-style-v4 .header-inner .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.hheader-style-v4 .header-inner .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.hheader-style-v4 .header-inner .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hheader-style-v4 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.hheader-style-v4 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: #fff;
}

.hheader-style-v4 .header-inner .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .hheader-style-v4 .header-inner .contact-info {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hheader-style-v4 .header-inner .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}

.hheader-style-v4 .header-inner .right-box {
  position: relative;
}

@media (max-width: 767.98px) {
  .hheader-style-v4 .header-inner .right-box:before {
    display: none;
  }
}

.hheader-style-v4 .header-inner .right-box .user {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 18px;
}

.hheader-style-v4 .header-inner .right-box .user i {
  color: var(--theme-color-light);
  font-size: 16px;
  margin-right: 10px;
}

.hheader-style-v4 .header-inner .right-box .search {
  color: var(--theme-color-light);
  font-size: 15px;
  line-height: 26px;
  margin-right: 31px;
  display: flex;
  gap: 10px;
  font-weight: 500;
}

.hheader-style-v4 .header-inner .right-box .search .icon {
  margin-top: -1px;
}

.hheader-style-v4 .header-inner .right-box .search i {
  margin-right: 13px;
}

.hheader-style-v4.v6 .header-inner {
  padding-top: 13px;
}

.hheader-style-v4.v6 .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hheader-style-v4.v6 .c-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hheader-style-v4.v6 .c-box .logo-inner .logo {
  margin-right: 12px;
}

.hheader-style-v4.v6 .c-box .nav-out-bar {
  margin-left: 0;
}

.hheader-style-v4.v6 .main-menu .navigation>li>a {
  color: var(--theme-color-dark);
}

.hheader-style-v4.v10 {
  position: static;
}

.hheader-style-v4.v10 .header-inner {
  padding: 20px 0;
}

.hheader-style-v4.v10 .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hheader-style-v4.v10 .c-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hheader-style-v4.v10 .c-box .logo-inner .logo {
  margin-right: 12px;
}

.hheader-style-v4.v10 .c-box .nav-out-bar {
  margin-left: 30px;
}

.hheader-style-v4.v10 .main-menu .navigation>li>a {
  color: var(--theme-color-dark);
}

.hheader-style-v4.v10 .btn .header-btn-two {
  border-color: var(--theme-color-dark);
  color: var(--theme-color-dark);
}

.hheader-style-v4.v10 .right-box .user {
  color: var(--theme-color-dark);
}

.hheader-style-v4.v10 .right-box .user i {
  color: var(--theme-color-dark);
}

.hheader-style-v4.v10 .right-box .search {
  color: var(--theme-color-dark);
  display: flex;
  align-items: center;
}

/*** 

====================================================================
    header-style-five
====================================================================

***/
.hheader-style-v4.five {
  position: static;
  background: #fff;
  padding: 15px 0;
}

.hheader-style-v4.five .header-inner {
  padding: 0;
}

.hheader-style-v4.five .btn .header-btn-two {
  color: var(--theme-color-dark);
  border-color: var(--theme-color-dark);
}

.hheader-style-v4.five .c-box .logo-inner .search-btn .search {
  color: var(--theme-color-dark);
}

.hheader-style-v4.five .main-menu .navigation>li>a {
  color: var(--theme-color-dark);
}

.hheader-style-v4.five .right-box .search {
  color: var(--theme-color-dark);
}

.hheader-style-v4.five .right-box .user {
  color: var(--theme-color-dark);
}

.hheader-style-v4.five .right-box .user i {
  color: var(--theme-color-dark);
}

/*** 

====================================================================
    header-style-v7
====================================================================

***/
.header-style-v7 .btn {
  padding-right: 0;
}

.header-style-v7 .btn .header-btn-two {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-dark);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 120px;
  border: 1px solid #E1E1E1;
  text-transform: capitalize;
  display: inline-block;
}

.header-style-v7 .header-inner {
  padding: 13px 0 13px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 28px;
}

.header-style-v7 .header-inner .inner-container {
  max-width: 1829px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-style-v7 .header-inner .c-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-style-v7 .header-inner .c-box .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v7 .header-inner .c-box .logo-inner .menu {
  font-size: 15px;
  color: var(--theme-color-dark);
  text-transform: capitalize;
  margin-right: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v7 .header-inner .c-box .logo-inner .menu .menu-btn {
  width: 22px;
  margin-right: 10px;
}

.header-style-v7 .header-inner .c-box .logo-inner .menu .menu-btn>span {
  display: block;
  height: 1px;
  background: var(--theme-color-dark);
  width: 100%;
  margin-bottom: 5px;
}

.header-style-v7 .header-inner .c-box .logo-inner .menu .menu-btn>span:last-child {
  margin-bottom: 0;
}

.header-style-v7 .header-inner .c-box .logo-inner .menu i {
  margin-right: 13px;
}

.header-style-v7 .header-inner .c-box .logo-inner .search {
  color: var(--theme-color-dark);
  font-size: 15px;
  margin-right: 31px;
  display: flex;
  gap: 7px;
}

.header-style-v7 .header-inner .c-box .logo-inner .search .icon {
  margin-top: -2px;
}

.header-style-v7 .header-inner .c-box .logo-inner .search i {
  margin-right: 13px;
}

.header-style-v7 .header-inner .c-box .logo {
  right: -160px;
}

.header-style-v7 .header-inner .c-box .nav-out-bar {
  margin-left: auto;
  margin-right: 31px;
  display: none;
}

@media (max-width: 1399.98px) {
  .header-style-v7 .header-inner .c-box .nav-out-bar {
    margin-left: 157px;
  }
}

@media (max-width: 1399.98px) {
  .header-style-v7 .header-inner .c-box .nav-out-bar .nav {
    display: unset;
  }
}

@media (max-width: 1199.98px) {
  .header-style-v7 .header-inner .c-box .nav-out-bar .nav {
    display: none;
  }
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation li a {
  color: var(--theme-color-dark);
  font-weight: 500;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation li a:hover {
  color: var(--theme-color1);
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li {
  padding: 0 18px;
  white-space: nowrap;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a {
  padding: 9px 0 5px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child a {
  border-bottom: 0;
}

.header-style-v7 .header-inner .main-menu .navigation>li>a {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--text-font);
}

.header-style-v7 .header-inner .main-menu .navigation>li>a:hover {
  color: var(--theme-color1);
}

.header-style-v7 .header-inner .right-box .search-btn {
  margin-right: 31px;
}

.header-style-v7 .header-inner .right-box .search-btn a {
  color: var(--theme-color-dark);
  font-size: 15px;
  display: flex;
  gap: 10px;
}

.header-style-v7 .header-inner .right-box .search-btn a i {
  margin-right: 13px;
}

.header-style-v7 .header-inner .right-box .contact-info {
  position: relative;
  padding-left: 50px;
}

.header-style-v7 .header-inner .right-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}

.header-style-v7 .header-inner .right-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}

.header-style-v7 .header-inner .right-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}

.header-style-v7 .header-inner .right-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}

.header-style-v7 .header-inner .right-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}

.header-style-v7 .header-inner .right-box .social-list-one li {
  margin-right: 48px;
}

.header-style-v7 .header-inner .right-box .social-list-one li:last-child {
  margin-right: 0;
}

.header-style-v7 .header-inner .right-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}

.header-style-v7 .header-inner .main-menu .navigation>li {
  padding: 0;
  margin: 0 18px;
}

.header-style-v7 .header-inner .main-menu .navigation>li:last-child {
  margin-right: 0;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation li a {
  color: var(--theme-color-light);
  font-size: 15px;
}

.header-style-v7 .header-inner .c-box .nav-out-bar .nav .navigation li a:hover {
  color: var(--theme-color1);
}

.header-style-v7 .header-inner .main-menu .navigation>li>ul>li>a:hover {
  color: var(--theme-color-v2);
}

.header-style-v7 .header-inner .sticky-header {
  background-color: var(--theme-color-v2);
}

.header-style-v7 .header-inner .sticky-header .mobile-navigation {
  display: none;
}

.header-style-v7 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-v7 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color-v2);
}

.header-style-v7 .header-inner .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-v7 .header-inner .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.header-style-v7 .header-inner .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v7 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-v7 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: #fff;
}

.header-style-v7 .header-inner .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .header-style-v7 .header-inner .contact-info {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-style-v7 .header-inner .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}

.header-style-v7 .header-inner .right-box {
  position: relative;
}

@media (max-width: 767.98px) {
  .header-style-v7 .header-inner .right-box:before {
    display: none;
  }
}

.header-style-v7 .header-inner .right-box .icon {
  /* font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 18px; */
  margin-top: -2px;
}

.header-style-v7 .header-inner .right-box span i {
  color: var(--theme-color-light);
  font-size: 16px;
  margin-right: 10px;
}

/*** 

====================================================================
    header-style-v9
====================================================================

***/
.header-style-v9 {
  position: absolute;
}

.header-style-v9 .btn {
  padding-right: 0;
}

.header-style-v9 .btn .header-btn-two {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-light);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 120px;
  border: 1px solid #E1E1E1;
  text-transform: capitalize;
  display: inline-block;
}

.header-style-v9 .header-inner {
  padding: 13px 0 13px;
}

.header-style-v9 .header-inner .inner-container {
  max-width: 1829px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-style-v9 .header-inner .c-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-style-v9 .header-inner .c-box .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v9 .header-inner .c-box .logo-inner .menu {
  font-size: 15px;
  color: var(--theme-color-dark);
  text-transform: capitalize;
  margin-right: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v9 .header-inner .c-box .logo-inner .menu .menu-btn {
  width: 22px;
  margin-right: 10px;
}

.header-style-v9 .header-inner .c-box .logo-inner .menu .menu-btn>span {
  display: block;
  height: 1px;
  background: var(--theme-color-dark);
  width: 100%;
  margin-bottom: 5px;
}

.header-style-v9 .header-inner .c-box .logo-inner .menu .menu-btn>span:last-child {
  margin-bottom: 0;
}

.header-style-v9 .header-inner .c-box .logo-inner .menu i {
  margin-right: 13px;
}

.header-style-v9 .header-inner .c-box .logo-inner .search {
  color: var(--theme-color-dark);
  font-size: 15px;
  margin-right: 31px;
}

.header-style-v9 .header-inner .c-box .logo-inner .search i {
  margin-right: 13px;
}

.header-style-v9 .header-inner .c-box .logo {
  left: x95px;
}

.header-style-v9 .header-inner .c-box .nav-out-bar {
  margin: 0;
}

@media (max-width: 1399.98px) {
  .header-style-v9 .header-inner .c-box .nav-out-bar .nav {
    display: unset;
  }
}

@media (max-width: 1199.98px) {
  .header-style-v9 .header-inner .c-box .nav-out-bar .nav {
    display: none;
  }
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation>li>a {
  color: #fff;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation>li>a:hover {
  color: #fff !important;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 15px 10px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li {
  padding: 0 18px;
  white-space: nowrap;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a {
  padding: 9px 0 5px;
  display: block;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.5);
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a:hover {
  color: var(--theme-color1);
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child a {
  border-bottom: 0;
}

.header-style-v9 .header-inner .main-menu .navigation>li>a {
  color: var(--theme-color-dark);
  font-size: 16px;
  font-family: var(--text-font);
}

.header-style-v9 .header-inner .main-menu .navigation>li>a:hover {
  color: var(--theme-color1);
}

.header-style-v9 .header-inner .right-box>a {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 18px;
}

.header-style-v9 .header-inner .right-box>a i {
  color: var(--theme-color-light);
  font-size: 16px;
  margin-right: 10px;
}

.header-style-v9 .header-inner .right-box .search-btn {
  margin-right: 31px;
}

.header-style-v9 .header-inner .right-box .search-btn a {
  color: var(--theme-color-light);
  font-size: 15px;
}

.header-style-v9 .header-inner .right-box .search-btn a i {
  margin-right: 13px;
}

.header-style-v9 .header-inner .right-box .contact-info {
  position: relative;
  padding-left: 50px;
}

.header-style-v9 .header-inner .right-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}

.header-style-v9 .header-inner .right-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}

.header-style-v9 .header-inner .right-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}

.header-style-v9 .header-inner .right-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}

.header-style-v9 .header-inner .right-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}

.header-style-v9 .header-inner .right-box .social-list-one li {
  margin-right: 48px;
}

.header-style-v9 .header-inner .right-box .social-list-one li:last-child {
  margin-right: 0;
}

.header-style-v9 .header-inner .right-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}

.header-style-v9 .header-inner .main-menu .navigation>li {
  padding: 0;
  margin: 0 18px;
}

.header-style-v9 .header-inner .main-menu .navigation>li:last-child {
  margin-right: 0;
}

.header-style-v9 .header-inner .c-box .nav-out-bar .nav .navigation li a:hover {
  color: var(--theme-color1);
}

.header-style-v9 .header-inner .main-menu .navigation>li>ul>li>a:hover {
  color: var(--theme-color-v2);
}

.header-style-v9 .header-inner .sticky-header {
  background-color: var(--theme-color-v2);
}

.header-style-v9 .header-inner .sticky-header .mobile-navigation {
  display: none;
}

.header-style-v9 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-v9 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color-v2);
}

.header-style-v9 .header-inner .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-v9 .header-inner .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.header-style-v9 .header-inner .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-v9 .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-v9 .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: #fff;
}

.header-style-v9 .header-inner .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




@media (max-width: 767.98px) {
  .header-style-v9 .header-inner .contact-info {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-style-v9 .header-inner .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}

.header-style-v9 .header-inner .right-box {
  position: relative;
  width: 50%;
}

.header-style-v7 .header-inner .right-box {
  width: 50%;

}

@media (max-width: 767.98px) {
  .header-style-v9 .header-inner .right-box:before {
    display: none;
  }
}

@media (max-width: 1440px) {
  /* .header-style-v9 .header-inner .right-box {
    width: auto;
  }

  .header-style-v9 .header-inner .c-box .logo {
    left: -33px;
  } */
}


.header-style-v9 .header-inner .right-box span {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 18px;
}

.header-style-v9 .header-inner .right-box span i {
  color: var(--theme-color-light);
  font-size: 16px;
  margin-right: 10px;
}

/*** 

====================================================================
    header-style-ten
====================================================================

***/
.header-style-ten {
  background-color: var(--theme-color-dark);
}

.header-style-ten.style-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  padding-top: 10px;
}

.header-style-ten.style-two .header-inner {
  padding: 0;
}

.header-style-ten .btn {
  padding-right: 0;
}

.header-style-ten .btn .header-btn-two {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-dark);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  text-transform: capitalize;
  display: inline-block;
}

.header-style-ten .btn .header-btn-two:hover {
  color: #fff;
  background-color: var(--theme-color1);
}

.header-style-ten .header-inner {
  padding: 28px 0;
}

.header-style-ten .header-inner .inner-container {
  max-width: 1829px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-style-ten .header-inner .c-box .logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-style-ten .header-inner .c-box .logo-inner .logo {
  margin-right: 132px;
}

.header-style-ten .header-inner .c-box .logo-inner .logo img {
  max-width: 110px;
}

.header-style-ten .header-inner .c-box .logo-inner .search-btn a {
  color: var(--theme-color-light);
  font-size: 15px;
}

.header-style-ten .header-inner .c-box .logo-inner .search-btn a i {
  margin-right: 13px;
}

.header-style-ten .header-inner .c-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-ten .header-inner .c-box .btn-box .menu-btn .button {
  color: var(--theme-color-light);
  margin-right: 34px;
}

.header-style-ten .header-inner .c-box .nav-out-bar {
  margin-left: auto;
  margin-right: 31px;
}

@media (max-width: 1399.98px) {
  .header-style-ten .header-inner .c-box .nav-out-bar {
    margin-left: 157px;
  }
}

@media (max-width: 1399.98px) {
  .header-style-ten .header-inner .c-box .nav-out-bar .nav {
    display: unset;
  }
}

@media (max-width: 1199.98px) {
  .header-style-ten .header-inner .c-box .nav-out-bar .nav {
    display: none;
  }
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-left: 8px;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 17px;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown:hover i {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 2px 0 5px;
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 220px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  border-radius: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 20px;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li {
  padding: 0;
  margin-bottom: 10px;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a {
  display: block;
  color: #050B20;
  font-size: 15px;
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  text-transform: capitalize;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li a:hover {
  color: var(--theme-color1);
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown li:last-child a {
  border-bottom: 0;
}

.header-style-ten .header-inner .right-box .header-btn-eight {
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: var(--theme-color-light);
  font-size: 15px;
  padding: 0 26px;
  border-radius: 16px;
  border: 1px solid var(--theme-color-light);
  text-transform: capitalize;
  display: inline-block;
}

.header-style-ten .header-inner .right-box .contact-info {
  position: relative;
  padding-left: 50px;
}

.header-style-ten .header-inner .right-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}

.header-style-ten .header-inner .right-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}

.header-style-ten .header-inner .right-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}

.header-style-ten .header-inner .right-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}

.header-style-ten .header-inner .right-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}

.header-style-ten .header-inner .right-box .social-list-one li {
  margin-right: 48px;
}

.header-style-ten .header-inner .right-box .social-list-one li:last-child {
  margin-right: 0;
}

.header-style-ten .header-inner .right-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}

.header-style-ten .header-inner .sticky-header {
  background-color: var(--theme-color-v2);
}

.header-style-ten .header-inner .sticky-header .mobile-navigation {
  display: none;
}

.header-style-ten .header-inner .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-ten .header-inner .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.header-style-ten .header-inner .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-ten .header-inner .sticky-header .main-menu .navigation>li.current>a,
.header-style-ten .header-inner .sticky-header .main-menu .navigation>li:hover>a {
  color: #fff;
}

.header-style-ten .header-inner .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .header-style-ten .header-inner .contact-info {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-style-ten .header-inner .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}

.header-style-ten .header-inner .right-box {
  position: relative;
}

@media (max-width: 767.98px) {
  .header-style-ten .header-inner .right-box:before {
    display: none;
  }
}

.header-style-ten .header-inner .right-box>a {
  font-size: 15px;
  color: var(--theme-color-light);
  margin-right: 18px;
}

.header-style-ten .header-inner .right-box>a i {
  color: var(--theme-color-light);
  font-size: 16px;
  margin-right: 10px;
}

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img {
  max-height: 40px;
}

.sticky-header .nav-out-bar {
  position: relative;
  background: none;
  margin-left: auto;
}

.sticky-header .main-menu .navigation>li {
  margin: 0;
  margin-left: 60px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation>li>a {
  color: #fff;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color1);
}

.sticky-header .right-box,
.sticky-header .navbar-header {
  display: none;
}

/* Small devices */
@media (max-width: 767px) {
  .search-btn {
    display: none;
  }
}

.dropdown:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  left: 15px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: -100px;
  width: 800px;
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 40px 52px 29px 46px;
  opacity: 0;
  gap: 83px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* margin-top: 20px; */
  z-index: 9999;
}

.mega-menu:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  left: 120px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-default .mega-menu {
  top: 140%;
}

.header-default .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown {
  top: 140%;
}



.mega-menu .mega-column h3 {
  color: #202124;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.mega-menu .mega-column ul li {
  margin-bottom: 12px;
}

.mega-menu .mega-column ul li:last-child {
  margin-bottom: 0;
}

.mega-menu .mega-column ul li a {
  display: inline-block;
  color: #050B20;
  font-size: 15px;
  text-align: left;
}

.mega-menu .mega-column ul li a:hover {
  color: #405FF2;
}

.main-menu .navigation>li:hover>.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-style-v1.style-two {
  padding: 0;
}

.header-style-v1.style-two .main-menu .navigation>li {
  padding: 30px 0;
}

.main-menu .navigation>li>span {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mm-navbar_sticky {
  margin-right: 30px;
}

.mm-panels>.mm-panel .mm-listview {
  padding-right: 30px;
}

.hheader-style-v4.five .main-menu .navigation>li>span,
.hheader-style-v4.v6 .main-menu .navigation>li>span,
.hheader-style-v4.v10 .main-menu .navigation>li>span {
  color: #000;
}

.hheader-style-v4.v10 .right-box .user:hover {
  color: var(--theme-color1);
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown {
  left: auto;
  right: 0;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown:before {
  left: auto;
  right: 30px;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown.deep {
  left: 100%;
  top: 10px;
  margin-left: 10px;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown.deep:before {
  display: none;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown li a {
  position: relative;
}

.header-style-v1 .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mm-panels {
  max-width: 470px;
  --mm-color-background: #fff;
  --mm-color-text-dimmed: #979797;
  --mm-color-border: rgba(255, 255, 255, 0.1);
  --mm-listitem-size: 50px;
  /* Extra small devices */
}

@media (max-width: 416px) {
  .mm-panels {
    width: 100%;
  }
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #979797;
}

.mm-menu li {
  padding: 0 20px;
  display: block;
}

.mm-menu .mm-listitem:after {
  display: none;
}

.mm-menu li.current>a {
  color: #ffffff;
  background-color: #E9F2FF;
  border-radius: 16px;
  color: #405FF2;
}

.mm-btn:after,
.mm-btn:before {
  border-color: #ffffff;
  border-width: 1.5px;
  height: 6px;
  width: 6px;
}

.mm-panels .mm-counter {
  position: absolute;
  right: 45px;
  top: 50%;
  text-indent: 0;
  display: block;
  margin-top: -10px;
  background-color: rgba(255, 167, 55, 0.8);
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}

#toggle-user-sidebar {
  margin-left: 20px;
}

#toggle-user-sidebar .thumb {
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  top: 0;
  background: transparent;
}

.mm-navbar_sticky {
  border-bottom: 1px solid #E1E1E1;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  margin-right: 30px;
}

.mm-listview {
  padding-top: 20px;
}

.mm-menu li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.mobile-navigation .flaticon-menu-1:before {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.mm-wrapper_opened .mobile-navigation .flaticon-menu-1:before {
  content: "\f175";
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.mm-add-listing {
  margin-top: 87px;
  border: transparent;
  display: none;
}

.mm-add-listing .theme-btn {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ffffff !important;
  height: 60px;
  border-radius: 10px;
}

.mm-add-listing .mm-listitem__text {
  padding: 0;
}

.mm-add-listing .contact-info {
  position: relative;
  padding: 18px 0;
  display: block;
}

.mm-add-listing .phone-num {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
  color: #7E7E7E;
}

.mm-add-listing .phone-num span {
  display: block;
}

.mm-add-listing .phone-num a {
  color: #ffffff;
}

.mm-add-listing .address {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E;
}

.mm-add-listing .email {
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E !important;
}

.mm-add-listing .social-links {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-add-listing .social-links a {
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #7E7E7E;
  margin-right: 37px;
}

.mm-panel:after {
  height: 10px;
}

.mobile-navigation a {
  color: #fff;
}

/* Large devices */
@media (max-width: 1199px) {
  .header-style-v1 .header-inner .right-box {
    margin-left: auto;
  }
}

.mm-navbar__title>span {
  color: #050B20;
  font-size: 20px;
  font-weight: 500;
}

.mm-navbar__title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mm-listitem__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #050B20;
  font-size: 18px;
  font-weight: 500;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #050B20;
}

.mm-panels>.mm-panel li>a i {
  display: none;
}

.mm-panels>.mm-panel .mm-btn::after,
.mm-panels>.mm-panel .mm-btn::before {
  border-color: #050B20;
}

.mm-panels>.mm-panel .mm-listview {
  padding-top: 0;
}

.mm-panels>.mm-panel {
  padding: 0px 30px 30px;
}

.mm-menu li {
  padding: 0;
}

.mm-navbar__title {
  padding: 0;
}

.mm-menu_fullscreen {
  max-width: 470px;
  width: 470px;
  min-width: 470px;
  /* Extra small devices */
}

@media (max-width: 416px) {
  .mm-menu_fullscreen {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  header {
    padding: 20px 0 !important;
  }


}

.mm-panels>.mm-panel.mega-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  height: 100vh;
  width: auto;
}

.mm-panels>.mm-panel.mega-menu .mega-column {
  width: 100%;
}

.mm-panels>.mm-panel.mega-menu .mega-column ul {
  padding: 0 20px;
  margin-bottom: 20px;
}

.mm-panels>.mm-panel.mega-menu .mega-column ul li {
  margin-bottom: 20px;
}

.mobile-navigation {
  width: 24px;
  margin-left: 20px;
  cursor: pointer;
  top: 0;
  display: none;
  /* Large devices */
}

@media (max-width: 1199px) {
  .mobile-navigation {
    display: inline-block;
  }
}

.mobile-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 26px;
}

.mm-wrapper__blocker {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.greencar-title {
  position: relative;
  margin-bottom: 41px;
}

.greencar-title.white h2 {
  color: #fff;
}

.greencar-title.white p {
  color: #fff;
}

.greencar-title h2 {
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-color-dark);
  text-transform: capitalize;
  line-height: 45px;
}

@media (max-width: 991px) {
  .greencar-title h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .compare-products .box-empty {
    display: none;
  }
}


.greencar-title .text {
  margin-top: 23px;
}

.greencar-title .btn-title {
  position: absolute;
  top: 21px;
  right: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  font-family: var(--title-font);
  color: var(--color-primary, var(--theme-color-dark));
}

.greencar-title .btn-title svg {
  margin-left: 9px;
  position: relative;
  top: -4px;
}

.greencar-title.light .text,
.greencar-title.light h2,
.greencar-title.light h1 {
  color: #fff;
}

.greencar-title.light .sub-title {
  color: var(--theme-color-light);
  letter-spacing: 1.5px;
}

/*** 

====================================================================
  banner section
====================================================================

***/
.greencar-banner-section-five {
  position: relative;
  padding-bottom: 0;
  padding-top: 100px;
  height: unset;
  position: relative;
  z-index: 1;
  margin-bottom: -180px;
}

.greencar-banner-section-five:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 220px);
  background: #EEF1FB;
  z-index: -1;
}

.greencar-banner-section-five .image-column {
  margin-top: -120px;
}

.greencar-banner-section-five .banner-content {
  width: 924px;
  margin: 0 auto;
  text-align: center;
  margin: auto;
  border-radius: 50px;
}

.greencar-banner-section-five .banner-content>span {
  display: block;
  color: var(--theme-color-dark);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.greencar-banner-section-five .banner-content h2 {
  color: var(--theme-color-dark);
  font-size: 70px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 48px;
}

.greencar-banner-section-five .banner-content .form-tabs-list {
  margin-bottom: 22px;
}

.greencar-banner-section-five .banner-content .form-tabs-list li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 26px;
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
}

.greencar-banner-section-five .banner-content .form-tabs-list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.greencar-banner-section-five .banner-content .form-tabs-list li.current:before {
  opacity: 1;
  visibility: visible;
}

.greencar-banner-section-five .banner-content .form-tabs-list li:last-child {
  margin-right: 0;
}

.greencar-banner-section-five .banner-content .form-tab-pane {
  margin-bottom: 60px;
  display: none;
}

.greencar-banner-section-five .banner-content .form-tab-pane.current {
  display: block;
}

.greencar-banner-section-five .banner-content .form-tab-pane form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 0 10px;
  height: 76px;
}

.greencar-banner-section-five .banner-content .form-tab-pane form .form_boxes {
  width: 23%;
  height: 76px;
  position: relative;
}

.greencar-banner-section-five .banner-content .form-tab-pane form .form_boxes:nth-child(4):before {
  display: none;
}

.greencar-banner-section-five .banner-content .form-tab-pane form .form_boxes:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 36px;
  background: #e1e1e1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.greencar-banner-section-five .banner-content .form-submit {
  margin-left: auto;
}

.greencar-banner-section-five .banner-content .form-submit button {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #405FF2;
  padding-top: 3px;
}

.greencar-banner-section-five .banner-content .form-tab-content>span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 31px;
}

.greencar-banner-section-five .banner-content .form-tab-content .model-links li {
  display: inline-block;
  margin-right: 6px;
}

.greencar-banner-section-five .banner-content .form-tab-content .model-links li:last-child {
  margin-right: 0;
}

.greencar-banner-section-five .banner-content .form-tab-content .model-links li a {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  border-radius: 30px;
}

.greencar-banner-section-five .banner-content .form-tab-content .model-links li a img {
  margin-right: 5px;
}

.greencar-banner-section-five.banner-style-three {
  background-image: url(../images/banner/banner-hp3.jpg);
}

.greencar-banner-section-five.banner-style-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #050B20;
  opacity: 0.4;
}

.greencar-banner-section-five.banner-style-three .banner-content-three {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.greencar-banner-section-five.banner-style-three .banner-content-three .banner-content {
  position: static;
  -webkit-transform: unset;
  transform: unset;
  text-align: left;
  margin: unset;
}

.greencar-banner-section-five.banner-style-three .form-tab-pane form {
  border-radius: 15px;
}

.greencar-banner-section-five.banner-style-three .drop-menu .dropdown {
  border-radius: 15px;
}




/*** 

====================================================================
	google-maps-Section
====================================================================

***/




.googel-map-section {
  position: relative;
}

.googel-map-section .right-box .goole-iframe iframe {
  width: 100%;
  height: 473px;
}

/*====================================================================
    Map Section - Fixing Overlapping Issues
====================================================================*/

.map-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Ensures map stacks properly */
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/* Ensures the map container respects its boundaries */
.map-section .goole-iframe {
  width: 100%;
  max-width: 1000px; /* Set max width to keep it contained */
  position: relative;
  overflow: hidden;
}

/* Make the iframe fit properly */
.map-section .goole-iframe iframe {
  width: 100%;
  height: 500px;
  max-height: 600px;
  border: 0;
  display: block;
  margin: 0 auto;
}

/* Fix: Ensure the map box is positioned properly */
.map-section .map-box {
  position: relative; /* Changed from absolute to relative */
  margin-top: 20px; /* Adds spacing below the map */
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  width: 448px;
  padding: 38px 50px 30px;
  z-index: 1; /* Ensures it does not overlap incorrectly */
}

/* Title inside the map box */
.map-section .map-box .title {
  font-weight: 700;
  margin-bottom: 9px;
}

/* Text inside the map box */
.map-section .map-box .text {
  font-size: 15px;
  margin-bottom: 30px;
}

/*====================================================================
    Why Choose Us Section
====================================================================*/

.why-choose-us-section {
  position: relative;
  padding: 120px 0 64px;
}

.why-choose-us-section .content-column .greencar-title h2 {
  line-height: 45px;
}

.why-choose-us-section .content-column-two .greencar-title .text {
  margin-bottom: 56px;
}

.why-choose-us-section .content-column-two .greencar-title .read-more {
  padding: 14px 25px 12px;
  border-radius: 12px;
  border: 1px solid var(--color-secondary, var(--theme-color1));
  background: var(--color-secondary, var(--theme-color1));
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}

.why-choose-us-section .content-column-two .greencar-title .read-more svg {
  position: relative;
  top: -2px;
  margin-left: 7px;
}

/* Updated Choose Us Block Styles */
.choose-us-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.choose-us-block .inner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff; /* Optional for better contrast */
}

.choose-us-block .inner-box .icon-box {
  margin-bottom: 16px;
}

.choose-us-block .inner-box .content-box {
  text-align: center;
}

.choose-us-block .inner-box .content-box .title {
  font-weight: 500;
  margin-bottom: 17px;
}

.choose-us-block .inner-box .content-box .text {
  padding-right: 0;
  font-size: 15px;
  line-height: 26px;
}

/* Responsive Styling */
@media (min-width: 992px) {
  .choose-us-block {
    min-height: 250px;
  }
}

/*** 
====================================================================
    why choose section tow
====================================================================
}
***/
.why-choose-us-section-two {
  position: relative;
  padding: 120px 0 64px;
  border-radius: 16px;
  background: var(--bg-1, #F9FBFC);
}

.why-choose-us-section-two .greencar-container {
  max-width: 1800px;
}

.why-choose-us-section-two .right-box {
  max-width: 1430px;
  margin: 0 auto;
}

/*** 

====================================================================
    why choose section three
====================================================================

***/
.why-choose-us-section-three {
  position: relative;
  padding: 120px 0;
}

.why-choose-us-section-three .content-column .greencar-title h2 {
  line-height: 45px;
}

.why-choose-us-section-three .right-box {
  border-radius: 16px;
  background: var(--bg-1, #F9FBFC);
  padding: 120px 150px 64px;
}

/*** 

====================================================================
    why choose section
====================================================================

***/
.why-choose-us-section-four {
  position: relative;
  padding: 120px 0 64px;
}

.why-choose-us-section-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1162px;
  height: 620px;
  border-radius: 16px;
  background: var(--bg-1, #F9FBFC);
}

.why-choose-us-section-four .content-column .greencar-title h2 {
  line-height: 45px;
}

.choose-us-block-four {
  margin-bottom: 56px;
}

.choose-us-block-four .inner-box {
  padding: 50px 41px 43px;
  border-radius: 16px;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}

.choose-us-block-four .inner-box .icon-box {
  margin-bottom: 24px;
}

.choose-us-block-four .inner-box .content-box .title {
  font-weight: 500;
  margin-bottom: 17px;
}

.choose-us-block-four .inner-box .content-box .text {
  font-size: 15px;
  line-height: 26px;
}

/*** 

====================================================================
    why choose section five
====================================================================

***/
.why-choose-us-section-five {
  position: relative;
  padding: 120px 0 64px;
  background-color: var(--theme-color1);
}

.why-choose-us-section-five .content-column .greencar-title h2 {
  line-height: 45px;
}

.why-choose-us-section-five .content-column-two .greencar-title .text {
  margin-bottom: 56px;
}

.why-choose-us-section-five .content-column-two .greencar-title .read-more {
  padding: 14px 25px 12px;
  border-radius: 12px;
  border: 1px solid var(--color-secondary, var(--theme-color1));
  background: var(--color-secondary, var(--theme-color1));
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}

.why-choose-us-section-five .content-column-two .greencar-title .read-more svg {
  position: relative;
  top: -2px;
  margin-left: 7px;
}

.choose-us-block-five {
  margin-bottom: 56px;
}

.choose-us-block-five .inner-box .icon-box {
  margin-bottom: 24px;
}

.choose-us-block-five .inner-box .content-box .title {
  font-weight: 500;
  margin-bottom: 17px;
  color: var(--theme-color-light);
}

.choose-us-block-five .inner-box .content-box .text {
  padding-right: 65px;
  font-size: 15px;
  line-height: 26px;
  color: var(--theme-color-light);
}

/* Small devices */
@media (max-width: 767px) {
  .blog-blockt-two {
    margin-bottom: 25px;
  }

  .blog-blockt-two:last-child {
    margin-bottom: 0;
  }
}

/*** 


/* =============================
   Testimonial Section Three 
   ============================= */

   .greencar-testimonial-section-three {
    position: relative;
  }
  
  .greencar-testimonial-section-three .right-box {
    background-color: var(--theme-color1);
    border-radius: 16px;
    padding: 30px 30px;
  }
  
  /* Ensure testimonial blocks align and wrap correctly */
  .testimonial-block-three {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    justify-content: center; /* Centers blocks in responsive view */
    gap: 20px; /* Adds spacing between wrapped items */
  }
  
  /* Inner Box Styling */
  .testimonial-block-three .inner-box {
    background-color: var(--theme-color1);
    text-align: center;
    padding: 34px 20px 40px;
    border-radius: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    width: 100%; /* Ensures proper width adjustment */
    max-width: 330px; /* Prevents oversized stretching */
  }
  
  /* Make sure each testimonial block is responsive */
  .testimonial-block-three .col-lg-4 {
    display: flex;
    flex: 1 1 30%; /* Allows wrapping while maintaining equal height */
    min-width: 280px; /* Prevents shrinking too much */
  }
  
  /* Force all variations (v1, v2, v3) to behave the same */
  .testimonial-block-three .inner-box,
  .testimonial-block-three .inner-box.v2,
  .testimonial-block-three .inner-box.v3 {
    height: auto;
    min-height: 100%; /* Ensures equal heights */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  /* Make sure the content inside stretches to fill space */
  .testimonial-block-three .inner-box .content-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  /* =============================
     🔧 Fix for Star Rating Overflow Issue
     ============================= */
  
  /* Keep rating container within box */
  .testimonial-block-three .inner-box .content-box .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* Prevents vertical stacking */
    gap: 5px; /* Adds spacing between stars */
    max-width: 100%; /* Prevents overflow */
    overflow: hidden; /* Stops stars from bleeding out */
  }
  
  /* Ensure stars resize properly */
  .testimonial-block-three .inner-box .content-box .rating li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px; /* Reduced width to prevent overflow */
    height: 32px; /* Reduced height to prevent overflow */
    line-height: 32px;
    font-size: 22px; /* Adjusted font size */
    background-color: var(--theme-color2);
    color: var(--theme-color-light);
    margin-right: 3px;
  }
  
  .testimonial-block-three .inner-box .content-box .rating li:last-child {
    margin-right: 0;
  }
  
  /* Reduce star size on smaller screens */
  @media screen and (max-width: 1160px) {
    .testimonial-block-three .inner-box .content-box .rating li {
      width: 28px; /* Smaller stars */
      height: 28px;
      line-height: 28px;
      font-size: 18px; /* Reduce font size for stars */
    }
  }
  
  /* =============================
     Image Handling for Consistency
     ============================= */
  
  .testimonial-block-three .inner-box .content-box figure.image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
  
  .testimonial-block-three .inner-box .content-box figure.image img {
    max-width: 100%;
    height: auto;
    max-height: 110px;
  }
  
  /* =============================
     Responsive Media Queries
     ============================= */
  
  @media screen and (max-width: 992px) {
    .testimonial-block-three {
      flex-wrap: wrap; /* Allows items to stack */
      justify-content: center;
    }
  
    .testimonial-block-three .col-lg-4 {
      flex: 1 1 45%; /* Two per row on medium screens */
      max-width: 48%;
    }
  }
  
  @media screen and (max-width: 768px) {
    .testimonial-block-three .col-lg-4 {
      flex: 1 1 100%; /* One per row on smaller screens */
      max-width: 100%;
    }
  
    .greencar-testimonial-section-three .right-box {
      padding: 50px; /* Reduce padding for smaller screens */
    }
  }
  
  
/*** 

====================================================================
    pricing section
====================================================================

***/
.greencar-pricing-section {
  position: relative;
  padding: 120px 0;
}

.greencar-pricing-section .image-column .inner-column .image-box .image {
  height: 100%;
}

.greencar-pricing-section .image-column .inner-column .image-box .image a {
  height: 100%;
  display: block;
}

.greencar-pricing-section .image-column .inner-column .image-box .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
  width: 100%;
  /* Medium devices */
}

@media (max-width: 991px) {
  .greencar-pricing-section .image-column .inner-column .image-box .image img {
    border-radius: 0;
  }
}

.greencar-pricing-section .image-column .inner-column .image-box .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-size: 20px;
}

.greencar-pricing-section .content-column .inner-column {
  background: var(--bg-2, #EEF1FB);
  padding: 105px 130px 119px;
  height: 100%;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .greencar-pricing-section .content-column .inner-column {
    padding: 70px;
  }
}

@media (max-width: 767px) {
  .greencar-pricing-section .content-column .inner-column {
    padding: 40px;
  }
}

.greencar-pricing-section .content-column .inner-column .greencar-title {
  margin-bottom: 43px;
}

.greencar-pricing-section .content-column .inner-column .greencar-title h2 {
  line-height: 55px;
  margin-bottom: 4px;
}

.greencar-pricing-section .content-column .inner-column .greencar-title .text {
  margin-top: 1px;
}

.greencar-pricing-section .content-column .inner-column .list-style-one {
  margin-bottom: 50px;
}

.greencar-pricing-section .content-column .inner-column .list-style-one li {
  position: relative;
  padding-left: 34px;
  margin-right: 0;
}

.greencar-pricing-section .content-column .inner-column .list-style-one li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: var(--theme-color-light);
  border-radius: 60%;
  font-size: 8px;
}

.greencar-pricing-section .content-column .inner-column .read-more {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--title-font);
  line-height: 26px;
  text-transform: capitalize;
  padding: 13px 23px 10px;
  border-radius: 12px;
  border: 1px solid var(--color-secondary, var(--theme-color1));
  background: var(--color-secondary, var(--theme-color1));
  display: inline-block;
  color: var(--theme-color-light);
}

.greencar-pricing-section .content-column .inner-column .read-more svg {
  position: relative;
  top: -4px;
  color: var(--theme-color-light);
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

/*** 

====================================================================
    pricing section two
====================================================================

***/
.greencar-pricing-section-two {
  position: relative;
  padding: 120px 0;
}

.greencar-pricing-section-two .image-column .inner-column .image-box {
  position: relative;
}

.greencar-pricing-section-two .image-column .inner-column .image-box .image img {
  border-radius: 10px;
  width: 100%;
  height: 633px;
  -o-object-fit: cover;
  object-fit: cover;
}

.greencar-pricing-section-two .content-column .inner-column {
  padding: 150px 0px 119px;
  height: 100%;
}

.greencar-pricing-section-two .content-column .inner-column .greencar-title {
  margin-bottom: 40px;
}

.greencar-pricing-section-two .content-column .inner-column .greencar-title h2 {
  line-height: 55px;
  margin-bottom: 27px;
}

.greencar-pricing-section-two .content-column .inner-column .greencar-title .text {
  margin-top: 0px;
}

.greencar-pricing-section-two .content-column .inner-column .read-more {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--title-font);
  line-height: 26px;
  text-transform: capitalize;
  padding: 15px 27px 14px;
  border-radius: 12px;
  background: var(--color-secondary, var(--theme-color-dark));
  display: inline-block;
  color: var(--theme-color-light);
}

.greencar-pricing-section-two .content-column .inner-column .read-more svg {
  position: relative;
  top: -4px;
  color: var(--theme-color-light);
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.greencar-pricing-section-two.v2 .content-column .inner-column .read-more {
  background-color: var(--theme-color1);
}

/*** 

====================================================================
    pricing section-three
====================================================================

***/
.greencar-pricing-section-three {
  position: relative;
  padding: 120px 0;
  background: var(--bg-1, #F9FBFC);
}

.greencar-pricing-section-three .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.greencar-pricing-section-three .image-column .inner-column .image-box {
  position: relative;
}

.greencar-pricing-section-three .image-column .inner-column .image-box .image img {
  border-radius: 16px;
  width: 100%;
}

.greencar-pricing-section-three .image-column .inner-column .image-box .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-size: 20px;
}

.greencar-pricing-section-three .content-column .inner-column {
  padding: 0 0px 0 117px;
  height: 100%;
}

.greencar-pricing-section-three .content-column .inner-column .greencar-title {
  margin-bottom: 25px;
}

.greencar-pricing-section-three .content-column .inner-column .greencar-title h2 {
  line-height: 55px;
  margin-bottom: 5px;
}

.greencar-pricing-section-three .content-column .inner-column .greencar-title .text {
  margin-top: 1px;
}

.greencar-pricing-section-three .content-column .inner-column .read-more {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--title-font);
  line-height: 26px;
  text-transform: capitalize;
  padding: 13px 23px 10px;
  border-radius: 12px;
  border: 1px solid var(--color-secondary, var(--theme-color1));
  background: var(--color-secondary, var(--theme-color1));
  display: inline-block;
  color: var(--theme-color-light);
}

.greencar-pricing-section-three .content-column .inner-column .read-more svg {
  position: relative;
  top: -4px;
  color: var(--theme-color-light);
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

/*** 



/*** 

====================================================================
    faq-inner-section
====================================================================

***/
.faq-inner-section {
  position: relative;
  padding: 100px 0;
  background-color: transparent;
  position: relative;
  border-radius: 0px;
}

.faq-inner-section .faqs-section {
  padding-top: 80px;
}

.faq-inner-section .faqs-section .inner-container {
  max-width: 1024px;
  margin: 0 auto;
}

.faq-inner-section .faqs-section .accordion.block.active-block {
  background-color: #F9FBFC;
}

.faq-inner-section .faqs-section .widget-accordion .block .acc-btn {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 500;
  text-transform: capitalize;
  color: var(--theme-color-dark);
  border: 0;
}

.faq-inner-section .faqs-section .widget-accordion .block .acc-content .content .text {
  font-size: 15px;
  line-height: 28px;
}

.faq-inner-section .faqs-section .widget-accordion .block .acc-btn {
  background-color: unset;
}

.faq-inner-section .faqs-section .widget-accordion .block.active-block .acc-btn {
  color: var(--theme-color-dark);
}

/*** 

====================================================================
    tabs-section
====================================================================

***/
.tabs-section {
  background-color: var(--theme-color-light);
  position: relative;
  padding: 52px 0 120px;
  border-radius: 80px;
}

.tabs-section .nav-tabs .nav-link {
  background-color: unset;
  border: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 45px;
  color: var(--theme-color-dark);
}

.tabs-section .nav-tabs .nav-link:active {
  color: var(--theme-color1);
}

.tabs-section .nav-link {
  padding-left: 19px !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs-section .nav-link.active {
  border-left: 1px solid var(--theme-color1);
}

.tabs-section .nav {
  position: relative;
  display: unset;
}

.tabs-section .nav::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: 211px;
  background-color: #E1E1E1;
}

.tabs-section .nav-tabs .nav-item.show .nav-link,
.tabs-section .nav-tabs .nav-link.active {
  color: var(--theme-color1);
}

.tabs-section .right-box .content-box {
  margin-bottom: 47px;
}

.tabs-section .right-box .content-box:last-child {
  margin-bottom: 0;
}

.tabs-section .right-box .content-box .title {
  font-weight: 500;
  margin-bottom: 17px;
}

.tabs-section .right-box .content-box .text {
  font-size: 15px;
}

.tabs-section .right-box .content-box .text.v2 {
  margin-bottom: 26px;
}

/*** 

====================================================================
    blog section
====================================================================

***/
.greencar-title {
  margin-bottom: 50px;
}

.greencar-title .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.greencar-title .breadcrumb li {
  font-size: 15px;
  margin-right: 21px;
}

.greencar-title .breadcrumb li:last-child {
  margin-right: 0;
}

.greencar-title .breadcrumb li a {
  color: var(--theme-color1);
}

.blog-section {
  position: relative;
  padding: 120px 0 90px;
}

.blog-section .greencar-title {
  margin-bottom: 50px;
}

.blog-section .greencar-title .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.blog-section .greencar-title .breadcrumb li {
  font-size: 15px;
  margin-right: 21px;
}

.blog-section .greencar-title .breadcrumb li:last-child {
  margin-right: 0;
}

.blog-section .greencar-title .breadcrumb li a {
  color: var(--theme-color1);
}

.blog-section .pagination-sec {
  margin-top: 30px;
  text-align: center;
}

.blog-section .pagination-sec .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-section .pagination-sec .pagination li:first-child a,
.blog-section .pagination-sec .pagination li:last-child a {
  border: 1px solid #e1e1e1;
  width: 60px;
  font-size: 30px;
  line-height: 35px;
}

.blog-section .pagination-sec .pagination li a {
  font-size: 15px;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  padding: 0;
  line-height: 40px;
  border: 0;
  color: var(--theme-color-dark);
}

.blog-section .pagination-sec .pagination li a:hover {
  background-color: #f9fbfc;
}

.blog-section .pagination-sec .text {
  font-size: 14px;
  margin-top: 19px;
}

.blog-section .nav-tabs {
  margin-bottom: 34px;
}

.blog-section .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color-dark);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0 0 7px 0;
  margin-right: 32px;
}

.blog-section .nav-tabs .nav-link.active {
  border-bottom: 1px solid var(--theme-color1);
}

.blog-block {
  margin-bottom: 30px;
}

.blog-block .inner-box .image-box {
  position: relative;
}

.blog-block .inner-box .image-box .image img {
  border-radius: 10px;
}

.blog-block .inner-box .image-box .date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  width: 66px;
  height: 30px;
  line-height: 10px;
  padding: 10px 15px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}

.blog-block .inner-box .content-box {
  text-align: center;
  padding: 20px;
}

.blog-block .inner-box .content-box .post-info {
  justify-content: center;
  display: flex;
  gap: 20px;
}

.blog-block .inner-box .content-box .post-info li {
  position: relative;
  font-size: 15px;
  margin-right: 25px;
}

.blog-block .inner-box .content-box .post-info li:last-child {
  margin-right: 0;
}

.blog-block .inner-box .content-box .post-info li:last-child::before {
  display: none;
}

.blog-block .inner-box .content-box .post-info li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -16px;
  width: 5px;
  height: 5px;
  background-color: #e1e1e1;
  border-radius: 50%;
}

.blog-block .inner-box .content-box .title {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}

/*** 

====================================================================
    blog section two
====================================================================

***/
.blog-section-two {
  position: relative;
  padding: 20px 0;
}



.blog-blockt-two .inner-box {
  position: relative;
  border-radius: 16px;
  background: var(--bg-3, #E9F2FF);
  padding: 78px 81px 89px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog-blockt-two .inner-box {
    padding: 50px 40px;
  }
}

.blog-blockt-two .inner-box .title {
  font-weight: 700;
  line-height: 45px;
}

.blog-blockt-two .inner-box .text {
  margin-bottom: 20px;
  max-width: 455px;
}

.blog-blockt-two .inner-box .read-more {
  padding: 14px 25px 12px;
  border-radius: 12px;
  background: var(--color-secondary, var(--theme-color1));
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-light);
}

.blog-blockt-two .inner-box .read-more svg {
  position: relative;
  top: -2px;
  margin-left: 7px;
}

.blog-blockt-two .inner-box .hover-img {
  position: absolute;
  bottom: 60px;
  right: 60px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog-blockt-two .inner-box .hover-img {
    bottom: 30px;
    right: 30px;
  }
}

.blog-blockt-two .inner-box.two {
  background: var(--bg-4, #eef1fb);
}

.blog-blockt-two .inner-box.two .read-more {
  background-color: var(--theme-color1);
}

/*** 

====================================================================
    blog section three
====================================================================

***/
.blog-section-three {
  position: relative;
  padding: 120px 0;
}

.blog-blockt-three .inner-box {
  position: relative;
}

.blog-blockt-three .inner-box .hover-img {
  position: relative;
}

.blog-blockt-three .inner-box .hover-img .image {
  position: relative;
}

.blog-blockt-three .inner-box .hover-img .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#050B20), to(rgba(5, 11, 32, 0)));
  background: linear-gradient(180deg, #050B20 0%, rgba(5, 11, 32, 0) 100%);
  opacity: 0.5;
}

.blog-blockt-three .inner-box .hover-img .image {
  border-radius: 16px;
  overflow: hidden;
}

.blog-blockt-three .inner-box .hover-img .image img {
  width: 100%;
}

.blog-blockt-three .inner-box .hover-img .content-box {
  position: absolute;
  top: 77px;
  left: 80px;
}

.blog-blockt-three .inner-box .hover-img .content-box .title {
  font-weight: 700;
  line-height: 45px;
  color: var(--theme-color-light);
}

.blog-blockt-three .inner-box .hover-img .content-box .text {
  margin-bottom: 20px;
  max-width: 455px;
  color: var(--theme-color-light);
}

.blog-blockt-three .inner-box .hover-img .content-box .read-more {
  padding: 14px 25px 12px;
  border-radius: 12px;
  background: var(--theme-color-light);
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}

.blog-blockt-three .inner-box .hover-img .content-box .read-more svg {
  position: relative;
  top: -2px;
  margin-left: 7px;
}

/*** 

====================================================================
    blog section four
====================================================================

***/
.blog-section-four {
  position: relative;
  padding: 52px 0 120px;
  border-radius: 80px;
  background-color: var(--theme-color-light);
}

.blog-section-four .greencar-title {
  margin-bottom: 50px;
}

.blog-section-four .greencar-title .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.blog-section-four .greencar-title .breadcrumb li {
  font-size: 15px;
  margin-right: 21px;
}

.blog-section-four .greencar-title .breadcrumb li:last-child {
  margin-right: 0;
}

.blog-section-four .greencar-title .breadcrumb li a {
  color: var(--theme-color1);
}

.blog-section-four .pagination-sec .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-section-four .pagination-sec .pagination li:first-child a,
.blog-section-four .pagination-sec .pagination li:last-child a {
  border: 1px solid #e1e1e1;
  width: 60px;
  font-size: 30px;
  line-height: 35px;
}

.blog-section-four .pagination-sec .pagination li a {
  font-size: 15px;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  padding: 0;
  line-height: 40px;
  border: 0;
  color: var(--theme-color-dark);
}

.blog-section-four .pagination-sec .pagination li a:hover {
  background-color: #f9fbfc;
}

.blog-section-four .pagination-sec .text {
  font-size: 14px;
  margin-top: 19px;
}

.blog-section-four .sider-bar .categories-sec {
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  padding: 25px 30px 16px;
  margin-bottom: 30px;
}

.blog-section-four .sider-bar .categories-sec .widget-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.blog-section-four .sider-bar .categories-sec .categories-list li a {
  font-size: 13px;
  line-height: 35px;
  color: var(--theme-color-dark);
}

.blog-section-four .sider-bar .categories-sec .categories-list li a:hover {
  color: var(--theme-color1);
}

.blog-section-four .sider-bar .recent-post-sec {
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  padding: 24px 30px 28px 30px;
  margin-bottom: 30px;
}

.blog-section-four .sider-bar .recent-post-sec .widget-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
}

.blog-section-four .sider-bar .recent-post-sec .pos-block {
  margin-bottom: 20px;
}

.blog-section-four .sider-bar .recent-post-sec .pos-block:last-child {
  margin-bottom: 0;
}

.blog-section-four .sider-bar .recent-post-sec .pos-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section-four .sider-bar .recent-post-sec .pos-block .inner-box img {
  border-radius: 5px;
}

.blog-section-four .sider-bar .recent-post-sec .pos-block .inner-box .content-box {
  margin-left: 15px;
}

.blog-section-four .sider-bar .recent-post-sec .pos-block .inner-box .content-box .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.blog-section-four .sider-bar .recent-post-sec .pos-block .inner-box .content-box span {
  font-size: 14px;
  color: var(--theme-color-dark);
  display: inline-block;
}

.blog-section-four .sider-bar .tag-sec {
  border-radius: 16px;
  border: 1px solid #E1E1E1;
  padding: 24px 30px 16px 30px;
}

.blog-section-four .sider-bar .tag-sec .widget-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.blog-section-four .sider-bar .tag-sec .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-section-four .sider-bar .tag-sec .tag-list li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-section-four .sider-bar .tag-sec .tag-list li:last-child {
  margin-right: 0;
}

.blog-section-four .sider-bar .tag-sec .tag-list li a {
  font-size: 13px;
  color: var(--theme-color-dark);
  font-weight: 500;
  border-radius: 50px;
  background: #E9F2FF;
  display: inline-block;
  padding: 3px 18px;
}

.blog-section-four .sider-bar .tag-sec .tag-list li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.blog-section-four .inner-column-two {
  margin-right: 120px;
}

.blog-block-four {
  margin-bottom: 60px;
}

.blog-block-four:last-child {
  margin-bottom: 30px;
}

.blog-block-four .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-block-four .inner-box .image-box {
  position: relative;
  max-width: 400px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

.blog-block-four .inner-box .image-box .image img {
  border-radius: 10px;
}

.blog-block-four .inner-box .image-box .date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  width: 66px;
  height: 30px;
  line-height: 10px;
  padding: 10px 15px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}

.blog-block-four .inner-box .content-box {
  margin-left: 75px;
}

.blog-block-four .inner-box .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.blog-block-four .inner-box .content-box .post-info li {
  position: relative;
  font-size: 15px;
  margin-right: 25px;
}

.blog-block-four .inner-box .content-box .post-info li:last-child {
  margin-right: 0;
}

.blog-block-four .inner-box .content-box .post-info li:last-child::before {
  display: none;
}

.blog-block-four .inner-box .content-box .post-info li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -16px;
  width: 5px;
  height: 5px;
  background-color: #e1e1e1;
  border-radius: 50%;
}

.blog-block-four .inner-box .content-box .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 11px;
}

.blog-block-four .inner-box .content-box .text {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 14px;
}

.blog-block-four .inner-box .content-box .btn-two {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.blog-block-four .inner-box .content-box .btn-two svg {
  margin-left: 9px;
  position: relative;
  top: -2px;
}

.blog-section.v1 {
  padding-top: 52px;
  border-radius: 80px;
  background-color: var(--theme-color-light);
}

.blog-section-four.v1 .blog-block-four .inner-box {
  display: block;
}

.blog-section-four.v1 .blog-block-four .inner-box .image-box {
  max-width: unset;
}

.blog-section-four.v1 .blog-block-four .inner-box .content-box {
  margin-left: 0;
  padding-top: 22px;
}

/*** 

====================================================================
    blog section five
====================================================================

***/
.blog-section-five {
  padding-top: 52px;
  border-radius: 80px;
  background-color: var(--theme-color-light);
}

.blog-section-five .greencar-title {
  margin-bottom: 30px;
}

.blog-section-five .greencar-title h2 {
  margin-bottom: 52px;
}

.blog-section-five .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section-five .post-info li {
  position: relative;
  font-size: 15px;
  margin-right: 25px;
}

.blog-section-five .post-info li img {
  border-radius: 50px;
  margin-right: 10px;
}

.blog-section-five .post-info li:last-child {
  margin-right: 0;
}

.blog-section-five .post-info li:last-child::before {
  display: none;
}

.blog-section-five .post-info li:first-child {
  margin-right: 0;
}

.blog-section-five .post-info li:first-child::before {
  display: none;
}

.blog-section-five .post-info li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -16px;
  width: 5px;
  height: 5px;
  background-color: #e1e1e1;
  border-radius: 50%;
}

.blog-section-five .right-box .content-box .outer-image {
  margin-bottom: 44px;
}

.blog-section-five .right-box .content-box .outer-image img {
  border-radius: 16px;
}

.blog-section-five .right-box .content-box .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 21px;
}

.blog-section-five .right-box-two {
  max-width: 924px;
  margin: 0 auto;
  position: relative;
}

.blog-section-five .right-box-two .text {
  font-size: 15px;
  line-height: 28px;
}

.blog-section-five .right-box-two .text.two {
  margin-top: 28px;
  margin-bottom: 60px;
}

.blog-section-five .right-box-two .auther-box {
  position: relative;
  border-radius: 16px;
  background: #E9F2FF;
  padding: 41px 57px 29px;
}

.blog-section-five .right-box-two .auther-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: var(--theme-color1);
  border-radius: 16px 0 0 16px;
}

.blog-section-five .right-box-two .auther-box .text {
  color: var(--theme-color-dark);
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-section-five .right-box-two .auther-box .name {
  font-size: 17px;
  font-weight: 500;
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two .list-sec {
  margin-top: 52px;
  margin-bottom: 61px;
}

.blog-section-five .right-box-two .list-sec .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section-five .right-box-two .list-sec .inner-column .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 21px;
}

.blog-section-five .right-box-two .list-sec .inner-column .list {
  margin-right: 96px;
}

.blog-section-five .right-box-two .list-sec .inner-column .list:last-child {
  margin-right: 0;
}

.blog-section-five .right-box-two .list-sec .inner-column .list li {
  position: relative;
  font-size: 15px;
  line-height: 46px;
  color: var(--color-primary, #050B20);
  font-family: var(--text-font);
  padding-left: 29px;
}

.blog-section-five .right-box-two .list-sec .inner-column .list li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 8px;
  background-color: rgb(233, 242, 255);
}

.blog-section-five .right-box-two .image-sec .image-box .inner-image img {
  border-radius: 16px;
}

.blog-section-five .right-box-two .list-sec-two {
  margin-top: 22px;
  margin-bottom: 60px;
}

.blog-section-five .right-box-two .list-sec-two .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 21px;
}

.blog-section-five .right-box-two .list-sec-two .list-two li {
  position: relative;
  font-size: 15px;
  line-height: 46px;
  color: var(--color-primary, #050B20);
  font-family: var(--text-font);
  padding-left: 19px;
}

.blog-section-five .right-box-two .list-sec-two .list-two li:nth-child(2)::before {
  display: none;
}

.blog-section-five .right-box-two .list-sec-two .list-two li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--theme-color-dark);
}

.blog-section-five .right-box-two .social-section {
  border-top: 1px solid #E1E1E1;
  padding: 59px 0 60px;
  border-bottom: 1px solid #E1E1E1;
}

.blog-section-five .right-box-two .social-section .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-section-five .right-box-two .social-section .inner-column .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section-five .right-box-two .social-section .inner-column .social-icons li {
  font-size: 15px;
}

.blog-section-five .right-box-two .social-section .inner-column .social-icons li a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}

.blog-section-five .right-box-two .social-section .inner-column .social-icons li a:hover {
  background-color: #F9FBFC;
}

.blog-section-five .right-box-two .social-section .inner-column .quality-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section-five .right-box-two .social-section .inner-column .quality-list li {
  margin-right: 10px;
}

.blog-section-five .right-box-two .social-section .inner-column .quality-list li:last-child {
  margin-right: 0;
}

.blog-section-five .right-box-two .social-section .inner-column .quality-list li a {
  padding: 3px 17px;
  border-radius: 50px;
  background-color: #E9F2FF;
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
}

.blog-section-five .right-box-two .social-section .inner-column .quality-list li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.blog-section-five .right-box-two .auther-box-two {
  position: relative;
  margin-top: 60px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 60px;
}

.blog-section-five .right-box-two .auther-box-two img {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-section-five .right-box-two .auther-box-two .content-box {
  padding-left: 100px;
  padding-top: 4px;
}

.blog-section-five .right-box-two .auther-box-two .content-box .name {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-dark);
  margin-bottom: -1px;
}

.blog-section-five .right-box-two .auther-box-two .content-box .designation {
  font-size: 14px;
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two .auther-box-two .content-box .text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}

.blog-section-five .right-box-two .ruls-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 45px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 44px;
}

.blog-section-five .right-box-two .ruls-sec .content-box .title {
  font-size: 17px;
  color: var(--theme-color-dark);
  font-weight: 500;
  margin-bottom: 5px;
}

.blog-section-five .right-box-two .ruls-sec .content-box .title i {
  margin-right: 10px;
}

.blog-section-five .right-box-two .ruls-sec .content-box .text {
  font-size: 14px;
  color: var(--theme-color-dark);
  line-height: 28px;
}

.blog-section-five .right-box-two .ruls-sec .content-box.v2 {
  text-align: end;
}

.blog-section-five .right-box-two .ruls-sec .content-box.v2 .title i {
  margin-left: 10px;
  margin-right: 0;
}

.blog-section-five .right-box-two .reviews {
  margin-top: 52px;
}

.blog-section-five .right-box-two .reviews .title {
  margin-bottom: 23px;
  font-weight: 500;
}

.blog-section-five .right-box-two .reviews .auther-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.blog-section-five .right-box-two .reviews .auther-name span {
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  text-align: center;
  color: var(--theme-color-light);
  display: inline-block;
  margin-right: 12px;
}

.blog-section-five .right-box-two .reviews .auther-name .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 17px;
}

.blog-section-five .right-box-two .reviews .auther-name small {
  font-size: 14px;
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two .reviews .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section-five .right-box-two .reviews .rating-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section-five .right-box-two .reviews .rating-list .list li {
  font-size: 10px;
  margin-right: 4px;
  color: var(--theme-color1);
}

.blog-section-five .right-box-two .reviews .rating-list .list li:last-child {
  margin-right: 0;
}

.blog-section-five .right-box-two .reviews .rating-list span {
  font-size: 15px;
  color: var(--theme-color-dark);
  font-weight: 500;
  margin-left: 12px;
}

.blog-section-five .right-box-two .reviews .text {
  font-size: 15px;
  color: var(--theme-color-dark);
  max-width: 849px;
}

.blog-section-five .right-box-two .image-box {
  margin-top: 23px;
  margin-bottom: 20px;
}

.blog-section-five .right-box-two .image-box img {
  border-radius: 12px;
  margin-right: 16px;
}

.blog-section-five .right-box-two .image-box img:last-child {
  margin-right: 0;
}

.blog-section-five .right-box-two .btn-box .like-btn {
  font-size: 15px;
  color: #818181;
  margin-right: 28px;
}

.blog-section-five .right-box-two .btn-box .like-btn i {
  margin-right: 10px;
}

.blog-section-five .right-box-two .btn-box .like-btn:hover {
  color: var(--theme-color1);
}

.blog-section-five .right-box-two .content-box.two {
  margin-top: 29px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 60px;
}

.blog-section-five .right-box-two .content-box.two .text {
  margin-bottom: 27px;
}

.blog-section-five .right-box-two .content-box.two .review {
  font-size: 15px;
  color: var(--theme-color1);
  font-weight: 500;
  height: 54px;
  line-height: 54px;
  padding: 0 38px;
  border-radius: 12px;
  border: 1px solid var(--color-secondary, #405FF2);
  background: var(--White, #FFF);
  display: inline-block;
  margin-top: 30px;
}

.blog-section-five .right-box-two .Reply-sec {
  margin-top: 52px;
  margin-bottom: 20px;
}

.blog-section-five .right-box-two .Reply-sec .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section-five .right-box-two .Reply-sec .right-box .rating-list .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-section-five .right-box-two .Reply-sec .right-box .rating-list .list-box span {
  font-size: 15px;
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two .Reply-sec .right-box .rating-list .list-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section-five .right-box-two .Reply-sec .right-box .rating-list .list-box .list li {
  font-size: 12px;
  color: var(--theme-color1);
  margin-right: 4px;
}

.blog-section-five .right-box-two .Reply-sec .right-box .rating-list .list-box .list li:last-child {
  margin-right: 0;
}

.blog-section-five .right-box-two .Reply-sec .right-box .rating-list.two {
  margin-right: 144px;
}

.blog-section-five .right-box-two form {
  width: 100%;
  margin: 0;
  margin-left: -12px;
}

.blog-section-five .right-box-two form .form_boxes {
  border-radius: 12px;
  border: 1px solid rgb(225, 225, 225);
  background: var(--color-white, #FFF);
  padding: 7px 15px;
  margin-bottom: 30px;
}

.blog-section-five .right-box-two form .form_boxes textarea {
  width: 100%;
  height: 200px;
}

.blog-section-five .right-box-two form .form_boxes textarea::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two form .form_boxes textarea::-moz-placeholder {
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two form .form_boxes textarea:-ms-input-placeholder {
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two form .form_boxes textarea::-ms-input-placeholder {
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two form .form_boxes textarea::placeholder {
  color: var(--theme-color-dark);
}

.blog-section-five .right-box-two form .form_boxes label {
  display: block;
  color: #818181;
  font-size: 15px;
  font-weight: 400;
}

.blog-section-five .right-box-two form .form_boxes .drop-menu {
  height: unset;
}

.blog-section-five .right-box-two form .form_boxes .drop-menu .select {
  padding: 0;
  line-height: unset;
}

.blog-section-five .right-box-two form .form_boxes .drop-menu .dropdown {
  padding: 5px 15px;
  margin-top: 10px;
  border-radius: 12px;
  left: -15px;
  width: calc(100% + 30px);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.blog-section-five .right-box-two form .form_boxes.v2 {
  padding-top: 14px;
}

.blog-section-five .right-box-two form .theme-btn {
  background: #405FF2;
  color: #fff;
  height: 54px;
  line-height: 54px;
  border-radius: 12px;
  padding: 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section-five .right-box-two form .theme-btn svg {
  margin-left: 10px;
}

.widget-accordion {
  position: relative;
}

.widget-accordion .block:active {
  background-color: #151515;
}

.widget-accordion .block {
  position: relative;
  margin-bottom: 20px;
}

.widget-accordion .block:last-child {
  margin-bottom: 0;
}

.widget-accordion .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--theme-color-dark);
  cursor: pointer;
  border: 1px solid #202020;
  letter-spacing: -0.8px;
  padding: 39px 40px 0;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
  .widget-accordion .block .acc-btn {
    padding-left: 18px;
  }
}

.widget-accordion .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 107px;
  width: 58px;
  font-size: 16px;
  line-height: 107px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.widget-accordion .block .acc-btn:active {
  color: var(--theme-color-dark);
}

.widget-accordion .block .acc-btn.active {
  border: 0;
  padding-bottom: 15px;
}

.widget-accordion .block .acc-btn.active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget-accordion .block .acc-content {
  position: relative;
  display: none;
  padding: 0 0 40px;
}

.widget-accordion .block .acc-content .content {
  padding: 0px 40px 0;
}

.widget-accordion .block .acc-content .content .text {
  margin-bottom: 0;
  color: var(--text-color);
  text-transform: lowercase;
}

.widget-accordion .block .acc-content.current {
  display: block;
}

.widget-accordion.style-two .block .acc-btn {
  background-color: var(--theme-color-light);
  padding: 20px 20px;
  padding-right: 60px;
  line-height: 30px;
}

.widget-accordion.style-two .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

.widget-accordion.style-two .block .acc-btn:active {
  color: var(--theme-color-dark);
}

.widget-accordion.style-two .block .acc-content .content {
  padding: 22px 0px 0;
}

.widget-accordion.style-three .block {
  background-color: var(--theme-color-light);
  border-radius: 10px;
  margin-bottom: 30px;
}

.widget-accordion.style-three .block:last-child {
  margin-bottom: 0;
}

.widget-accordion.style-three .block .acc-btn {
  background-color: var(--theme-color-light);
  padding: 20px 30px;
  font-size: 20px;
  line-height: 30px;
}

.widget-accordion.style-three .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}

.widget-accordion.style-three .block .acc-btn:active {
  color: var(--theme-color-dark);
}

.widget-accordion.style-three .block .acc-content .content {
  padding: 20px 30px 20px;
}

.widget-accordion.style-four .block {
  background-color: var(--theme-color-light);
  border-bottom: 1px solid var(--theme-color-gray);
  margin-bottom: 0px;
}

.widget-accordion.style-four .block .acc-btn {
  background-color: transparent;
  padding: 20px 0px;
}

.widget-accordion.style-four .block .acc-btn .icon {
  right: 0px;
  top: 20px;
  height: 30px;
  line-height: 30px;
  width: auto;
  color: var(--theme-color1);
  background-color: transparent;
}

.widget-accordion.style-four .block .acc-btn.active {
  color: var(--theme-color2);
  border-radius: 10px 10px 0 0;
}

.widget-accordion.style-four .block .acc-btn.active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget-accordion.style-four .block .acc-btn.active .icon:before {
  content: "\f101";
}

.widget-accordion.style-four .block .acc-content .content {
  padding: 0px 0px 20px;
  background-color: var(--theme-color-light);
}

/*** 

====================================================================
    about-inner
====================================================================

***/
.about-inner-one {
  background-color: var(--theme-color-light);
  position: relative;
  border-radius: 50px;
}

.about-inner-one .upper-box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 20px;
  border-radius: 16px;
}

.about-inner-one .upper-box .greencar-title {
  margin-bottom: 51px;
  max-width: 600px;
  padding: 31px 32px 40px;
  border-radius: 16px;
}

.about-inner-one .upper-box .greencar-title h2 {
  margin-bottom: 25px;
}

.about-inner-one .upper-box .greencar-title .text {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.about-inner-one .upper-box .content-box {
  margin-top: 30px;
}

.about-inner-one .upper-box .content-box .text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 26px;
  color: var(--theme-color-dark);
}

.about-inner-one .upper-box .content-box .text:last-child {
  margin-bottom: 0;
}

.about-inner-one .galler-section .exp-block .inner-box .exp-box {
  background-color: var(--theme-color1);
  padding: 20px 20px 82px;
  border-radius: 16px;
}

.about-inner-one .galler-section .exp-block .inner-box .exp-box .title {
  font-size: 52px;
  font-weight: 500;
  color: var(--theme-color-light);
  margin-bottom: 9px;
}

.about-inner-one .galler-section .exp-block .inner-box .exp-box .text {
  font-size: 20px;
  color: var(--theme-color-light);
  font-weight: 700;
  line-height: 25px;
}

.about-inner-one .galler-section .exp-block .inner-box .image-box .image {
  overflow: hidden;
  border-radius: 5px;
}

.about-inner-one .galler-section .exp-block .inner-box {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

@media (max-width: 768px) {
  .about-inner-one .galler-section .exp-block .inner-box {
    flex-direction: row;
    margin-bottom: 30px;

  }

  .about-inner-one .galler-section .exp-block .inner-box .exp-box,
  .about-inner-one .galler-section .exp-block .inner-box .image-box {
    flex-grow: 1;
  }

  .about-inner-one .galler-section .exp-block .inner-box .image-box img,
  .about-inner-one .galler-section .image-block.style-center img,
  .about-inner-one .galler-section .image-box.two img,
  .about-inner-one .galler-section .box-double-img .image-block img {
    width: 100%;
  }

  .about-inner-one .galler-section .box-double-img .image-box,
  .about-inner-one .galler-section .box-double-img .image,
  .about-inner-one .galler-section .box-double-img .image-block img {
    height: 100%;
  }

  .about-inner-one .galler-section .image-block.style-center {
    margin-bottom: 30px;
  }
}

.about-inner-one .galler-section .image-block .image-box .image img {
  border-radius: 16px;
}

.about-inner-one .galler-section .image-block .image-box.two .image {
  margin-bottom: 30px;
}

.about-inner-one .faqs-section {
  position: relative;
  padding: 120px 0 0;
}

.about-inner-one .faqs-section .inner-container {
  max-width: 954px;
  margin: 0 auto;
}

.about-inner-one .faqs-section .accordion.block.active-block {
  background-color: #F9FBFC;
}

.about-inner-one .faqs-section .widget-accordion .block .acc-btn {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 500;
  text-transform: capitalize;
  color: var(--theme-color-dark);
  border: 0;
}

.about-inner-one .faqs-section .widget-accordion .block .acc-content .content .text {
  font-size: 15px;
  line-height: 28px;
}

.about-inner-one .faqs-section .widget-accordion .block .acc-btn {
  background-color: unset;
}

.about-inner-one .faqs-section .widget-accordion .block.active-block .acc-btn {
  color: var(--theme-color-dark);
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.breadcrumb li {
  font-size: 15px;
  margin-right: 21px;
  position: relative;
}

.breadcrumb li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -14px;
}

.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb li:last-child::before {
  display: none;
}

.breadcrumb li a {
  color: var(--theme-color1);
}

/*** 

====================================================================
    error-section
====================================================================

***/
.error-section {
  padding: 120px 0;
  background-color: var(--theme-color-light);
  position: relative;
  border-radius: 80px;
}

.error-section .right-box {
  text-align: center;
}

.error-section .right-box .content-box {
  position: relative;
  margin-top: -71px;
  z-index: 99;
}

.error-section .right-box .content-box h2 {
  font-size: 40px;
  font-weight: 700;
}

.error-section .right-box .content-box .text {
  font-size: 15px;
  line-height: 28px;
  max-width: 450px;
  margin: 0 auto 30px;
}

.error-section .right-box .content-box .error-btn {
  font-size: 15px;
  font-family: var(--title-font);
  font-weight: 500;
  color: var(--theme-color1);
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--theme-color1);
  display: inline-block;
  background: var(--theme-color-light);
  padding: 0 26px;
}

.error-section .right-box .content-box .error-btn svg {
  position: relative;
  margin-left: 9px;
  top: -1px;
}

/*** 



====================================================================
    contact-us section
====================================================================

***/
.contact-us-section {
  position: relative;
  padding: 52px 0 120px;
  border-radius: 80px;
  background-color: var(--theme-color-light);
}

.contact-us-section .map-sec {
  margin: 0 -152px;
}

.contact-us-section .map-sec .goole-iframe iframe {
  width: 100%;
  height: 600px;
  border-radius: 10px;
}

.contact-us-section .calculater-sec {
  padding-top: 60px;
}

.contact-us-section .calculater-sec .greencar-container {
  max-width: 100%;
}

.contact-us-section .calculater-sec .content-column .inner-column {
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 38px;
}

.contact-us-section .calculater-sec .content-column .inner-column .greencar-title {
  margin-bottom: 21px;
  padding-left: 13px;
}

.contact-us-section .calculater-sec .content-column form {
  width: 100%;
  margin: 0;
}

.contact-us-section .calculater-sec .content-column form .form_boxes {
  border-radius: 12px;
  border: 1px solid var(--Border, #E1E1E1);
  background: var(--color-white, #FFF);
  border-radius: 12px;
  padding: 7px 15px;
  margin-bottom: 30px;
}

.contact-us-section .calculater-sec .content-column form .form_boxes label {
  display: block;
  color: #818181;
  font-size: 13px;
  font-weight: 400;
}

.contact-us-section .calculater-sec .content-column form .form_boxes .drop-menu {
  height: unset;
}

.contact-us-section .calculater-sec .content-column form .form_boxes .drop-menu .select {
  padding: 0;
  line-height: unset;
}

.contact-us-section .calculater-sec .content-column form .form_boxes .drop-menu .dropdown {
  padding: 5px 15px;
  margin-top: 10px;
  border-radius: 12px;
  left: -15px;
  width: calc(100% + 30px);
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.05);
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 1, 0.05);
}

.contact-us-section .calculater-sec .content-column form .form_boxes.v2 {
  height: 220px;
}

.contact-us-section .calculater-sec .content-column form .theme-btn {
  background: #348e1f;
  color: #fff;
  height: 54px;
  line-height: 54px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us-section .calculater-sec .content-column form .theme-btn svg {
  margin-left: 10px;
}

.contact-us-section .calculater-sec .content-column form .theme-btn.v2 {
  width: 100%;
}

.contact-us-section .calculater-sec .contact-column .inner-column {
  border-radius: 16px;
  border: 1px solid var(--Border, #E1E1E1);
  background: var(--White, #FFF);
  padding: 32px 41px 47px;
  margin-left: 38px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .greencar-title {
  margin-bottom: 38px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .greencar-title .title {
  font-weight: 500;
}

.contact-us-section .calculater-sec .contact-column .inner-column .greencar-title .text {
  line-height: 26px;
  margin-top: 0;
}

.contact-us-section .calculater-sec .contact-column .inner-column .content-box {
  padding-left: 36px;
  margin-bottom: 24px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .content-box .title {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .content-box .title .icon {
  position: absolute;
  top: 0px;
  left: -36px;
  font-size: 26px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .social-icons {
  margin-top: 26px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .social-icons .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .social-icons .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.contact-us-section .calculater-sec .contact-column .inner-column .social-icons .social-links li a {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.contact-us-section .calculater-sec .contact-column .inner-column .social-icons .social-links li a:hover {
  background: var(--bg-1, #F9FBFC);
}

.contact-us-section .ofice-section {
  position: relative;
  padding: 120px 0 0;
}

.contact-us-section .ofice-section .ofice-block .inner-box .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 13px;
}

.contact-us-section .ofice-section .ofice-block .inner-box .text {
  line-height: 26px;
  margin-bottom: 6px;
}

.contact-us-section .ofice-section .ofice-block .inner-box .ofice-btn {
  font-size: 15px;
  font-family: var(--title-font);
  font-weight: 500;
  display: inline-block;
  color: var(--theme-color-dark);
}

.contact-us-section .ofice-section .ofice-block .inner-box .ofice-btn svg {
  margin-left: 9px;
  position: relative;
  top: -2px;
}

.contact-us-section .ofice-section .ofice-block .inner-box .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.contact-us-section .ofice-section .ofice-block .inner-box .contact-list li {
  position: relative;
  font-size: 15px;
  color: var(--theme-color-dark);
  padding-left: 36px;
  margin-right: 30px;
}

.contact-us-section .ofice-section .ofice-block .inner-box .contact-list li:last-child {
  margin-right: 0;
}

.contact-us-section .ofice-section .ofice-block .inner-box .contact-list li .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
}

.contact-block .inner-box {
  border-radius: 0px 16px 16px 0px;
  background: #E9F2FF;
  max-width: 450px;
  margin-left: auto;
  padding: 128px 52px 127px;
}

.contact-block .inner-box .content-box {
  margin-bottom: 43px;
}

.contact-block .inner-box .content-box:last-child {
  margin-bottom: 0;
}

.contact-block .inner-box .content-box .title {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 3px;
}

.contact-block .inner-box .content-box span {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color1);
  line-height: 32px;
  display: block;
}

.contact-us-section.v2 .right-box {
  border-radius: 16px;
  border: 1px solid var(--Border, #E1E1E1);
  background: var(--theme-color-light);
}

.contact-us-section.v2 .right-box .content-column .inner-column {
  padding: 51px 38px 51px 60px;
}

/*** 




==================================================================
	Main Footer
==================================================================

***/
.greencar-footer {
  position: relative;
  background-color: var(--bg-theme-color2);
  /* Widget Section */
}

.greencar-footer .bg {
  background-size: auto;
}

.greencar-footer .footer-bg-1 {
  background-image: url(../images/icons/footer-bg-1.png);
  background-color: #101A29;
  background-position: left bottom;
}

.greencar-footer .footer-bg-2 {
  background-image: url(../images/icons/footer-bg-2.png);
  background-position: right top;
}

.greencar-footer .footer-bg-3 {
  background-image: url(../images/icons/footer-bg-3.png);
  background-position: right bottom;
}

.greencar-footer .footer-bg-4 {
  background-image: url(../images/icons/footer-bg-4.png);
  background-position: right bottom;
}

.greencar-footer .footer-bg-5 {
  background-image: url(../images/icons/footer-bg-5.png);
  background-position: center;
  background-size: cover;
}

.greencar-footer .footer-bg-6 {
  background-image: url(../images/icons/footer-bg-6.png);
  background-position: right top;
}

.greencar-footer .footer-bg-7 {
  background-image: url(../images/icons/footer-bg-7.png);
}

.greencar-footer .footer-bg-8 {
  background-image: url(../images/icons/footer-bg-8.png);
}

.greencar-footer .footer-bg-9 {
  background-image: url(../images/icons/footer-bg-9.png);
  background-position: right bottom;
}

.greencar-footer .footer-bg-10 {
  background-image: url(../images/icons/footer-bg-10.png);
  background-position: right bottom;
}

.greencar-footer .footer-bg-11 {
  background-image: url(../images/icons/footer-bg-11.png);
}

.greencar-footer .widgets-section {
  position: relative;
  z-index: 999;
}

.greencar-footer .footer-column {
  position: relative;
  margin-bottom: 30px;
}

/* Reduce line spacing in the footer widgets */
.footer-widget .widget-content,
.footer-widget .widget-content ul {
  line-height: 1.4; /* Reduce spacing but keep it readable */
  margin-bottom: 5px; /* Minimize gaps */
}

/* Reduce spacing between list items */
.footer-widget .widget-content ul.user-links.style-two li {
  margin-bottom: 3px; /* Adjust spacing between links */
}

/* Reduce spacing in the "Opening Hours" section */
.footer-widget .widget-content .text {
  line-height: 1.3; /* Compact spacing */
  margin-bottom: 8px; /* Reduce bottom margin */
}

/* Reduce spacing between social media icons and title */
.footer-widget .widget-content .social-icons {
  margin-top: 5px; /* Reduce spacing above social section */
}

.footer-widget .widget-content .social-icons h6 {
  margin-bottom: 3px; /* Reduce spacing below the title */
}

/* Reduce line spacing in footer links */
.footer-bottom .copyright-text,
.footer-bottom .footer-nav {
  line-height: 1.2; /* Compact spacing in the footer bottom */
}

/* Reduce spacing in footer nav links */
.footer-bottom .footer-nav li {
  margin-right: 10px; /* Adjust spacing between footer links */
}


.greencar-footer .widget-title {
  position: relative;
  color: var(--theme-color-light);
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}

.greencar-footer .widget-content {
  position: relative;
}

.greencar-footer .widget-content .text {
  color: var(--theme-color-light);
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .inner {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}

.recent-post .inner:hover .post-thumb img {
  opacity: 0.7;
}

.recent-post .inner .post-thumb {
  position: absolute;
  left: 0;
  top: 10px;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.recent-post .inner .post-thumb img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recent-post .inner .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color-light);
  line-height: 30px;
  margin-bottom: 5px;
}

.recent-post .inner .post-info i {
  font-size: 12px;
  margin-right: 10px;
  color: var(--theme-color1);
}

.recent-post .inner .post-title {
  color: var(--theme-color-light);
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  font-family: var(--text-font);
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 3;
  background-color: #FBFBFB;
  padding: 29px 0 29px;
}

.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: #616670;
}

@media (max-width: 991.98px) {
  .footer-bottom .copyright-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    margin-top: 10px;
  }
}

.footer-bottom .copyright-text a {
  color: inherit;
}

.footer-bottom .copyright-text a:hover {
  color: var(--theme-color1);
}

.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .footer-bottom .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: #616670;
  margin-left: 25px;
}

.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .footer-bottom .footer-nav li {
    margin: 0 30px !important;
    text-align: center;
  }
}

.footer-bottom .footer-nav li a {
  color: inherit;
}

.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-light);
}


.footer-style-five {
  position: relative;
  background-color: unset;
}

.footer-style-five .footer-top .right-box {
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  padding: 20px 0 20px;
}

.footer-style-five .footer-top .right-box .top-left {
  margin-bottom: 21px;
}

.footer-style-five .footer-top .right-box .top-left .title {
  font-size: 30px;
  font-weight: 500;
  color: var(--theme-color-dark);
  margin-bottom: 3px;
}

.footer-style-five .footer-top .right-box .top-left .text {
  font-size: 15px;
  color: var(--theme-color-dark);
  line-height: 26px;
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group {
  position: relative;
  display: inline-block;
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group input {
  width: 567px;
  height: 70px;
  border-radius: 16px;
  border: 1px solid var(--Border, #E1E1E1);
  padding: 0 36px;
  font-size: 15px;
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group input::-webkit-input-placeholder {
  color: var(--theme-color-dark);
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group input::-moz-placeholder {
  color: var(--theme-color-dark);
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group input:-ms-input-placeholder {
  color: var(--theme-color-dark);
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group input::-ms-input-placeholder {
  color: var(--theme-color-dark);
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group input::placeholder {
  color: var(--theme-color-dark);
}

.footer-style-five .footer-top .right-box .subscribe-form .form-group button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  padding: 13px 30px 10px;
  border-radius: 16px;
  text-transform: capitalize;
}

.footer-style-five .widgets-section {
  padding: 54px 0 20px;
}

.footer-style-five .widget-title {
  color: var(--theme-color-dark);
}

.footer-style-five .links-widget {
  padding-left: 18px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .footer-style-five .links-widget {
    padding-left: 0;
  }
}

.footer-style-five .links-widget .user-links {
  position: relative;
}

.footer-style-five .links-widget .user-links li {
  margin-bottom: 7px;
}

.footer-style-five .links-widget .user-links li:last-child {
  margin-bottom: 0;
}

.footer-style-five .links-widget .user-links li a {
  position: relative;
  font-size: 15px;
  display: inline-block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-style-five .links-widget .user-links li a i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}

.footer-style-five .links-widget .user-links li a:hover {
  color: var(--theme-color1);
}

.footer-style-five .links-widget .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-style-five .links-widget .user-links li a:hover:before {
  width: 100%;
}

.footer-style-five .links-widget .user-links.style-two li {
  padding-left: 0;
}

.footer-style-five .links-widget .user-links.style-two li:before {
  display: none;
}

.footer-style-five .links-widget .user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-style-five .links-widget .user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.footer-style-five .links-widget .user-links.two li {
  padding-left: 16px;
  margin-bottom: 6px;
}

.footer-style-five .links-widget .user-links.two li i {
  left: -17px;
}

.footer-style-five .social-widget .widget-content .text {
  line-height: 35px;
  font-size: 15px;
  color: var(--theme-color-dark);
  margin-bottom: 28px;
}

.footer-style-five .social-widget .widget-content .social-icons .title {
  color: var(--theme-color-dark);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 21px;
}

.footer-style-five .social-widget .widget-content .social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.footer-style-five .social-widget .widget-content .social-icons ul li a {
  color: var(--theme-color-dark);
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.footer-style-five .social-widget .widget-content .social-icons ul li a:hover {
  background-color: #f9fbfc;
}

.footer-style-five .footer-bottom {
  border-top: 1px solid #E1E1E1;
}

@media (max-width: 575.98px) {
  .footer-style-five .footer-bottom .inner-container .footer-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 575.98px) {
  .footer-style-five .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}

.footer-style-five .footer-bottom .inner-container .footer-nav li a {
  color: var(--theme-color-dark);
}

.footer-style-five .footer-bottom .inner-container .copyright-text {
  color: var(--theme-color-dark);
}

@media (max-width: 575.98px) {
  .footer-style-five .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}

.footer-style-five.v6 {
  background-color: var(--theme-color-dark);
}

.footer-style-five.v6 .footer-top .right-box {
  border-bottom: 1px solid #2a3041;
}

.footer-style-five.v6 .footer-top .right-box .top-left .title {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .footer-top .right-box .top-left .text {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .widget-title {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .links-widget .user-links li a {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .social-widget .widget-content .text {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .social-widget .widget-content .social-icons .title {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .social-widget .widget-content .social-icons ul li a {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .footer-bottom {
  background-color: var(--theme-color-dark);
  border-top: 1px solid #2a3041;
}

.footer-style-five.v6 .footer-bottom .inner-container .copyright-text {
  color: var(--theme-color-light);
}

.footer-style-five.v6 .footer-bottom .inner-container .footer-nav li a {
  color: var(--theme-color-light);
}

.right-align-footer {
  text-align: right;
}

.right-align-footer .social-icons ul {
  display: flex;
  justify-content: flex-end; /* Aligns social icons to the right */
  padding: 0;
}

.right-align-footer .social-icons ul li {
  list-style: none;
  margin-left: 10px; /* Adjusts spacing between icons */
}

/*** 

====================================================================
        Template Container Space GPT Add
====================================================================
***/

.content-container {
    padding: 40px 0;
    background-color: #f8f9fa; /* Light grey background */
  }

  .content-box {
      text-align: center;
      padding: 20px;
      background: #ffffff; /* White background */
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
  }
  

.form_boxes input {
  width: 100%;
  color: #000;
}

.form_boxes input::-webkit-input-placeholder {
  color: #000;
}

.form_boxes input::-moz-placeholder {
  color: #000;
}

.form_boxes input:-ms-input-placeholder {
  color: #000;
}

.form_boxes input::-ms-input-placeholder {
  color: #000;
}

.form_boxes input::placeholder {
  color: #000;
}

.theme-btn img {
  margin-left: 10px;
}

.greencar-team-section .team-block {
  margin-bottom: 0;
}

.car-block-five .inner-box .image-box,
.car-block-seven .inner-box .image-box {
  width: 100%;
}

.car-block-five .inner-box .image-box img,
.car-block-seven .inner-box .image-box img {
  width: 100%;
}

.news-letter-section .image-column .inner-column {
  height: 100%;
}

.greencar-pricing-section .image-column {
  margin-bottom: 0;
}

.blog-block-four .inner-box .image-box .image img {
  width: 100%;
}

.blog-section-four .inner-column-two {
  margin-right: 0;
}

.blog-section-five .right-box-two .list-sec .inner-column .list li {
  line-height: unset;
  margin-bottom: 20px;
}

.cars-section-four .form-box .form_boxes .drop-menu {
  margin-bottom: 10px;
}

.inventory-section .side-bar-column.v3 .overview-box .list li span {
  text-align: left;
}

.inventory-section .side-bar-column.v4 .overview-box .list.v2 li {
  text-align: right;
}

.greencar-team-section.v1 .team-block {
  margin-bottom: 50px;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown {
  left: auto;
  right: 0;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown.right-one .dropdown::before {
  left: unset;
  right: 20px;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .mega-menu {
  left: -245px;
  margin-top: 20px;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .mega-menu::before {
  left: 260px;
}

/* .header-style-ten .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown .nav-sub:hover .subnav-menu {
  visibility: visible;
  opacity: 1;
} */
.gm-control-active.gm-fullscreen-control {
  top: 20px !important;
  right: 30px !important;
}

@media only screen and (max-width: 1520px) {
  .hheader-style-v4 .header-inner .c-box .nav-out-bar {
    display: none;
  }

  .hheader-style-v4 .header-inner .right-box {
    margin-left: auto;
  }

  .brand-block-four {
    width: 10%;
  }

  .contact-us-section .map-sec {
    margin: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .greencar-banner-section-two {
    height: 100vh;
  }

  .greencar-banner-section-two .banner-slider {
    height: 100%;
  }

  .greencar-banner-section-two .banner-slider .slick-list,
  .greencar-banner-section-two .banner-slider .slick-track,
  .greencar-banner-section-two .banner-slider .banner-slide {
    height: 100%;
  }

  .greencar-banner-section-two .banner-slider .banner-slide>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .greencar-service-section .right-box {
    padding: 70px;
  }

  .hheader-style-v4 .header-inner .c-box .nav-out-bar {
    display: none;
  }

  .hheader-style-v4 .header-inner .right-box {
    margin-left: auto;
  }

  .calculater-section .content-column .inner-column {
    padding: 50px;
  }

  .calculater-section .image-box {
    height: 100%;
  }

  .calculater-section .image-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .greencar-service-section-two .right-box {
    padding: 70px;
  }

  .greencar-banner-section-four .banner-slider-v4 .banner-slide .right-box .list-box .items {
    margin-bottom: 25px;
  }

  .brand-block-four {
    width: auto;
    margin-bottom: 15px;
  }

  .why-choose-us-section-three .right-box {
    padding: 100px 50px 70px;
  }

  .greencar-testimonial-section-three .right-box {
    padding: 100px 30px;
  }

  .greencar-brand-section-three .right-box {
    padding: 70px;
  }

  .greencar-testimonial-section-three .content-column .inner-column .greencar-title .text {
    padding-right: 50px;
  }

  .greencar-inspiration-section-two .right-box-two {
    padding: 120px 50px;
  }

  .why-choose-us-section.v2 .greencar-container {
    max-width: 100%;
  }

  .greencar-testimonial-section-four .right-box {
    padding: 120px 15px 150px;
  }

  .greencar-pricing-section-four.v7 .content-column .inner-column {
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .calculater-section {
    padding-top: 50px;
  }

  .calculater-section .greencar-container {
    padding: 0 15px;
  }

  .greencar-service-section.v7 .right-box .content-column .inner-column {
    margin-right: 0;
    margin-top: 0;
  }

  .greencar-brand-section.v7::before {
    width: 100%;
  }

  .cars-section-ten .right-box {
    padding: 120px 50px;
  }

  .news-letter-section .form-column .inner-column {
    padding-left: 100px;
  }



  .greencar-brand-section-six .cars-block-six {
    margin-bottom: 20px;
  }

  .greencar-brand-section-five .right-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cars-block-five {
    margin-right: 0;
  }

  .greencar-fun-fact-section-two .fact-counter {
    padding: 104px 70px 79px;
  }

  .header-style-v9 .header-inner .main-menu .navigation>li {
    margin-right: 0;
  }

  .header-style-v9 .header-inner .c-box .nav-out-bar {
    display: none;
  }

  .header-style-v9 .header-inner .c-box .logo {
    left: 0;
  }

  .header-style-v9 .header-inner .right-box {
    width: auto;
  }


  .greencar-banner-section-nine .banner-content .content-box {
    margin-top: 100px;
  }

  .greencar-pricing-section-five .content-column .inner-column {
    padding: 0 50px;
    background: transparent;
  }

  .greencar-pricing-section-five .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color-dark);
  }

  .greencar-pricing-section-six .content-column .inner-column {
    padding: 0 50px;
  }

  .greencar-pricing-section-six .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-style-ten .header-inner .c-box .nav-out-bar {
    margin-left: 30px;
    margin-right: auto;
  }

  .dashboard-widget .content-column {
    width: calc(100% - 300px);
  }

  .dashboard-widget .content-column .inner-column .cheak-box-sec .right-box-two .cheak-box {
    margin-right: 20px;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .attachment-sec .right-box-four {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .attachment-sec .right-box-four .report-box {
    margin-bottom: 30px;
  }

  .car-block-forteen .inner-box {
    display: block;
    border: 1px solid var(--Border, #E1E1E1);
    border-radius: 16px;
  }

  .car-block-forteen .inner-box .content-box {
    width: 100%;
    border: 0;
  }

  .car-block-forteen .inner-box .image-box {
    width: 100%;
  }

  .car-block-forteen .inner-box .image-box .image img {
    width: 100%;
    margin-bottom: 20px;
  }

  .cars-section-thirteen .greencar-title-three .service-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cars-section-thirteen .greencar-title-three .service-list li {
    margin-bottom: 15px;
  }

  .service-block-thirteen .image-box {
    width: 150px;
  }

  .service-block-thirteen .image-box .image {
    height: 100%;
  }

  .service-block-thirteen .image-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .shop-single-product-slider {
    width: 80%;
  }

  .vehicles-section-three .right-box .auther-info-box {
    margin: 0;
    padding: 40px 15px;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .auther-info .content-box {
    max-width: 100%;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .auther-info .btn-box {
    margin-left: 50px;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .auther-info .btn-box .button {
    min-width: 200px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .greencar-service-section .right-box .image-column {
    display: none;
  }

  .brand-greencar-banner-section {
    padding: 100px 0;
  }

  .brand-greencar-banner-section .content-column .inner-column .title {
    font-size: 50px;
    line-height: 60px;
    max-width: 500px;
  }

  .calculater-section .image-column .image-box {
    display: none;
  }

  .calculater-section .col-lg-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .calculater-section .content-column .inner-column {
    display: block;
    max-width: 100%;
  }

  .calculater-section .content-column form {
    margin: 0 -15px;
  }

  .greencar-service-section-two .image-column .inner-column .image-box {
    display: none;
  }

  .greencar-service-section-two .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hheader-style-v4.five .header-inner .mobile-navigation a {
    color: #000;
  }

  .choose-us-block .inner-box .content-box .text {
    padding-right: 0;
  }

  .greencar-testimonial-section-three .content-column .inner-column .greencar-title .text {
    padding-right: 0;
  }

  .greencar-brand-section-three .image-column {
    display: none;
  }

  .greencar-brand-section-three .content-column .inner-column {
    margin-top: 0;
  }

  .greencar-banner-section-six::before {
    display: none;
  }

  .hheader-style-v4.v6 .header-inner .mobile-navigation {
    color: #000;
  }

  .hheader-style-v4.v6 .btn {
    display: none;
  }

  .hheader-style-v4.v6 .search {
    display: none;
  }

  .greencar-banner-section-six .content-column .inner-column {
    padding: 100px 0 100px;
  }

  .greencar-pricing-section-four .content-column .inner-column {
    padding: 0 0 0 30px;
  }

  .greencar-fun-fact-section .fact-counter {
    padding: 55px 15px 29px;
  }

  .greencar-inspiration-section-two .right-box-two {
    padding: 80px 15px;
  }

  .greencar-inspiration-section-two .right-box-two .uper-box .btn-box .read-more {
    margin: 10px 0;
  }

  .header-style-v7 .header-inner .mobile-navigation a {
    color: #000;
  }

  .why-choose-us-section-four::before {
    display: none;
  }

  .why-choose-us-section-four {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cars-section-nine {
    padding-top: 50px;
  }

  .greencar-pricing-section-four.v7 .content-column .inner-column {
    padding-top: 0;
  }

  .greencar-banner-section-v8 .banner-content-v8 {
    padding-top: 70px;
  }

  .news-letter-section .form-column .inner-column {
    padding-left: 30px;
  }

  .greencar-pricing-section-four.v9 .content-column .inner-column {
    padding: 0 0 0 30px;
  }

  .hheader-style-v4.v10 .header-inner .mobile-navigation a {
    color: #000;
  }

  .greencar-banner-section-seven .banner-slider-v7 .banner-slide {
    height: 650px;
  }

  .greencar-banner-section-seven .banner-slider-v7 .banner-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .greencar-banner-section-seven.v10 form .form_boxes {
    width: 19%;
  }

  .greencar-pricing-section-six .content-column .inner-column .greencar-title h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .greencar-pricing-section-six .content-column .inner-column {
    padding: 0;
  }

  .dashboard-widget .content-column .inner-column .form-box form .form-column {
    width: 50%;
  }

  .dashboard-widget .content-column .inner-column .form-box form .form-column.col-lg-12 {
    width: 100%;
  }

  .dashboard-widget .content-column .inner-column .cheak-box-sec .right-box-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dashboard-widget .content-column .inner-column .cheak-box-sec .right-box-two .cheak-box {
    width: 45%;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .image-box {
    margin-bottom: 30px;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .attachment-sec .right-box-four .report-box {
    width: 100%;
    margin-right: 0;
  }

  .blog-block-four .inner-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-block-four .inner-box .image-box {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-block-four .inner-box .content-box {
    margin-left: 0;
    margin-top: 30px;
  }

  .blog-block-four .inner-box .image-box img {
    width: 100%;
  }

  .blog-section-four .inner-column-two {
    margin-right: 0;
  }

  .sider-bar {
    margin-top: 70px;
  }

  .shop-product-cart-info {
    margin-top: 10px;
  }

  .checkout-section .side-bar {
    padding-left: 0;
  }

  .contact-us-section .calculater-sec .content-column .inner-column {
    padding-right: 0;
  }

  .contact-us-section .calculater-sec .contact-column .inner-column {
    margin-left: 0;
  }

  .contact-us-section .ofice-section .ofice-block .inner-box .contact-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-us-section .ofice-section .ofice-block .inner-box .contact-list li {
    margin-bottom: 15px;
  }

  .dealer-ship-section-two .side-bar .message {
    width: auto;
    padding: 0 30px;
  }

  .barnd-box .side-bar {
    margin-top: 50px;
  }

  .inventory-pager .inventory-form .form_boxes {
    width: 20%;
    height: auto;
  }

  .inventory-pager {
    padding-bottom: 120px;
  }

  .inventory-pager .inventory-form .form-submit .theme-btn {
    position: relative;
    bottom: -15px;
  }

  .cars-section-four .form-box .form_boxes .drop-menu {
    margin-bottom: 10px;
  }

  .inventory-section .side-bar-column.v2 .inner-column {
    padding-left: 0;
    margin-top: 50px;
  }

  .inventory-section .side-bar-column .inner-column .contact-box-two .btn-box .side-btn {
    width: auto;
    padding: 0 25px;
    margin-right: 15px;
  }

  .inventory-section .side-bar-column .inner-column .contact-box .content-box .btn-box .side-btn {
    width: auto;
    margin-right: 15px;
    padding: 0 25px;
  }

  .inventory-section .side-bar-column .inner-column .contact-box .content-box .btn-box .side-btn-three {
    text-align: left;
  }

  .inventory-section .side-bar-column.v2 .inner-column {
    margin-top: 0;
  }

  .text-box {
    /* margin-top: 30px; */
  }

  .service-block-thirteen .image-box {
    width: 200px;
  }

  .service-block-thirteen .inner-box .right-box {
    width: calc(100% - 200px);
  }

  .inventory-sidebar .price-box form .form-column.v2 {
    padding: 0;
    margin-bottom: 30px;
  }

  .cars-section-fourteen .text-box {
    margin-top: 0;
  }

  .car-block-fourteen .inner-box .content-box .text {
    text-align: left;
  }

  .shop-single-product-slider {
    margin-bottom: 50px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .cars-block-two .inner-box {
    margin-bottom: 25px;
  }

  .greencar-customers-section .greencar-title .text {
    display: none;
  }

  .greencar-team-section .team-block {
    margin-bottom: 30px;
  }

  .greencar-team-section {
    padding-bottom: 90px;
  }

  .greencar-inspiration-section .right-box .service-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .greencar-inspiration-section .right-box .service-list li {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .footer-style-two .footer-top .right-box {
    display: block;
  }

  .footer-style-two .footer-top .right-box .top-left {
    margin-bottom: 30px;
  }

  .footer-style-two .footer-top .right-box .subscribe-form .form-group {
    width: 100%;
  }

  .footer-style-two .footer-top .right-box .subscribe-form .form-group input {
    width: 100%;
  }

  .footer-style-two .links-widget {
    padding-left: 0;
  }

  .header-style-v3 .header-inner .right-box .search-btn {
    display: none;
  }

  .greencar-pricing-section-three .content-column .inner-column {
    padding: 0 0 0 50px;
  }

  .greencar-pricing-section-three {
    padding: 90px 0;
  }



  .greencar-banner-section-four .banner-slider-v4 .banner-slide .right-box .list-box {
    display: none;
  }

  .search-btn {
    display: none;
  }

  .hheader-style-v4 .header-inner .right-box .search {
    display: none;
  }

  .greencar-banner-section-four .banner-slider-v4 .slick-prev,
  .greencar-banner-section-four .banner-slider-v4 .slick-next {
    display: none !important;
  }

  .greencar-banner-section-four .banner-slider-v4 .slick-dots {
    margin-left: 0;
    left: 15px;
  }

  .cars-section-six {
    padding-bottom: 90px;
  }

  .greencar-customers-section-two .greencar-title .text {
    display: none;
  }

  .greencar-banner-section-five .banner-content {
    width: 100%;
  }

  .greencar-brand-section-four .right-box {
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }

  .greencar-testimonial-section-three .content-column .inner-column {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .testimonial-block-three .inner-box {
    margin-bottom: 30px;
  }

  .greencar-brand-section-three .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .greencar-pricing-section-four .content-column .inner-column {
    padding: 0;
    margin-top: 40px;
  }

  .greencar-inspiration-section-two .right-box-two .uper-box .content-box .greencar-title .text br {
    display: none;
  }

  .greencar-inspiration-section-two .right-box .service-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .greencar-inspiration-section-two .right-box .service-list li {
    margin-bottom: 28px;
  }

  .greencar-banner-section-seven .inner-box .banner-slide {
    height: 450px;
  }

  .greencar-banner-section-seven .inner-box .banner-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .greencar-banner-section-seven .banner-slider-v7 .banner-slide .right-box .content-box {
    max-width: 70%;
    margin: 0 auto;
  }

  .greencar-banner-section-seven .banner-slider-v7 .banner-slide .right-box .content-box h1 {
    font-size: 50px;
  }

  .greencar-pricing-section-four.v7 .content-column .inner-column {
    padding-left: 15px;
    margin-top: 0;
  }

  .greencar-brand-section.v7 {
    padding-bottom: 0;
    margin-bottom: -30px;
  }

  .header-style-v7 .header-inner .c-box .logo-inner {
    display: none;
  }

  .header-style-v7 .header-inner .c-box .logo {
    right: 0px;
  }

  .cars-block-five {
    width: 25%;
    margin-bottom: 30px;
  }

  .greencar-brand-section-five {
    padding-bottom: 80px;
  }

  .news-letter-section .image-column {
    display: none;
  }

  .greencar-banner-section-nine .banner-content {
    width: 100%;
    padding: 30px 15px 0 15px;
    position: static;
    -webkit-transform: unset;
    transform: unset;
  }

  .greencar-banner-section-nine .banner-content .form-tab-pane form {
    display: block;
    height: auto;
    padding-bottom: 30px;
  }

  .greencar-banner-section-nine .banner-content .form-tab-pane form .form_boxes {
    width: 100%;
  }

  .greencar-banner-section-nine .banner-content .form-submit button {
    width: 100%;
  }

  .greencar-banner-section-nine {
    height: unset;
  }

  .greencar-banner-section-nine .banner-content .content-box h2 {
    font-size: 50px;
  }

  .greencar-banner-section-nine .container {
    padding-bottom: 50px;
  }

  .greencar-pricing-section-four.v9 .content-column .inner-column {
    margin: 0;
  }

  .greencar-pricing-section-four.v9 .image-column .inner-column .image-box .image-3 {
    margin-left: 30px;
  }

  .greencar-fun-fact-section-three {
    padding: 70px 15px 50px;
  }

  .blog-blockt-three .inner-box .hover-img .image {
    height: 400px;
  }

  .blog-blockt-three .inner-box .hover-img .image img {
    height: 100%;
  }

  .blog-blockt-three .inner-box .hover-img .content-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 15px;
  }

  .car-block-eleven .inner-box .image-box .image img {
    width: 100%;
  }

  .car-block-eleven .inner-box .image-box {
    width: 100%;
  }

  .greencar-team-section-four .right-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-block-four {
    width: calc(50% - 0px);
    margin-right: 0;
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .greencar-team-section-four {
    padding-bottom: 80px;
  }

  .greencar-team-section-four .right-box {
    margin: 0 -15px;
  }

  .greencar-banner-section-seven.v10 .form-tab-content {
    position: static;
  }

  .greencar-banner-section-seven.v10 form {
    display: block;
    padding-bottom: 30px;
    border-radius: 16px;
    margin-top: 30px;
  }

  .greencar-banner-section-seven.v10 form .form_boxes {
    width: 100%;
  }

  .greencar-banner-section-seven.v10 form .form_boxes::before {
    display: none;
  }

  .greencar-banner-section-seven.v10 form .drop-menu .select {
    padding: 0;
  }

  .greencar-banner-section-seven.v10 .form-submit button {
    width: 100%;
  }

  .greencar-pricing-section-six .image-column {
    display: none;
  }

  .car-block-twelve .inner-box .image-box {
    width: 100%;
  }

  .car-block-twelve .inner-box .image-box .image img {
    width: 100%;
  }

  .greencar-pricing-section-five .content-column .inner-column {
    padding: 70px 50px;
  }

  .footer-style-four .footer-top .right-box {
    display: block;
  }

  .footer-style-four .footer-top .right-box .top-left {
    margin-bottom: 50px;
  }

  .footer-style-four .footer-top .right-box .top-right .subscribe-form .form-group {
    width: 100%;
  }

  .footer-style-four .footer-top .right-box .top-right .subscribe-form .form-group input {
    width: 100%;
  }

  .footer-style-four .footer-top .right-box .top-right .subscribe-form .form-group button {
    width: 100%;
  }

  .dashboard-widget .side-bar {
    display: none;
  }

  .dashboard-widget .content-column {
    width: 100%;
  }

  .dashboard-widget .content-column .inner-column {
    margin-right: 0;
  }

  .dashboard-widget .content-column .inner-column {
    padding: 50px 15px;
  }

  .blog-section-five .right-box-two form {
    width: unset;
    margin: 0 -15px;
  }

  .cart-totals {
    margin-top: 50px;
  }

  .checkout-section .content-column .inner-column form .form-column {
    padding-right: 0;
  }

  .contact-us-section .calculater-sec .content-column .inner-column {
    margin-bottom: 50px;
  }

  .ofice-block .inner-box {
    margin-bottom: 40px;
  }

  .contact-us-section .ofice-section {
    margin-bottom: -50px;
  }

  .dealer-ship-section-two .inner-column .brand-box .image-box {
    position: static;
    margin-bottom: 30px;
  }

  .dealer-ship-section-two .inner-column .brand-box {
    padding-left: 0;
  }

  .inventory-pager .inventory-form {
    height: auto;
    display: block;
    border-radius: 16px;
    padding-bottom: 30px;
  }

  .inventory-pager .inventory-form .form_boxes {
    width: 100%;
  }

  .inventory-pager .inventory-form .form_boxes>a {
    padding: 0 30px;
    margin-left: 0;
  }

  .inventory-pager .inventory-form .form-submit .theme-btn {
    bottom: 0;
    margin-top: 30px;
    width: 100%;
  }

  .cars-section-four.v1.v5 .right-box {
    padding: 40px 15px;
  }

  .car-block-forteen .inner-box .image-box .image img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .inventory-section .inspection-column .inner-column form {
    width: auto;
    margin: 0 -15px;
  }

  .inventory-section .side-bar-column.v2 {
    margin-top: 50px;
  }

  .inventory-section .greencar-title-three .content-box {
    position: static;
    margin-top: 25px;
  }

  .inventory-section .greencar-title-three .content-box .title {
    text-align: left;
  }

  .inventory-section .greencar-title-three .content-box {
    text-align: left;
  }

  .inventory-section .gallery-sec .image-column-two .inner-column .image-box {
    width: 100%;
  }

  .inventory-section .gallery-sec .image-column-two .inner-column .image-box img {
    width: 100%;
  }



  .inventory-section .gallery-sec .image-column-two .inner-column .image-box .image {
    border-radius: 0px;
  }




  .gallery-sec .item4 .image {
    border-bottom-left-radius: 15px !important;
  }

  .gallery-sec .item5 .image {
    border-bottom-right-radius: 15px !important;

  }

  .features-sec .list-column {
    margin-bottom: 40px;
  }

  .service-block-thirteen .image-box {
    width: 100%;
  }

  .service-block-thirteen .inner-box .right-box {
    width: 100%;
  }

  .service-block-thirteen .inner-box {
    display: block;
  }

  .service-block-thirteen .inner-box .image-box .image img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    width: 100%;
  }

  .service-block-thirteen .inner-box .right-box {
    padding: 20px 0;
    border: 0;
  }

  .service-block-thirteen .inner-box .right-box {
    display: block;
  }

  .service-block-thirteen .inner-box .right-box .content-box-two:before {
    display: none;
  }

  .service-block-thirteen .inner-box .right-box .content-box-two {
    text-align: left;
    margin-left: 0;
  }

  .contact-block .inner-box {
    max-width: 100%;
  }

  .order_list_raw {
    padding: 30px;
  }

  .order_details {
    padding: 30px;
  }

  .shop-cart.pt30 .container {
    padding-bottom: 0;
  }

  .pricing-block-seven {
    margin-bottom: 30px;
  }

  .greencar-pricing-section-seven {
    padding-bottom: 90px;
  }

  .dashboard-widget-two .right-box {
    display: block;
  }

  .dashboard-widget-two .side-bar {
    /* width: 100%;
    padding: 0 15px;
    margin-bottom: 60px; */
    display: none;
  }

  .dashboard-widget-two .right-box-two {
    margin-right: 0;
    padding: 30px 15px;
  }

  .dashboard-widget-two .right-box-two .cars-section-four {
    padding: 15px;
  }

  .dashboard-widget-two .content-column .inner-column {
    margin-right: 0;
    padding: 50px 15px;
  }

  .services-inner-section .calculater-sec .timing-block {
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-box form .form-column.v2 {
    padding-left: 0;
  }

  .cars-section-fourteen .content-column {
    margin-top: 50px;
  }

  .cars-section-fifteen .right-box {
    margin-bottom: 40px;
  }

  .cars-section-fifteen .content-sec .content-column .inner-column form {
    width: auto;
    margin: 0 -15px;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .image-box {
    margin-bottom: 50px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .image a {
    display: block;
    height: 100%;
  }

  .image a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .greencar-pricing-section-two .content-column .inner-column {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .choose-us-block:last-child {
    margin-bottom: 0;
  }

  .car-block-three .inner-box .content-box ul li {
    margin-right: 0;
    width: 33%;
  }

  .greencar-service-section .right-box {
    padding: 40px;
  }

  .greencar-service-section .content-column .inner-column .store.two {
    margin-left: 0;
    margin: 10px 0;
  }

  .greencar-pricing-section-two .image-column .inner-column .image-box .image img {
    height: auto;
  }

  .greencar-banner-section-v1.banner-style-three .banner-content-three {
    position: static;
    -webkit-transform: unset;
    transform: unset;
  }

  .greencar-banner-section-v1.banner-style-three {
    padding: 150px 0 50px;
  }

  .header-style-v3 .header-inner .right-box span {
    display: none;
  }

  .header-style-v3 .btn {
    display: none;
  }

  .header-style-v3 .header-inner .c-box .logo-inner .menu {
    display: none;
  }

  .header-style-v3 {
    top: 20px;
  }

  .car-block-five .inner-box .image-box {
    width: 100%;
  }

  .testimonila-section-two .content-column {
    margin-bottom: 70px;
  }

  .greencar-pricing-section-three .content-column .inner-column {
    margin-top: 50px;
    padding: 0;
  }

  .greencar-fun-fact-section .fact-counter {
    padding: 70px 0 40px;
  }

  .calculater-section .greencar-container {
    padding: 0 15px;
  }

  .greencar-service-section-two .content-column .inner-column .store.two {
    margin: 10px 0;
  }

  .greencar-service-section-two .right-box {
    padding: 60px 40px;
  }

  .greencar-banner-section-five .banner-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .greencar-banner-section-five .banner-content .form-tab-pane form {
    height: auto;
    display: block;
  }

  .greencar-banner-section-five .banner-content .form-tab-pane form .form_boxes {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .greencar-banner-section-five .banner-content .form-tab-pane form .form_boxes:before {
    display: none;
  }

  .greencar-banner-section-five .banner-content .form-tab-pane {
    margin-bottom: 0;
  }

  .greencar-banner-section-five .image-column {
    margin-top: 0;
  }

  .greencar-banner-section-five:before {
    height: calc(100% - 100px);
  }

  .greencar-banner-section-five .banner-content .form-tab-pane form {
    padding: 30px;
    border-radius: 15px;
  }

  .greencar-banner-section-five .banner-content .form-submit {
    /* padding-left: 30px; */
  }

  .brand-block-four .image img {
    width: auto;
  }

  .image a img {
    width: auto;
  }

  .team-block-two {
    margin-bottom: 30px;
  }

  .blog-block .inner-box .image-box .image img {
    width: 100%;
  }

  .greencar-banner-section-six .content-column .inner-column .right-box .service-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .greencar-banner-section-six .content-column .inner-column .right-box .service-list li {
    margin-bottom: 15px;
  }

  .dealership-block {
    margin-bottom: 30px;
  }

  .dealership-section {
    padding-bottom: 90px;
  }

  .greencar-inspiration-section-two .right-box-two .uper-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .greencar-inspiration-section-two .right-box-two .uper-box .content-box {
    margin-bottom: 40px;
  }

  .greencar-inspiration-section-two .right-box-two .uper-box {
    margin-bottom: 40px;
  }

  .greencar-title .text {
    display: none;
  }

  .greencar-team-section-three .right-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-block-three {
    margin-right: 0;
    width: 50%;
  }

  .choose-us-block-four {
    margin-bottom: 30px;
  }

  .car-block-nine .inner-box .image-box {
    width: 100%;
  }

  .car-block-nine .inner-box .image-box img {
    width: 100%;
  }

  .greencar-pricing-section-four.v7 .content-column .inner-column {
    padding: 0;
    margin-top: 50px;
  }

  .calculater-section .content-column .inner-column {
    padding-right: 15px;
  }

  .greencar-banner-section-v8 .banner-content-v8 h2 {
    font-size: 40px;
  }

  .greencar-banner-section-v8 .banner-content-v8 .banner-v8-form {
    max-width: 100%;
  }

  .greencar-brand-section-five .right-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .car-block-ten .inner-box .image-box .image img {
    width: 100%;
  }

  .car-block-ten .inner-box .image-box {
    width: 100%;
  }

  .news-letter-section .form-column .inner-column .subscribe-form .form-group input {
    width: 100%;
  }

  .news-letter-section .form-column .inner-column .subscribe-form .form-group {
    width: 100%;
  }

  .news-letter-section .form-column .inner-column {
    padding: 70px 30px;
  }

  .greencar-pricing-section-four.v9 .content-column .inner-column {
    padding-left: 0;
    margin-top: 50px;
  }

  .blog-blockt-three .inner-box {
    margin-bottom: 30px;
  }

  .blog-blockt-three .inner-box .hover-img .image img {
    border-radius: 0;
  }

  .greencar-pricing-section-five .image-column .inner-column .image-box .image img {
    height: auto;
  }

  .greencar-pricing-section-six .content-column .inner-column .btn-box {
    display: block;
    margin-bottom: 20px;
  }

  .greencar-pricing-section-six .content-column .inner-column .btn-box .btn-two {
    width: 100%;
    margin-bottom: 15px;
  }

  .error-section .right-box .content-box {
    margin-top: 0;
  }

  .about-inner-one .upper-box .content-box {
    margin-top: 0;
  }

  .dashboard-widget .content-column .inner-column .cheak-box-sec .right-box-two .cheak-box {
    width: 100%;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .image-box {
    width: 100%;
    margin-right: 0;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .image-box>img {
    width: 100%;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .attachment-sec .right-box-four .uplode-box {
    width: 100%;
  }

  .blog-section-five .right-box-two .list-sec .inner-column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ruls-sec .content-box {
    padding: 0 15px;
  }

  .cart-table-bottom .coupan-form {
    margin-bottom: 20px;
  }

  .contact-us-section .map-sec .goole-iframe iframe {
    height: 350px;
  }

  .contact-us-section .calculater-sec .content-column form {
    margin: 0 -15px;
    width: auto;
  }

  .dealer-ship-section-two .inner-column .service-box .list-sec .service-list.two {
    margin-right: 50px;
  }

  .dealer-ship-section-two .inner-column .review-sec .review-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dealer-ship-section-two .inner-column .review-sec .review-box .rating-box {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .dealer-ship-section-two .inner-column .review-sec .review-box .review-list {
    margin-right: 0;
    width: 100%;
  }

  .dealer-ship-section-two .inner-column .review-sec .review-box .review-list.two {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .dealer-ship-section-two .inner-column form {
    width: auto;
    margin: 0 -15px;
  }

  .inventory-section .greencar-title-three .content-box {
    position: static;
    margin-top: 20px;
  }

  .features-sec .list-column .inner-column {
    margin-bottom: 40px;
  }

  .inventory-section .inspection-column .inner-column .review-sec .review-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inventory-section .inspection-column .inner-column .review-sec .review-box .rating-box {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .inventory-section .inspection-column .inner-column .review-sec .review-box .review-list.two {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .inventory-section .inspection-column .inner-column .review-sec .review-box .review-list {
    width: 100%;
  }

  .inventory-section .inspection-column .inner-column .description-sec .des-list li img {
    margin-right: 10px;
  }

  .inventory-section .inspection-column .inner-column .form-box .form-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inventory-section .inspection-column .inner-column .form-box .form-list li {
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .inventory-section .inspection-column .inner-column .form-box .form-list li:last-child {
    margin-bottom: 0;
  }

  .inventory-section .inspection-column .inner-column .review-sec.v2 .content-box-three {
    display: block;
  }




  .inventory-section .inspection-column .inner-column .features-sec.v2 .list-column .inner-column {
    margin-bottom: 0;
  }

  .inventory-section .inspection-column .inner-column .description-sec .des-list {
    display: block;
  }

  .inventory-section .inspection-column .inner-column .description-sec .des-list li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .inventory-section .inspection-column .inner-column .description-sec .des-list li:last-child {
    margin-bottom: 0;
  }

  .contact-us-section.v2 .right-box .content-column .inner-column {
    padding: 50px 15px;
  }

  .contact-us-section .calculater-sec .content-column .inner-column .greencar-title {
    padding-left: 0;
  }

  .order_list_raw ul {
    display: block;
  }

  .order_list_raw li {
    width: 100%;
    margin-bottom: 15px;
  }

  .order_list_raw li:last-child {
    margin-bottom: 0;
  }

  .dashboard-widget-two .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dashboard-widget-two .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .image-box {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .services-section-three {
    padding-top: 80px;
  }

  .service-block-three .inner-box img {
    width: 100%;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .auther-info {
    display: block;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .auther-info .btn-box {
    margin-left: 0;
    margin-top: 25px;
  }

  .tabs-column {
    margin-bottom: 50px;
  }

  .greencar-banner-section-v1 .banner-content .form-tab-pane form {
    border-radius: 16px;
    padding: 30px 30px 30px;
  }

  .greencar-banner-section-v1 .banner-content .form-submit button {
    border-radius: 16px;
  }

  .greencar-banner-section-v1 .banner-content .form-tab-pane form .form_boxes {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .model-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
    overflow: auto;
    margin-right: -30px;
    padding-right: 30px;

  }

  .greencar-brand-section .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .greencar-brand-section .col-sm-6 {
    width: auto;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-style-v1 .btn {
    display: none;
  }

  .car-block-two .inner-box {
    display: block;
  }

  .car-block-two .inner-box .image-box {
    width: 100%;
  }

  .car-block-two .inner-box .image-box .image img {
    border-radius: 0;
  }

  .car-block-two .inner-box .content-box {
    padding: 20px;
  }

  .cars-section {
    padding: 90px 0;
  }

  .greencar-testimonial-section .content-column .inner-column .text {
    margin-right: 0;
  }

  .blog-section {
    padding: 90px 0;
  }

  .header-style-v1.style-two {
    padding: 20px 0;
  }

  .car-block-four .inner-box .content-box ul li {
    margin-right: 0;
    width: 33%;
  }

  .greencar-service-section .content-column .inner-column .title {
    font-size: 40px;
    line-height: 50px;
  }

  .greencar-banner-section-two .banner-slider .banner-slide .right-box .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }

  header .user {
    display: none;
  }

  header .btn {
    display: none;
  }

  .car-block-six .inner-box {
    display: block;
  }

  .car-block-six .inner-box .image-box {
    width: 100%;
  }

  .car-block-six .inner-box .content-box {
    width: 100%;
    padding: 20px;
  }

  .car-block-six .inner-box .content-box ul,
  .car-block-six .inner-box .content-box .text {
    margin-bottom: 15px;
  }

  .car-block-six .inner-box .content-box ul li {
    margin-bottom: 10px;
  }

  .hheader-style-v4.five {
    padding: 25px 0;
  }

  .greencar-banner-section-six .content-column .inner-column h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .counter-block {
    width: 50%;
  }

  .greencar-inspiration-section-two .right-box .service-list li {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .greencar-testimonial-section-four .right-box {
    padding: 80px 15px;
  }

  .header-style-v7 .header-inner {
    padding: 20px 0;
  }

  .team-block-three {
    padding: 0 15px;
    width: calc(50% - 0px);
    margin-bottom: 30px;
  }

  .greencar-team-section-three .right-box {
    margin: 0 -15px;
  }

  .greencar-service-section .content-column .inner-column .title br {
    display: none;
  }

  .greencar-brand-section-six .cars-block-six {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cars-section-ten .right-box {
    padding-top: 70px;
  }

  .news-letter-section .form-column .inner-column .greencar-title h2 br {
    display: none;
  }

  .team-block-four {
    width: 100%;
  }

  .greencar-title h2 {
    font-size: 32px;
  }

  .footer-style-four .footer-top .right-box .top-left .btn-box {
    display: block;
  }

  .footer-style-four .footer-top .right-box .top-left .btn-box .btn-two {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-style-five .footer-top .right-box .subscribe-form .form-group input {
    width: 100%;
  }

  .footer-style-five .footer-top .right-box .subscribe-form .form-group {
    width: 100%;
  }

  .dashboard-widget .nav-tabs {
    display: block;
  }

  .dashboard-widget .nav-tabs li {
    margin-bottom: 15px;
  }

  .header-style-ten .header-inner .right-box .haeder-img {
    display: none;
  }

  .header-style-ten .header-inner .c-box .nav-out-bar {
    display: none;
  }

  .header-style-ten .header-inner .c-box .logo-inner {
    width: 100%;
  }

  .header-style-ten .header-inner .c-box .logo-inner .logo {
    margin-right: auto;
  }

  .header-style-ten .header-inner .c-box .btn-box .menu-btn .button {
    margin-right: 0;
    font-size: 30px;
  }

  .blog-section-five .right-box-two .social-section .inner-column .social-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-section-five .right-box-two .social-section .inner-column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-section-five .right-box-two .social-section .inner-column .social-icons {
    margin-bottom: 15px;
  }

  .blog-section-five .right-box-two .social-section {
    padding: 30px 0;
  }

  .blog-section-five .right-box-two .Reply-sec .right-box .rating-list.two {
    margin-right: 0;
  }

  .blog-section-five .right-box-two .Reply-sec .right-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-section-five .right-box-two .list-sec-two .list-two li {
    line-height: unset;
  }

  .cart-table {
    padding-right: 0;
  }

  .cart-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-table table tr td {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .cart-table .shop-cart-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-table .shop-cart-product .shop-product-cart-img {
    margin-right: 0;
  }

  .shop-product-cart-info {
    text-align: center;
  }

  .cart-table-bottom .coupan-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-table-bottom .coupan-form input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .theme-btn-web {
    width: 100%;
    text-align: center;
  }

  .cart-table table .number {
    margin: 0 auto;
  }

  .cart-table table thead th {
    width: 100%;
    text-align: center;
  }

  .cart-table table thead th:last-child {
    display: none;
  }

  .contact-us-section .ofice-section {
    padding-top: 70px;
  }

  .dealer-ship-section-two .inner-column .brand-box .content-box .contact-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dealer-ship-section-two .inner-column .brand-box .content-box .contact-list li {
    margin-bottom: 20px;
  }

  .dealer-ship-section-two .inner-column .service-box .list-sec .service-list .list-box .list.two {
    margin-right: 0;
  }

  .dealer-ship-section-two .inner-column .service-box .list-sec .service-list .list-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cars-section-four .pagination-sec .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inventory-pager {
    padding-bottom: 80px;
  }

  .inventory-section .inspection-column .inner-column .Reply-sec .right-box .rating-list .list-box {
    display: block;
  }

  .inventory-section .inspection-column .inner-column .Reply-sec .right-box .rating-list.two {
    margin-right: 0;
  }



  /* .inventory-section .greencar-title-three .spectes-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  } */

  .inventory-section .greencar-title-three .spectes-list li span {
    width: 100%;
  }

  .inventory-section .inspection-column .inner-column .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inventory-section .inspection-column .inner-column .image-box>img {
    width: 20%;
  }

  .inventory-section .gallery-sec .image-column .inner-column .image-box .content-box .video-list li a {
    font-size: 12px;
  }

  .inventory-section .inspection-column .inner-column .contact-box-three .content-box .btn-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inventory-section .inspection-column .inner-column .contact-box-three .content-box .btn-box .side-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .inventory-section .inspection-column .inner-column .contact-list .image-box>img {
    width: auto;
  }

  .inventory-section .inspection-column .inner-column .contact-box-three .content-box .inner-box .contact-list li a .image-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cars-section-three {
    padding-top: 80px;
  }

  .contact-block .inner-box {
    padding: 50px 25px;
  }

  .login-section .inner-container {
    padding: 0 15px;
  }

  .login-section .btn-box-two .social-btns {
    display: block;
  }

  .login-section .btn-box-two .social-btns .fb-btn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .shop-cart.pt30 .container {
    padding-top: 50px;
  }

  .greencar-pricing-section-seven {
    padding-top: 70px;
  }

  .greencar-pricing-section-two .content-column .inner-column .greencar-title h2 {
    line-height: 40px;
  }

  .services-inner-section .why-choose-us-section.v3 .right-box {
    padding-top: 80px;
  }

  .shop-single-thumbs-slider {
    display: none;
  }

  .shop-single-product-slider {
    width: 100%;
    margin-left: 0;
  }

  .cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box {
    display: block;
  }

  .greencar-banner-section-two .banner-slider .banner-slide .right-box .content-box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap-fixed-sidebar .widget-sidebar-filter {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .greencar-brand-section {
    padding: 60px 0;
  }

  .blog-section-two {
    padding-bottom: 90px;
  }

  .cars-section-four {
    padding: 120px 0 40px;
  }

  .why-choose-us-section {
    padding: 70px 0 64px;
  }

  .greencar-customers-section {
    padding: 60px 0;
  }

  .greencar-customers-section .greencar-title {
    margin-bottom: 15px;
  }

  .greencar-team-section {
    padding: 60px 0;
  }

  .greencar-inspiration-section {
    padding-bottom: 60px;
  }

  .greencar-service-section .content-column .inner-column .title {
    font-size: 32px;
    line-height: 42px;
  }

  .greencar-service-section {
    padding-bottom: 60px;
  }

  .brand-greencar-banner-section .content-column .inner-column .title {
    font-size: 40px;
    line-height: 50px;
  }

  .brand-greencar-banner-section {
    padding: 60px 0;
  }

  .greencar-banner-section-v1 {
    background-position: top;
  }
}

/* Extra small devices */
@media (max-width: 416px) {
  .header-style-v1 .header-inner .right-box>a {
    display: none;
  }

  .cars-section-three .nav-tabs .nav-link {
    width: 100%;
    /* margin-bottom: 15px; */
    margin-right: 0;
  }

  .greencar-pricing-section .content-column .inner-column .greencar-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .choose-us-block .inner-box .content-box .text {
    padding-right: 0;
  }

  .blog-blockt-two .inner-box .hover-img {
    display: none;
  }

  .blog-blockt-two .inner-box .title br {
    display: none;
  }

  .cars-section-four .nav-tabs .nav-link {
    width: 100%;
  }

  .greencar-service-section .content-column .inner-column .title {
    font-size: 32px;
    line-height: 40px;
  }

  .greencar-service-section .content-column .inner-column .store span {
    font-size: 11px;
  }

  .brand-greencar-banner-section .content-column .inner-column .title {
    font-size: 32px;
    line-height: 40px;
  }

  .brand-greencar-banner-section .content-column .inner-column .btn {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
  }

  .greencar-title h2 {
    font-size: 32px;
  }

  .blog-blockt-two .inner-box .title {
    line-height: 36px;
  }

  .greencar-banner-section-four .banner-slider-v4 .banner-slide .right-box .content-box h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .calculater-section .content-column .inner-column {
    padding: 40px;
  }

  .brand-block-four .inner-box {
    /* width: 100%; */
  }

  .brand-block-four {
    width: 100%;
    /* margin-right: 0; */
  }

  .why-choose-us-section-three .right-box {
    padding: 70px 30px 70px;
  }

  .greencar-brand-section-three .right-box {
    padding: 70px 30px;
  }

  .greencar-banner-section-six .content-column .inner-column .btn-box {
    display: block;
  }

  .greencar-banner-section-six .content-column .inner-column .btn-box .read-more {
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  .greencar-pricing-section-four .content-column .inner-column .greencar-title h2 {
    line-height: 42px;
  }

  .greencar-inspiration-section-two .right-box-two .uper-box .content-box {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .greencar-inspiration-section-two .right-box-two .uper-box .content-box .icon {
    position: static;
  }

  .greencar-banner-section-seven .banner-slider-v7 .banner-slide .right-box .content-box h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .greencar-service-section {
    padding: 90px 0;
  }




  .cars-block-five {
    width: 50%;
  }

  .cars-section-ten .nav-tabs .nav-link {
    margin-right: 0;
    width: 100%;
  }

  .cars-section-ten .right-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-letter-section .form-column .inner-column .subscribe-form .form-group button {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .greencar-banner-section-nine .banner-content .content-box h2 {
    font-size: 40px;
  }

  .greencar-banner-section-nine .banner-content .content-box .btn-box {
    display: block;
  }

  .greencar-banner-section-nine .banner-content .content-box .btn-box .read-more {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .blog-section-three {
    padding-bottom: 80px;
  }

  .choose-us-block-five .inner-box .content-box .text {
    padding-right: 0;
  }

  .greencar-pricing-section-five .content-column .inner-column .greencar-title h2 {
    line-height: 40px;
  }

  .counter-block {
    width: 100%;
  }

  .greencar-pricing-section-six .content-column .inner-column .greencar-title h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .greencar-service-section-two .content-column .inner-column .title {
    font-size: 30px;
    line-height: 40px;
  }

  .greencar-service-section-two .content-column .inner-column .store span {
    line-height: 16px;
    margin-bottom: 10px;
  }

  .greencar-team-section-two {
    padding-bottom: 80px;
  }

  .about-inner-one .faqs-section .widget-accordion .block .acc-btn {
    font-size: 16px;
  }

  .dashboard-widget .content-column .inner-column .form-box form .form-column {
    width: 100%;
  }

  .dashboard-widget .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .uplode-box {
    width: 100%;
  }



  .inventory-section .inspection-column .inner-column .form-box .form-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inventory-section .inspection-column .inner-column .form-box .form-list li {
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inventory-section .inspection-column .inner-column .form-box .form-list li span {
    margin-right: auto;
  }

  .inventory-section .inspection-column .inner-column .form-box .form-list li {
    margin-bottom: 10px;
  }

  .inventory-section .side-bar-column .inner-column .contact-box-two .btn-box .side-btn {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .inventory-section .gallery-sec .image-column .inner-column .image-box .content-box .video-list {
    display: none;
  }

  .inventory-section .inspection-column .inner-column .description-sec .des-list {
    display: block;
  }

  .inventory-section .inspection-column .inner-column .description-sec .des-list li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .inventory-section .inspection-column .inner-column .contact-box-three .icon-box {
    position: static;
  }

  .inventory-section .inspection-column .inner-column .contact-box-three .content-box .inner-box {
    padding-left: 0;
    margin-top: 30px;
  }

  .inventory-section .side-bar-column.v3 .contact-box-two .btn-box {
    display: block;
  }

  .inventory-section.v1 .description-sec.v2,
  .inventory-section.v1 .features-sec.v2,
  .inventory-section.v1 .faqs-section.v2,
  .inventory-section.v1 .location-box.v2,
  .inventory-section.v1 .form-box.v2,
  .inventory-section.v1 .main-review-box,
  .inventory-section.v1 .reply-c-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-box {
    display: block;
  }

  .text-box .text {
    margin-bottom: 15px;
  }

  .dashboard-widget-two .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .image-box {
    width: 100%;
  }

  .dashboard-widget-two .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .image-box img {
    width: 100%;
  }

  .dashboard-widget-two .content-column .inner-column .gallery-sec .right-box-three .gallery-box .inner-box .uplode-box {
    width: 100%;
  }

  .services-inner-section .calculater-sec .content-column .inner-column {
    padding: 30px 15px;
  }

  .cars-section-fifteen .shop-c-box .content-column .inner-column .btn-box {
    display: block;
  }

  .cars-section-fifteen .shop-c-box .content-column .inner-column .btn-box .number {
    height: 50px;
    margin-bottom: 20px;
  }

  .cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list .list-box {
    display: block;
  }

  .cars-section-fifteen .cars-section-fourteen.v1 {
    padding-top: 60px;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .auther-info .content-box .contact-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vehicles-section-three .right-box .auther-info-box .inner-column .auther-info .content-box .contact-info li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.header-style-v1 .btn .header-btn-two:hover {
  border-color: transparent;
}



/* custom */
.layout-search .search-box {
  position: relative;
}

.layout-search .search-box .icon {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);

}

.layout-search .search-box input {
  background: transparent;
  width: 400px;
  height: 47px;
  line-height: 47px;
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-color-light);
  padding: 0px 20px 0px 46px;
  border-radius: 16px 16px 0px 0px;
  /* -webkit-transition: all 300ms ease;
  transition: all 300ms ease; */

}

@media (max-width: 1600px) {

  .greencar-header.five .right-box .phone,
  .hheader-style-v4.style-1 .right-box .phone {
    display: none;
  }
}


.layout-search .search-box input::placeholder {
  color: var(--theme-color-light);

}

.layout-search.active .search-box input {
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
}

.layout-search.active .search-box svg path {
  fill: var(--theme-color-dark);
}

.layout-search {
  margin-top: -12px;
  position: relative;
  z-index: 100;

}

.layout-search.style1 .box-content-search {
  border: 1px solid rgba(225, 225, 225, 1);

}


.layout-search .box-content-search {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: var(--theme-color-light);
  height: 382px;
  border-top: 1px solid rgba(225, 225, 225, 1);
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 0px 16px 16px;
  /* -webkit-transition: all 300ms ease;
  transition: all 300ms ease; */
}

.layout-search .box-content-search.active {
  opacity: 1;
  visibility: visible;
}

.layout-search .box-content-search .car-search-item {
  display: flex;
  gap: 15px;
  padding: 15px 20px 14px;
  position: relative;

}

.layout-search .box-content-search .car-search-item::after {
  position: absolute;
  content: "";
  background: rgba(217, 217, 217, 1);
  height: 1px;
  left: 20px;
  right: 20px;
  bottom: 0;
}

.layout-search .box-car-search {
  height: 333px;
  overflow: auto;
  margin-right: 5px;
}

.layout-search .box-car-search::-webkit-scrollbar {
  width: 3px;
  margin-right: 5px;
}

.layout-search .box-car-search::-webkit-scrollbar-thumb {
  background: rgba(225, 225, 225, 1);

}

.box-content-search .car-search-item .name {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  color: var(--theme-color-dark);
}

.box-content-search .car-search-item .price {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 500;
  color: var(--theme-color-dark) !important;
}

.box-content-search .car-search-item .box-img {
  border-radius: 16px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  flex-shrink: 0;
}

.box-content-search .btn-view-search {
  font-size: 15px;
  line-height: 26px;
  color: rgba(64, 95, 242, 1);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0px;
}

.greencar-header.v10 .layout-search .search-box input,
.header-style-v9 .layout-search .search-box input,
.greencar-header.v6 .layout-search .search-box input,
.header-style-v3 .layout-search .search-box input,
.header-style-v7 .layout-search .search-box input {
  width: auto;

}

.greencar-header.v10 .layout-search.active .search-box input,
.header-style-v9 .layout-search.active .search-box input,
.greencar-header.v6 .layout-search.active .search-box input,
.header-style-v3 .layout-search.active .search-box input,
.header-style-v7 .layout-search.active .search-box input {
  width: 380px;
}

.hheader-style-v4.v10 .header-inner .c-box .nav-out-bar {
  margin-right: 0px;
}

.greencar-header.v10 .layout-search,
.header-style-v9 .layout-search,
.header-style-v3 .layout-search,
.greencar-header.v6 .layout-search,
.header-style-v7 .layout-search {
  margin-top: 0;
  margin-right: 10px;
}

.greencar-header.v10 .layout-search .search-box input,
.header-style-v7 .layout-search .search-box input,
.greencar-header.v6 .layout-search .search-box input,
.header-style-v3 .layout-search .search-box input {
  padding-right: 10px;
}

.st-mt {
  left: 0px !important;
}

.greencar-header.v10 .layout-search .search-box svg path,
.header-style-v7 .layout-search .search-box svg path,
.greencar-header.five .layout-search .search-box svg path {
  fill: var(--theme-color-dark);
}

.greencar-header.v10 .layout-search .search-box input::placeholder,
.header-style-v7 .layout-search .search-box input::placeholder,
.greencar-header.five .layout-search .search-box input::placeholder {
  color: var(--theme-color-dark);

}

.header-style-ten .layout-search {
  margin-top: 0;
  margin-left: -25px;
}

.wrapper-invoice {
  background-color: rgba(233, 242, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;

}

.btn-default {
  padding: 20px 26px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 14px;
  background-color: rgba(64, 95, 242, 1);
  font-weight: 500;
  color: var(--theme-color-light);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-default:hover {
  color: var(--theme-color-light);

}

.invoice-section {
  padding: 120px 0px;
  width: 100%;
}

.invoice-section .top {
  text-align: right;
  margin-bottom: 36px;

}

.box-invoice {
  background: var(--theme-color-light);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;

}

.box-invoice .header {
  padding: 133px 100px 122px;
  border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.box-invoice .wrap-top {
  display: flex;
  margin-bottom: 56px;
}

.box-invoice .box-left {
  width: 60%;

}

.box-invoice .wrap-top .box-right {
  width: 40%;

}

.box-invoice .wrap-top .title {
  font-size: 28px;
  line-height: 36.46px;
  color: var(--theme-color-dark);
  font-weight: 700;
  white-space: nowrap;
}

.box-invoice .wrap-top .price {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: var(--theme-color-dark);
}

.box-invoice .wrap-date {
  display: flex;
  margin-bottom: 60px;
}

.box-invoice .wrap-date label {
  font-size: 15px;
  line-height: 28px;
  display: block;
}

.box-invoice .wrap-date .date {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.box-invoice .wrap-info {
  margin-bottom: 40px;
  display: flex;
}

.box-invoice .wrap-info .title {
  font-size: 20px;
  line-height: 26.04px;
  color: var(--theme-color-dark);
  font-weight: 500;
  margin-bottom: 12px;
}

.box-invoice .wrap-info .sub {
  color: var(--theme-color-dark);
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;

}

.box-invoice .wrap-info .desc {
  color: var(--theme-color-dark);
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

.invoice-table {
  width: 100%;
}

.invoice-table thead {
  background-color: rgba(233, 242, 255, 1);
}

.invoice-table .title th {
  padding: 20px 65px 20px 40px;
  color: rgba(64, 95, 242, 1);
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.invoice-table .title th:first-child {
  border-radius: 8px 0 0 8px;
  width: 40%;
}

.invoice-table .title th:last-child {
  border-radius: 0px 8px 8px 0px;

}

.invoice-table .content td {
  padding: 20px 65px 20px 40px;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid rgba(225, 225, 225, 1);

}

.invoice-table .content .total {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;

}

.invoice-table .content:last-child td {
  border-bottom: none;

}

.box-invoice .footer {
  padding: 43px 30px;
}

.box-invoice .footer .box-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.box-invoice .footer .box-contact li {
  font-size: 15px;
  line-height: 28px;
}

.box-invoice .footer .box-contact li:first-child {
  color: rgba(64, 95, 242, 1);
}

.element-section {
  padding: 60px 0px 100px;
}

.element-section .breadcrumb {
  margin-bottom: 25px;
}

.breadcrumb .item {
  font-size: 15px;
  line-height: 26px;
  color: var(--theme-color-dark);
}

.breadcrumb .item.active {
  color: rgba(64, 95, 242, 1);
}

.element-section h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 60px;
}

.title-element {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}

/* accordion */
.box-accordion {
  margin-bottom: 60px;
}



.box-accordion .accordion-button {
  justify-content: space-between;
  padding: 40px 30px 13px 40px;
  border-radius: 16px 16px 0px 0px !important;
  background-color: rgba(249, 251, 252, 1);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(5, 11, 32, 1);
}

.box-accordion .accordion-button.collapsed {
  background-color: transparent;
}

.box-accordion .accordion-item {
  border: 0;
}



.box-accordion .accordion-collapse .accordion-body {
  padding: 0px 50px 40px 40px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(5, 11, 32, 1);
  background-color: rgba(249, 251, 252, 1);
  border-radius: 0px 0px 16px 16px !important;
}

.box-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.box-accordion .accordion-button::after {
  content: none;
}

.box-accordion .accordion-button.collapsed .icon .minus {
  display: none;
}

.box-accordion .accordion-button .icon .minus {
  display: block;
}

.box-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.box-accordion .accordion-button:not(.collapsed) .icon .plus {
  display: none;
}

/* tab */
.box-tabs-element .tab-content p {
  font-size: 15px;
  line-height: 28px;
}

.box-tabs-element .nav-tab-el1 {
  margin-bottom: 30px;
}

.box-tabs-element .nav-tab-el2 {
  margin-bottom: 19px;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.box-tabs-element .nav-tab-el2 .nav-link {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: rgba(5, 11, 32, 1);
  border-radius: 0;

}

.box-tabs-element .nav-tab-el2 .nav-link.active {
  border-color: rgba(64, 95, 242, 1);
}

.box-tabs-element .nav-tab-el1 .nav-link {
  padding: 6px 17px 6px 17px;
  border-radius: 32px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(5, 11, 32, 1);
  border: 1px solid transparent;
}

.box-tabs-element .nav-tab-el1 .nav-link.active {
  background-color: #fff;
  border-color: rgba(225, 225, 225, 1);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  color: rgba(64, 95, 242, 1);

}

.box-tabs-element-2 {
  margin-top: 70px;
}

/* table */
.box-table-el table {
  width: 100%;
}

.box-table-el table th,
.box-table-el table td {
  padding: 23px 26px 13px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(5, 11, 32, 1);
}

.box-table-el table thead {
  background-color: rgba(233, 242, 255, 1);
}

.box-table-el table thead th {
  color: rgba(64, 95, 242, 1);
}

.box-table-el table thead th:first-child {
  border-radius: 8px 0px 0px 8px;
}

.box-table-el table thead th:last-child {
  border-radius: 0px 8px 8px 0px;
}

/* alert */
.messages-box-el .alert {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  padding: 24px 13px 21px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  border-color: transparent;
}

.messages-box-el .alert-info {
  background-color: rgba(205, 233, 246, 0.5);
}

.messages-box-el .alert-warning {
  background-color: rgba(247, 243, 215, 0.5);

}

.messages-box-el .alert-error {
  background-color: rgba(236, 200, 197, 0.5);

}

.messages-box-el .alert-success {
  background-color: rgba(222, 242, 215, 0.5);
}

.messages-box-el .alert-info p {
  color: rgba(71, 128, 170, 1);

}

.messages-box-el .alert-warning p {
  color: rgba(146, 114, 56, 1);

}

.messages-box-el .alert-error p {
  color: rgba(171, 51, 49, 1);
}

.messages-box-el .alert-success p {
  color: rgba(91, 112, 82, 1);

}

.messages-box-el .alert p {
  margin-bottom: 0px;
}

.messages-box-el .alert:not(:last-child) {
  margin-bottom: 20px;
}

/* button */
.tf-btn {
  padding: 13px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid transparent;
}

.tf-btn.primary {
  border-color: rgba(64, 95, 242, 1);
  background-color: rgba(64, 95, 242, 1);
  color: #fff;

}

.tf-btn.primary:hover {
  background-color: rgba(78, 108, 251, 1);
  border-color: rgba(78, 108, 251, 1);
}

.tf-btn.primary-hover {
  border-color: rgba(78, 108, 251, 1);
  background-color: rgba(78, 108, 251, 1);
  color: #fff;
}

.tf-btn.secondary {
  border-color: rgba(64, 95, 242, 1);
  background-color: rgba(78, 108, 251, 0.07);
  color: rgba(64, 95, 242, 1);
}

.tf-btn.secondary:hover {
  background-color: rgba(64, 95, 242, 1);
  border-color: rgba(64, 95, 242, 1);
  color: #fff;
}

.tf-btn.secondary-hover {
  background-color: rgba(64, 95, 242, 1);
  border-color: rgba(64, 95, 242, 1);
  color: #fff;
}

.tf-btn.third {
  border-color: rgba(64, 95, 242, 1);
  background-color: #fff;
  color: rgba(64, 95, 242, 1);
}

.tf-btn.third:hover,
.tf-btn.third-hover {
  background-color: rgba(64, 95, 242, 1);
  border-color: rgba(64, 95, 242, 1);
  color: #fff;
}

.tf-btn.fourth {
  border-color: rgba(5, 11, 32, 1);
  background-color: #fff;
  color: rgba(5, 11, 32, 1);
}

.tf-btn.fourth:hover,
.tf-btn.fourth-hover {
  background-color: rgba(5, 11, 32, 1);
  border-color: rgba(5, 11, 32, 1);
  color: #fff;
}

.box-button-el {
  display: flex;
  row-gap: 26px;
  column-gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.box-button-el .tf-btn.secondary {
  margin-left: 55px;
}

.box-button-el .tf-btn.fourth {
  margin-left: 90px;

}

/* form */

.input-box label {
  color: rgba(129, 129, 129, 1);
  font-size: 13px;
  line-height: 16.93px;
  display: block;
  font-weight: 400;
}

.input-box {
  padding: 10px 15px;
  height: 60px;
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 12px;
  margin-bottom: 30px;

}

.input-box:hover,
.input-box:focus,
.input-box.active {
  border: 2px solid rgba(5, 11, 32, 1);


}

.input-box input,
.input-box input::placeholder {
  font-size: 15px;
  line-height: 19.53px;
  color: rgba(5, 11, 32, 1);

}

.select-box-el {
  margin-bottom: 60px;
}

.select-box-el.style1 {
  margin-bottom: 30px;
}

.select-box-el .select-header {
  padding: 10px 15px;
  height: 60px;
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}

.select-box-el .select-header .label {
  color: rgba(129, 129, 129, 1);
  font-size: 13px;
  line-height: 16.93px;
  font-weight: 400;
}

.select-box-el .select-header .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.select-box-el .select-header .fied-select {
  font-size: 15px;
  line-height: 19.53px;
  color: rgba(5, 11, 32, 1);
}

.select-box-el .select-header:hover,
.select-box-el .select-header:not(.collapsed) {
  border: 2px solid rgba(5, 11, 32, 1);
}

.select-box-el .select-body {
  padding: 24px;
  border: 2px solid rgba(31, 75, 63, 1);
  border-radius: 12px;
  margin-top: 20px;
}

.select-box-el .select-body .search-box {
  position: relative;
  height: 50px;
  margin-bottom: 4px;
}

.select-box-el .select-body .search-box input {
  padding: 0px;
  padding-left: 20px;
  padding-right: 30px;
  border: 1px solid rgba(225, 225, 225, 1);
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  color: rgba(5, 11, 32, 1);
  border-radius: 16px;

}

.select-box-el .select-body .search-box input::placeholder {
  color: rgba(5, 11, 32, 1);

}

.select-box-el .select-body .search-box .icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);

}

.select-box-el .box-search-select li {
  padding: 0px 15px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 45px;
  color: rgba(34, 34, 34, 1);
  cursor: pointer;

}

.select-box-el .box-search-select li.active {
  background-color: rgba(233, 242, 255, 1);
  color: rgba(64, 95, 242, 1);
}

.tf-check {
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 4px;
  background: none;
  cursor: pointer;
  outline: 0;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tf-check.circle {
  border-radius: 50%;
}

.tf-check.circle::after {
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0;
}

.tf-check::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 6px;
  height: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.tf-check:checked {
  background-color: rgba(5, 11, 32, 1);
  border-color: rgba(5, 11, 32, 1);
}

.tf-check:checked::after {
  border-color: #fff;
}

.box-check-el li {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.box-check-el.style2 li {
  gap: 11px;
}

.box-check-el li label {
  font-size: 15px;
  line-height: 40px;
}

.wrap-check-btn-el {
  display: flex;
  justify-content: space-between;
}

.wrap-check-btn-el p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(34, 34, 34, 1);
}

.tf-switch-check {
  position: relative;
  width: 55px;
  height: 30px;
  -webkit-appearance: none;
  background: rgba(225, 225, 225, 1);
  border-radius: 30px;
  transition: 0.2s;
  margin-right: 0;
}

.tf-switch-check::before {
  content: "";
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fff;
  transition: 0.5s;
}

.tf-switch-check:checked {
  background-color: rgba(5, 11, 32, 1);
  transition: 0.5s;
}

.tf-switch-check:checked::before {
  left: 28px;

}

.box-switch .box-check-el li {
  gap: 16px;
  margin-bottom: 10px;
}

.wrap-check-btn-el {
  margin-bottom: 65px;
  padding-right: 60px;
}

.box-textarea {
  height: 243px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(225, 225, 225, 1);
  margin-bottom: 65px;
}

.box-textarea label {
  font-size: 13px;
  line-height: 16.93px;
  font-weight: 400;
  color: rgba(129, 129, 129, 1);
  display: block;
  margin-bottom: 3px;
}

.box-textarea textarea {
  width: 100%;
  height: 80%;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(5, 11, 32, 1);
}

.box-tooltip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.box-tooltip .btn-tooltip {
  background-color: rgba(233, 242, 255, 1);
  border-radius: 8px;
  width: 100px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 28px;
  color: rgba(64, 95, 242, 1);

}

.tooltip-inner {
  font-size: 14px;
  line-height: 30px;
  padding: 0px 12px;
}

.wrap-booltip-el {
  margin-bottom: 50px;
}

.wrap-range-el .noUi-target {
  height: 4px;
}

.wrap-range-el .noUi-background {
  background-color: rgba(225, 225, 225, 1);
}

.wrap-range-el .noUi-connect {
  background: rgba(64, 95, 242, 1);
}

.wrap-range-el .noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  border-color: rgba(64, 95, 242, 1);
}

.wrap-range-el .noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: 0;
}

.wrap-range-el .box-val-range-el {
  text-align: center;
  margin-top: 14px;
}

.wrap-range-el .box-val-range-el span {
  font-size: 14px;
  line-height: 28px;
  color: rgba(34, 34, 34, 1);

}

.box-process-el .progress {
  overflow: unset;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(233, 242, 255, 1);
}

.box-process-el .progress:not(:last-child) {
  margin-bottom: 46px;
}

.box-process-el .progress-bar {
  position: relative;
  overflow: unset;
  background-color: rgba(64, 95, 242, 1);
  border-radius: 10px;
}

.box-process-el .progress-bar span {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 15px;
  line-height: 20.13px;
  color: rgba(5, 11, 32, 1);
}

.wrap-process {
  margin-top: 100px;
}

.wrap-process .title-element {
  margin-bottom: 56px;
}

.box-quote {
  padding: 40px 240px 30px 55px;
  background-color: rgba(233, 242, 255, 1);
  border-radius: 16px;
  border-left: 16px solid rgba(64, 95, 242, 1);
}

.box-quote .quote {
  font-size: 15px;
  line-height: 28px;
  font-style: italic;
  color: rgba(5, 11, 32, 1);
  margin-bottom: 15px;
}

.box-quote .author {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(5, 11, 32, 1);
  font-style: normal;

}

.box-listview {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-listview .listview-item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  line-height: 46px;
  color: rgba(5, 11, 32, 1);
  font-weight: 400;
}

.box-listview .listview-item .icon-check {
  width: 18px;
  height: 18px;
  background-color: rgba(233, 242, 255, 1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wrap-typo {
  margin-bottom: 60px;
  margin-top: 60px;
}

.wrap-typo .title-element {
  margin-bottom: 25px;
}

.wrap-typo .box-p {
  margin-bottom: 60px;
}

.wrap-typo .box-p p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.wrap-typo .box-p p:first-child {
  margin-bottom: 40px;
}

.wrap-typo .title-typo,
.wrap-listview .title-listview {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500px;
  margin-bottom: 30px;
  color: rgba(5, 11, 32, 1);

}

.element-section .form-box {
  padding-right: 108px;
}

.wrap-range-el {
  padding-right: 130px;
}

.wrap-listview {
  padding-right: 140px;
}

.wrap-range-el .widget-price {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .box-button-el .tf-btn.fourth,
  .box-button-el .tf-btn.secondary {
    margin-left: 0px;
  }


}


@media (max-width: 991px) {
  .box-invoice .wrap-top,
  .box-invoice .wrap-date,
  .box-invoice .wrap-info {
    gap: 20px;
  }

  .box-invoice .box-left,
  .box-invoice .box-right {
    width: 50%;
  }

  .wrap-table {
    overflow: auto;
  }

  .wrap-range-el,
  .element-section .form-box,
  .wrap-listview {
    padding-right: 0;
  }

  .box-quote {
    padding-right: 90px;
  }

  .box-table-el,
  .messages-box-el,
  .wrap-range-el .widget-price {
    margin-bottom: 60px;
  }

  .box-tabs-element-2 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .box-accordion .accordion-collapse .accordion-body,
  .box-accordion .accordion-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-tabs-element .nav-tab-el1 {
    gap: 15px;
  }

}

@media (max-width: 600px) {

  .box-invoice .wrap-top,
  .box-invoice .wrap-date,
  .box-invoice .wrap-info {
    flex-wrap: wrap;
  }

  .box-invoice .box-left,
  .box-invoice .box-right {
    width: 100%;
  }

  .box-quote {
    padding-left: 40px;
    padding-right: 30px;
  }

  .wrap-check-btn-el {
    padding-right: 0;
  }
}




.header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown .nav-sub {
  position: relative;

}

.header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown .nav-sub .dropdown.subnav-menu {
  margin: 0;
  margin-left: 28px;
  top: 0;
  left: 100%;
}

.header-style-v9 .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown .nav-sub .dropdown.subnav-menu {
  margin-left: 15px;

}

.header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown .nav-sub:hover .subnav-menu {
  visibility: visible;
  opacity: 1;

}

.header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown .subnav-menu::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 100%;
  display: block;
  left: -20px;
  top: -10px;


}

.header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .dropdown .subnav-menu::before {
  content: none;
}

.form_boxes.line-r {
  position: relative;
}

.form_boxes.line-r:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 36px;
  background: #e1e1e1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.greencar-banner-section-nine .form_boxes.line-r:before {
  opacity: 0.2;
}

@media (max-width: 1199px) {
  .header-style-ten .header-inner {
    padding: 0px;
  }

  .header-style-ten .header-inner .c-box .btn-box .menu-btn .button {
    display: none;
  }
}

@media (max-width: 991px) {
  .form_boxes.line-r:before {
    content: none;
  }


}

.greencar-title.style-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;

}



.greencar-title.style-1 h2 {
  margin-bottom: 0;
}

.greencar-title.style-1 .text {
  margin-top: 0;
}

.cus-slider {
  padding-bottom: 30px;
}

.cus-layout-1 {
  margin-left: 60px;
  margin-right: 60px;
}

.cus-footer {
  margin: 0px 110px 99px;
  border-radius: 18px;
  overflow: hidden;
}

.cus-radius-16 {
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .cus-footer {
    margin: 0px 15px 15px;
  }
}



@media (max-width: 991px) {
  .cus-layout-1 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.car-block-three.style-2 .inner-box {
  border-radius: 15px;
  border: 1px solid rgba(225, 225, 225, 1);
}

.car-block-three.style-2 .inner-box .image-box {
  padding: 10px 10px 0px;
}

.car-block-three.style-2 .inner-box .image-box .image {
  border-radius: 15px;
}

.car-block-three.style-2 .inner-box .image-box img {
  border-radius: 0;
}

.car-block-three.style-2 .inner-box .content-box {
  border: 0;

}

.greencar-header.v6 .mobile-navigation a {
  color: var(--theme-color-dark);
}

.greencar-header.v10 .header-inner .right-box .box-account {
  color: var(--theme-color-dark);
}

.cus-layout-home10 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}

.hheader-style-v4.v10 .header-inner .inner-container {
  max-width: 1430px;
}

.cus-container10 {
  position: static;
  max-width: 1192px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.cus-container2 {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}


.layout-radius {
  border-radius: 0px;
  margin-top: -80px;
  margin-bottom: -80px;
  background-color: transparent;
}

.inventory-pager.style-1 {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .layout-radius {
    border-radius: 40px;
  }

  .cars-section-four.v1 {
    padding-bottom: 90px;
  }
}

.sidebar-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}


.wrap-fixed-sidebar.active .sidebar-backdrop {
  opacity: 1;
  visibility: visible;
}

.widget-price {
  margin: 33px 0px 40px;

}

li.nav-sub.mm-listitem {
  position: relative;
}

li.nav-sub.mm-listitem .mm-listitem__btn {
  position: absolute;
  right: 0;
  width: 100%;
}

.chat-widget .card-footer {
  padding: 30px 30px 40px;
}

.chat-widget .card-footer .form-group button .text-mb {
  display: none;
}

.chat-widget .card-footer .type_msg {
  padding-left: 0;
  padding-right: 200px;
}

.banner-footer-section {
  background-color: rgba(64, 95, 242, 1);
  padding: 50px 0px;
}

.banner-footer-section .wrapper-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-footer-section .wrapper-banner .box-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-footer-section .wrapper-banner .title,
.banner-footer-section .wrapper-banner .box-right span {
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  color: var(--theme-color-light);
}


@media (max-width: 991px) {
  .chat-widget .card-footer {
    padding: 20px 15px;
  }

  .chat-widget .card-footer .form-group button {
    padding: 10px 20px;
  }

  .chat-widget .card-footer .form-group button .text-mb {
    display: block;
  }

  .chat-widget .card-footer .form-group button .text-dk {
    display: none;
  }

  .chat-widget .card-footer .type_msg {
    padding-right: 110px;
  }
}

.chat-widget .card-footer .form-group button {
  right: 0;
}


.wrap-body-compare {
  overflow: auto;
}

/* .wrap-body-compare tr {
  flex-wrap: nowrap !important;
}

.wrap-body-compare tr th,
.wrap-body-compare td {
  padding-right: 40px !important;
} */


/* price slider */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top .3s;
  transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid rgba(5, 11, 32, 1);
  cursor: pointer;
}

.caption {
  margin-bottom: 10px;
}

.greencar-header.cus-style-1 {
  position: unset !important;
  padding-bottom: 80px;
}

.box-bookmark {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(225, 225, 225, 1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);

}

@media (max-width: 1199px) {
  .greencar-header.cus-style-1 {
    padding: 20px 0px 100px !important;
  }

  .about-inner-one .galler-section .exp-block .inner-box .exp-box {
    padding: 20px;
  }

  .about-inner-one .galler-section .exp-block .inner-box .exp-box .title {
    font-size: 30px;
    line-height: 1;
  }

  .about-inner-one .galler-section .exp-block .inner-box .exp-box .text {
    font-size: 18px;
    line-height: 22px;
  }
}



.gallery-sec {
  margin-bottom: 34px;
}

.gallery-sec .item2,
.gallery-sec .item3 {
  margin-bottom: 4px;
}

.gallery-sec .item2 .image,
.gallery-sec .item4 .image {
  border-radius: 0;
}

.gallery-sec .item3 .image {
  border-radius: 0;
  border-top-right-radius: 15px;

}

.gallery-sec .item5 .image {
  border-radius: 0;
  border-bottom-right-radius: 15px;

}



.side-bar-column.style-1 .inner-column {
  margin-left: 50px;
}

.dashboard-widget .content-column .inner-column .cheak-box-sec.style1,
.dashboard-widget .content-column .inner-column .gallery-sec.style1,
.dashboard-widget .content-column .inner-column .map-sec.style1 {
  padding: 15px;
  border: 0;
  border-radius: 0;
}

.header-style-ten .header-inner .c-box .nav-out-bar .nav .navigation .current-dropdown .subnav-menu {
  min-width: 200px;
}





@media (max-width: 1400px) {
  .side-bar-column.style-1 .inner-column {
    margin-left: 0px;
  }
}

@media (min-width: 991px) {
  .gallery-sec .image-column-two {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .inventory-section .gallery-sec .image-column .inner-column {
    margin-bottom: 12px;
  }

  .inventory-section .gallery-sec .image-column .inner-column .image-box .image {
    border-radius: 16px 16px 0px 0px;
  }

  /* .header-style-ten .header-inner .c-box .btn-box {
    display: none;
  } */

  .gallery-sec .item2,
  .gallery-sec .item4 {
    padding-right: 6px;
  }

  .gallery-sec .item3,
  .gallery-sec .item5 {
    padding-left: 6px;
  }
}

.wrap-gallery-box {
  position: relative;
}

.wrap-gallery-box .content-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

@media (max-width: 768px) {
  .wrap-gallery-box .content-box {
    display: none;
  }

}

.wrap-gallery-box .content-box .video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;

}

.wrap-gallery-box .content-box .video-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-light);
  padding: 7px 20px 5px;
  border-radius: 12px;
}

.wrap-gallery-box .content-box .video-list li:last-child {
  margin-left: auto;
}

.gallery-sec-two.style-1 .content-box {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  width: 730px;
}

@media (max-width: 1800px) {
  .gallery-sec-two.style-1 .content-box {

    width: auto;
  }
}



.wrap-listing {
  border: 1px solid rgba(225, 225, 225, 1);
  padding: 30px 30px 40px;
  border-radius: 16px;
  overflow: auto;
}

.wrap-listing .title-listing {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.box-ip-search {
  position: relative;
}

.box-ip-search .icon {
  position: absolute;
  top: -1;
  left: 0;
}

.box-ip-search input {
  padding: 0;
  padding-left: 22px;
  color: var(--theme-color-dark);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}

.wrap-listing .cart-table {
  padding: 0;
}

.wrap-listing .cart-table tr th {
  padding: 20px 36px;
}

.wrap-listing .cart-table tr th:last-child {
  text-align: right;
}

.wrap-listing .cart-table tr td:last-child {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;

}

.wrap-listing .cart-table tr td:last-child a:last-child {
  margin-left: 12px;
}

.wrap-listing .cart-table table tr td {
  padding: 20px 36px;
}


/* thumb slider */

.slider-thumb {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}

.slider-thumb .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 11, 32, 0) 0%, #050B20 100%);
  opacity: 0;
  z-index: 123;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

.slider-thumb .slick-list {
  padding: 0;
  margin: 0;


}

.slider-thumb .slick-dots {
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.slider-thumb .slick-dots li {
  background: #fff;
  width: 15px;
  height: 4px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-thumb .slick-dots .slick-active {
  width: 30px;
}

.slider-thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-car.style-2 .slider-thumb .image,
.box-car .slider-thumb .image {
  border-radius: 0 !important;

}

.box-car.style-2 .slider-thumb {
  border-radius: 15px;
  overflow: hidden;
}

.section-tab-car .nav-car-tab {
  margin-bottom: 60px;
  border: 0;
  display: flex;
  gap: 60px;
  overflow: auto;
}

@media (max-width:991px) {


  .section-tab-car .nav-car-tab {
    gap: 30px;
    margin-right: -15px;
    padding-right: 15px;
  }
}

.section-tab-car .nav-car-tab::-webkit-scrollbar {
  width: 2px;
}

.section-tab-car .nav-car-tab::-webkit-scrollbar-thumb {
  background: transparent;
}

.section-tab-car .nav-car-tab .nav-link {
  padding: 16px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 0px;
}

.section-tab-car .nav-car-tab .nav-link svg path {
  fill: var(--theme-color-light);
}

.section-tab-car .nav-car-tab .nav-link.active svg path {
  fill: var(--theme-color-dark);
}

.section-tab-car .nav-car-tab .nav-link.active {
  background-color: var(--theme-color-light);
  border: 0;

}

.section-tab-car .nav-car-tab .nav-link.active::before {
  content: none;
}

.section-tab-car .nav-car-tab .nav-link span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: var(--theme-color-light);
}

.section-tab-car .nav-car-tab .nav-link.active span {
  color: var(--theme-color-dark);
}

.calculator-section-home9 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/banner/banner-calc-9.jpg);
  padding: 213px 0px;
}

.calculator-section-home9 .box-loan-calc {
  margin-right: 40px;

}

@media (max-width: 1299px) {
  .calculator-section-home9 .box-loan-calc {
    margin-right: 0px;
  }
}

.box-loan-calc {
  padding: 50px;
  background-color: var(--theme-color-light);
  border-radius: 16px;
  overflow: hidden;
}

.box-loan-calc .drop-menu.active:hover {
  border-radius: 12px;

}

.box-loan-calc .greencar-title p {
  font-size: 15px;
  line-height: 26px;

}

.box-loan-calc .drop-menu,
.box-loan-calc .drop-menu .select {
  height: 55px;
}

.box-loan-calc .drop-menu .select {
  font-size: 14px;
  line-height: 55px;
  padding: 0 15px;
  font-weight: 500;
}

.box-loan-calc .drop-menu {
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 12px;
}

.box-loan-calc input {
  font-size: 14px;
  line-height: 53px;
  padding: 0 15px;
  border-radius: 12px;
  font-weight: 500;

}

.box-loan-calc label {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(5, 11, 32, 1)
}

.box-loan-calc .box-ip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.box-loan-calc .theme-btn {
  width: 100%;
}

.box-loan-calc .title {
  margin-bottom: 40px;
}

.blog-blockt-three.home9 .inner-box:hover img {
  transform: unset;

}

.category-section {
  background-color: var(--theme-color-dark);
  padding: 60px 0px;
}

.category-section .title {
  margin-bottom: 50px;
  color: var(--theme-color-light);
  text-align: center;
}

.category-section .cate-nav-tab {
  padding-bottom: 76px;
  overflow: auto;
  flex-wrap: nowrap;
}

.category-section .cate-nav-tab {}


.category-section .cate-nav-tab::-webkit-scrollbar {
  width: 2px;
}

.category-section .cate-nav-tab::-webkit-scrollbar-thumb {
  background: transparent;
}



.cate-nav-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  gap: 33px;
}

.cate-nav-tab .nav-link {
  padding: 0px 20px;
  border: 1px solid transparent;
  border-radius: 300px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: var(--theme-color-light);
  background-color: transparent;
}

.cate-nav-tab .nav-link.active {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--theme-color-light);


}

.cate-nav-tab .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.wrap-slider-car {
  padding-bottom: 0;
}

.wrap-slider-car .slick-list {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 0;

}

.wrap-slider-car .slick-arrow {
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.wrap-slider-car .slick-arrow::before {
  color: var(--theme-color-light);

}

.wrap-slider-car .slick-prev {
  left: 0;

}

.wrap-slider-car .slick-next {
  right: 0;
  left: unset;

}

.wrap-slider-car .box-cate-car {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.box-cate-car .name {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color-light);
  font-weight: 500;
}

.filter-search-section {
  margin-top: -70px;
}

.search-nav-tab {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 16px 16px 0px 0px;
  position: relative;
  z-index: 100;
  border: 0;
  padding: 20px 40px 13px;
  gap: 30px;
}

.search-nav-tab .nav-link {
  font-size: 16px;
  line-height: 28px;
  color: var(--theme-color-light);
  font-weight: 500;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0;
  padding-bottom: 8px;
}

.search-nav-tab .nav-link.active {
  background: transparent;
  color: var(--theme-color-light);


}

.search-nav-tab .nav-link:hover {
  border-color: var(--theme-color-light);
}


.form-filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 0px 0px 16px 16px;
  padding: 20px;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);


}

.form-filter-search .form_boxes {
  width: 100%;
  padding: 0px 30px;

}

.form-filter-search .form_boxes label {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 500;
}

.form-filter-search .form_boxes .select {
  padding: 0;
  line-height: unset;
}

.form-filter-search .form_boxes span {
  font-size: 15px;
  line-height: 26px;
}

.form-filter-search .form_boxes .drop-menu {
  height: auto;
}

.form-filter-search .form-submit {
  width: 209px;
}

.form-filter-search .form-submit .theme-btn {
  font-size: 15px;
  line-height: 26px;
  gap: 10px;
  border-radius: 16px;
}

.form-filter-search .form-submit .theme-btn i {
  font-size: 16px;
  line-height: 16px;
}

.wrap-sidebar-dk .sidebar-handle {
  display: none;
  margin-bottom: 20px;
  color: var(--theme-color1);
  font-weight: 500;
}

.wrap-sidebar-dk .sidebar-handle svg path {
  fill: var(--theme-color1);
}


@media (max-width: 1499px) {
  .category-section {
    padding-bottom: 120px;
  }

  .wrap-slider-car .slick-arrow {
    top: unset;
    transform: unset;
    bottom: -80px;
    left: 0;
  }

  .wrap-slider-car .slick-arrow.slick-next {
    right: unset;
    left: 95px;
  }
}

@media (max-width: 1199px) {
  .form-filter-search {
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 20px;
  }

  .form-filter-search .form_boxes {
    width: 45%;
    flex-grow: 1;
    padding: 10px 20px;
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 12px;
  }

  .wrap-sidebar-dk .sidebar-handle {
    display: block;
  }

  .wrap-sidebar-dk .inventory-sidebar {
    display: none;
    margin-bottom: 30px;

  }

}






@media (max-width: 1140px) {
  .cate-nav-tab {
    justify-content: flex-start;
  }
}

@media (max-width: 550px) {
  .box-loan-calc .box-ip {
    grid-template-columns: 1fr;
  }

  .box-loan-calc {
    padding: 30px;
  }
}






@media (max-width: 767px) {
  .slider-thumb a img {
    width: 100%;
  }

  .calculator-section-home9 {
    padding: 100px 0px;
  }

  .form-filter-search .form_boxes {
    width: 100%;
  }

  .form-filter-search .form-submit,
  .form-filter-search .form-submit .theme-btn {
    width: 100%;
  }
}




.inner-box:hover .slider-thumb .slick-dots {
  opacity: 1;
  display: block;
}

.inner-box:hover .slick-list::before {
  opacity: 0.3;
  /* transition: all 5s ease; */

}


/* Styling; */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: rgba(5, 11, 32, 1);
  -webkit-transition: background 450ms;
  transition: background 450ms;
  cursor: pointer;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  width: 100%;
  height: 3px;
  border-radius: 2px;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -30px;
}

/* Handles and cursors;
*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}



/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption {
  font-weight: 500;
  font-size: 16px;
}

#slider-range-value01::after,
#slider-range-value1::after {
  margin: 0 2px;
}


.logo, .logo-inner {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
}



        .experience-banner .green-box {
            background-color: #4CAF50; /* or your preferred green color */
            padding: 10px;
            border-radius: 8px;
            text-align: center;
            margin: 10px 0;
        }

        .experience-banner .title {
            color: white;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .experience-banner .text {
            color: white;
            font-size: 18px;
        }

        
  
        .sitemap-content {
            padding: 20px 0;
        }
        .sitemap-section {
            margin-bottom: 30px;
        }
        .sitemap-section h3 {
            color: #348e1f;
            margin-bottom: 15px;
            font-size: 1.5em;
        }
        .sitemap-section ul {
            list-style: none;
            padding-left: 20px;
        }
        .sitemap-section ul li {
            margin-bottom: 10px;
        }
        .sitemap-section ul li a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .sitemap-section ul li a:hover {
            color: #348e1f;
        }
