/*
Theme Name: Ev Price India
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide {
  height: 350px;
  width: 300px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
  margin: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  outline: 1px solid transparent;
  padding: 5px;
}
.Home_title h2{
    max-width: 100%;
    max-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.Home_title {
  padding: 0px 15px;
  margin-top: 10px;
}
.Home_specs {
  margin-top: 12px;
}
.Home_specs .Home_cardSpec {
  padding: 0 6px 5px 16px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.Home_specs .Home_cardSpec .Home_spec{
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: .875rem;
    color: #636363;
    width: 9rem;
    grid-gap: .25rem;
    gap: .25rem;
    justify-items: baseline;
    width: 50%;
}

.Home_cardSpec .Home_spec p.Home_value {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  color: #242424;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  padding-left: 35px;
  text-align: left;
}
.Home_cardSpec .Home_spec p.Home_value:before{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.Home_cardSpec .Home_spec p.Home_value.Home_kWh:before{
  background: url(./images/battery_img.png) no-repeat;
  background-size: 22px;
  top: 7px;
}
.Home_cardSpec .Home_spec p.Home_value.Home_km:before{
  background: url(./images/map_img.png) no-repeat;
  background-size: 16px;
  left: 8px;
}
.Home_cardSpec .Home_spec p.Home_value.Home_Hours:before{
  background: url(./images/charging_img.png) no-repeat;
  background-size: 16px;
}
.Home_cardSpec .Home_spec p.Home_value.Home_Batteri:before{
  background: url(./images/Battery-1_img.png) no-repeat;
  background-size: 20px;
  top: 3px;
  left: 7px;
}
.Home_cardPrice {
  font-size: 18px;
  padding: 5px 20px 10px 20px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.Home_cardPrice > p
 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 18px;
}
.Home_cardPrice > p:before{
  background: url(./images/Price-icon.png) no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  height: 16px;
  background-size: 100%;
  top: 8px;
  left: 0px;
}
a:hover {
  color: #113164;
}
.swiper-slide:hover {
  outline: 1px solid #2bc48b;
  cursor: pointer;
  border-top-left-radius: 5px;
}