/*****************************************
Template Name: CarPex
Description: CarPex - A Template for Cars Listings & Directory
Version: 1.0
Last change: 14/8/2020
Author : ExactThemes

/*****************************************
*** Table of Contents ***
1 - Generic Elements
2 - Info Window
3 - Checkbox/Radio buttons
4 - Date Time Picker
5 - Buttons
6 - Transition
7 - Navbar
8 - Mobile nav
9 - Pricing Table
10 - Hover Effects on Card
11 - Masterhead
12 - Events by Location
13 - Call to action 1
14 - Testimonial
15 - Upcoming Events
16 - Related Events
17 - Latest News
18 - Subscribe Form
19 - Footer
20 - Event Masterhead
21 - Countdown
22 - Rating Star Widgets Style
23 - Idle State of the stars
24 - Speakers
25 - Masonry Gallery
26 - Post Comments
27 - Sidebar
28 - Inner Page Header
29 - Post detail
30 - About
31 - callto action 2
32 - Testimonial (About)
33 - Clients
34 - Modal Styling
35 - 404
36 - Ticket Table

*** Typography ***

Body, Paragraphs:                     16px / 'Poppins', sans-serif / 400
Headings:                 font-family: 'Montserrat', sans-serif;
textarea, Input Fields:   font-family: 'Montserrat', sans-serif;
Section headings:         font-family: 'Montserrat', sans-serif;

*** Colors ***

Body Background:        #ffffff
Paragraph/Text:   #212121
h1, h2, h3, h4, h5, h6: #212121

/********************************************************/

/****** Generic Elements ******/
a:hover{
  color: initial;
}
ul.nostyle{
  list-style-type: none;
}
ul.inline > li{
  display: inline-block;
}
input.form-control{
  height: 56px;
}
.text-gray{
  color: #cecece;
}
section.container-fluid{
  padding: 80px 0;
}
a:focus{
  outline: 0 none;
}
.pointer{
  cursor: pointer;
}
.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.shadow-box{
  box-shadow: 0 0 20px rgba(101, 112, 134, 0.22);
}
.btn-auto{
  font-weight: 600;
  font-size: 16px;
  padding: 0.8rem 1.5rem;
  background-position: 0 0;
   background-size: 200%;
   transition: all ease 0.3s;
   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: none !important;
	border-radius: 4px;
	    animation-delay: 0.2s;
    animation-name: fadeInRight;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
hr.light{
  border-color: #646464;
}
a.btn-auto{
  text-decoration: none;
}
.btn-navigate{
  position: relative;
  display: block;
  max-width: 180px;
  padding: 0;
  text-align: center;
}
.btn-navigate:before{
  box-shadow: 20px 0px 15px 0px #000000;
  content: '';
  position: absolute;
  right: 40px;
  width: 10px;
  height: 47px;
  transform: rotate(35deg);
  top: -4px;
}
.btn-navigate span{
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  padding: 15px 34px 15px 16px;
  display: block;
  position: relative;
  z-index: 1;
}
.btn-navigate i{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  font-size: 26px;
  width: calc(100% + 30px);
  padding: 10px;
  text-align: right;
  transition: all ease 0.4s;
}
.btn-navigate:hover i{
  width: calc(100% + 40px);
}
.btn-navigate.white i{
  background-color: #fff;
}
.btn-navigate.dark i{
  color: #fff;
}
.transition{
  transition: all ease 0.3s;
}
.outline-none{
  outline: 0 none!important;
}
.notification-bubble{
  border-radius: 100px;
  width: 22px;
  height: 22px;
  text-align: center;
  position: absolute;
  left: -15px;
  top: -15px;
  font-size: 14px;
  line-height: 1.7;
}
.notification-bubble:hover{
	color:#fff !important;
}
.section-auto{
  padding: 40px 0;
}
/***** Topbar *****/
.et-topbar-auto{
  font-weight: 600;
}
.et-topbar-auto .business a:not(:last-child),
.et-topbar-auto .actions > a:not(:last-child),
.et-topbar-auto .actions .et-dropdown-auto{
  margin-right: 20px;
}
.et-topbar-auto .actions{
  font-size:14px;
}
.et-topbar-auto i[class^="icon-"], .et-topbar-auto i[class*=" icon-"]{
  vertical-align: text-bottom;
  font-size: 22px;
}
.et-topbar-auto .actions .et-dropdown-auto{
  margin-right: 20px;
}
.et-topbar-auto .business{
  font-size: 16px;
}
.et-dropdown-auto .dropdown-content-auto a{
  display: block;
  color: initial !important;
  padding: 0.5rem 0;
  text-decoration: none;
  transition: all ease 0.3s;
}
.et-dropdown-auto .dropdown-content-auto{
  position: absolute;
  z-index: 99999;
  min-width: 200px;
  padding: 1rem;
  text-align: left;
  background: #fff;
  left: 0;
  transform: scale(0.8) scaleZ(1.0) rotateX(-16deg);
  transform-origin: 0% 0%;
  opacity: 0;
  top: 150%;
  visibility: hidden;
  transition-timing-function: cubic-bezier(0.4,-0.2,0,2);
}
.et-dropdown-auto .dropdown-content-auto a:hover{
	text-indent:10px;
}
.et-dropdown-auto:hover .dropdown-content-auto{
  opacity: 1;
  visibility: visible;
  transform: none;
}

/**** Navbar ****/
.et-navbar-auto .nav-links > li > a{
  color: #fff;
  font-weight: 700;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.et-navbar-auto .icon-search{
  font-size: 18px;
  vertical-align: text-bottom;
  margin-left: 20px;
}
.et-navbar-auto .add-car{
  font-size: 18px;
  padding: 17px 30px;
  height: 100%;
  float: right;
  position: relative;
}
.et-navbar-auto .add-car i{
  font-size: 24px;
  margin-right: 10px;
  vertical-align: sub;
  transition: all ease 0.3s;
}
.et-navbar-auto .add-car:hover i{
  color: #fff !important;
}
.et-navbar-auto .add-car:before{
  content: '+';
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  color: red;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 1.4;
  transition: all ease 0.3s;
}
.et-navbar-auto .add-car:hover:before{
  transform: translateY(-50%) rotate(180deg);
  color: #fff;
}

/*** Mobile nav ***/
.mobile-logo{
  width: 150px;
  margin: 0 auto;
  display: block;
}
.hc-nav-trigger-auto{
  right: 68px;
  top: 34px !important;
}
body.et-automotive.landing2 .hc-nav-trigger-auto span,
body.et-automotive.landing2 .hc-nav-trigger-auto span:before,
body.et-automotive.landing2 .hc-nav-trigger-auto span:after{
  color: #fff!important;
  background: #fff!important;
}
.hc-offcanvas-nav li.nav-close span{
  display: none;
}
.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover{
  background: transparent !important;
}

/**** Slider ****/
.et-slider-auto .item{
  height: calc(100vh - 100px);
  overflow: hidden;
}
.et-slider-auto .slider-caption{
  position: absolute;
  left: 0;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  text-align: center;
}
.et-slider-auto .slider-caption .text{
  margin:0 auto;
  text-align:center;
  width:50%;
}
.et-slider-auto .home-3 .item:before{
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.et-slider-auto .slick-slider .item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.et-slider-auto p.heading{
  font-size: 18px;
  letter-spacing: 10px;
}
.et-slider-auto:not(.landing2) h1{
  font-size: 4rem;
}

/**** Search ****/
.et-search-auto{
  margin-top: -30px;
  position: relative;
  z-index: 999;
}
.et-search-auto.home-2{
  margin-top: 0;
  position: relative;
  z-index: 999;
}
.select-wide:not(.fixed) .select2{
  width: 100% !important;
}
.select-wide.fixed .select2{
  width: 150px !important;
}
.select-wide .select2 .select2-selection--single{
  height: auto;
  padding: 14px;
  border-color: #cccccc;
  border-radius: 0;
}
.select-wide .select2 .select2-selection--single:focus{
  outline: 0 none;
}
.select-wide .select2 .select2-selection--single .select2-selection__arrow{
  top: 16px;
  right: 14px;
}
.select-wide .select2-hidden-accessible{
  display: none;
}
.search-btn:not(.clip-none){
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  width: 50%;
  z-index: 2;
}
.btn-show-contact{
  font-size: 14px;
}
.btn-show-contact i{
  vertical-align: text-bottom;
}
.advance-search-btn{
  width: 100%;
  z-index: 0;
  margin-left: -30px;
  padding-left: 50px;
  white-space: nowrap;
}
.select2-results__group{
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 16px !important;
}
.range-slider .irs-min,
.range-slider .irs-max{
  display: none;
}
.range-slider .irs--big{
  height: auto;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single{
  background-image: none !important;
}
.range-slider .irs--big .irs-bar,
.range-slider .irs--big .irs-line{
  height: 4px;
  border:0!important;
  box-shadow: none!important;
  background-image: none!important;
}
.range-slider .irs--big .irs-line{
  background-color: rgba(0, 0, 0, 0.1);
  border:0 !important;
}
.range-slider .irs--big .irs-handle,
.range-slider .irs--big .irs-handle.state_hover,
.range-slider .irs--big .irs-handle:hover{
  left: 0%;
  background: none;
  box-shadow: none;
  border: none;
  outline: 0 none!important;
}
.range-slider .irs--big .irs-handle{
  top: 8px;
}
.range-slider .irs--big .irs-handle:before{
  content: '\e911';
  font-family: icomoon;
  font-size: 25px;
}
.range-slider .irs-from, .irs-to, .irs-single{
  top: -7px !important;
}
.range-slider .irs-from, .irs-to, .irs-single:after{
  content: '';
  height: 8px;
  width: 0.2em;
  background: black;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  border-radius: 50px;
  left: 0;
  margin: 0 auto;
}

/**** Browse cars ****/
.section-heading-auto{
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}
.section-heading-auto:not(.landing2):before{
  content: '\e95a';
  font-family: icomoon;
  font-size: 9rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.07;
  top: -30px;
  -webkit-animation: fa-spin 3s cubic-bezier(0.18, 0.89, 0.32, 1.3) infinite;
  animation: fa-spin 3s cubic-bezier(0.18, 0.89, 0.32, 1.3) infinite;
}
.section-heading-auto h1{
  font-size: 2.3rem;
}
.section-heading-auto.landing2 h2{
  position: relative;
}
.section-heading-auto.landing2 h2:after{
  content: '';
  width: 150px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 0.06em;
  display: block;
  margin: 20px auto 0;
}
.section-heading-auto.landing2 h2:before{
  content: '';
  width: 50px;
  height: 0.06em;
  display: block;
  margin: 20px auto 0;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.section-heading-auto.landing2 p{
  font-size: 13px;
}
.category-heading:after{
  content: '';
  width: 20px;
  height: 0.15em;
  display: block;
  border-radius: 50px;
  float: right;
  margin-top: 13px;
  margin-left: 10px;
}

.flip-box {
  background-color: transparent;
  height: 140px;
  perspective: 1000px;
}
.flip-box-inner{
  border: 1px solid;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 14px;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
  border-style: solid;
}
.flip-box-back {
  transform: rotateY(180deg);
  background-color: #fff;
}
.flip-box.category .cat-title{
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
.flip-box.category .flip-box-inner{
  border-color: #ccc;
}
.et-browse-auto.home .flip-box.category .flip-box-back img{
  width:70%;
}
.flip-box.category .flip-box-back img{
  height: 100%;
  position: absolute;
  left: 0;
  transition: all ease 2s;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.flip-box.category:hover .flip-box-back img{
  left: -30px;
}
.heading-vertical{
  word-break: break-all;
  line-height: 1.7;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #eee;
  width: 1em;
  display: block;
}
.heading-vertical.left{
  left: -30px;
}
.heading-vertical.right{
  right: -30px;
}
.flip-box.category [class^="icon-"], .flip-box.category [class*=" icon-"] {
  font-size: 2.7rem;
  display: block;
}
.flip-box.category .item-count {
  bottom: 0;
  right: 0;
}

/***** Featured deals *****/
.et-featured-auto .car-features{
  font-weight: 500;
  position: relative;
  z-index: 2;
  background: white;
}
.et-featured-auto .car-features i{
  font-size: 1.3rem;
  vertical-align: text-top;
  opacity: 0.4;
}
.et-featured-auto .price-tag{
  right: -20px;
  bottom: 68px;
  z-index: 9;
}
.model-tag{
  display: flex;
  align-items:center;
  justify-content: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 43px;
  right: -43px;
  z-index: -1;
  padding: 0.6rem;
  z-index: 2;
}
.model-tag span{
  word-break: break-all;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 13px;
  display: block;
}
.model-tag:before{
  content: 'Model';
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 0;
  top: -22px;
  width: 100%;
  font-size: 10px;
  padding: 5px;
}
.v-img{
  position: relative;
  overflow: hidden;
}
.v-img:not(.landing2):after{
  content: '';
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all ease 0.4s;
}
.v-img:hover:after{
  transform: translateY(-100%);
}

.et-featured-auto .slick-slide{
  margin: 30px 40px 50px;
  position: relative;
}
.et-featured-auto .slider-inner{
  transform: translateX(-20px);
  padding-bottom: 0 !important;
}
.slick-slide {
  outline: 0 none;
}
.veaddress{
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  width: 90%;
  font-size: 14px;
  padding: 10px;
  white-space: nowrap;
  font-weight: 500;
  z-index: -1;
  transition: all cubic-bezier(0.4,-0.2,0,1.5) 0.4s;
}
.et-featured-auto .slick-slide:hover .veaddress{
  transform: translateY(50px);
  opacity: 1;
  visibility: visible;
}
.et-featured-auto .veaddress i{
  margin-right: 10px;
  font-size: 20px;
  vertical-align: sub;
}
.slick-arrow{
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 13px;
  width: 130px;
  margin: 0px auto;
}
.slick-prev{
  transform: translateX(-60px);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.slick-prev:before{
  content: '\e91d';
  font-family: icomoon;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all ease 0.4s;
}
.slick-next:after{
  content: '\e91d';
  font-family: icomoon;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all ease 0.4s;
}
.slick-prev:hover:before{
  left: 10px;
}
.slick-next:hover:after{
  right: 10px;
}
.slick-next{
  transform: translateX(60px);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  left: -35px;
}
.car-features-2 span i{
  font-size: 22px;
  vertical-align: text-bottom;
}
.car-features-2 span i.icon-automatic-transmission{
  font-size: 27px;
}
.car-features-2 span{
  font-weight: 500;
  font-size: 13px;
  padding: 0 10px 10px 0;
  display: inline-block;
  color: rgb(51 41 41 / 60%)!important
}

.detailed-features ul li{
  font-size: 13px;
  padding-top: 15px;
}

/**** New entries *****/
.et-latest-auto.home-2 .v-img{
  width: 290px;
}
.et-latest-auto .v-img{
  width: 250px;
}

.clipped-cta{
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}
.clipped-cta:before{
  content: '\e913';
  font-family: icomoon;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16rem;
  color: #ffffff;
  opacity: 0.14;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 200px;
}

/*** Pricing plan ***/
.et-plans-auto .pricing-box .plan-price{
  margin-left: -32px;
  margin-right: -32px;
  position: relative;
  font-size: 18px;
}
.et-plans-auto .pricing-box .plan-price:before{
  content: '';
  width: 0px;
  position: absolute;
  left: 0;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #212121;
  bottom: -4px;
  transform: rotate(45deg);
}
.et-plans-auto .pricing-box .plan-price:after{
  content: '';
  bottom: -4px;
  transform: rotate(-45deg);
  width: 0px;
  position: absolute;
  right: 0;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #212121;
}
.et-plans-auto .btn-navigate{
  left: 0;
  right: 0;
  margin: auto;
}
.strike-through{
  text-decoration: line-through;
}
.show-features{
  font-weight: 600;
}
.show-features i{
  line-height: 0.4;
}

.plan-features{
  display: none;
}
.plan-features li{
  line-height: 3;
}
.plan-features li i{
  margin-right: 10px;
}

/**** Whyus ****/

.et-whyus-auto{
  height: 800px;
  overflow: hidden;
}
.et-whyus-auto .img-sticker{
  font-size: 50px;
  height: 90px;
  flex: 0 0 80px;
  padding: 13px 20px;
  position: relative;
}
.et-whyus-auto .img-sticker:before{
  content: '';
  width: 100%;
  height: 100%;
  transform: rotate(25deg);
  display: block;
  position: absolute;
  z-index: 0;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  left: 0;
  top: 0;
}
.et-whyus-auto .img-sticker i{
  position: relative;
}

/**** Testimonial ****/

.et-testimonial-auto .customer-name:before{
  content: '';
  width: 20px;
  height: 0.15em;
  display: block;
  border-radius: 50px;
  margin-top: 11px;
  float: left;
  margin-right: 10px;
}

/**** Newsletter ****/
.et-newsletter-auto .btn-navigate{
  flex: 0 0 170px;
}
.et-newsletter-auto .nl-img{
  width: 100px;
}

/**** Footer ****/
.et-footer-auto .footer-heading-auto:after{
  height: 0.15em;
  border-radius: 50px;
  display: block;
  width: 30px;
  margin-top: 10px;
  content: '';
}
.et-footer-auto .footer-widget-auto ul li{
  margin-bottom: 20px;
}

.footer-social-auto a {
  color: #fff;
  width: 40px;
  height: 40px;
  transition: all ease 0.2s;
  text-align: center;
  font-size: 22px;
  line-height: 1.9;
}
.footer-social-auto a:hover{
  transform: scale(0.8);
}
.bottom-bar-auto ul li{
  font-size: 14px;
  padding: 10px;
}

.et-popup-auto{
  z-index: 9;
  right: 0;
  display: none;
}

/*** Pageheader ***/
.et-pagehead-auto{
  position: relative;
  background-image: url(../img/pagehead.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(37vh - 100px);
  overflow: hidden;
  padding: 100px;
}
.et-pagehead-auto:before{
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.et-pagehead-auto .content{
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.et-pagehead-auto ul li{
  margin: 10px;
  position: relative;
}
.et-pagehead-auto ul li:last-child:before{
  content: '';
  height: 0.15em;
  width: 10px;
  display: inline-block;
  position: absolute;
  left: -17px;
  top: 11px;
}
.et-pagehead-auto ul li a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.et-intro-auto .grid-icon{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.et-image-collage-auto .crh{
  overflow: hidden;
  height: 450px;
}
.et-image-collage-auto .crh img{
  height: 100%;
}
.et-image-collage-auto .crw{
  overflow: hidden;
  height: 350px;
}
.et-image-collage-auto .crw img{
  height: 100%;
}

/*** Big CTA ***/
.et-big-cta-auto:before{
  content: '\e931';
  font-family: icomoon;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16rem;
  color: #000;
  opacity: 0.05;
  top: 50%;
  transform: translateY(-50%);
}

/*** Contact form ***/
.floatbox{
  margin: -20px auto 0;
  width: 70%;
  position: relative;
}
.floatbox .box-heading{
  font-weight: 600;
}

.contactmap-auto{
  height: 400px;
}

.et-contact-cards-auto .c-card i{
  font-size: 2.4rem;
  margin-right: 20px;
}
.et-contact-cards-auto .c-card{
  width: 260px;
  margin: 0 auto;
}

/*** 404 ***/
.et-404-auto i{
  font-size: 8rem;
}

/*** Add listing ***/
.et-add-listing-auto .nav-link .tab-count{
  width: 60px;
  display: block;
  height: 60px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.9;
  margin: 0px auto 20px;
}
.et-add-listing-auto .nav-link{
  opacity: 0.3;
  position: relative;
}
.et-add-listing-auto .nav-link:after{
  content: '';
  display: block;
  height: 0.15em;
  width: 0;
  margin: 0 auto;
  clear: both;
  border-radius: 90px;
  transition: all ease 0.4s;
}
.et-add-listing-auto .nav-link.active{
  opacity: 1;
}
.et-add-listing-auto .nav-link.active:after{
  width: 100px;
}


/*** Checkbox/Radio buttons ***/
.check-types-auto .cbx {
  position: relative;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background-color: #fff;
  transition: all 0.15s ease;
}
.check-types-auto .cbx svg {
  position: absolute;
  top: 2px;
  left: 2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 0;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transform: translate3d(0, 0, 0);
}
.check-types-auto .rdo {
  position: relative;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background-color: #fff;
  transition: all 0.15s ease;
}
.check-types-auto .rdo:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0);
}
.check-types-auto .cbx + span,
.check-types-auto .rdo + span {
  margin-left: 6px;
}
.check-types-auto {
  margin: auto;
  user-select: none;
}
.check-types-auto label {
  display: inline-block;
  margin: 0 .5rem .5rem 0;
  cursor: pointer;
}
.check-types-auto input[type="checkbox"],
.check-types-auto input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.check-types-auto input[type="radio"]:checked + .rdo:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.15s ease;
}
.check-types-auto input[type="checkbox"]:checked + .cbx svg {
  stroke-dashoffset: 0;
  stroke-width: 2;
  transition: all 0.75s ease;
}
.check-types-auto input[type="checkbox"]:checked + .cbx.dark svg,
.check-types-auto input[type="radio"]:checked + .rdo.dark svg{
  stroke: #fff;
}
.check-types-auto .cbx, .check-types-auto .rdo{
  border: 1px solid;
}

.fake-file-upload-auto {
  border: 2px dashed #ccc;
  height: 100px;
}

.fake-file-upload-auto input {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.v-img.uploaded{
  position: relative;
}
.v-img.uploaded .icon-close{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.v-img.uploaded:hover .icon-close{
  display: flex;
}

/*** Blog detail ***/
.post-nav{
  font-size: 14px;
}
.thumb-actions{
  padding: 10px;
  position: absolute;
}
.blog-content-auto .thumb-actions{
  left: 0;
  top: 0;
}
.et-blog-grid-auto .thumb-actions{
  right: 0;
  bottom: 0;
}
.thumb-actions{
  display: flex;
  align-items: center;
}
.thumb-actions > a,
.thumb-actions .share-auto{
  display: flex;
  color: #fff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0 5px;
  font-size: 17px;
  cursor: pointer;
}
.thumb-actions .share-auto a{
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 1px;
  transform: translateY(-10px);
  opacity: 0;
  transition: all cubic-bezier(0.68, -0.55, 0.27, 2.55) 0.3s;
}
.thumb-actions .share-auto a:nth-child(1){
  transition-delay: 0.1s;
}
.thumb-actions .share-auto a:nth-child(2){
  transition-delay: 0.2s;
}
.thumb-actions .share-auto a:nth-child(3){
  transition-delay: 0.3s;
}
.thumb-actions .share-auto a:nth-child(5){
  transition-delay: 0.4s;
}
.thumb-actions .share-auto a:nth-child(6){
  transition-delay: 0.5s;
}
.thumb-actions .share-auto.home .social-icons{
  bottom: 50px;
}
.thumb-actions .share-auto .social-icons{
  opacity: 0;
  display: flex;
  transition: all ease 0.2s;
  visibility: hidden;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.thumb-actions .share-auto:hover .social-icons{
  opacity: 1;
  visibility: visible;
}
.thumb-actions .share-auto:hover a{
  transform: translateY(0);
  opacity: 1;
}
blockquote.auto{
  position: relative;
  font-style: italic;
  padding-left: 20px;
}
blockquote.auto:before{
  content: '';
  display: block;
  width: 0.2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-content-auto ul{
  padding-left: 0;
}
.blog-content-auto ul li{
  list-style-type: none;
  margin-top: 20px;
}
.blog-content-auto ul li:before{
  content: '\e90e';
  font-family: icomoon;
  margin-right: 10px;
}
.blog-detail-slider .slick-slide{
  margin: 10px;
}
.tags-auto a{
  background-color: #e5e5e5;
  font-weight: 700;
  padding: 5px 10px;
  transition: all ease 0.3s;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.tags-auto a:hover{
  color: #fff !important;
}

/*** User comments ***/
.userreview .comment-actions{
  font-size: 12px;
  right: 0;
  top: 0;
}

/*** Sidebar ***/
.sidebar-auto .sidewidget-auto .author-snap{
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.sidebar-auto .sidewidget-auto .author-snap img{
  width: 100%;
}
.sidebar-auto .sidewidget-auto .footer-social-auto a{
  font-size: 14px;
  width: 27px;
  height: 27px;
  line-height: 2.1;
  margin: 2px;
}
.sidebar-auto .sidewidget-auto.categories ul li a{
  display: block;
  margin: 15px 0;
}
.sidebar-auto .sidewidget-auto.twitter-feed .tweet-icon{
  color: #1ab2e8;
}
.related-posts .related-thumbnail{
  width: 110px;
}

/*** Pagination ***/

.pagination-auto .nav-links {
  width: 100%;
  text-align: center;
}
.pagination-auto a, .pagination-auto span.current {
  width: 50px;
  height: 50px;
  font-weight: 500;
  line-height: 2.5;
  font-size: 21px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: all ease 0.3s;
}
.pagination-auto .next.page-numbers .nav-next-text, .pagination-auto .prev.page-numbers .nav-prev-text {
  display: none !important;
}
.pagination-auto a:hover,
.pagination-auto span.current {
  color: #fff;
}

/*** Compare cars ***/
.et-compare-auto .v-img .star-rating-auto{
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.et-compare-auto .fix-height{
  height: 160px;
}
.et-compare-auto .features-list li{
  margin-top: 30px;
  font-size: 18px;
}
.car-selector{
  display: none;
}

/*** Dealer Detail ***/
.et-dealer-detail-auto .dealer-map{
  height: 400px;
}
.et-dealer-detail-auto .footer-social-auto a{
  width: 27px;
  height: 27px;
  font-size: 14px;
  line-height: 2.1;
  margin: 2px;
}
.auto-inventory .v-img{
  width: 500px;
}
.inventory-meta{
  left: -10px;
  top: 20px;
}
.sidewidget-auto.safety-tips ul{
  font-size: 14px;
}

/*** Dealers ***/
.dealer-grp-auto .dealer-logo{
  width: 100px;
}
.dealer-show-contact .et-popup-auto{
  left: 0px;
  right: unset;
  margin-top: 10px;
}
.dealer-grp-auto .thumb-actions{
  right: 15px;
  width: 60px;
}

/*** Car detail ***/
.et-car-detail-auto .thumb-actions{
  top: 0;
}
.et-car-detail-auto .price-tag{
  bottom: 130px;
  left: -15px;
  font-size: 20px;
  letter-spacing: 2px;
  z-index: 2;
}
.et-car-detail-auto #carousel-thumb .carousel-indicators li{
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}
.features-tabs > li > a.nav-link{
  color: #000;
  opacity: 0.4;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent!important;
}
.features-tabs > li > a.nav-link.active{
  opacity: 1;
}
.features-tabs > li.nav-item{
  flex-grow: 1;
  text-align: center;
}

.features-tabs .nav-link:after {
  content: '';
  display: block;
  height: 0.15em;
  width: 0;
  margin: 0 auto;
  clear: both;
  border-radius: 90px;
  margin-top: 20px;
  transition: all ease 0.4s;
}
.features-tabs .nav-link.active:after {
  width: 50px;
}
.et-feature-tabs-auto .features-list li{
  color: #949494;
  margin-bottom: 30px;
  position: relative;
}
.et-feature-tabs-auto .features-list li:before{
  content: '';
  width: 90%;
  background-color: #ddd;
  height: 0.05em;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  margin: 0 auto;
  right: 0;
}
.et-feature-tabs-auto .features-list li span{
  background-color: #fff;
  position: relative;
  padding-right: 10px;
}
.et-feature-tabs-auto .features-list li span.value{
  color: initial;
  float: right;
  padding-left: 10px;
  padding-right: 0;
}
.progress.thin{
  height: 0.2em;
  overflow: unset;
  position: relative;
}
.progress span.current-value{
  z-index: 99;
  color: #000;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 5px;
  font-size: 16px;
  top: -17px;
  z-index: 2;
}

/*** Autoloan calculator ***/
.calculator-form:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .6em solid;
  border-right: .6em solid transparent;
  border-bottom: 0;
  border-left: .6em solid transparent;
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  right: -20px;
  top: 50%;
}

.or-sep {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.or-sep:before, .or-sep:after {
  content: '';
  height: 1px;
  width: 44%;
  background-color: #ddd;
  position: absolute;
}
.or-sep:before, .or-sep:after {
  content: '';
  height: 1px;
  width: 44%;
  background-color: #ddd;
  position: absolute;
}
.or-sep:before {
  left: 0;
}
.or-sep:after {
  right: 0;
}

.top-filters .search-btn{
  width: 120px;
  font-size: 14px;
  padding: 18px 0px;
  white-space: nowrap;
}
.top-filters .advance-search-btn{
  width: 140px;
  font-size: 14px;
  margin-left: -35px;
  padding: 18px 0px;
  padding-left: 26px;
}
.fix-height .irs--big{
  height: 55px;
}

.filter-accordion .filter-title .pointer{
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.filter-accordion .filter-title .pointer:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  right: -5px;
  top: 8px;
  transition: all ease 0.3s;
}
.filter-accordion .filter-title .pointer.collapsed:after{
  transform: rotate(0deg) translateY(-50%);
}

.search-listing .tl-model{
  bottom: 20px;
  left: -10px;
}
.search-listing .tl-price{
  top: 20px;
  right: -10px;
}
.search-listing .inner-features{
  font-size: 14px;
}

/*** Shop ***/
.shop-listing .thumb-actions{
  top: 5px;
  right: 5px;
}

.inventory-meta .model-tag{
  top: 50%;
  width: 53px;
  right: -53px;
}
.inventory-meta .model-tag:before{
  display: none;
}
.auto-inventory .v-img.shop{
  width: 170px;
}

.list-view{
  display: none;
}
.et-whyus-auto img{
  float:left;
  width:100%;
}
.et-featured-auto .slick-arrow{
  bottom:-50px;
}
.et-compare-auto .fix-height .et-logo-auto img {
  padding: 30px 0 0 40px;
}
/*** Back To Top ***/

#backTop {
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  z-index: 99999;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.5;
}

/*** Shop Detail ***/
.et-shop-detail .et_product_info .product_image {
  height: 300px;
  overflow: hidden;
}
.et-shop-detail .et_product_info .product_image img {
  width: 100%;
}
.et-shop-detail .product_details h4 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 10px 0;
}
.et-shop-detail .product_details .price {
  font-size: 18px;
  font-weight: 700;
}
.et-shop-detail .product_details .price .old_price {
  color: #c9c9c9;
  margin-right: 20px;
  text-decoration: line-through;
}
.et-shop-detail .product_details p {
  margin: 20px 0 23px;
}
.et-shop-detail .cart_option .form-control {
  width: 134px;
  float: left;
  margin-right: 20px;
  height: 43px;
}
.et-shop-detail .product_details .categories {
  margin: 21px 0;
}
.et-shop-detail .product_details .categories label {
  font-weight: normal;
  color: #666666;
}
.et_product_reviews_details {
  margin-top: 56px;
}
.et_product_reviews_details .nav-tabs {
  border: 0;
}
.et_product_reviews_details .nav-tabs li a, .et_product_reviews_details .nav-tabs li a:hover, .et_product_reviews_details .nav-tabs li a:focus {
  border: 0;
  border-radius: 0;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 17px 71px;
  cursor: pointer;
  display: block;
}
.et_product_reviews_details .tab-content {
  padding: 20px;
  border: 1px solid #e0e0e0;
}
.et_product_reviews_details .tab-content:after{
  content: '';
  clear: both;
  display: block;
}
.et_product_reviews_details .tab-content .tab-pane h3 {
  margin: 0px 0 20px;
}
.et-shop-detail .et-comments ul li {
  list-style-type: none;
}
.et-shop-detail .et-comments ul li .user-comment {
  margin-bottom: 50px;
}
.et-shop-detail .et-comments .user-comment .user-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.et-shop-detail .et-comments .user-comment .comment-content {
  float: left;
  width: 80%;
}
.et-shop-detail .et-comments .user-comment .user-name {
  font-size: 16px;
  text-transform: capitalize;
}
.et-shop-detail .et-comments .user-comment .comment-time {
  font-size: 12px;
  color: #666666;
}
.et-shop-detail .et-comments ul li .et-btn {
  padding: 5px 10px;
  font-size: 12px;
}
.et-shop-detail .tab-pane:after {
  content: '';
  clear: both;
  display: block;
}
.et-comments, .et-comments ul, .et-comments ul li, .et-comments ul li .user-comment{
  float: left;
  width: 100%;
}
.et-comments ul li.reply .user-comment {
  padding-left: 50px;
}
.et-shop-detail .et-comments .btn{
  padding: 10px;
  font-size: 12px;
}
.relatedShop{
  padding-top: 0 !important;
  padding-bottom: 50px !important;
}
.relatedShop .productBox .productData{
  width: 100%;
}
/*** Pre loader ***/
@-webkit-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* Styles */
.preloader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: white;
  text-align: center;
}
.preloader .preloader-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 44%;
  left: 0;
  position: relative;
}
.preloader .preloader-container .animated-preloader {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
}
.preloader .preloader-container .animated-preloader:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  background: white;
  -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
  -ms-animation: preloader-inside-white 1s ease-in-out infinite;
  animation: preloader-inside-white 1s ease-in-out infinite;
}
.preloader .preloader-container .animated-preloader:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50em;
  -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
  -ms-animation: preloader-inside-red 1s ease-in-out infinite;
  animation: preloader-inside-red 1s ease-in-out infinite;
}


/*----- End Preloader -----*/



/******* HOME 2 ********/
.et-topbar-auto.landing2 a,
.et-topbar-auto.landing2 span{
  color: #fff;
}
.et-topbar-auto.landing2 .dropdown-content-auto{
  right: 0;
  left: unset;
}
.et-topbar-auto.landing2 .add-car{
  padding: 16px;
}
.et-navbar-auto.landing2 .nav-links > li > a{
  color: inherit;
  font-weight: 600;
  padding: 0 16px;
}
.et-navbar-auto.landing2 .nav-links > li:after{
  content: '';
  display: inline-block;
  height: 17px;
  background-color: rgba(0, 0, 0, 0.12);
  width: 0.1em;
  top: 4px;
  position: absolute;
}
.et-navbar-auto.landing2 a{
  font-weight: 500;
  position: relative;
}
.et-navbar-auto.landing2 .dropdown-content-auto{
  font-weight: 500 !important;
}
.et-slider-auto.landing2 .car-features i{
  font-size: 25px;
  vertical-align: bottom;
}
.et-slider-auto.landing2{
  background-color: #000;
}
.et-slider-auto.landing2 .car-features .icon-automatic-transmission{
  font-size: 31px;
}
.et-slider-auto.landing2 .car-features span{
  display: inline-block;
  margin-bottom: 20px;
  width: 130px;
}
.et-slider-auto.landing2 .slick-arrow{
  display: none !important;
}
.et-search-auto.landing2 .search-btn{
  clip-path: none;
}
.et-browse-auto.landing2 .manufacturer{
  text-align: center;
  color: inherit;
}
.et-browse-auto.landing2 .manufacturer img{
  width: 80px;
  display: block;
  margin: 0 auto;
}
.et-browse-auto.landing2 .manufacturer i{
  font-size: 40px;
  display: block;
  margin: 0 auto;
}

.et-browse-auto.landing2 .slick-arrow{
  clip-path: none;
  font-size: 0;
  width: auto;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: transparent !important;
}
.et-browse-auto.landing2 .slick-prev{
  left: 0;
  right: unset;
}
.et-browse-auto.landing2 .slick-next{
  right: 0;
  left: unset;
}

.et-featured-auto.landing2 .price-tag{
  right: 6px;
  top: 38px;
  bottom: unset;
}
.et-featured-auto.landing2 .ctitle{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0;
  display: block;
  width: 100%;
}
.et-featured-auto.landing2 .car-features{
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color:#fff !important;
  -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.et-featured-auto.landing2 .car-features span{
  margin-top: 20px;
  flex: 1;
  position: relative;
}
.et-featured-auto.landing2 .car-features span:not(:last-child):after{
  content: '';
  display: inline-block;
  height: 40px;
  background-color: #ccc;
  width: 0.02em;
  top: 10px;
  position: absolute;
  right: 0;
}
.et-featured-auto.landing2 .car-features i{
  display: block;
  font-size: 24px;
  height: 40px;
  opacity: 1;
  background-clip: unset;
  background: none;
  color: initial;
  -webkit-text-fill-color: unset;
}
.et-featured-auto.landing2 .car-features i.icon-automatic-transmission{
  font-size: 34px;
  line-height: 0.7;
}
.btn-small{
  padding: 10px 17px;
  font-size: 14px;
}
.et-featured-auto.landing2 .slick-slide{
  margin: 0;
}
.et-featured-auto.landing2 .slider-inner{
  transform: none;
  padding: 0 16px;
}

.image-grid-single{
  position: relative;
  height: 300px;
  overflow: hidden;
  width: 100%;
  border:3px solid #fff;
}
.image-grid-single.lg{
  height: 600px;
}
.image-grid-single img{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.image-grid-single .single-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.image-grid-single:hover .single-overlay{
  opacity: 1;
  visibility: visible;
}
.image-grid-single .single-overlay a{
  color: #fff;
  display: block;
  margin: 0 0 10px;
}
.image-grid-single .single-overlay .car-features{
  text-align: center;
}
.image-grid-single .single-overlay .car-features span{
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}
.image-grid-single .et-popup-auto{
  top: -40px;
  right: 17px;
  padding: 10px;
}

.et-cta-landing-2{
  position: relative;
  background-image: url(../img/speedometer.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.et-cta-landing-2 p{
  color: #fff;
}
.et-cta-landing-2:before{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.et-cta-landing-2 .circle-span{
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 50px;
}
.et-cta-landing-2 h4{
  margin: 10px 0;
}
.et-plans-auto.landing2 .plan-icon{
  font-size: 50px;
  position: absolute;
  right: 40px;
  top: 20px;
}

.et-testimonial-auto-landing2 .user-img{
  width: 250px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 20px;
}
.et-testimonial-auto-landing2 .user-img img{
  max-width: 100%;
}

.floating-input:focus,
.floating-input:hover,
.floating-input:active{
  box-shadow: 0 0 20px rgba(101, 112, 134, 0.22);
}

.footer-nav-2 li{
  margin: 10px 30px;
}
.footer-nav-2 li a{
  color: #fff;
  text-decoration: none;
}
.et-footer-auto-landing2 p{
  color: #fff;
}
.footer-divider{
  width: 60px;
  height: 0.1em;
  background-color: red;
  border-radius: 100px;
}
.bottom-nav-2 li{
  margin: 10px 30px;
}
.bottom-nav-2 li a{
  color: rgba(255, 255, 255, 0.5);
}
.bottom-nav-2 li a:hover{
	color:#fff
}
.et-search-auto.landing2 .advance-search-btn:hover{
	background:#212121 !important;
}
.pricing-box-2.bg-white.shadow-box.p-4:hover{
	webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
}
.pricing-box-2.bg-white.shadow-box.p-4{
	border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 4px;
}
.et-featured-auto.landing2 .car-features:hover {
    box-shadow: 0 .3rem 1rem rgba(0,0,0,.10)!important;
}
.bg-white.shop-listing.shadow-box.p-3.slider-inner.position-relative:hover {
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .06), 0 10px 14px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .06), 0 10px 14px 0 rgba(0, 0, 0, .03);
}
