/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
--------------------------------------------- */



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
*{
  --primary-color: #009D49;
}
a:hover{
  text-decoration: none;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.pG_Hed {
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1000;
  background-color: transparent;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 60px;
}
.header_wrap_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hDr_Logo {
  left: 0px;
  width: 185px;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: 0px;
  position: relative;
}

.hDr_Logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.hDr_Logo01 {
  visibility: visible;
  opacity: 1;
}

.hDr_Logo02 {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.headrThree .hDr_Logo02 ,
.headrTwo .hDr_Logo02 {
  visibility: visible;
  opacity: 1;
}

.headrThree .hDr_Logo01,
.headrTwo .hDr_Logo01 {
  opacity: 0;
  visibility: hidden;
}

.nav-icon-wrapper,
.header-details-social-links-wrapper{
    flex: 0 0 auto;
    width: 30%;
    display: flex;
}
.nav-icon-wrapper{
  justify-content: flex-end;
  margin-right: 3%;
}
.header-details-social-links-wrapper{
  justify-content: start;
  margin-left: 3%;
}




.hDr_z1 {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item:last-child {
  margin-right: 0px;
}

#navbarMenu .nav-item .nav-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 184.9%;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}

.headrTwo #navbarMenu .nav-item .nav-link,
.headrThree #navbarMenu .nav-item .nav-link {
  color: #000000;
}
.scrollinG .headrThree #navbarMenu .nav-item .nav-link{
  color: #ffffff;
}

.dropdown-toggle {
  padding-right: 20px !important;
}

.dropdown-toggle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-bottom: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

#navbarMenu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 4px;
  bottom: 0px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.headrTwo #navbarMenu .nav-item .nav-link::before {
  background-color: #000000;
}

#navbarMenu .nav-item .nav-link:hover::before,
#navbarMenu .nav-item.current-menu-item .nav-link::before,
#navbarMenu .nav-item.active .nav-link::before,
#navbarMenu .nav-item .nav-link.active::before {
  width: calc(100% - var(--bs-navbar-nav-link-padding-x) - var(--bs-navbar-nav-link-padding-x));
}

#navbarMenu.navbar-nav .dropdown-menu {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.pG_Hed .navbar {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.scrollinG .pG_Hed {
  background: #009D49;
}

.scrollinG .hDr_z1 {}



.scrollinG .headrThree .hDr_Logo01 ,
.scrollinG .headrTwo .hDr_Logo01 {
  visibility: visible;
  opacity: 1;
}


.color-icons i{
  color: #009D49;
}
.scrollinG .color-icons i{
  color: #ffffff;
}
.white-icons i{
  color: #ffffff;
}


.scrollinG .headrThree .hDr_Logo02,
.scrollinG .headrTwo .hDr_Logo02 {
  visibility: hidden;
  opacity: 0;
}



.scrollinG .headrTwo #navbarMenu .nav-item .nav-link::before {
  background-color: #ffffff;
}
.scrollinG .headrTwo #navbarMenu .nav-item .nav-link {
  color: #ffffff;
}

.dropdown-toggle.show {
  z-index: 1010;
}

.dropdown-menu.show {
  z-index: 1010;
}

.nav-link.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}



.aftrHover {
  position: fixed;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity, width, height;
  transition-duration: 1s 0.3s 0.3s;
  transition-delay: 0.5s, 1s, 1s;
  -webkit-transition-property: opacity, width, height;
  -webkit-transition-duration: 1s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.5s, 1s, 1s;
}

.mnu .aftrHover {
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#pG_Body {
  padding-top: 0px;
}


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: none;
  width: 30px;
  margin-right: 1rem;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}

.header-details-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-details-social-links ul li {
  display: inline-block;
  margin: 0 1rem;
}

.header-details-social-links ul li a {
  font-size: 2.5rem;
  text-decoration: none;
}
.icon-bar-style i{
  font-size: 2.5rem;
}
.navbar-icon {
  display: none;
}

#navbarMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10000;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.scrollinG #navbarMenu {
  background-color: rgba(0, 157, 73, 0.5);
}

#navbarMenu.active {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


.navBarIcon.active {
  display: none;
}

#navbarMenu.active .navBarIcon {
  display: none;
}

#navbarMenu.active .navBarIcon.active {
  display: inline-block;
}



.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -350px;
  top: 60px;
  height: calc(100% - 60px);
  width: 350px;
  /*background-color: rgba(128, 128, 128, 0.5);
  */
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  display: flex;
}

.lMnu::before {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: -1;
}

.mobShow .lMnu {
  right: 0px;
  width: 100%;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -ms-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.lMnu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.lMnu ul .sMT_MNu li {
  width: 100%;
}

.lMnu .lMnuIns {
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0px;
  width: 21.875rem;
  height: 100%;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}

.lMnu ul li {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0px !important;
  padding-left: 0px;
  padding-right: 10px;
  margin-right: 0px !important;
}

.lMnu ul li a,
#navbarMenu2.navbar-nav .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  border-radius: 20px;
  letter-spacing: 0.07em;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.lMnu ul li a .sMT_MNu_L1 {
  display: none;
}

.lMnu ul li a::after {
  margin-left: auto;
  margin-right: 0px;
  display: none;
}

.lMnu ul li a.active {
  background: rgb(255, 232, 172);
  color: #000000 !important;
}

.lMnu ul li a:hover {
  text-decoration: none;
  background: rgba(255, 232, 172, 0.678);
  color: #000000 !important;
}

.lMnu ul li .dropdown-menu {
  display: none;
  position: unset !important;
  border: 0px;
  margin-top: 0px;
}

.lMnu ul li .dropdown-toggle {
  position: relative;
}

.lMnu ul li .dropdown-toggle::after {
  display: flex;
  width: 5px;
  height: 5px;
  content: '';
  right: 15px;
  position: absolute;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}

.lMnu ul li .dropdown-menu.show {
  display: block;
  background: rgba(255, 232, 172, 0.2);
  border-bottom-right-radius: 20px;
  padding: 0px;
}

.lMnu ul li .dropdown-menu a {
  font-size: 1rem;
  padding-left: 30px !important;
}

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/

/* 
---------------------------------------------
Global  styles
--------------------------------------------- 
*/
#pG_Body {}

.button_alpha {
  
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.09em;
  color: var(--primary-color);
  display: flex;
  text-decoration: none;
  background: #FFFFFF;
  border: 0px;
  border-radius: 50px;
  padding: 12px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.button_alpha:hover {
  background: #009D49;
  color: #ffffff;
}

.button_beta {
  
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.09em;
  color: #FFFFFF;
  border: 3px solid #009D49;
  background: transparent;
  border-radius: 50px;
  padding: 12px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.button_beta:hover {
  background: #009D49;
  color: #ffffff;
}

.button_gama {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #009D49;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 10px 50px;
  border-radius: 5px;
  border: 0px;
  outline: none;
  font-style: italic;
  text-decoration: none;
}
.button_gama:hover{
  background: #016b32;
  color: white;
}



/* 
---------------------------------------------
Global  styles
--------------------------------------------- 
*/


/* 
---------------------------------------------
home  styles
--------------------------------------------- 
*/
.hm-part_a {
  position: relative;
  height: 100vh;
}

.dvdoBlok {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height:100%;width:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.the_HmZ_wrp {
  height: 100vh;
  position: relative;
  display: flex;
}


.the_HmZ {
  position: relative;
}

.owl-theme.the_HmZ .owl-nav {
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.owl-carousel.the_HmZ .owl-nav button.owl-next,
.owl-carousel.the_HmZ .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: flex;
  background: #009D49;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-carousel.the_HmZ .owl-nav button.owl-next {
  margin-right: auto;
}

.owl-carousel.the_HmZ .owl-nav button.owl-prev {
  margin-left: auto;
}

.owl-carousel.the_HmZ .owl-nav button.owl-next i,
.owl-carousel.the_HmZ .owl-nav button.owl-prev i {
  color: #ffffff;
  font-size: 16px;
  margin: auto;
}
.video-js {
  height: 100%;
  width: 100%;
}

.video-js .vjs-tech {
  object-fit: cover;
  object-position: center;
  z-index:1;
}

.vjs-poster {
  background-size: cover;
    background-position: center;
    width:100%;
}

.vdoBloks .home-head-a {
  display: none;
}

.video-js .vjs-big-play-button {
  display: none !important;
}

.hm-part_a_z {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.hm-part_a_z h1,
.hm-why_letsgo_head h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hm-trust-section h1{
  font-weight: 800;
  font-size: 42px;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hm-part_a_z h1{
  color: #FFFFFF;
}
.hm-why_letsgo_head h1,
.hm-trust-section h1{
  color: black;
}

.why_container{
  display: flex;
  flex-direction: column;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-bottom: 2.5%;

}

.hm-part_a_z h1 span,
.hm-why_letsgo_head h1 span,
.hm-trust-section h1 span {
  color: var(--primary-color);
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.hm-part_a_z p {
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.8);
}

/* 
---------------------------------------------
home  styles
--------------------------------------------- 
*/

/* 
---------------------------------------------
home why
--------------------------------------------- 
*/
.hm-why_letsgo {
  position: relative;
}
.moving-car-wrap{
  position: absolute;
  width: 500px;
  height:180px;
  bottom: -100px;
  z-index: 1;
  right: 0px;
  left: auto;}
.moving-car {
  width: 100%;
}

.moving-car img {
  width: 100%;
}

.hm-why_letsgo_head {}

.hm-why_letsgo_head h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.why-blocK {
  width: 100%;
  background: #F4F5F5;
  padding: 30px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-bottom: 16px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 5px solid var(--primary-color);
}

.why-blocK figure {
  width: 50px;
  height: 50px;
}

.why-blocK figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.why-blocK h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  color: #010101;
  
}

.why-blocK-head {
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.why-blocK p {
  font-weight: 400;
  font-size: 16px;
  line-height: 118%;
  letter-spacing: 0.01em;
  color: rgba(90, 88, 88, 0.8);
  
}

/* 
---------------------------------------------
home  why
--------------------------------------------- 
*/

/* 
---------------------------------------------
home  featured
--------------------------------------------- 
*/
.hm_fetured {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
}

.hm_fetured_z_wr {
}

.hm_fetured_za h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #D9DEDC;

}

.hm_fetured_za h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #D9DEDC;
}

.hm_fetured_za h4 span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: var(--primary-color);
}

.hm_fetured_zb {}

.hm_fetured_zb p {
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}

.hm_fetured_head {}

.hm_fetured_head h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.featured_Item {
  height: 430px;
  position: relative;
}

.featured_Item figure {
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.featured_Item i {
  position: absolute;
  right: 32px;
  top: 32px;
  font-size: 32px;
  color: #ffffff;
}

.featured_Item figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.featured_Item-details {
  position: absolute;
  padding: 20px 15px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  min-height: 170px;
}

.featured_Item-details .featured_Item-details-head h4 {
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.featured_Item-details ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}

.featured_Item-details ul li {
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 8px;
}

.featured_Itemlink {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.featured_carz {
  position: relative;
}

.owl-theme.featured_carz .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-carousel.featured_carz .owl-nav button.owl-next,
.owl-carousel.featured_carz .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  background: transparent;
}

.owl-carousel.featured_carz .owl-nav button.owl-next {
  right: -60px;
}

.owl-carousel.featured_carz .owl-nav button.owl-prev {
  left: -60px;
}

.owl-carousel.featured_carz .owl-nav button.owl-next i,
.owl-carousel.featured_carz .owl-nav button.owl-prev i {
  color: #169E49;
  font-size: 40px;
  margin: auto;
}

/* 
---------------------------------------------
home  featured
--------------------------------------------- 
*/


/* 
---------------------------------------------
home categories
--------------------------------------------- 
*/
.force-color-white{
  color: white !important;
}
.category_car_container{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.category_home_wrap {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5%;
}

.category_block {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel_track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.category-item {
  min-width: 100%;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: opacity 0.5s;
}
.category-item img{
  max-width: 80%;
}
.category-item.active {
  opacity: 1;
}


.category-title{
  color: white;
}

/* Category Slider Indicator */
.custom-carousel-indicators{
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  list-style: none;
}

.custom-carousel-indicators button {
  border: 1px solid rgba(0, 0, 0, 0.724);
  background-color: rgba(0, 0, 0, 0.304);
  margin-top: 2rem;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.carousel-indicators [data-bs-target] {
  border: 1px solid rgba(0, 0, 0, 0.724);
  background-color: rgba(0, 0, 0, 0.304);
  margin-top: 2rem;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.custom-carousel-indicators .active {
  background-color: var(--primary-color);
}

.carousel-indicators .active {
  background-color: var(--primary-color);
}

.carousel-indicators{
  margin:0;
  padding:0;
}

.button_cont{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

/* Carousel for testimonials */

/* 
---------------------------------------------
home  booking
--------------------------------------------- 
*/
.hm_booking {
  background: #F4F5F5;
}

.booking_block {
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom:15px;
}

.booking_block h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  color: #010101;
}

.booking_block p {
  font-weight: 400;
  font-size: 16px;
  width: 80%;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.8);
}

.booking_block_a_img,
.booking_block_b_img {
  width: 67px;
  height: 67px;
}

.booking_block_a_img img,
.booking_block_b_img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.booking_block_b_img {
  width: 104px;
}

.booking_block_a_top {
  display: flex;
}

.booking_block_a_top h4 {
  margin-top: auto;
  margin-bottom: auto;
}

.booking_block_b_top {
  display: flex;
}

.booking_block_b_top h4 {
  margin-top: auto;
  margin-bottom: auto;
}

.booking_block_a {
  padding-left: 107px;
}

.process_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* This is a light grey color, adjust as needed */
  background-color: #e7e7e7; 
  /* Adjust as needed */
  box-shadow:3px 4px 10px 3px rgba(0, 0, 0, 0.1), 0 7px 25px 0 #b3b3b3;
}


/* 
---------------------------------------------
home  booking
--------------------------------------------- 
*/


/* 
---------------------------------------------
home  brands
--------------------------------------------- 
*/
.hm_brands {
  background: #010103;
}

.brandzEach {
  background: #FFFFFF;
  border: 1px solid #91E7B1;
  display: flex;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 10px;
  height: 150px;
}

.brandzEach figure {
  height: 100px;
  margin: auto;
  width: 100%;
}

.brandzEach figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.owl-theme.brandz .owl-nav {
  display: flex;
  margin-top: 50px;
}

.owl-carousel.brandz .owl-nav button.owl-next,
.owl-carousel.brandz .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: flex;
  background: #009D49;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-carousel.brandz .owl-nav button.owl-next {
  margin-right: auto;
}

.owl-carousel.brandz .owl-nav button.owl-prev {
  margin-left: auto;
}

.owl-carousel.brandz .owl-nav button.owl-next i,
.owl-carousel.brandz .owl-nav button.owl-prev i {
  color: #ffffff;
  font-size: 16px;
  margin: auto;
}

/* 
---------------------------------------------
home  brands
--------------------------------------------- 
*/
/* 
---------------------------------------------
home  testimonials
--------------------------------------------- 
*/
.hm_testimonials {
  background: #383838;
}

.each_testimonial {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.each_testimonial p {
  font-weight: 400;
  font-size: 24px;
  line-height: 132.9%;
  text-align: left;
  letter-spacing: 0.01em;
  color: white;
}

.each_testimonial h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 110.9%;
  text-align: left;
  letter-spacing: 0.01em;
  color: white;
}

.owl-theme.the_testimonials .owl-nav {
  display: flex;
  margin-top: 50px;
}

.owl-carousel.the_testimonials .owl-nav button.owl-next,
.owl-carousel.the_testimonials .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: flex;
  background: #009D49;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-carousel.the_testimonials .owl-nav button.owl-next {
  margin-right: auto;
}

.owl-carousel.the_testimonials .owl-nav button.owl-prev {
  margin-left: auto;
}

.owl-carousel.the_testimonials .owl-nav button.owl-next i,
.owl-carousel.the_testimonials .owl-nav button.owl-prev i {
  color: #ffffff;
  font-size: 16px;
  margin: auto;
}


/* 
---------------------------------------------
home  testimonials
--------------------------------------------- 
*/
/* 
---------------------------------------------
home  faq
--------------------------------------------- 
*/
.hm_faq {
  background: #E6FFF1;
}

.faQ_holder {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

#accordionFaq {}


#accordionFaq .accordion-item {
  background-color: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 0px;
  margin-bottom: 16px;
}

.accordion-item:first-of-type .accordion-button {
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

#accordionFaq .accordion-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  color: var(--primary-color);
  
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #009D49;
  border-radius: 10px;
  padding: 15px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}

#accordionFaq .accordion-button::after {
  display: none;
}

.thePluz {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #169E49;
  border-radius: 50%;
  right: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.thePluz::before,
.thePluz::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #169E49;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.thePluz::after {
  width: 2px;
  height: 0px;
}

#accordionFaq .accordion-button.collapsed .thePluz::after {
  height: 16px;
}

.accordion-body {
  padding: 16px 0px;
}

.accordion-body p {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.8);
}

.faQ_links {
  margin-top: 20px;
  display: flex;
}

.faQ_links a {
  
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: var(--primary-color);
  -moz-text-decoration-line: underline;
  margin-right: 65px;
}

.faQ_links a:last-child {
  margin-right: 0px;
}

/* 
---------------------------------------------
home  faq
--------------------------------------------- 
*/

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: #2E2E2E;
}

.footer-info-logo {
  display: flex;
  text-decoration: none;
}

.footer-info-logo figure {
  width: 180px;
  margin-bottom: 0px;
}

.footer-info-logo figure img {
  width: 100%;
  height: auto;
}

.footer-info-txt {
  margin-top: 50px;
}

.footer-info-txt p {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 184.9%;
  letter-spacing: 0.11em;
  color: #FFFFFF;
}

.footer-info-location {}
.footer-info-location iframe {
  width: 300px;
  height: 200px;
  border: 0px;
  margin-bottom: 20px;
}
.footer-info-location ul {
  padding-left: 0px;
}

.footer-info-location ul li {
  list-style: none;
}

.footer-info-location ul li a {
  
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  display: flex;
  text-decoration: none;
  padding: 5px 0px;
}

.footer-info-location ul li a i {
  color: #169E49;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25px;
  margin-right: 16px;
}

.footer-info-location ul li a span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  
}

.footer-details-head {
  margin-bottom: 15px;
}

.footer-details-head h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #169E49;
}


.footer-details-links {}

.footer-details-links ul {
  padding-left: 0px;
}

.footer-details-links ul li {
  list-style: none;
  margin-bottom:5px;
}

.footer-details-links ul li a {
  display: flex;
  
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  padding:8px 0px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 4px 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footer-details-links ul li a::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.footer-details-links ul li a:hover {
  padding-left: 12px;
}

.footer-details-links ul li a:hover::before {
  width: 8px;
}

.footer-details-links_two ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-details-links_two ul li {
  width: 50%;
  margin-bottom:5px;
}

.footer-details-contact-links {}

.footer-details-contact-links ul {
  padding-left: 0px;
}

.footer-details-contact-links ul li {
  list-style: none;
  display:flex;
}

.footer-details-contact-links ul li .the_list_holder{display:flex;}
.footer-details-contact-links ul li .the_list_holder i{
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: auto;
  margin-right: 15px;
  color: #169E49;}

.footer-details-contact-links ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 184.9%;
  letter-spacing: 0.11em;
  color: #FFFFFF;
  display: flex;
  padding: 5px 0px;
  text-decoration: none;
}

.footer-details-contact-links ul li a i {
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
  color: #169E49;
}

.footer-details-contact-links ul li a span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-details-social-links {
  margin-top: 50px;
}

.footer-details-social-links ul {
  padding-left: 0px;
  display: flex;
}

.footer-details-social-links ul li {
  list-style: none;
  margin-right: 20px;
}

.footer-details-social-links ul li a {
  display: flex;
  color: white;
  font-size: 22px;
  text-decoration: none;
}

.google_votes {
  margin-top: 45px;
}

.google_votes figure {
  width: 120px;
}

.google_votes figure img {
  width: 100%;
}

.star-rating {
  font-size: 18px;
  letter-spacing: 7px;
}

.google_votes_review {}

.google_votes_review p {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 184.9%;
  letter-spacing: 0.11em;
  color: #FFFFFF;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
/* 
---------------------------------------------
about top
--------------------------------------------- 
*/

.about_holder {
  display: flex;
  flex-direction: column;
}

.about_holder h4 {
  position: relative;
  display: flex;
  
  font-weight: 800;
  font-size: 42px;
  line-height: 110.9%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  
}

.about_holder h4::after {
  content: "";
  position: absolute;
  bottom: -15px; 
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  /* You can adjust this to control the width of the line */
  width: 25%;
  /* Adjust color as needed */ 
  background-color: #000; 
}

.about_holder p {
	font-weight: 400;
  font-size: 16px;
  line-height: 172.9%;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-align-last: center;
}
.about_holder_max_p p {
  max-width: 750px;
}

.about_holder h6 {
  font-weight: 400;
  font-size: 22px;
  line-height: 172.9%;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.6);
  margin-left: auto;
  margin-right: auto;
}

/* 
---------------------------------------------
about top
--------------------------------------------- 
*/
/* 
---------------------------------------------
about our vision
--------------------------------------------- 
*/
.our-vision {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.our-vision-holder {
  max-width: 365px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.our-vision-holder h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 184.9%;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.our-vision-holder p {
  font-weight: 400;
  font-size: 16px;
  line-height: 172.9%;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.6);
  margin-left: auto;
  margin-right: auto;
}

/* 
---------------------------------------------
about our vision
--------------------------------------------- 
*/
/* 
---------------------------------------------
car list
--------------------------------------------- 
*/
.container{
  max-width: 80%;
}
.pad_container_zero{
  padding: 0;
}
.blokElmentzType{
  display:flex;
  justify-content: space-between;
  align-items: center;
  min-width: 600px;
}

.carListTabz {
  background: linear-gradient(to bottom, white, #5fa580);
  padding-top: 200px;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.filter_container{
  background-color: white;
  border-radius: 8px;
  height: auto;
  z-index: 0;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1;
}
.form-filter{
  flex-wrap: wrap;
}
.filter_title{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.filter_title p{
  font-size: 16px;
  margin:0px;
  margin-left:10px;
  padding:0px;
  text-transform: uppercase;
  font-weight: bolder;
  
}
.filter_title i{
  color: var(--primary-color);
}
.eachTabz {
  height: 150px;
  display: flex;
  position: relative;
  margin-bottom:10px;
}

.eachTabz a {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.eachTabz i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #ffffff;
}

.eachTabz h4 {
  
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: auto;
}

.eachTabz figure {
  overflow: hidden;
  aspect-ratio: 2/1;
}

.eachTabz figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.eachTabzSect {
  text-align: center;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 13px 13px 13px 10px;
  position: relative;

}

.active-line-container {
  position: relative;
  height: 10px; 
  margin-bottom: 3rem;
  min-width: 600px;
}

.base-line {
  width: 100%;
  height: 5px; 
  background-color: black;  
}

.active-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  top: -2.5px;
  background-color: var(--primary-color);  
}


.eachTabzSect h4 {
  margin: 0px;
  
  font-style: italic;
  font-weight: 600;
}

.eachTabzSect ul {
  margin-top: 5px;
  margin-bottom: auto;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.eachTabzSect ul li {
  
  border: 0.616667px solid #FFFFFF;
  border-radius: 18.5px;
  font-weight: 400;
  font-size: 7.4px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  list-style: none;
  -webkit-border-radius: 18.5px;
  -moz-border-radius: 18.5px;
  -ms-border-radius: 18.5px;
  -o-border-radius: 18.5px;
  margin-right: 5px;
  padding: 5px 6px;
  margin-bottom: 5px;
}

.carFilterWrp {
  display: flex;
  margin-left: 25px;
}

.carFilterWrp h4 {
  
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 172.4%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #169E49;
  margin-right: 16px;
}

.srtByZ {}

.srtByZ h4 {
  color: #8D8A8A;
  text-transform: none;
}
/*
.carFilter .select2-container {
  width: 250px !important;
}*/

.carFilter .select2-container--default .select2-selection--single {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 172.4%;
  letter-spacing: 0.01em;
  color: #8D8A8A;
  height: 48px;
  border: 0px;
  padding-left: 18px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.carFilter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  color: #8D8A8A;
}

.carFilter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.carFilter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.carFilter .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 18px;
  color: #169E49;
}

.fltrListHolder {
  width: 80%;
  padding-top: 75px;
}

.adDfltr {
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  padding: 10px 16px;
}

.adDfltr h4 {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 172.4%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #169E49;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.adDfltr button {
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background: transparent;
  border: 0px;
}

.adDfltr button i {
  margin: auto;
  color: #169E49;
}

.carlSt_warp {
  background: #F4F5F5;
}

.carlSt_warpNob {
  margin-bottom: 16px;
}

.carlSt_warpNob h4 {
  
  font-weight: 400;
  font-size: 20px;
  line-height: 118%;
  letter-spacing: 0.01em;
  color: rgba(53, 52, 52, 0.8);
}

.eachCarz {
 /* height: 416px;*/
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 20px;
}

.eachCarz figure {
    margin-bottom: 0px;
    height: 217px;
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.eachCarz figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.eachCarzTop {
  padding: 24px 16px;
  margin-top: 0px;
  margin-bottom: auto;
}
.eachCarzName {
  padding: 24px 16px;
  margin-top: 0px;
  margin-bottom: auto;
}


.eachCarzTop h5 {
  
  font-weight: 700;
  font-size: 16px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary-color);  
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  
}

.eachCarzTop h4 {
  
  font-weight: 700;
  font-size: 24px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.eachCarzName h4{
  
  font-weight: 700;
  font-size: 24px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.eachCarzPay {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px 16px 50px 16px;
  padding: 0px 16px 16px 16px;
}

.eachCarzPay h4 {
  
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  font-size: 17.7122px;
  line-height: 172.4%;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.8);
}

.eachCarzPayBook {
  
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.09em;
  color: var(--primary-color);
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 44.2804px;
  display: flex;
  margin-left: auto;
  margin-right: 0px;
  text-decoration: none;
  padding: 8px 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.load-more{
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 120%;
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 30px;
  margin-left: auto;
  margin-right: 0px;
  text-decoration: none;
  padding: 8px 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.load-more:hover{
  font-weight: 700;
}

.eachCarzPayBook:hover {
  background: #009D49;
  color: #ffffff;
}




/* 
---------------------------------------------
car list
--------------------------------------------- 
*/
/* 
---------------------------------------------
car single
--------------------------------------------- 
*/
.carSngl_wrp {
  background: #F4F5F5;
}

.needeDPadding {
  padding-top: 150px;
}

.breadCrumZ {}

.breadCrumZ ul {
  padding-left: 0px;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-wrap:wrap;
}

.breadCrumZ ul li {
  list-style: none;
  margin-right: 30px;
}



.breadCrumZ ul li,
.breadCrumZ ul li a {
  
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #848987;
  margin-top: auto;
  margin-bottom: auto;
}

.breadCrumZ ul li a {
  text-decoration: none;
  padding-right: 30px;
  position: relative;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.breadCrumZ ul li a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #848987;
  border-right: 1px solid #848987;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}

.baCkLink {
  
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--primary-color);
}

.baCkLink::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #848987;
  border-right: 1px solid transparent;
  border-left: 1px solid #848987;
  border-bottom: 1px solid transparent;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}

.car_details {
  width: 100%;
  background: #FFFFFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 32px 45px;
}

.car_details_name {
  margin-bottom: 40px;
}

.car_details_name h4 {
  
  font-weight: 700;
  font-size: 32px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #010101;
}

.car_details_name h5 {
  
  font-weight: 700;
  font-size: 20px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #010101;
}

.carDtlz {
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 25px;
}

.carDtlz h4 {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 172.4%;
  letter-spacing: 0.01em;
  color: var(--primary-color);
  text-align: center;
}

.carDtlz i {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  text-align: center;
  color: var(--primary-color);
}

.carDtlz p {
  
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.pickColor {}

.pickColorHead {}

.pickColorHead h4 {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 172.4%;
  letter-spacing: 0.01em;
  color: #565656;
}

.pickColorTail {
  margin-bottom: 10px;
}

.pickColorTail h4 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 172.4%;
  letter-spacing: 0.01em;
  color: #969191;
}





.color_holder {}

.trans_port p {
  margin-top: auto;
  margin-bottom: auto;
}

.color_holder_wpe input {
  display: none;
}

.color_holder_wpe label {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border: 2px solid #009D49;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Clr_blk {
  width: 100%;
  height: 100%;
  display: flex;
}

.Clr_blk i {
  font-size: 14px;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  color: var(--primary-color);
}




.color_holder_wpe input:checked+label {
  border: 2px solid #009D49;
}


.color_holder_wpe input:checked+label .Clr_blk i {
  visibility: visible;
  opacity: 1;
}

.thePayments {
  display: flex;
}

.thePayments h4 {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #565656;
  
  margin-bottom:10px;
}

.contacTwhatsapp {
  margin-right: 16px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: flex;
  background: #009D49;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contacTwhatsapp i {
  margin: auto;
  font-size: 25px;
  color: #ffffff;
}

.thePaymentsBook {
  margin-top: auto;
  margin-bottom: auto;
  
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.09em;
  color: #FFFFFF;
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
  padding: 14px 20px;
  background: #009D49;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  border-radius: 44.2804px;
  -webkit-border-radius: 44.2804px;
  -moz-border-radius: 44.2804px;
  -ms-border-radius: 44.2804px;
  -o-border-radius: 44.2804px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.thePaymentsBook:hover {
  color: #FFFFFF;
}

.theFaqz {}

.theFaqzA {
  
  text-decoration: none;
  padding: 5px 0px;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #848987;
}

.car_single_holder {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 100%;
  display:flex;
}

.the_car_single_car {
  height: 600px;
}

.the_car_single_car figure {
  height: 100%;
  margin-bottom: 0px;
}

.the_car_single_car figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.the_car_single {
  position: relative;
  margin-top:auto;
  margin-bottom:0px;
}

.owl-theme.the_car_single .owl-dots,
.owl-theme.the_car_single .owl-nav {
  position: absolute;
  margin-top: 0px;
}

.owl-theme.the_car_single .owl-dots {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 30px;
}

.owl-theme.the_car_single .owl-dots .owl-dot span {
  background: #f4f5f5;
  opacity: 1;
  border-radius: 10px;
  width: 70px;
}

.owl-theme.the_car_single .owl-dots .owl-dot.active span,
.owl-theme.the_car_single .owl-dots .owl-dot:hover span {
  background: #E5FFF1;
  opacity: 1;
}

.owl-theme.the_car_single .owl-nav {
  right: 50px;
  bottom: 50px;
  display: flex;
}

.owl-carousel.the_car_single .owl-nav button.owl-next,
.owl-carousel.the_car_single .owl-nav button.owl-prev {
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 32px;
  color: var(--primary-color);
  margin: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.owl-carousel.the_car_single .owl-nav button.owl-next i,
.owl-carousel.the_car_single .owl-nav button.owl-prev i {
  margin: auto;
}
.owl-carousel.the_car_single .owl-nav button.owl-next:hover, .owl-carousel.the_car_single .owl-nav button.owl-prev:hover {
    background: #fff;
    opacity: .35;
}

/* 
---------------------------------------------
car single
--------------------------------------------- 
*/

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact_head {
  max-width: 700px;
}
.contact_title_header{
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contact_title_header i{
  position: relative;
  top: -5px;
}
.contact_head h4 {
  font-weight: 800;
  font-size: 56px;
  line-height: 110.9%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase; 
  display: block;
  
}

.contact_head p {
  
  font-weight: 400;
  font-size: 16px;
  margin-top: 1rem;
  line-height: 154.4%;
  text-align: center;
  letter-spacing: 0.01em;
  color: black;
  display: block;
}


.contact_formz {
  max-width: 650px;
  width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}


.contact_formz .form-control {
  border: 1px solid #009D49;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #969191;
  color: var(--primary-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 12px 18px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_formz .form-control:hover {
  border: 1px solid #009d4977;
}

.contact_formz p {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 110.9%;
  letter-spacing: 0.01em;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.extra_contact_links {
  background: #E5FFF1;
  border-radius: 30px;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.contact_moving_car {
  position: absolute;
  right: 0px;
  top: -150px;
  width: 635px;
  height: 200px;
}

.contact_moving_car figure {
}

.contact_moving_car figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.extra_location {}

.extra_location ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.extra_location ul li {
  list-style: none;
  margin-bottom: 12px;
}

.extra_location ul li a {
  display: flex;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 184.9%;
  letter-spacing: 0.11em;
  color: #565656;
}

.extra_location ul li a i {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  font-size: 20px;
  color: #169E49;
}

.extra_location ul li a span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
}

.extra_contact_socail {}

.extra_contact_socail_01 {}

.extra_contact_socail_01 ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.extra_contact_socail_01 ul li {
  list-style: none;
  margin-bottom: 12px;
  display:flex;
}

.extra_contact_socail_01 ul li a {
  display: flex;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  padding:5px 0px;
  letter-spacing: 0.11em;
  color: #565656;

}

.extra_contact_socail_01 ul li .the_list_holder{display:flex;}
.extra_contact_socail_01 ul li .the_list_holder i{
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: auto;
  margin-right: 15px;
  color: #169E49;}
  
.extra_contact_socail_01 ul li a i {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  font-size: 20px;
  color: #169E49;
}

.extra_contact_socail_01 ul li a span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
}

.extra_contact_socail_02 {
  margin-top: 50px;
}

.extra_contact_socail_02 ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
}

.extra_contact_socail_02 ul li {
  list-style: none;
  margin-right: 10px;
}

.extra_contact_socail_02 ul li a {
  display: flex;
  font-size: 20px;
  color: #169E49;
  text-decoration: none;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.extra_contact_socail_02 ul li a i {
  margin: auto;
}

.extra_contact_socail_02 ul li a:hover {}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/


/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faqPage_wrap {
  background-color: #E5FFF1;
}

.faq_page_holder {
  width: 100%;
  max-width: 740px;
  margin-top: 100px;
}

.more_answer {
  background: #FFFFFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.more_answer_head {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.more_answer_head h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 110.9%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary-color);
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
#bookNowModal {}

#bookNowModal .modal-content {}

#bookNowModal .modal-header {
  border: 0px;
}

.form_select {}

.form_select .select2-container {
  width: 100% !important;
}

.bookNowModalHead {}

.bookNowModalHead h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 110.9%;
  display: block;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.select2-container--default .select2-selection--single {
  border: 1px solid #009D49;
  font-weight: 400;
  font-size: 14px;
  line-height: 172.4%;
  letter-spacing: 0.01em;
  color: #969191;
  color: var(--primary-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 48px;
  padding-left: 16px;
  color: #969191;
}

.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {

  color: var(--primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.wpcf7-spinner{margin-left:auto!important;margin-right:auto!important;margin-top:10px!important;}
.eachCarzTop a {
    text-decoration: none;
    
    font-weight: 700;
    line-height: 110.9%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
}