@charset "utf-8";
svg {
  fill: currentColor;
}
/* ====== comman css  ====== */
body {
  overflow-x: hidden;
}
.mc_fluid_container {
  margin-right: auto;
  margin-left: auto;
}
.mc_container {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.mc_container.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*  .lhs_wrap{ width: calc(~"100% - 325px");}
.rhs_wrap{ width: 300px; margin-left: 25px;}  */
/* ====== normalize css  ====== */
html {
  height: 100%;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}
body,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.clear {
  clear: both;
}
/* --- Comman breadcrum for Msites --- */
.breadcrum-bg {
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #f6f8fa;
}
.home-mid-contener {
  margin: 0 auto;
  max-width: 1260px;
}
.brad_crum {
  border-bottom: 0 dotted #a9a9a9;
  color: #282828;
  margin: 0 auto;
  padding: 6px 0;
  text-transform: uppercase;
  font: 400 16px 'Fira Sans', sans-serif;
  display: block;
  clear: both;
  overflow: hidden;
}
.bread-title {
  color: #000;
  font: 500 12px 'Fira Sans', sans-serif;
}
.brad_crum a {
  color: #337ab7 !important;
}
.brad_crum a {
  font: 400 12px 'Fira Sans', sans-serif;
  text-transform: capitalize;
  color: #337ab7 !important;
}
.brad_crum a:last-of-type {
  color: #333 !important;
}
.brad_crum .bread-arrow {
  display: inline-block;
  height: 11px;
  padding-left: 5px;
  width: 11px;
  position: relative;
  top: 2px;
  background: unset;
}
.brad_crum .bread-arrow:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 3px;
  width: 11px;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #ccc;
}
/*=== slick slider ===*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots button {
  border-radius: 100%;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #a0a4a4;
  font-size: 0;
  outline: 0;
}
.slick-dots li.slick-active button {
  background-color: #2b7493;
}
.slick-next,
.slick-prev {
  outline: 0;
}
/* .dn{display:none;} */
html {
  scroll-behavior: smooth;
}
main {
  font: 400 20px/28px 'Poppins', sans-serif;
  background-color: #fff;
  overflow: hidden;
}
a {
  color: #000;
}
.common_title {
  display: inline-block;
  color: #04AC00;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  font-family: 'Arsenal', sans-serif;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  top: -36px;
  z-index: 9;
}
.common_title .light {
  display: inline-block;
  color: #0b4754;
  font-weight: 400; padding-right: 15px; padding-left: 15px;
}
.common_title .bold {
  display: inline-block;
}

.common_title .last_letter{ text-transform: lowercase;}
/* animated border - squre frame  */
.squre_frame {
  position: relative;
  width: 1280px;
  min-height: 200px;
  z-index: 9;
}
.squre_frame:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 0;
  height: 0;
  background: transparent;
  border: 4px solid transparent;
  animation: before_squre_frame_animate 3s linear forwards;
  z-index: -9;
}
.squre_frame:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 0;
  height: 0;
  background: transparent;
  border: 4px solid transparent;
  animation: after_squre_frame_animate 3s linear forwards;
  z-index: -9;
}
.squre_frame.grey_border:before {
  animation: before_squre_frame_animate_grey 3s linear forwards;
}
.squre_frame.grey_border:after {
  animation: after_squre_frame_animate_grey 3s linear forwards;
}
@keyframes before_squre_frame_animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #FFFFFF;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes after_squre_frame_animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #FFFFFF;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
  }
}
@keyframes before_squre_frame_animate_grey {
  0% {
    width: 0;
    height: 0;
    border-top-color: #D4D4D4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #D4D4D4;
    border-right-color: #D4D4D4;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #D4D4D4;
    border-right-color: #D4D4D4;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes after_squre_frame_animate_grey {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #D4D4D4;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #D4D4D4;
    border-left-color: #D4D4D4;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #D4D4D4;
    border-left-color: #D4D4D4;
  }
}
.mc_fieldset {
  text-align: center;
  border: 4px solid;
  padding: 0;
  margin: 0;
}
.mc_fieldset .legend {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  border: none;
  border-bottom: none;
  text-transform: uppercase;
  position: relative;
}
/*=== top intro sec ===*/
.top_intro_sec {
  min-height: 1040px;
  height: 100vh;
  position: relative;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/top_intro_sec_bg.png?1") no-repeat;
  background-position: top center ;
  background-size: 100% 100%;
  padding-bottom: 50px;
  padding-top: 20px;
}
.top_intro_sec .mc_container {
  position: relative;
  padding-bottom: 300px;
}
.top_intro_sec .mc_container .electric_word_img {
  position: absolute;
  top: -168px;
  left: 2px;
  width: 1260px;
  height: 250px;
  white-space: nowrap;
}
.top_intro_sec .mc_container .vehicles_world_img {
  position: absolute;
  bottom: 179px;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  left: 0;
  right: 0;
}
.top_intro_sec .mc_container .discover_more_alink {
  position: absolute;
  bottom: 140px;
  width: 170px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Arsenal', sans-serif;
  text-transform: uppercase;
  opacity: 50%;
  color: #000;
}
.top_intro_sec .mc_container .discover_more_alink .mouse_svg {
  animation: mouse_anim 1s;
  -moz-animation: mouse_anim 1s infinite;
  -webkit-animation: mouse_anim 1s infinite;
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  width: 30px;
  margin: 0 auto;
  text-align: center;
}
.top_intro_sec .mc_fieldset {
  position: relative;
  border-color: #fff;
  padding: 0 130px 200px 130px;
  margin-top: 160px; 
  margin-bottom: 130px;
}
.top_intro_sec .mc_fieldset .legend .page_title {
  color: #04AC00;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  font-family: 'Arsenal', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.top_intro_sec .mc_fieldset .legend .page_title .bold {
  display: block;
}
.top_intro_sec .mc_fieldset .legend .page_title .light {
  display: block;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
.top_intro_sec .mc_fieldset .intro_txt {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.top_intro_sec .mc_fieldset .top_intro_car_img {
  width: 1000px;
  height: 427px;
  position: absolute;
  bottom: -227px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
@-moz-keyframes mouse_anim {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes mouse_anim {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.six_reasons_sec {
  position: relative;
  background: #fff;
  padding-top: 120px;
  padding-bottom: 90px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/six_res_bg_img.png?1") no-repeat;
  background-position: bottom center ;
  background-size: contain;
}
.six_reasons_sec .common_title {
  left: -8px;
  padding: 0 10px 0 0;
  background-color: #fff;
}
.six_reasons_sec .mc_container {
  position: relative;
}
.six_reasons_sec .mc_container .six_res_car_img.six_reasons_car {
  display: block;
  position: absolute;
  bottom: 30px;
  right: calc(300px - 720px);
  width: 766px;
  height: auto;
}
.six_reasons_sec .six_res_slider {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: nowrap;
  padding-left: 70px;
}
.six_reasons_sec .six_res_slider .slide_item {
  width: 50%;
  padding: 0 20px 0 20px;
  margin-bottom: 50px;
}
.six_reasons_sec .six_res_slider .slide_item .six_res_car_img.slide_car {
  display: none;
}
.six_reasons_sec .six_res_list {
  margin-bottom: 30px;
}
.six_reasons_sec .six_res_list li {
  display: block;
  margin-bottom: 30px;
}
.six_reasons_sec .six_res_list li .six_res_img_div {
  display: flex;
  width: 80px;
  height: 80px;
  border: 1px solid #7ADE64;
  border-radius: 8px;
  background-color: #E8FAE5;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}
.six_reasons_sec .six_res_list li .six_res_txt {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
}
.the_technology_sec {
  position: relative;
  background: #e4e8ed;
  padding-top: 100px;
  padding-bottom: 270px;
  margin-top: -2px;
}
.the_technology_sec .squre_frame {
  text-align: center;
  padding-bottom: 170px;
}
.the_technology_sec .common_title {
  padding: 0 10px 0 10px;
  background: #e4e8ed;
}
.car_part_sec {
  background-image: radial-gradient(circle, #ffffff 29%, #e4e8ed 40%);
  position: relative;
}
.car_part_sec .obj_info_wrap {
  opacity: 0;
  transition: 0.5s linear;
  background-color: #fff;
  border: 1px solid #7ADE64;
  padding: 50px 40px 40px 20px;
  position: absolute;
  bottom: -320px;
  left: 40px;
  right: 40px;
  text-align: center;
  z-index: 9;
  width: calc(100% - 80px);
  height: 300px;
  display: flex;
  flex-wrap: wrap;
}
.car_part_sec .obj_info_wrap .part_img {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  margin: 0 -2px;
}
.car_part_sec .obj_info_wrap .part_info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 300px);
  margin: 0 -2px;
  text-align: left;
  padding-left: 20px;
  padding-top: 40px;
}
.car_part_sec .obj_info_wrap .part_info .part_name {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  font-family: 'Arsenal', sans-serif;
  color: #000;
  width: 100%;
  margin-bottom: 5px;
}
.car_part_sec .obj_info_wrap .part_info .part_txt {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  width: 100%;
  margin-bottom: 10px;
}
.car_part_sec .obj_info_wrap.motor {
  padding: 50px 40px 40px 20px;
}
.car_part_sec .obj_info_wrap.battery {
  padding: 30px 40px 40px 20px;
}
.car_part_sec .obj_info_wrap.battery .part_info {
  padding-top: 60px;
}
.car_part_sec .obj_info_wrap.break {
  padding: 30px 40px 40px 20px;
}
.car_part_sec .obj_info_wrap.break .part_info {
  padding-top: 50px;
}
.car_part_sec .obj_info_wrap.charge {
  padding: 10px 40px 40px 30px;
}
.car_part_sec .obj_info_wrap.charge .part_info {
  padding-top: 0;
  padding-left: 30px;
  padding-top: 30px;
}
.car_part_sec .obj_info_wrap.active {
  opacity: 1;
}
.img_obj_indicator_box {
  background: url("https://images.moneycontrol.com/mcnews/images/evs/cars/tech_part_car.png?1") no-repeat;
  background-size: cover;
  width: 800px;
  height: 520px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.img_obj_wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 0px solid #ccc;
  cursor: pointer;
  text-align: center;
  z-index: 99;
}
.img_obj_wrap.motor {
  bottom: 192px;
  left: 160px;
}
.img_obj_wrap.motor:before {
  display: none;
  content: "";
  position: absolute;
  top: 27px;
  left: 18px;
  width: 2px;
  height: 250px;
  background-color: #000;
}
.img_obj_wrap.motor:after {
  display: none;
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
}
.img_obj_wrap.motor.active:before {
  display: block;
}
.img_obj_wrap.motor.active:after {
  display: block;
}
.img_obj_wrap.battery {
  bottom: 260px;
  left: 433px;
}
.img_obj_wrap.battery:before {
  display: none;
  content: "";
  position: absolute;
  top: 27px;
  left: 18px;
  width: 2px;
  height: 315px;
  background-color: #000;
}
.img_obj_wrap.battery:after {
  display: none;
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
}
.img_obj_wrap.battery.active:before {
  display: block;
}
.img_obj_wrap.battery.active:after {
  display: block;
}
.img_obj_wrap.break {
  bottom: 98px;
  left: 268px;
}
.img_obj_wrap.break:before {
  display: none;
  content: "";
  position: absolute;
  top: 27px;
  left: 18px;
  width: 2px;
  height: 152px;
  background-color: #000;
}
.img_obj_wrap.break:after {
  display: none;
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
}
.img_obj_wrap.break.active:before {
  display: block;
}
.img_obj_wrap.break.active:after {
  display: block;
}
.img_obj_wrap.charge {
  bottom: 369px;
  left: 738px;
}
.img_obj_wrap.charge:before {
  display: none;
  content: "";
  position: absolute;
  top: 27px;
  left: 18px;
  width: 2px;
  height: 423px;
  background-color: #000;
}
.img_obj_wrap.charge:after {
  display: none;
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
}
.img_obj_wrap.charge.active:before {
  display: block;
}
.img_obj_wrap.charge.active:after {
  display: block;
}
.img_obj_wrap .obj_dot {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 40%;
  top: 40%;
}
.img_obj_wrap .obj_dot:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #04AC00;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  -webkit-animation-name: 'ripple';
  -webkit-animation-duration: 1.6s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
}
.img_obj_wrap .zoom {
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #04AC00;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  animation: 1.6s ease-in-out 0s infinite normal none running scale;
  box-shadow: 0 0 17px 8px #04AC00;
  border: 1px solid #04a300;
}
@keyframes scale {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    left: 5px;
    top: 5px;
    opcity: 75;
    width: 0;
    height: 0;
  }
  100% {
    left: -20px;
    top: -20px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}
.how_to_maintenance_sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/how_to_maintn_bg_img.png?1") no-repeat;
  background-position: bottom;
}
.how_to_maintenance_sec .common_title {
  padding: 0 10px 0 10px;
  background: #fff;
  left: 387px;
}
.how_to_maintenance_sec .how2maint_car {
  position: absolute;
  bottom: 100px;
  left: -462px;
  width: 872px;
  height: 488px;
  z-index: 9;
}
.maintenance_list_sec {
  width: calc(100% - 400px);
  float: right;
  text-align: left;
  padding: 0px 20px 20px 0px;
}
.maintenance_list_sec .ttl_txt {
  width: 100%;
  text-align: left;
  padding-right: 70px;
}
.maintenance_list_sec .mtn_list_slider {
  z-index: 9;
  padding-right: 70px;
}
.maintenance_list_sec .mtn_list_slider .slide_item {
  border-bottom: 1px solid #7ADE64;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.maintenance_list_sec .mtn_list_slider .slide_item .mtn_type_img_div {
  display: flex;
  width: 80px;
  height: 80px;
  border: 1px solid #7ADE64;
  border-radius: 8px;
  background-color: #E8FAE5;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.maintenance_list_sec .mtn_list_slider .slide_item .mtn_type_img_div .mtn_type_img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.maintenance_list_sec .mtn_list_slider .slide_item .mtn_type {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Arsenal', sans-serif;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}
.maintenance_list_sec .mtn_list_slider .slide_item .mtn_txt {
  display: inline;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  width: 100%;
  margin-bottom: 10px;
}
.maintenance_list_sec .mtn_list_slider .show-hide-text {
  color: #04AC00;
  cursor: pointer;
  display: inline; padding-left: 5px;
}
.maintenance_list_sec .mtn_list_slider .hiddenText {
  display: none;
}
.maintenance_list_sec .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
.maintenance_list_sec .slick-dots button {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: none;
  background-color: #04AC00;
  opacity: 20%;
  text-indent: -9999px;
  outline: 0;
}
.maintenance_list_sec .slick-dots li {
  display: block;
  list-style: none;
  margin: 10px 0;
}
.maintenance_list_sec .slick-dots li.slick-active button {
  opacity: 1;
}
.ttl_txt {
  font-size: 22px;
  line-height: 28px;
  width: 78%;
  margin: 0 auto 20px auto;
  text-align: center;
}
.no_inp_fld {
  border-top: none;
  border-right: none;
  border-bottom: 0px solid #838486;
  border-left: none;
  background-color: transparent;
  width: 100px;
}
.the_cost_calculator_sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px; 
  background: #e4e8ed url("https://images.moneycontrol.com/mcnews/images/evs/cost_cal_bg.png?1") no-repeat;
  background-position: bottom;
}
.the_cost_calculator_sec .common_title {
  padding: 0 10px 0 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
  top: 0;
}
.the_cost_calculator_sec .common_title .bold {
  display: block;
}
.the_cost_calculator_sec .common_title .light {
  display: block;
  color: #000;
  font-weight: 400;
}
.the_cost_calculator_sec .dist_trvl_input_blk {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 10px;
}
.the_cost_calculator_sec .dist_trvl_input_blk .dist_trvl_lbl {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
  padding-right: 15px;
}
.the_cost_calculator_sec .dist_trvl_input_blk .dist_trvl_fld {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'Arsenal', sans-serif;
  width: 150px;
  height: 50px;
  border-radius: 0;
}
.the_cost_calculator_sec .calc_btm_txt {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Arsenal', sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.the_cost_calculator_sec .range_selector {
  background-color: transparent;
}
.calc_type_lbl {
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  color: #000;
  text-transform: uppercase;
  background: #e4e8ed;
}
.cost_calculator_blk {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cost_calculator_blk .fuel_calc {
  position: relative;
  width: calc(50% - 15px);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-right: 15px;
  padding: 40px 40px 240px 0px;
}
.cost_calculator_blk .fuel_calc .calc_type_lbl {
  position: absolute;
  left: 0;
  top: -20px;
  padding-right: 12px;
  background: #dce2e6;
}
.cost_calculator_blk .fuel_calc .fuel_calc_bg_img {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 355px;
  height: 240px;
  z-index: 0;
}
.cost_calculator_blk .ev_calc {
  position: relative;
  width: calc(50% - 15px);
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-left: 15px;
  padding: 40px 0px 160px 40px;
}
.cost_calculator_blk .ev_calc .calc_type_lbl {
  position: absolute;
  right: 0;
  top: -20px;
  padding-left: 12px;
  background: #ecf0f2;
}
.cost_calculator_blk .ev_calc .ev_calc_bg_img {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 372px;
  height: 240px;
  z-index: 0;
}
.range_selector_wrap {
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}
.range_selector_wrap .range_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.range_selector_wrap .range_head .lhs_lbl .range_name {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
}
.range_selector_wrap .range_head .rhs_lbl {
  text-align: right;
}
.range_selector_wrap .range_head .rhs_lbl input,
.range_selector_wrap .range_head .rhs_lbl span {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  text-align: right;
  cursor: default;
}
.range_selector_wrap .range_head .rhs_lbl input {
  width: 100px;
}
.range_selector_wrap .range_head .rhs_lbl span {
  padding-left: 5px;
}
.range_selector_wrap.running_cost_km {
  margin-bottom: 20px;
}
.range_selector_wrap.running_cost_tot {
  margin-bottom: 10px;
}
.range_slider .slider-track {
  position: absolute;
  cursor: pointer;
}
.range_slider .slider-track:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}
.range_slider .slider-track:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}
.range_slider .slider-track-low,
.range_slider .slider-track-high {
  position: absolute;
}
.range_slider .slider.slider-horizontal {
  width: 100%;
  height: 2px;
}
.range_slider .slider.slider-horizontal .slider-tick {
  margin-left: -10px;
  margin-top: 17px;
}
.range_slider .slider.slider-horizontal .slider-selection,
.range_slider .slider.slider-horizontal .slider-track-low,
.range_slider .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.range_slider .slider.slider-horizontal .slider-track {
  height: 2px;
  top: 50%;
  left: 0;
}
.range_slider .slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.range_slider .slider .tooltip.top {
  margin-top: -20px;
  top: -15px;
  background: none;
  width: unset !important;
  height: unset !important;
}
.range_slider .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.range_slider .tooltip.in {
  opacity: .9;
}
.range_slider .slider .tooltip {
  pointer-events: none;
}
.range_slider .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "robotomedium", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.range_slider .slider.slider-horizontal .slider-track {
  width: 100%;
  margin-top: 22px;
}
.range_slider .slider-selection {
  border-radius: unset;
  box-shadow: none;
  background-color: #000;
  background-image: none;
}
.range_slider .slider-track-high {
  position: absolute;
  border: unset;
  background-color: #666;
  border-radius: unset;
  box-shadow: none;
}
.range_slider .slider.slider-horizontal .slider-handle {
  position: absolute;
  cursor: pointer;
  box-shadow: unset;
  background-size: contain;
}
.range_slider .slider.slider-horizontal .slider-handle.round {
  border-radius: unset;
}
.range_slider.car .slider.slider-horizontal .slider-handle {
  top: -5px;
  width: 80px;
  height: 30px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/car.png?1") no-repeat;
  background-size: contain;
}
.range_slider.car .slider.slider-horizontal .tooltip.top {
  margin-top: -25px;
}
.range_slider.fuel .slider.slider-horizontal .slider-handle {
  top: -10px;
  width: 35px;
  height: 35px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/fuel.png?1") no-repeat;
  background-size: contain;
}
.range_slider.fuel .slider.slider-horizontal .tooltip.top {
  margin-top: -35px;
}
.range_slider.battery .slider.slider-horizontal .slider-handle {
  top: -7px;
  width: 35px;
  height: 35px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/battery.png?1") no-repeat;
  background-size: contain;
}
.range_slider.battery .slider.slider-horizontal .tooltip.top {
  margin-top: -30px;
}
.range_slider.electricity .slider.slider-horizontal .slider-handle {
  top: -10px;
  width: 34px;
  height: 34px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/electricity.png?1") no-repeat;
  background-size: contain;
}
.range_slider.electricity .slider.slider-horizontal .tooltip.top {
  margin-top: -30px;
}
.spotlight_sec {
  position: relative;
  padding-top: 90px;
  padding-bottom: 70px;
}
.spotlight_sec .common_title {
  padding: 0 10px 0 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
  top: 0;
}
.spotlight_sec .common_title .bold {
  display: block;
}
.spotlight_list .story_item_box.st_story .story_img_box img {
  transition: transform .2s;
}
.spotlight_list .story_item_box.st_story:hover img {
  transform: scale(1.1);
}
.spotlight_list .story_item_box.st_story:hover .story_img_box img {
  transform: scale(1.1);
}
.spotlight_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.spotlight_list .story_item_box.st_story {
  width: calc(33.33% - 60px);
  vertical-align: top;
  margin-right: 30px;
  margin-left: 30px;
  position: relative;
  min-height: 1px;
  border-radius: 6px;
}
.spotlight_list .story_item_box.st_story .story_img_box img {
  width: 100%;
  height: auto;
  display: block;
}
.spotlight_list .story_item_box.st_story .story_txt_box {
  position: relative;
  top: -20px;
  right: -20px;
  width: calc(100% - 10px);
  min-height: auto;
  padding: 15px;
}
.spotlight_list .story_item_box.st_story .story_txt_box .story_ttl {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  color: #000;
  cursor: pointer;
  padding-top: 15px;
}
.spotlight_list .story_item_box.st_story:nth-child(2) {
  margin-top: 50px;
}
.spotlight_list .story_item_box.st_story:nth-child(5) {
  margin-top: 50px;
}
.spotlight_list .story_item_box.st_story:nth-child(8) {
  margin-top: 50px;
}
.spotlight_list .story_item_box.st_story:nth-child(11) {
  margin-top: 50px;
}
.spotlight_list .story_item_box.st_story:nth-child(14) {
  margin-top: 50px;
}
.spotlight_list .story_item_box.st_story:nth-child(17) {
  margin-top: 50px;
}
.spotlight_list .story_item_box.st_story:nth-child(20) {
  margin-top: 50px;
}
.faqs_sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #e4e8ed url("https://images.moneycontrol.com/mcnews/images/evs/cost_cal_bg.png?1") no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
.faqs_sec .common_title {
  padding: 0 10px 0 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 30px auto;
  top: 0;
}
.faqs_sec .common_title .bold {
  display: block;
}
.faqs_sec .squre_frame {
  width: 100%;
  min-height: 100%;
}
.faqs_sec .squre_frame:before {
  animation: before_squre_frame_animate 0.01s linear forwards;
}
.faqs_sec .squre_frame:after {
  animation: after_squre_frame_animate 0.01s linear forwards;
}
/* Accordion */
.acc_card {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 12px 20px;
}
.acc_card .acc_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  cursor: pointer;
  margin-bottom: 12px;
  padding-right: 40px;
}
.acc_card .acc_title:after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 25px;
  right: 25px;
  content: " ";
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/next.png?1") 0 0 no-repeat;
  transform: rotate(90deg);
}
.acc_card .acc_title.active:after {
  transform: rotate(270deg);
}
.acc_card .acc_panel {
  display: none;
  position: relative;
  margin-bottom: 10px;
  padding-right: 70px;
}
.acc_card .acc_panel ul {
  list-style-type: decimal;
  padding-left: 20px;
}
.acc_card .acc_panel ul li {
  list-style-type: decimal;
  padding: 5px 10px;
}
.acc_card.box_active {
  outline: 1px solid #7ADE64;
  background-color: #fff;
}
.acc_card.box_active.squre_frame:before {
  display: none;
}
.acc_card.box_active.squre_frame:after {
  display: none;
}
.video_sec {
  position: relative;
  padding-top: 150px;
  padding-bottom: 90px;
  border-bottom: 1px solid #eee;
}
.video_sec:before {
  content: "";
  border-bottom: 453px solid #e4e8ed;
  border-right: 2690px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.video_sec .squre_frame {
  text-align: left;
}
.video_sec .common_title {
  position: absolute;
  padding: 0 10px 0 10px;
  background: #fff;
}
.video_sec .common_title.mob {
  display: none;
}
.video_sec .top_block {
  margin-top: -40px;
  padding: 0px 15px 0px 15px;
}
.video_sec .top_block .image_block {
  width: 719px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -40px;
  left: -18px;
  float: left;
}
.video_sec .top_block .image_block .image_alink {
  display: block;
}
.video_sec .top_block .image_block .image_alink:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/video64.png?1") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9;
}
.video_sec .top_block .image_block .image_alink:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000021;
  z-index: 9;
}
.video_sec .top_block .content_block {
  width: calc(100% - 720px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
  padding-top: 50px;
}
.video_sec .top_block .content_block .common_title.desk {
  display: block;
}
.video_sec .top_block .content_block .ttl {
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  margin-bottom: 10px;
}
.video_sec .top_block .content_block .txt {
  font-size: 20px;
  line-height: 26px;
  opacity: 60%;
}
.video_sec .slide_wrapper {
  padding: 0px 20px 0px 20px;
}
.video_sec .slide_wrapper .slide_lbl {
  font-size: 28px;
  line-height: 32px;
  font-family: 'Arsenal', sans-serif;
  color: #303030;
  opacity: 60%;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 12px;
}


  .video_sec .slick-slide img{width: 100%;}
  .video_sec .slick-initialized .slick-slide{ margin: 0 15px 30px 15px;}
  
  
.video_sec .slide_wrapper .video_slide {
  position: relative;
  z-index: 9;
  outline: 0;
  text-decoration: none !important;
}
.video_sec .slide_wrapper .video_slide .story_img_box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.video_sec .slide_wrapper .video_slide .story_img_box:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/video.png?1") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9;
}
.video_sec .slide_wrapper .video_slide .slide_ttl {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  color: #000;
}
.video_sec .slide_wrapper .video_slide:hover {
  display: block;
}
.video_sec .slide_wrapper .video_slide:hover .story_img_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000021;
  z-index: 9;
}
.video_sec .slide_wrapper .slick-next,
.video_sec .slide_wrapper .slick-prev {
  position: absolute;
  top: -40px;
  width: 22px;
  height: 22px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/next.png?1") no-repeat;
  background-size: contain;
  z-index: 99;
  text-indent: -999em;
  cursor: pointer;
  outline: 0;
}
.video_sec .slide_wrapper .slick-prev {
  right: 52px;
  transform: rotate(180deg);
}
.video_sec .slide_wrapper .slick-next {
  right: 12px;
}
.video_sec .slide_wrapper .slick-prev.slick-disabled,
.video_sec .slide_wrapper .slick-next.slick-disabled {
  background-size: contain;
  cursor: none;
  opacity: 0.2;
}
.the_global_sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #e4e8ed;
}
.the_global_sec .common_title {
  padding: 0 10px 0 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
  top: 0;
}
.the_global_sec .common_title .bold {
  display: inline-block;
}
.the_global_sec .common_title .light {
  color: #000;
  font-weight: 400;
}
.the_global_sec .global_map {
  padding: 280px 20px 30px 20px;
  margin-top: 280px;
  margin-bottom: 70px;
}
.the_global_sec .slick-initialized .slick-slide{margin: 0 12px;}
.the_global_sec .glob_cntry_item_box {
  position: relative;
  z-index: 9;
  width: 280px;
  height: 200px;
  outline: 0; 
  text-decoration: none !important;
  
} 

.the_global_sec .slick-slide.active_cntry .glob_cntry_item_box:before {
    display: block;
}
.the_global_sec .slick-slide.active_cntry .glob_cntry_item_box .cntry_ttl {
  width: 100%;
  height: 100%;
  background: unset;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}


.the_global_sec .glob_cntry_item_box:active,
.the_global_sec .glob_cntry_item_box:hover,
.the_global_sec .glob_cntry_item_box:focus {
  outline: 0;
  text-decoration: none;
}
.the_global_sec .glob_cntry_item_box:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000045;
  z-index: 9;
}
.the_global_sec .glob_cntry_item_box img {
  width: 100%;
  height: 100%;
}
.the_global_sec .glob_cntry_item_box .cntry_ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 0px);
  height: auto;
  background-image: linear-gradient(transparent, #000000);
  z-index: 9;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Arsenal', sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 30px 10px 15px 20px;
}
.the_global_sec .glob_cntry_item_box:hover:before {
  display: block;
}
.the_global_sec .glob_cntry_item_box:hover .cntry_ttl {
  width: 100%;
  height: 100%;
  background: unset;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.global_map .earth .earth_cntry_data {
  padding: 10px;
  width: 255px;
  height: auto;
  background-color: #fff;
  display: inline-block;
  box-shadow: 2px 2px 10px -4px #000000;
  position: relative;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -ms-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  text-align: center;
}
.global_map .earth .earth_cntry_data .cd_lbl {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.global_map .earth .earth_cntry_data .cd_count {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.global_map .earth .img_obj_wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 0px solid #ccc;
  cursor: pointer;
  text-align: center;
  z-index: 99;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.global_map .earth .img_obj_wrap:before {
  display: none;
  content: "";
  position: absolute;
  top: 27px;
  left: 18px;
  width: 2px;
  height: 315px;
  background-color: #000;
}
.global_map .earth .img_obj_wrap:after {
  display: none;
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
}
.global_map .earth .img_obj_wrap.active:before {
  display: block;
}
.global_map .earth .img_obj_wrap.active:after {
  display: block;
}
.global_map .cntry_lbl {
  font-size: 28px;
  line-height: 32px;
  font-family: 'Arsenal', sans-serif;
  color: #303030;
  opacity: 60%;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 12px;
}
.global_map .slick-next,
.global_map .slick-prev {
  position: absolute;
  top: -40px;
  width: 22px;
  height: 22px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/next.png?1") no-repeat;
  background-size: contain;
  z-index: 99;
  text-indent: -999em;
  cursor: pointer;
  outline: 0;
}
.global_map .slick-prev {
  right: 52px;
  transform: rotate(180deg);
}
.global_map .slick-next {
  right: 12px;
}
.global_map .slick-prev.slick-disabled,
.global_map .slick-next.slick-disabled {
  background-size: contain;
  cursor: none;
  opacity: 0.2;
}
.global_map .earth.animate_european_union .earth_cntry_data.box_european_union {
  opacity: 1;
  top: 180px;
  left: 124px;
}
.global_map .earth.animate_european_union .img_obj_wrap {
  bottom: unset;
  top: -30px;
}
.global_map .earth.animate_china .earth_cntry_data.box_china {
  opacity: 1;
  top: -45px;
  left: 124px;
}
.global_map .earth.animate_us .earth_cntry_data.box_us {
  opacity: 1;
  top: -205px;
  left: 124px;
}
.global_map .earth.animate_india .earth_cntry_data.box_india {
  opacity: 1;
  top: -261px;
  left: 124px;
}
.global_map .earth.animate_south_korea .earth_cntry_data.box_south_korea {
  opacity: 1;
  top: -392px;
  left: 124px;
}
.global_map .earth.animate_canada .earth_cntry_data.box_canada {
  opacity: 1;
  top: -554px;
  left: 124px;
}
.global_map .earth.animate_japan .earth_cntry_data.box_japan {
  opacity: 1;
  top: -583px;
  left: 124px;
}
.global_map .earth.animate_taiwan .earth_cntry_data.box_taiwan {
  opacity: 1;
  top: -750px;
  left: 124px;
}
@media all and (min-width: 980px) {
  .global_map .earth {
    position: absolute;
    top: -250px;
    left: 0;
    right: 0;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    background: url("https://images.moneycontrol.com/mcnews/images/evs/world_map.svg?1") 0 0 repeat;
    background-size: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform 0.2s ease;
    -moz-transform-style: preserve-3d;
    transition: transform .2s ease;
    transform-style: preserve-3d;
    box-shadow: 0 0 20px -5px #000000;
    -moz-box-shadow: 0 0 20px -5px #000000;
    -webkit-box-shadow: 0 0 20px -5px #000000;
  }
  .global_map .earth.animate_european_union {
    animation: rotate_european_union_anim 2s ease;
    -webkit-animation: rotate_european_union_anim 2s ease;
    -moz-animation: rotate_european_union_anim 2s ease;
    -ms-animation: rotate_european_union_anim 2s ease;
    -o-animation: rotate_european_union_anim 2s ease;
    background-position: -90px 0;
  }
  @keyframes rotate_european_union_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -90px 0;
    }
  }
  .global_map .earth.animate_china {
    animation: rotate_china_anim 2s ease;
    -webkit-animation: rotate_china_anim 2s ease;
    -moz-animation: rotate_china_anim 2s ease;
    -ms-animation: rotate_china_anim 2s ease;
    -o-animation: rotate_china_anim 2s ease;
    background-position: 360px 0;
  }
  @keyframes rotate_china_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 360px 0;
    }
  }
  .global_map .earth.animate_us {
    animation: rotate_us_anim 2s ease;
    -webkit-animation: rotate_us_anim 2s ease;
    -moz-animation: rotate_us_anim 2s ease;
    -ms-animation: rotate_us_anim 2s ease;
    -o-animation: rotate_us_anim 2s ease;
    background-position: 110px 0;
  }
  @keyframes rotate_us_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 110px 0;
    }
  }
  .global_map .earth.animate_india {
    animation: rotate_india_anim 2s ease;
    -webkit-animation: rotate_india_anim 2s ease;
    -moz-animation: rotate_india_anim 2s ease;
    -ms-animation: rotate_india_anim 2s ease;
    -o-animation: rotate_india_anim 2s ease;
    background-position: 445px 0;
  }
  @keyframes rotate_india_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 445px 0;
    }
  }
  .global_map .earth.animate_south_korea {
    animation: rotate_south_korea_anim 2s ease;
    -webkit-animation: rotate_south_korea_anim 2s ease;
    -moz-animation: rotate_south_korea_anim 2s ease;
    -ms-animation: rotate_south_korea_anim 2s ease;
    -o-animation: rotate_south_korea_anim 2s ease;
    background-position: -411px 0;
  }
  @keyframes rotate_south_korea_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -411px 0;
    }
  }
  .global_map .earth.animate_canada {
    animation: rotate_canada_anim 2s ease;
    -webkit-animation: rotate_canada_anim 2s ease;
    -moz-animation: rotate_canada_anim 2s ease;
    -ms-animation: rotate_canada_anim 2s ease;
    -o-animation: rotate_canada_anim 2s ease;
    background-position: 87px 0;
  }
  @keyframes rotate_canada_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 87px 0;
    }
  }
  .global_map .earth.animate_japan {
    animation: rotate_japan_anim 2s ease;
    -webkit-animation: rotate_japan_anim 2s ease;
    -moz-animation: rotate_japan_anim 2s ease;
    -ms-animation: rotate_japan_anim 2s ease;
    -o-animation: rotate_japan_anim 2s ease;
    background-position: -356px 0;
  }
  @keyframes rotate_japan_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -356px 0;
    }
  }
  .global_map .earth.animate_taiwan {
    animation: rotate_taiwan_anim 2s ease;
    -webkit-animation: rotate_taiwan_anim 2s ease;
    -moz-animation: rotate_taiwan_anim 2s ease;
    -ms-animation: rotate_taiwan_anim 2s ease;
    -o-animation: rotate_taiwan_anim 2s ease;
    background-position: -380px 0;
  }
  @keyframes rotate_taiwan_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -380px 0;
    }
  }
}
.top_countries_box {
  margin-bottom: 70px;
  height: 240px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 20px;
  background: #e4e8ed;
}
.top_countries_box .ctry_txt {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  color: #000;
}
.top_countries_box .ctry_img {
  position: relative;
}
.top_countries_box .ctry_img.norway {
  top: 50px;
  left: 27px;
}
.top_countries_box .ctry_img.sweden {
  top: 35px;
  left: 27px;
}
.top_countries_box.right {
  display: block;
}
.top_countries_box.right .ctry_txt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  width: calc(100% - 414px);
  padding-top: 85px;
}
.top_countries_box.right .ctry_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  width: 414px;
  float: left;
  position: relative;
  top: -64px;
}
.trac_slide_wrapper .progress_container .ui-progressbar .ui-progressbar-value {
  transition: 0.5s all;
}
.range_slider .slider.slider-horizontal .tooltip {
  display: none !important;
}
.tracing_journey_sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid #eee;
}
.tracing_journey_sec:before {
  content: "";
  border-bottom: 430px solid #e4e8ed;
  border-left: 2300px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
.tracing_journey_sec .squre_frame {
  text-align: center;
  width: 1065px;
  margin: 0 auto;
}
.tracing_journey_sec .common_title {
  padding: 0 10px 0 10px;
  background: #fff;
  margin-bottom: -5px;
}
.tracing_journey_sec .trac_slide_wrapper {
  width: 635px;
  margin: 0 auto; 
}
.tracing_journey_sec .trac_slide_wrapper .ttl_txt { 
  width: 100%;
}
.tracing_journey_sec .trac_slide_wrapper .ttl_txt:first-of-type { margin-bottom:5px;}
.tracing_slider {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.tracing_slider .slick-slide img {
  width: 100%;
}
.tracing_slider .prev-slick-img.slick-thumb-nav {
  position: relative;
  top: 0;
}
.tracing_slider .next-slick-img.slick-thumb-nav {
  position: relative;
  top: -27px;
}
.tracing_slider .slick-thumb-nav {
  position: relative;
  top: 0;
}
.tracing_slider .slick-thumb-nav .prev_nav_yr,
.tracing_slider .slick-thumb-nav .next_nav_yr {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  color: #000;
  z-index: 999;
}
.tracing_slider .slick-thumb-nav img {
  width: 231px;
}
.tracing_slider .slick-arrow {
  position: absolute;
  top: 371px;
  z-index: 9;
  display: inline-block;
  background-color: transparent;
  width: 231px;
  height: 172px;
  margin-bottom: 0;
  font-size: 0;
}
.tracing_slider .slick-arrow.slick-prev {
  left: -330px;
}
.tracing_slider .slick-arrow.slick-next {
  right: -330px;
}
.trac_slider_step {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
}
.trac_slider_step .image_wrap {
  position: relative;
  margin-bottom: 30px;
}
.trac_slider_step .image_wrap .yr {
  position: absolute;
  top: -97px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 180px;
  line-height: 180px;
  font-family: 'Arsenal', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.trac_slider_step .caption_wrap .slide_txt {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  opacity: 60%;
}
.trac_slide_wrapper {
  position: relative;
}
.trac_slide_wrapper .cust_btn_prev,
.trac_slide_wrapper .cust_btn_next {
  position: absolute;
  top: 15px;
  width: 32px;
  height: 32px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/next32.png?1") no-repeat;
  background-size: contain;
  z-index: 99;
  text-indent: -999em;
  cursor: pointer;
  outline: 0;
}
.trac_slide_wrapper .progress_container {
  position: relative;
  min-width: 500px;
  margin: 0 auto;
  background-color: #e4e8ed;
  height: 60px;
  bottom: -30px;
  padding: 5px 20px;
}
.trac_slide_wrapper .progress_container .cust_btn_prev {
  left: 10px;
  transform: rotate(180deg);
}
.trac_slide_wrapper .progress_container .srt_yr,
.trac_slide_wrapper .progress_container .end_yr {
  position: absolute;
  top: 1px;
  font-size: 48px;
  line-height: 56px;
  font-family: 'Arsenal', sans-serif;
  font-weight: bold;
  padding: 0 5px;
}
.trac_slide_wrapper .progress_container .srt_yr {
  left: 60px;
}
.trac_slide_wrapper .progress_container .ui-progressbar {
  width: 280px;
  height: 5px;
  margin: 0 auto;
  border: 0;
  box-sizing: border-box;
  background: #999 !important;
  position: relative;
  top: 24px;
}
.trac_slide_wrapper .progress_container .ui-progressbar .ui-progressbar-value {
  margin-top: 0;
  border: 0;
  background: #000 !important;
}
.trac_slide_wrapper .progress_container .end_yr {
  right: 60px;
}
.trac_slide_wrapper .progress_container .cust_btn_next {
  right: 10px;
}
.why_evs_got_replaced_sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
  background: #e4e8ed;
}
.why_evs_got_replaced_sec .common_title {
  padding: 0 10px 0 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 20px auto;
  top: 0;
}
.why_evs_got_replaced_sec .common_title .light {
  color: #000;
  font-weight: 400;
}
.why_evs_got_replaced_sec .er_bg_cars_img {
  display: block;
  position: absolute;
  bottom: 30px;
  right: -140px;
  width: 766px;
  height: auto;
}
.evs_replacement_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px 90px -15px;
}
.evs_replacement_list .er_list_item {
  width: calc(50% - 57px);
  margin: 30px 15px 120px 15px;
  padding: 23px 20px 20px 30px;
  min-height: 545px;
}
.evs_replacement_list .er_list_item .ttl_num {
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: -1;
  font-size: 120px;
  line-height: 120px;
  font-family: 'Arsenal', sans-serif;
  font-weight: bold;
  color: #b8e3b3;
  padding: 0 10px 0 0;
  background: #e4e8ed;
}
.evs_replacement_list .er_list_item .ttl {
    
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: 'Arsenal', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
    z-index: 9;
}
.evs_replacement_list .er_list_item .txt {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500; 
}
.evs_replacement_list .er_list_item .er_img {
  display: block;
  position: absolute;
  max-width: calc(100% - 25px);
}
.evs_replacement_list .er_list_item:nth-child(even) {
  margin-top: 115px;
}
.metals_on_the_rise_sec {
  padding-top: 100px;
  padding-bottom: 90px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/metals_on_rise_bg_img.png?1") no-repeat;
  background-position: left -760px bottom -181px;
  position: relative;
}
.metals_on_the_rise_sec .common_title {
  left: -8px;
  padding: 0 10px 0 0;
  background-color: #fff;
}
.metals_on_the_rise_sec .source {
	font-family: 'Arsenal', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #000000;
	position: absolute;
    right: 20px;
    top: 10px;
}
.metals_on_the_rise_sec .squre_frame {
  height: 965px;
}
.metals_on_the_rise_sec .metals_bg_cars_img {
  position: absolute;
  bottom: 130px;
  left: -120px;
  width: 808px;
  height: auto;
  z-index: 9;
}
.metals_graph_container {
  padding: 0px 30px 30px 30px;
  margin-top: -40px;
}
.metals_graph_container .left_block {
  display: inline-block;
  vertical-align: top;
  width: 435px;
  margin-right: 40px;
}
.metals_graph_container .source {
  position: absolute;
  top: -35px;
  right: 32px;
}
.metals_graph_container .text22 {
  font: 22px/28px 'Arsenal', sans-serif;
  color: #000000;
  opacity: 0.6;
  border-bottom: 1px solid #C8CCD5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 75%;
}
.metals_graph_container .text26 {
  font: 26px/36px 'Arsenal', sans-serif;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #C8CCD5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.metals_graph_container .right_block {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 482px);
}
.metals_graph_container .graph_block {
  margin-bottom: 5px;
  position: relative;
}
.metals_graph_container .graph_block .graph_text {
  font: 20px/29px 'Arsenal', sans-serif;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-weight: bold;
  width: 145px;
  text-align: right;
}
.metals_graph_container .graph_block .metals_progress {
  margin: 5px auto;
  padding: 0;
  width: calc(100% - 160px);
  display: inline-block;
  vertical-align: top;
  /* height: 16px; overflow: hidden; background: rgb(67,206,162); background: -moz-linear-gradient(left, rgba(67,206,162,1) 0%, rgba(67,206,162,1) 47%, rgba(67,206,162,1) 100%); background: -webkit-linear-gradient(left, rgba(67,206,162,1) 0%,rgba(67,206,162,1) 47%,rgba(67,206,162,1) 100%); background: linear-gradient(to right, rgba(67,206,162,1) 0%,rgba(67,206,162,1) 47%,rgba(67,206,162,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43cea2', endColorstr='#43cea2',GradientType=1 ); */
}
.metals_graph_container .graph_block.nickel .metals_bar_img {
  position: absolute;
  top: -72px;
  left: 155px;
  width: 507px;
  height: 1028px;
}
.metals_graph_container .graph_block.aluminium .metals_bar_img {
  position: absolute;
  top: -66px;
  left: 155px;
  width: 468px;
  height: 942px;
}
.metals_graph_container .graph_block.phosphorous .metals_bar_img {
  position: absolute;
  top: -60px;
  left: 155px;
  width: 476px;
  height: 734px;
}
.metals_graph_container .graph_block.iron .metals_bar_img {
  position: absolute;
  top: -55px;
  left: 155px;
  width: 436px;
  height: 680px;
}
.metals_graph_container .graph_block.copper .metals_bar_img {
  position: absolute;
  top: -50px;
  left: 155px;
  width: 392px;
  height: 435px;
}
.metals_graph_container .graph_block.graphite .metals_bar_img {
  position: absolute;
  top: -45px;
  left: 155px;
  width: 355px;
  height: 405px;
}
.metals_graph_container .graph_block.lithium .metals_bar_img {
  position: absolute;
  top: -40px;
  left: 155px;
  width: 327px;
  height: 309px;
}
.metals_graph_container .graph_block.cobalt .metals_bar_img {
  position: absolute;
  top: -46px;
  left: 155px;
  width: 118px;
  height: 260px;
}
.metals_graph_container .graph_block.manganese .metals_bar_img {
  position: absolute;
  top: -40px;
  left: 155px;
  width: 101px;
  height: 223px;
}
.metals_graph_container .metals_bar {
  position: relative;
  /* float: left; min-width: 1%; height: 100%; background: rgb(67,115,209);
		background: -moz-linear-gradient(left, rgba(67,115,209,1) 0%, rgba(67,115,209,1) 47%, rgba(67,206,162,1) 100%);
		background: -webkit-linear-gradient(left, rgba(67,115,209,1) 0%,rgba(67,115,209,1) 47%,rgba(67,206,162,1) 100%);
		background: linear-gradient(to right, rgba(67,115,209,1) 0%,rgba(67,115,209,1) 47%,rgba(67,206,162,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4373d1', endColorstr='#43cea2',GradientType=1 ); }
		.metals_percent { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; font-family: tahoma, arial, helvetica; font-size: 12px; color: white; */
}
.wrights_prediction_sec {
  position: relative;
  background: #e4e8ed;
  padding-top: 100px;
  padding-bottom: 140px;
}
.wrights_prediction_sec .common_title {
  padding: 0 10px 0 10px;
  background: #e4e8ed;
}
.wrights_prediction_sec .squre_frame {
  text-align: center;
  padding-bottom: 20px;
}
.wrights_prediction_sec .intro_txt {
  font-size: 22px;
  line-height: 30px;
  padding: 0px 50px 20px 50px;
  position: relative;
  top: -40px;
}
.wrights_prediction_sec .graph {
  margin-bottom: 20px;
}
.wrights_prediction_sec .mwh {
  font-family: 'Arsenal', sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 30px;
}
.wrights_prediction_sec .source {
  font-family: 'Arsenal', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #000000;
  text-align: left;
  padding-left: 30px;
  margin-top: 45px;
}
.wrights_prediction_sec .wp_bg_battery_img {
  display: block;
  position: absolute;
  bottom: -20px;
  right: -63px;
  width: 645px;
  height: auto;
  z-index: 9;
}
.where_we_are_today_sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/global_energy.png?1") no-repeat;
  background-position: left -130px bottom -181px;
}
.where_we_are_today_sec .common_title {
  padding: 0 10px 0 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
  top: 0;
}
.where_we_are_today_sec .common_title .light {
  color: #000;
  font-weight: 400;
}
.where_we_are_today_sec .counter_block {
  margin-top: 75px;
  padding-bottom: 400px;
}
.where_we_are_today_sec .counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
}
.where_we_are_today_sec .counters .column {
  width: 240px;
  height: 225px;
  padding: 0 20px;
  margin: 0 35px;
}
.where_we_are_today_sec .counters .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  text-align: center;
}
.where_we_are_today_sec .counters .counting {
  font: 48px/44px 'Arsenal', sans-serif;
  color: #000000;
  margin: 10px 0;
  font-weight: 700;
  margin-top: -40px;
}
.where_we_are_today_sec .counters h3 {
  font: 22px/32px 'Poppins', sans-serif;
  color: #000000;
  font-weight: 500;
}
.where_we_are_today_sec .gas,
.where_we_are_today_sec .oil,
.where_we_are_today_sec .coal {
  position: relative;
  margin-bottom: 85px;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  width: 120px;
  height: 120px;
  margin: auto;
  top: -59px;
}
.where_we_are_today_sec .gas:before {
  content: "";
  background: url("https://images.moneycontrol.com/mcnews/images/evs/flame.png?1") no-repeat;
  width: 120px;
  height: 95px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 16px;
  background-position: top center;
}
.where_we_are_today_sec .oil:before {
  content: "";
  background: url("https://images.moneycontrol.com/mcnews/images/evs/oil.png?1") no-repeat;
  width: 120px;
  height: 95px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 16px;
  background-position: top center;
}
.where_we_are_today_sec .coal:before {
  content: "";
  background: url("https://images.moneycontrol.com/mcnews/images/evs/coal.png?1") no-repeat;
  width: 120px;
  height: 95px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 16px;
  background-position: top center;
}
.where_we_are_today_sec .ge_bg_car {
  position: absolute;
  bottom: 0;
  right: -145px;
  width: 808px;
  height: auto;
  z-index: 9;
}
.podcast_sec {
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
  background: #e4e8ed url("https://images.moneycontrol.com/mcnews/images/evs/cost_cal_bg.png?1") no-repeat;
  background-position: bottom;
}
.podcast_sec .squre_frame {
  text-align: left;
}
.podcast_sec .common_title {
  left: -8px;
  padding: 0 10px 0 0;
  background: #e0e4e8;
}
  .podcast_sec .slick-slide img{width: 100%;}
  .podcast_sec .slick-initialized .slick-slide{ margin: 0 15px 30px 15px;}
  
.podcast_sec .top_block {
  margin-top: -40px;
  padding: 0px 15px 0px 15px;
}
.podcast_sec .top_block .image_block {
  width: 719px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -70px;
  left: 20px;
  float: right;
}
.podcast_sec .top_block .image_block .image_alink {
  display: block;
}
.podcast_sec .top_block .image_block .image_alink:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/padcast64.png?1") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9;
}
.podcast_sec .top_block .image_block .image_alink:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000021;
  z-index: 9;
}
.podcast_sec .top_block .content_block {
  width: calc(100% - 720px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.podcast_sec .top_block .content_block .ttl {
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  margin-bottom: 10px;
}
.podcast_sec .top_block .content_block .txt {
  font-size: 20px;
  line-height: 26px;
  opacity: 60%;
}
.podcast_sec .slide_wrapper {
  padding: 0px 20px 0px 20px;
  margin-top: -20px;
}
.podcast_sec .slide_wrapper .slide_lbl {
  font-size: 28px;
  line-height: 32px;
  font-family: 'Arsenal', sans-serif;
  color: #303030;
  opacity: 60%;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 12px;
}
.podcast_sec .slide_wrapper .podcast_slide {
  position: relative;
  z-index: 9;
  outline: 0;
  text-decoration: none !important;
  margin: 0 15px 30px 15px;
}
.podcast_sec .slide_wrapper .podcast_slide .story_img_box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.podcast_sec .slide_wrapper .podcast_slide .story_img_box:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/padcast.png?1") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9;
}
.podcast_sec .slide_wrapper .podcast_slide .slide_ttl {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Arsenal', sans-serif;
  color: #000;
}
.podcast_sec .slide_wrapper .podcast_slide:hover {
  display: block;
}
.podcast_sec .slide_wrapper .podcast_slide:hover .story_img_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000021;
  z-index: 9;
}
.podcast_sec .slide_wrapper .slick-next,
.podcast_sec .slide_wrapper .slick-prev {
  position: absolute;
  top: -40px;
  width: 22px;
  height: 22px;
  background: url("https://images.moneycontrol.com/mcnews/images/evs/icons/next.png?1") no-repeat;
  background-size: contain;
  z-index: 99;
  text-indent: -999em;
  cursor: pointer;
  outline: 0;
}
.podcast_sec .slide_wrapper .slick-prev {
  right: 52px;
  transform: rotate(180deg);
}
.podcast_sec .slide_wrapper .slick-next {
  right: 12px;
}
.podcast_sec .slide_wrapper .slick-prev.slick-disabled,
.podcast_sec .slide_wrapper .slick-next.slick-disabled {
  background-size: contain;
  cursor: none;
  opacity: 0.2;
}
.sponsor_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    position: relative;
    z-index: 1;
    color: #333333;
    font-size: 12px;
    flex-direction: column;
}

.sponsor_wrapper .logo_spnsr {
    border-top: 1px solid rgba(112, 112, 112, .40);
    border-bottom: 1px solid rgba(112, 112, 112, .40);
    padding: 3px 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sponsor_wrapper .logo_spnsr span {
    display: block;
    padding-bottom: 5px;
}


.top_intro_sec .mc_container .electric_word_img {
    top: 92px;
}
/* ============== Web Css End ============== */
@media all and (max-width: 1316px) {
  .home-mid-contener {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mc_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .squre_frame {
    width: 100%;
  }
  .tracing_journey_sec .squre_frame {
    width: 900px;
  }
  .tracing_slider .slick-arrow.slick-next {
    right: -250px;
  }
  .tracing_slider .slick-arrow.slick-prev {
    left: -250px;
  }
  .top_intro_sec .mc_container .electric_word_img {
    position: absolute;
    top: -168px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
}
@media all and (min-width: 980px) {
  .tab_widget .tab_nav_ul {
    display: none;
  }
  .metals_bar_img_mob {
    display: none;
  }
}
@media all and (max-width: 980px) {
  main {
    font: 400 14px/20px 'Poppins', sans-serif;
  }
  .bread-title {
    font-size: 11px;
    line-height: 16px;
  }
  .six_res_car_img.six_reasons_car {
    display: none;
  }
  .six_res_car_img.slide_car {
    display: block;
  }
  
  .video_sec .slick-initialized .slick-slide{ margin: 0 10px 20px 10px;}
  .podcast_sec .slick-initialized .slick-slide{ margin: 0 10px 20px 10px;}
  
  
  .top_intro_sec{ background-size: cover;}
  .top_intro_sec .mc_fieldset {
    border: 2px solid;
    border-color: #fff;
    padding: 0 20px 60px 20px;
    margin-bottom: 0px;
    bottom: -10px;
    margin-top: 10px;
  }
  .squre_frame:before,
  .squre_frame:after {
    border: 2px solid transparent;
  }
  .top_intro_sec .mc_fieldset .legend {
    margin-bottom: 0px;
  }
  .top_intro_sec .mc_fieldset .legend .page_title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .top_intro_sec .mc_fieldset .legend .page_title .light {
    font-size: 18px;
    line-height: 24px;
  }
  .common_title {
    font-size: 23px;
    line-height: 30px;
    top: -20px;
    margin-bottom: 5px;
  }
  .top_intro_sec .mc_fieldset .intro_txt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .top_intro_sec .mc_fieldset .top_intro_car_img {
    width: 380px;
    height: auto;
    bottom: -90px;
  }
  .top_intro_sec .mc_container .electric_word_img {
    width: 300px;
    top: -10px;
  }
  .top_intro_sec .mc_container .vehicles_world_img {
    width: 300px;
    margin: 0 auto;
    bottom: -38px;
  }
  .top_intro_sec .mc_container {
    padding-bottom: 60px;
  }
  .top_intro_sec {
    min-height: 100%;
    height: 100%;
  }
  .top_intro_sec .mc_container .discover_more_alink {
    display: none;
  }
  .mc_container .common_title {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    width: 230px;
  }
  .mc_container .common_title .light {
    display: block;
  }
  .mc_container .common_title .bold {
    display: block;
  }
  .six_reasons_sec {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .six_reasons_sec .six_res_slider {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
    display: block;
    flex-wrap: unset;
    padding-bottom: 90px;
  }
  .six_reasons_sec .mc_container .six_res_car_img.six_reasons_car {
    bottom: -4px;
    right: -82px;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  .six_reasons_sec .slick-dots {
    width: 250px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 10px;
    text-align: left;
  }
  .six_reasons_sec .slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 7px;
  }
  .six_reasons_sec .slick-dots button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: none;
    background-color: #04AC00;
    opacity: 20%;
    text-indent: -9999px;
    outline: 0;
  }
  .six_reasons_sec .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #04AC00;
  }
  .six_reasons_sec .six_res_list li .six_res_img_div {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  img.six_res_img {
    width: 24px;
    height: auto;
  }
  .six_reasons_sec .six_res_list li .six_res_txt {
    font-size: 12px;
    line-height: 18px;
  }
  .six_reasons_sec .six_res_slider .slide_item {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
  }
  .six_reasons_sec .six_res_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 10px -10px;
  }
  .six_reasons_sec .six_res_list li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .six_reasons_sec .squre_frame {
    padding-bottom: 60px;
  }
  .the_technology_sec {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .the_technology_sec .squre_frame {
    padding-bottom: 95px;
  }
  .img_obj_indicator_box {
    background-size: contain;
    width: 258px;
    height: 258px;
    margin: 0 auto;
    background-position: -3px 20px;
  }
  .car_part_sec {
    padding-top: 40px;
    width: calc(100% - 4px);
  }
  .car_part_sec .obj_info_wrap {
    width: calc(100% - 20px);
    height: auto;
    min-height: 200px;
    top: 270px;
    bottom: unset;
    left: 10px;
    right: 10px;
    z-index: 99;
  }
  .car_part_sec .obj_info_wrap.motor {
    padding: 10px 10px 10px 10px;
  }
  .car_part_sec .obj_info_wrap.battery {
    padding: 10px 10px 10px 10px;
  }
  .car_part_sec .obj_info_wrap.break {
    padding: 10px 10px 10px 10px;
  }
  .car_part_sec .obj_info_wrap.charge {
    padding: 10px 10px 10px 10px;
  }
  .car_part_sec .obj_info_wrap .part_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .car_part_sec .obj_info_wrap .part_info {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    margin: 0;
  }
  .car_part_sec .obj_info_wrap.motor .part_info,
  .car_part_sec .obj_info_wrap.battery .part_info,
  .car_part_sec .obj_info_wrap.break .part_info,
  .car_part_sec .obj_info_wrap.charge .part_info {
    padding-left: 0px;
    padding-top: 0px;
  }
  .car_part_sec .obj_info_wrap .part_info .part_name {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  .car_part_sec .obj_info_wrap .part_info .part_txt {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }
  .img_obj_wrap.motor {
    bottom: 122px;
    left: 41px;
  }
  .img_obj_wrap.battery {
    bottom: 134px;
    left: 128px;
  }
  .img_obj_wrap.break {
    bottom: 88px;
    left: 64px;
  }
  .img_obj_wrap.charge {
    bottom: 172px;
    left: 224px;
  }
  .img_obj_wrap.motor:before,
  .img_obj_wrap.battery:before,
  .img_obj_wrap.break:before,
  .img_obj_wrap.charge:before {
    width: 1px;
    height: 160px;
  }
  .img_obj_wrap.motor:after,
  .img_obj_wrap.battery:after,
  .img_obj_wrap.break:after,
  .img_obj_wrap.charge:after {
    top: 15px;
    left: 13px;
    border: 1px solid #000;
  }
  .img_obj_wrap .zoom {
    box-shadow: 0 0 7px 4px #04AC00;
  }
  .how_to_maintenance_sec {
    padding-top: 60px;
    padding-bottom: 30px;
    background-size: 135% 24%;
  }
  .how_to_maintenance_sec .squre_frame {
    min-height: 600px;
  }
  .maintenance_list_sec {
    width: 100%;
    float: none;
    padding: 30px 10px 20px 10px;
  }
  .ttl_txt {
    font-size: 12px;
    line-height: 18px; 
    margin-bottom: 5px; 
  }
  .maintenance_list_sec .ttl_txt {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin: 0 0 15px 0;
  }
  .maintenance_list_sec .mtn_list_slider {
    padding-right: 0;
  }
  .maintenance_list_sec .mtn_list_slider.height_revised {
    padding-bottom: 160px;
  }
  .maintenance_list_sec .mtn_list_slider .slide_item {
    text-align: center;
  }
  .maintenance_list_sec .mtn_list_slider .slide_item .mtn_type_img_div {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
  }
  .maintenance_list_sec .mtn_list_slider .slide_item .mtn_type_img_div .mtn_type_img {
    width: 24px;
    height: auto;
  }
  .maintenance_list_sec .mtn_list_slider .slide_item .mtn_type {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .maintenance_list_sec .mtn_list_slider .slide_item .mtn_txt {
    display: inline;
    font-size: 14px;
    line-height: 20px;
  }
  .maintenance_list_sec .slick-dots {
    width: 100%;
    height: 20px;
    padding: 0;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
    margin: 0 auto;
    text-align: center;
  }
  .maintenance_list_sec .slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 7px;
  }
  .maintenance_list_sec .slick-dots button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: none;
    background-color: #04AC00;
    opacity: 20%;
    text-indent: -9999px;
    outline: 0;
  }
  .maintenance_list_sec .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #04AC00;
  }
  .maintenance_list_sec .mtn_list_slider .slide_item {
    border-bottom: unset;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .how_to_maintenance_sec .how2maint_car {
    position: absolute;
    bottom: 5px;
    left: -55px;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .the_cost_calculator_sec {
    padding-top: 30px;
    padding-bottom: 40px;
	background-attachment: fixed;
  }
  .the_cost_calculator_sec .mc_container {
    padding-top: 90px;
  }
  .the_cost_calculator_sec .mc_container .common_title {
    top: 30px; width: 100%;
  }
  .the_cost_calculator_sec .dist_trvl_input_blk .dist_trvl_lbl {
    font-size: 14px;
    line-height: 20px;
  }
  .the_cost_calculator_sec .ttl_txt {
    margin: 0 auto 10px auto; width: 100%;
  }
  .the_cost_calculator_sec .dist_trvl_input_blk .dist_trvl_fld {
    font-size: 14px;
    line-height: 20px;
    width: 100px;
    height: 30px;
  }
  .the_cost_calculator_sec .dist_trvl_input_blk {
    margin-bottom: 10px;
  }
  .range_selector_wrap .range_head .lhs_lbl .range_name,
  .range_selector_wrap .range_head .rhs_lbl input,
  .range_selector_wrap .range_head .rhs_lbl span {
    font-size: 14px;
    line-height: 20px;
  }
  .tab_widget .tab_nav_ul {
    display: block;
    margin-bottom: 15px;
  }
  .tab_widget .tab_nav_ul .tab_nav_li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .tab_widget .tab_nav_ul .tab_nav_li .tab_nav_alink {
    font-size: 15px;
    line-height: 21px;
    color: #666;
    outline: 0;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    padding: 5px;
    display: block;
  }
  .tab_widget .tab_nav_ul .tab_nav_li .tab_nav_alink:active,
  .tab_widget .tab_nav_ul .tab_nav_li .tab_nav_alink:hover,
  .tab_widget .tab_nav_ul .tab_nav_li .tab_nav_alink:focus {
    outline: 0;
    text-decoration: none;
  }
  .tab_widget .tab_nav_ul .tab_nav_li.active {
    border-bottom: 2px solid #000;
  }
  .tab_widget .tab_nav_ul .tab_nav_li.active .tab_nav_alink {
    font-weight: bold;
    color: #000;
  }
  .tab_widget .tab_content > .tab_pane {
    display: none;
  }
  .tab_widget .tab_content > .active {
    display: block;
  }
  .cost_calculator_blk .fuel_calc {
    width: 100%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    padding: 10px 10px 155px 10px;
    border-left: 2px solid #fff;
  }
  .cost_calculator_blk .ev_calc {
    width: 100%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: 0;
    padding: 10px 10px 155px 10px;
    border-left: 2px solid #fff;
  }
  .cost_calculator_blk .calc_type_lbl {
    display: none;
  }
  .the_cost_calculator_sec .calc_btm_txt {
    display: none;
  }
  .range_selector_wrap .range_head .lhs_lbl {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin: 0 -2px;
  }
  .range_selector_wrap .range_head .rhs_lbl {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    width: 40%;
  }
  .range_selector_wrap .range_head .rhs_lbl input {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
  }
  .range_selector_wrap .range_head .rhs_lbl span {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
  }
  .range_selector_wrap.row_mileage .range_head .rhs_lbl input {
    width: calc(100% - 50px);
    padding-right: 5px;
  }
  .range_selector_wrap.row_mileage .range_head .rhs_lbl span {
    width: 50px;
    padding-right: 5px;
  }
  .range_selector_wrap.row_fuel .range_head .rhs_lbl input {
    width: calc(100% - 35px);
    padding-right: 5px;
  }
  .range_selector_wrap.row_fuel .range_head .rhs_lbl span {
    width: 35px;
    padding-right: 5px;
  }
  .range_selector_wrap.row_charge .range_head .lhs_lbl {
    width: calc(100% - 50%);
  }
  .range_selector_wrap.row_charge .range_head .rhs_lbl {
    width: 50%;
  }
  .range_selector_wrap.row_charge .range_head .rhs_lbl input {
    width: calc(100% - 90px);
    padding-right: 5px;
  }
  .range_selector_wrap.row_charge .range_head .rhs_lbl span {
    width: 90px;
    padding-right: 5px;
  }
  .range_selector_wrap.row_battery .range_head .rhs_lbl input {
    width: calc(100% - 60px);
    padding-right: 5px;
  }
  .range_selector_wrap.row_battery .range_head .rhs_lbl span {
    width: 60px;
    padding-right: 5px;
  }
  .range_selector_wrap.row_erate .range_head .rhs_lbl input {
    width: calc(100% - 35px);
    padding-right: 5px;
  }
  .range_selector_wrap.row_erate .range_head .rhs_lbl span {
    width: 35px;
    padding-right: 5px;
  }
  .range_selector_wrap.running_cost_km .range_head .rhs_lbl input {
    width: calc(100% - 35px);
    padding-right: 5px;
  }
  .range_selector_wrap.running_cost_km .range_head .rhs_lbl span {
    width: 35px;
    padding-right: 5px;
  }
  .range_selector_wrap.running_cost_tot .range_head .rhs_lbl input {
    width: calc(100% - 35px);
    padding-right: 5px;
  }
  .range_selector_wrap.running_cost_tot .range_head .rhs_lbl span {
    width: 35px;
    padding-right: 5px;
  }
  .cost_calculator_blk .fuel_calc .fuel_calc_bg_img,
  .cost_calculator_blk .ev_calc .ev_calc_bg_img {
    bottom: -50px;
  }
  .range_slider.car .slider.slider-horizontal .slider-handle {
    width: 50px;
    height: 20px;
  }
  .range_slider.fuel .slider.slider-horizontal .slider-handle {
    width: 25px;
    height: 25px;
    top: -12px;
  }
  .range_slider.battery .slider.slider-horizontal .slider-handle {
    top: -8px;
    width: 25px;
    height: 25px;
  }
  .range_slider.electricity .slider.slider-horizontal .slider-handle {
    width: 24px;
    height: 24px;
  }
  .range_selector_wrap {
    margin-bottom: 20px;
  }
  .range_slider .slider.slider-horizontal .slider-track {
    height: 1px;
    margin-top: 12px;
  }
  .range_slider .slider-track:before,
  .range_slider .slider-track:after {
    width: 4px;
    height: 4px;
    top: -1.5px;
  }
  .spotlight_sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .spotlight_sec .mc_container {
    padding-top: 40px;
  }
  .spotlight_sec .mc_container .common_title {
    top: 30px;
  }
  .spotlight_list {
    margin: 0 -10px;
  }
  .spotlight_list .story_item_box.st_story {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 10px;
  }
  .spotlight_list .story_item_box.st_story:nth-child(2) {
    margin-top: 0px;
  }
  .spotlight_list .story_item_box.st_story:nth-child(5) {
    margin-top: 0px;
  }
  .spotlight_list .story_item_box.st_story:nth-child(8) {
    margin-top: 0px;
  }
  .spotlight_list .story_item_box.st_story:nth-child(11) {
    margin-top: 0px;
  }
  .spotlight_list .story_item_box.st_story:nth-child(14) {
    margin-top: 0px;
  }
  .spotlight_list .story_item_box.st_story:nth-child(17) {
    margin-top: 0px;
  }
  .spotlight_list .story_item_box.st_story:nth-child(20) {
    margin-top: 0px;
  }
  .spotlight_list .story_item_box.st_story .story_txt_box .story_ttl {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0;
  }
  .spotlight_list .story_item_box.st_story .story_txt_box {
    padding: 10px 5px 5px 5px;
    top: -10px;
  }
  .faqs_sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .faqs_sec .mc_container {
    padding-top: 40px;
  }
  .faqs_sec .mc_container .common_title {
    top: 30px;
  }
  .acc_card {
    padding: 10px 20px 6px 10px;
    margin-bottom: 20px;
  }
  .acc_card .acc_title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-right: 20px;
  }
  .acc_card .acc_panel {
    font-size: 12px;
    line-height: 18px;
    padding-right: 0;
  }
  .acc_card .acc_title:after {
    width: 12px;
    height: 12px;
    top: 15px;
    right: 15px;
    background-size: contain;
  }
  .video_sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .video_sec:before {
    border-bottom: 153px solid #e4e8ed;
    border-right: 724px solid transparent;
  }
  .video_sec .mc_container .common_title.mob {
    display: block;
    width: 130px;
    top: -17px;
  }
  .video_sec .top_block .content_block .common_title.desk {
    display: none;
  }
  .video_sec .top_block {
    position: relative;
    padding: 25px 0 0 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .video_sec .top_block .image_block {
    position: relative;
    top: 0px;
    left: -2px;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .video_sec .top_block .content_block {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .video_sec .top_block .content_block .ttl {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .video_sec .top_block .content_block .txt {
    font-size: 12px;
    line-height: 18px;
  }
  .video_sec .slide_wrapper {
    padding: 0px 14px 5px 10px;
    margin-top: 0;
  }
  .video_sec .slide_wrapper .slide_lbl {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .video_sec .slide_wrapper .slick-next,
  .video_sec .slide_wrapper .slick-prev {
    top: -25px;
    width: 12px;
    height: 12px;
  }
  .video_sec .slide_wrapper .slick-prev {
    right: 32px;
  }
  .video_sec .video_slider {
    margin: 0 -10px;
  }
  .video_sec .slide_wrapper .video_slide {
    margin: 0 0 10px 0;
  }
  .video_sec .slide_wrapper .video_slide .story_img_box {
    margin-bottom: 5px;
  }
  .video_sec .slide_wrapper .video_slide .slide_ttl {
    font-size: 12px;
    line-height: 16px;
  }  
  .video_sec .top_block .image_block .image_alink:before,
  .video_sec .slide_wrapper .video_slide .story_img_box:before {
    width: 30px;
    height: 30px;
  }
  .the_global_sec {
    padding-top: 90px;
    padding-bottom: 10px;
  }
  .the_global_sec .mc_container .common_title {
    top: 20px;
  }
  .the_global_sec .cntry_list .cntry_lbl {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .the_global_sec .cntry_list .slick-next,
  .the_global_sec .cntry_list .slick-prev {
    top: -25px;
    width: 12px;
    height: 12px;
  }
  .the_global_sec .cntry_list .slick-prev {
    right: 32px;
  }
  .the_global_sec .global_map {
    padding: 80px 14px 10px 10px;
    margin-top: 120px;
    margin-bottom: 30px;
  }
  .the_global_sec .earth .earth_cntry_data {
    padding: 7px;
    width: 135px;
    text-align: center;
  }
  .the_global_sec .earth .earth_cntry_data .cd_lbl {
    font-size: 11px;
    line-height: 14px;
  }
  .the_global_sec .earth .earth_cntry_data .cd_count {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
  }
  .the_global_sec .earth.animate_european_union .earth_cntry_data.box_european_union {
    top: 62px;
    left: 22px;
  }
  .the_global_sec .earth.animate_european_union .img_obj_wrap {
    bottom: 0;
    top: -25px;
  }
  .the_global_sec .earth.animate_china .earth_cntry_data.box_china {
    top: 18px;
    left: 22px;
  }
  .the_global_sec .earth.animate_china .img_obj_wrap {
    bottom: 45px;
    left: -19px;
  }
  .the_global_sec .earth.animate_us .earth_cntry_data.box_us {
    top: -131px;
    left: 22px;
  }
  .the_global_sec .earth.animate_india .earth_cntry_data.box_india {
    top: -179px;
    left: 22px;
  }
  .the_global_sec .earth.animate_south_korea .earth_cntry_data.box_south_korea {
    top: -242px;
    left: 22px;
  }
  .the_global_sec .earth.animate_canada .earth_cntry_data.box_canada {
    top: -342px;
    left: 22px;
  }
  .the_global_sec .earth.animate_japan .earth_cntry_data.box_japan {
    top: -369px;
    left: 22px;
  }
  .the_global_sec .earth.animate_taiwan .earth_cntry_data.box_taiwan {
    top: -442px;
    left: 22px;
  }
  .earth {
    position: absolute;
    width: 180px;
    height: 180px;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("https://images.moneycontrol.com/mcnews/images/evs/world_map.svg?1") 0 0 repeat;
    background-size: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform 0.2s ease;
    -moz-transform-style: preserve-3d;
    transition: transform .2s ease;
    transform-style: preserve-3d;
    box-shadow: 0 0 20px -5px #000000;
    -moz-box-shadow: 0 0 20px -5px #000000;
    -webkit-box-shadow: 0 0 20px -5px #000000;
  }
  .earth.animate_european_union {
    animation: rotate_european_union_anim 2s ease;
    -webkit-animation: rotate_european_union_anim 2s ease;
    -moz-animation: rotate_european_union_anim 2s ease;
    -ms-animation: rotate_european_union_anim 2s ease;
    -o-animation: rotate_european_union_anim 2s ease;
    background-position: -40px 1px;
  }
  @keyframes rotate_european_union_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -40px 1px;
    }
  }
  .earth.animate_china {
    animation: rotate_china_anim 2s ease;
    -webkit-animation: rotate_china_anim 2s ease;
    -moz-animation: rotate_china_anim 2s ease;
    -ms-animation: rotate_china_anim 2s ease;
    -o-animation: rotate_china_anim 2s ease;
    background-position: -123px 1px;
  }
  @keyframes rotate_china_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -123px 1px;
    }
  }
  .earth.animate_us {
    animation: rotate_us_anim 2s ease;
    -webkit-animation: rotate_us_anim 2s ease;
    -moz-animation: rotate_us_anim 2s ease;
    -ms-animation: rotate_us_anim 2s ease;
    -o-animation: rotate_us_anim 2s ease;
    background-position: 42px 1px;
  }
  @keyframes rotate_us_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 42px 1px;
    }
  }
  .earth.animate_india {
    animation: rotate_india_anim 2s ease;
    -webkit-animation: rotate_india_anim 2s ease;
    -moz-animation: rotate_india_anim 2s ease;
    -ms-animation: rotate_india_anim 2s ease;
    -o-animation: rotate_india_anim 2s ease;
    background-position: -88px 1px;
  }
  @keyframes rotate_india_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -88px 1px;
    }
  }
  .earth.animate_south_korea {
    animation: rotate_south_korea_anim 2s ease;
    -webkit-animation: rotate_south_korea_anim 2s ease;
    -moz-animation: rotate_south_korea_anim 2s ease;
    -ms-animation: rotate_south_korea_anim 2s ease;
    -o-animation: rotate_south_korea_anim 2s ease;
    background-position: -132px 1px;
  }
  @keyframes rotate_south_korea_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -132px 1px;
    }
  }
  .earth.animate_canada {
    animation: rotate_canada_anim 2s ease;
    -webkit-animation: rotate_canada_anim 2s ease;
    -moz-animation: rotate_canada_anim 2s ease;
    -ms-animation: rotate_canada_anim 2s ease;
    -o-animation: rotate_canada_anim 2s ease;
    background-position: 42px 1px;
  }
  @keyframes rotate_canada_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 42px 1px;
    }
  }
  .earth.animate_japan {
    animation: rotate_japan_anim 2s ease;
    -webkit-animation: rotate_japan_anim 2s ease;
    -moz-animation: rotate_japan_anim 2s ease;
    -ms-animation: rotate_japan_anim 2s ease;
    -o-animation: rotate_japan_anim 2s ease;
    background-position: -132px 1px;
  }
  @keyframes rotate_japan_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -132px 1px;
    }
  }
  .earth.animate_taiwan {
    animation: rotate_taiwan_anim 2s ease;
    -webkit-animation: rotate_taiwan_anim 2s ease;
    -moz-animation: rotate_taiwan_anim 2s ease;
    -ms-animation: rotate_taiwan_anim 2s ease;
    -o-animation: rotate_taiwan_anim 2s ease;
    background-position: -133px 1px;
  }
  @keyframes rotate_taiwan_anim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -133px 1px;
    }
  }
  .the_global_sec .cntrys_slider {
    margin: 0 -10px;
  }
  .the_global_sec .cntrys_slider .glob_cntry_item_box {
    margin: 0 0 10px 0;
  }
  .the_global_sec .glob_cntry_item_box {
    height: auto;
  }
  .the_global_sec .glob_cntry_item_box .cntry_ttl {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px 10px 10px;
  }
  .top_countries_box {
    margin-bottom: 40px;
    padding: 15px;
    display: block;
    text-align: center;
    height: 200px;
  }
  .top_countries_box .ctry_txt {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .top_countries_box .ctry_img.norway {
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 280px;
    height: auto;
  }
  .top_countries_box.right {
    height: 200px;
  }
  .top_countries_box.right .ctry_txt {
    display: block;
    vertical-align: top;
    margin: 0;
    width: 100%;
    padding-top: 0;
  }
  .top_countries_box.right .ctry_img {
    display: block;
    vertical-align: top;
    margin: 0;
    width: 210px;
    margin: 0 auto;
    float: none;
    position: relative;
    top: 0;
  }
  .top_countries_box .ctry_img.sweden {
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 280px;
    height: auto;
  }
  .top_countries_box.sweden {
    height: 250px;
  }
  .tracing_journey_sec:before {
    border-bottom: 173px solid #e4e8ed;
    border-left: 700px solid transparent;
  }
  .tracing_journey_sec {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .tracing_journey_sec .squre_frame {
    width: 100%;
  }
  .tracing_journey_sec .tracing_slider .slick-arrow.slick-next {
    display: none !important;
  }
  .tracing_journey_sec .tracing_slider .slick-arrow.slick-prev {
    display: none !important;
  }
  .tracing_journey_sec .trac_slide_wrapper {
    width: 100%;
    padding: 30px 13px 0 10px;
  }
  .tracing_journey_sec .trac_slide_wrapper .ttl_txt { 
  }
  .tracing_journey_sec .tracing_slider {
    width: 100%;
    max-width: 100%;
  }
  .trac_slider_step {
    padding-top: 25px;
    margin-bottom: 10px;
  }
  .trac_slider_step .image_wrap {
    margin-bottom: 10px;
  }
  .trac_slider_step .image_wrap .yr {
    font-size: 70px;
    line-height: 80px;
    top: -43px;
  }
  .trac_slider_step .caption_wrap .slide_txt {
    font-size: 12px;
    line-height: 16px;
  }
  .trac_slide_wrapper .progress_container .srt_yr,
  .trac_slide_wrapper .progress_container .end_yr {
    font-size: 20px;
    line-height: 26px;
  }
  .trac_slide_wrapper .cust_btn_prev,
  .trac_slide_wrapper .cust_btn_next {
    width: 16px;
    height: 16px;
    top: 11px;
  }
  .trac_slide_wrapper .progress_container {
    min-width: unset;
    width: calc(100% - 5%);
    height: 30px;
    bottom: -10px;
    padding: 0;
  }
  .trac_slide_wrapper .progress_container .ui-progressbar {
    width: calc(100% - 160px);
    height: 2px;
    top: 18px;
  }
  .trac_slide_wrapper .progress_container .cust_btn_prev {
    left: 7px;
  }
  .trac_slide_wrapper .progress_container .cust_btn_next {
    right: 7px;
  }
  .trac_slide_wrapper .progress_container .srt_yr {
    left: 25px;
    top: 5px;
  }
  .trac_slide_wrapper .progress_container .end_yr {
    right: 25px;
    top: 5px;
  }
  .why_evs_got_replaced_sec {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .why_evs_got_replaced_sec .mc_container .common_title {
    top: 20px;
    width: 100%;
  }
  .evs_replacement_list {
    margin: 0 -10px 10px -10px;
  }
  .evs_replacement_list .er_list_item {
    padding: 5px 10px 10px 10px;
    width: calc(50% - 21px);
    min-height: 100%;
    margin: 20px 10px 90px 10px;
  }
  .evs_replacement_list .er_list_item .ttl_num {
    top: -30px;
    left: -10px;
    font-size: 54px;
    line-height: 54px;
    padding: 0 5px 0 0;
  }
  .evs_replacement_list .er_list_item .ttl {
    font-size: 13px;
    line-height: 16px; 
	margin-bottom: 7px; 
  }
  .evs_replacement_list .er_list_item:nth-child(even) {
    margin-top: 50px;
  }
  .evs_replacement_list .er_list_item .txt {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
	margin-bottom: 10px; 
  }
  .evs_replacement_list .er_list_item .er_img {
    max-width: calc(100% - 10px);
  }
  .why_evs_got_replaced_sec .er_bg_cars_img {
    bottom: 130px;
    right: -80px;
    width: 250px;
  }
  .metals_on_the_rise_sec {
    padding-top: 100px;
    padding-bottom: 30px;
    background-position: bottom center;
    background-size: 230% 50%;
  }
  .metals_on_the_rise_sec .source {
    font-size: 12px;
line-height: 16px;right: unset;
    top: unset;
    bottom: 5px;
    left: 5px;}
  .metals_graph_container {
    padding: 30px 10px 10px 10px;
  }
  .metals_graph_container .left_block {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .metals_graph_container .text22 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .metals_graph_container .text26,
  .metals_graph_container .text26 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .metals_on_the_rise_sec .mc_container .common_title {
    width: 160px;
  }
  .metals_graph_container .graph_block {
    margin-bottom: 0;
    height: 11.8px;
  }
  .metals_graph_container .graph_block .graph_text {
    font-size: 11px;
    line-height: 15px;
    width: 80px;
  }
  .metals_graph_container .graph_block .metals_progress {
    width: calc(100% - 90px);
    margin: 2px auto;
  }
  .metals_graph_container .graph_block .metals_bar_img {
    display: none;
  }
  .metals_graph_container .right_block {
    position: relative;
    display: block;
    width: 270px;
    margin: 0 auto;
  }
  .metals_graph_container .right_block .metals_bar_img_mob {
    display: block;
    position: absolute;
    top: -24px;
    left: 85px;
    width: 185px;
    height: auto;
  }
  .metals_on_the_rise_sec .squre_frame {
    height: 560px;
  }
  .metals_on_the_rise_sec .metals_bg_cars_img {
    left: -113px;
    width: 260px;
    bottom: 50px;
  }
  .wrights_prediction_sec {
    padding-top: 55px;
    padding-bottom: 50px;
    margin-top: -3px;
  }
  .wrights_prediction_sec .mc_container .common_title {
    width: 245px;
  }
  .wrights_prediction_sec .squre_frame {
    padding-top: 35px;
    padding-bottom: 110px;
  }
  .wrights_prediction_sec .intro_txt {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 15px 10px 15px;
    top: 0;
  }
  .wrights_prediction_sec .graph {
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .wrights_prediction_sec .mwh {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .wrights_prediction_sec .source {
    font-size: 12px;
    line-height: 16px;
    margin-top: 25px;
  }
  .wrights_prediction_sec .wp_bg_battery_img {
    bottom: -30px;
  }
  .where_we_are_today_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .where_we_are_today_sec .mc_container .common_title {
    top: 25px;
    width: 240px;
  }
  .where_we_are_today_sec .gas,
  .where_we_are_today_sec .oil,
  .where_we_are_today_sec .coal {
    width: 44px;
    height: 44px;
    top: -24px;
  }
  .where_we_are_today_sec .gas:before,
  .where_we_are_today_sec .oil:before,
  .where_we_are_today_sec .coal:before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .where_we_are_today_sec .counters .column {
    margin: 0 10px;
    width: 135px;
    height: 120px;
    min-height: auto;
  }
  .where_we_are_today_sec .counters .counting {
    font-size: 26px;
    height: 20px;
    margin-top: -20px;
  }
  .where_we_are_today_sec .counters h3 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 25px;
  }
  .where_we_are_today_sec .counter_block {
    margin-top: 40px;
    padding-bottom: 230px;
  }
  .podcast_sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .podcast_sec .top_block {
    position: relative;
    padding: 25px 0 0 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .podcast_sec .top_block .image_block {
    position: relative;
    top: 0px;
    left: -2px;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .podcast_sec .top_block .content_block {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .podcast_sec .top_block .content_block .ttl {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .podcast_sec .top_block .content_block .txt {
    font-size: 12px;
    line-height: 18px;
  }
  .podcast_sec .mc_container .common_title {
    width: 130px;
    top: -17px;
    background: #edf1f5;
  }
  .podcast_sec .slide_wrapper {
    padding: 0px 14px 5px 10px;
    margin-top: 0;
  }
  .podcast_sec .slide_wrapper .slide_lbl {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .podcast_sec .slide_wrapper .slick-next,
  .podcast_sec .slide_wrapper .slick-prev {
    top: -25px;
    width: 12px;
    height: 12px;
  }
  .podcast_sec .slide_wrapper .slick-prev {
    right: 32px;
  }
  .podcast_sec .podcast_slider {
    margin: 0 -10px;
  }
  .podcast_sec .slide_wrapper .podcast_slide {
    margin: 0 0 10px 0;
  }
  .podcast_sec .slide_wrapper .podcast_slide .story_img_box {
    margin-bottom: 5px;
  }
  .podcast_sec .slide_wrapper .podcast_slide .slide_ttl {
    font-size: 12px;
    line-height: 16px;
  }
  .podcast_sec .top_block .image_block .image_alink:before,
  .podcast_sec .slide_wrapper .podcast_slide .story_img_box:before {
    width: 30px;
    height: 30px;
  }
.sponsor_wrapper .logo_spnsr {
	    text-align: center;
	    padding-bottom: 10px;
}

.sponsor_wrapper .logo_spnsr span {
	    display: inline-block;
	    padding-bottom: 5px;
}

	.top_intro_sec .mc_container .electric_word_img {
	    top: 110px;
}
}
@media all and (max-width: 767px) {
  .mc_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_intro_sec .mc_fieldset .legend {
    padding-top: 30px;
  }
  .top_intro_sec .mc_fieldset .legend .page_title .bold {
    margin-bottom: 10px;
  }
  .top_intro_sec .mc_fieldset .legend .page_title .bold strong {
    display: block;
  }
  .top_intro_sec .mc_container .electric_word_img {
    width: 90%;
  }
  .top_intro_sec .mc_container .vehicles_world_img {
    width: 90%;
  }
  .where_we_are_today_sec .counters {
    margin: 0 -10px;
  }
  .where_we_are_today_sec .counters .column {
    margin: 0px 10px;
    width: 115px;
    height: 140px;
    min-height: auto;
  }
  .where_we_are_today_sec .counters .column:nth-of-type(3) {
    margin-top: 60px;
  }
}
@media all and (max-width: 380px) {
  .top_intro_sec .mc_fieldset .legend {
    padding: 0 5px;
  }
}
@media all and (max-width: 310px) {
  .top_intro_sec .mc_fieldset {
    padding: 0 5px 20px 5px;
  }
  .top_intro_sec .mc_fieldset .intro_txt {
    padding: 0 10px;
  }
}
