@font-face {
  font-family: "Charlotte Southern";
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/Charlotte-Southern.eot");
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/Charlotte-Southern.eot?#iefix") format("embedded-opentype"), url("https://static.toyotabharat.com/fonts/hybrid-technology/Charlotte-Southern.woff2") format("woff2"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/Charlotte-Southern.woff") format("woff"), url("https://static.toyotabharat.com/fonts/hybrid-technology/Charlotte-Southern.ttf") format("truetype"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/Charlotte-Southern.svg#Charlotte-Southern") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Black.eot");
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Black.eot?#iefix") format("embedded-opentype"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Black.woff2") format("woff2"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Black.woff") format("woff"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Black.ttf") format("truetype"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Black.svg#ToyotaType-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Book.eot");
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Book.eot?#iefix") format("embedded-opentype"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Book.woff2") format("woff2"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Book.woff") format("woff"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Book.ttf") format("truetype"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Book.svg#ToyotaType-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Bold.eot");
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Bold.woff2") format("woff2"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Bold.woff") format("woff"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Bold.ttf") format("truetype"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Bold.svg#ToyotaType-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Semibold.eot");
  src: url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Semibold.eot?#iefix") format("embedded-opentype"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Semibold.woff2") format("woff2"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Semibold.woff") format("woff"), url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Semibold.ttf") format("truetype"),
    url("https://static.toyotabharat.com/fonts/hybrid-technology/ToyotaType-Semibold.svg#ToyotaType-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@keyframes uptext {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes uptext {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes downtext {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes downtext {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.hybrid-wrapper {
  margin-top: 70px;
}
.hybrid-wrapper h1,
.hybrid-wrapper h2,
.hybrid-wrapper h3,
.hybrid-wrapper h4,
.hybrid-wrapper h5,
.hybrid-wrapper h6,
.hybrid-wrapper p,
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal p {
  margin: 0;
  padding: 0;
  font-family: "Toyota Type";
}
.hybrid-wrapper ul,
.hybrid-wrapper ul li,
.modal ul,
.modal ul li {
  list-style: none;
  font-family: "Toyota Type";
}
.hybrid-wrapper a,
.modal a {
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  font-family: "Toyota Type";
}
.hybrid-wrapper .container {
  width: 100%;
  max-width: 108%;
  padding: 0 80px 0 0;
}

.slide-wrapper {
  position: relative;
  margin-top: 80px;
}
.slide-wrapper > img {
  width: 100%;
}
.slide-wrapper .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  margin: -100px 0 0 -100px;
}
.slide-wrapper .play_btn > img {
  width: 100%;
}
.slide-wrapper .play_btn:hover {
  transform: scale(0.9);
}
.slide-wrapper .caption {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.slide-wrapper .caption h4 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 25px;
  left: -5px;
  font-size: 22px;
}
.slide-wrapper .caption h2 {
  font-family: "Charlotte Southern";
  color: #cd1e26;
  font-size: 120px;
}

.hybrid-heading {
  padding: 0;
  position: relative;
  z-index: 10;
}
.hybrid-heading h2 {
  color: #000;
  font-size: 54px;
  padding: 0 0 20px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 54px;
}

.styled_select {
  position: relative;
  width: 100%;
}
.styled_select:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  pointer-events: none;
  background-color: #2fc5f3;
}
.styled_select select.form-control {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.styled_select select option {
  background-color: #fff;
  font-family: "Toyota Type";
}
.img_block > img {
  width: 100%;
}

.hybrid-humhai {
  display: flex;
  flex-wrap: wrap;
}
.hybrid-humhai .img_block {
  width: 66%;
  padding-right: 40px;
}
.hybrid-humhai .copy_block {
  width: 34%;
}
.hybrid-humhai .copy_block p {
  color: #231f20;
  font-size: 28px;
  line-height: 48px;
}
.hybrid-humhai .logo_block {
  padding-top: 60px;
}

.hybrid-truth-section {
  padding-top: 70px;
}
.hybrid-truth-section .hybrid-heading {
  padding-left: 70px;
}
.hybrid-truth-section .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}
.truth_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.truth_list > li {
  padding: 0 8px 16px;
  width: 33.33%;
}
.truth_list > li .inner {
  background-color: #0a77c8;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.truth_list > li .inner img {
  width: 100%;
  transition: all 0.5s ease-in 0s;
  mix-blend-mode: soft-light;
}
.truth_list > li .inner:hover img {
  transform: scale(1.1);
}
.truth_list > li .inner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px 60px;
}
.truth_list > li .inner .overlay .copy_block {
}
.truth_list > li .inner .overlay .copy_block p {
  color: #fff;
  font-size: 40px;
  font-style: italic;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.truth_list > li .inner .overlay .copy_block p:last-child {
  padding-bottom: 0;
}
.truth_list > li:nth-child(2) .inner {
  background-color: #2b8cf4;
}
.truth_list > li:nth-child(3) .inner {
  background-color: #4b79c6;
}
.truth_list > li:nth-child(4) .inner {
  background-color: #00c2f5;
}
.truth_list > li:nth-child(5) .inner {
  background-color: #00c2f5;
}
.truth_list > li:nth-child(7) .inner,
.truth_list > li:nth-child(12) .inner {
  background-color: #509cf5;
}
.truth_list > li:nth-child(8) .inner {
  background-color: #4b79c6;
}
.truth_list > li:nth-child(9) .inner {
  background-color: #0097dc;
}
.truth_list > li:nth-child(11) .inner {
  background-color: #0097dc;
}

.hybrid-scev {
  margin-top: 70px;
}
.hybrid-scev .inner {
  background-image: url("../jpg/scev-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 90px;
}
.hybrid-scev .inner p {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 44px;
}
.hybrid-scev .hybrid-heading {
  padding-left: 70px;
}
.hybrid-scev .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}
.hybrid-scev .hybrid-heading h2 span {
  font-family: "Charlotte Southern";
  color: #cc1e26;
  text-transform: none;
  font-weight: normal;
  font-size: 115px;
  position: relative;
  top: 16px;
}

.hiw_section {
  padding-top: 70px;
}
.hiw_section .hybrid-heading {
  padding-left: 70px;
}
.hiw_section .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}

.hybrid-how-it-works {
  background-color: #00c3f6;
  padding: 50px 0 0;
  overflow: hidden;
}
.hybrid-how-it-works .heading {
  padding-bottom: 40px;
}
.hybrid-how-it-works .heading h2 {
  display: inline-block;
  background-color: #2fc5f3;
  padding: 10px 20px;
  color: #fff;
  font-family: "Arial";
  font-size: 30px;
  letter-spacing: 5px;
}
.indicator-block {
  background-color: #ccd6d6;
  padding: 15px 15px 15px 40px;
  display: flex;
  margin-top: -10px;
}
.indicator-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.indicator-list li {
  position: relative;
  text-transform: uppercase;
  padding-left: 40px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.indicator-list li:first-child {
  padding-left: 0;
}
.indicator-list li img {
  border-radius: 100%;
  width: 70px;
}
.indicator-list li span {
  padding-left: 10px;
}

.hiw-steps {
  position: relative;
  margin-top: 40px;
}
.hiw-mobile {
  display: none;
}
.car-base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.car-base > img {
  width: 100%;
}
.hiw-list {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.hiw-list > li {
  text-align: center;
  float: left;
  width: 25%;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.hiw-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -105px;
  height: 210px;
  border-left: 2px dotted #142b51;
}
.hiw-list > li:first-child:before {
  display: none;
}
.hiw-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #7de0fa;
  width: 100%;
  height: 340px;
  z-index: -1;
}
.hiw-list > li .inner {
  padding: 0 50px;
}
.car-block {
  display: inline-block;
  position: relative;
  min-height: 68px;
}
.car-block .signal-icon {
  position: absolute;
  right: -10px;
  top: -20px;
}

.hiw-list > li:first-child .car-block {
  top: 37px;
}
.hiw-list > li:nth-child(2) .car-block {
  top: 37px;
}
.hiw-list > li:nth-child(2) .car-block .signal-icon {
  z-index: -1;
  right: -57px;
}
.hiw-list > li:nth-child(3) .car-block {
  top: 8px;
  right: 44px;
}
.hiw-list > li:nth-child(4) .car-block {
  top: 5px;
  left: -20px;
}
.hiw-list > li:nth-child(4) .car-block .signal-icon {
  top: 0;
  right: -100px;
}

.content-block {
  margin: 75px 0 0;
  min-height: 200px;
}
.content-block .num {
  display: inline-block;
  background-color: #fff;
  line-height: 40px;
  width: 40px;
  border-radius: 100%;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.content-block h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 700;
}
.content-block p {
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
}

.bottom-content {
  position: relative;
  padding-top: 150px;
}
.bottom-content .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 20px 0 20px;
}
.bottom-content p {
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
}
.bottom-content h5 {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #0a77c9;
  padding: 3px 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}
.bottom-content .white-box {
  background-color: #fff;
  padding: 60px 15px 15px;
  position: relative;
}
.bottom-content .white-box:before {
  content: "";
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #142b51 transparent transparent transparent;
  position: absolute;
  top: -5px;
}
.bottom-content .white-box > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.bottom-content .white-box > ul > li {
  margin: 0;
  float: left;
  padding: 0 5px;
}
.bottom-content .white-box > ul > li .inner-inner {
  position: relative;
  width: 54px;
}
.bottom-content .white-box > ul > li .inner-inner img {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 30px #fff;
  border-radius: 100%;
  width: 100%;
}
.bottom-content .white-box > ul > li .inner-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
  border-radius: 0 0 30px 30px;
  visibility: hidden;
}
.bottom-content .white-box > ul > li:nth-child(1) .inner-inner::before {
  background-color: #ee7c7c;
}
.bottom-content .white-box > ul > li:nth-child(2) .inner-inner::before {
  background-color: #55cff5;
}
.bottom-content .white-box > ul > li:nth-child(3) .inner-inner::before {
  background-color: #69c890;
}
.hiw-list > li:first-child .bottom-content .white-box:before {
  left: 50%;
  margin-left: -10px;
}
.hiw-list > li:nth-child(2) .bottom-content .white-box:before {
  left: 38%;
}
.hiw-list > li:nth-child(3) .bottom-content .white-box:before {
  left: 38%;
}
.hiw-list > li:nth-child(4) .bottom-content .white-box:before {
  left: 65%;
}
.hiw-list > li:first-child .bottom-content .white-box > ul > li:nth-child(2) .inner-inner::before {
  visibility: visible;
}
.hiw-list > li:nth-child(2) .bottom-content .white-box > ul > li .inner-inner::before {
  visibility: visible;
}
.hiw-list > li:nth-child(3) .bottom-content .white-box > ul > li .inner-inner::before {
  visibility: visible;
}
.hiw-list > li:nth-child(3) .bottom-content .white-box > ul > li:last-child .inner-inner::before {
  visibility: hidden;
}
.hiw-list > li:nth-child(4) .bottom-content .white-box > ul > li:last-child .inner-inner::before {
  visibility: visible;
}

.is-visible .hiw-list > li .car-block .signal-icon {
  animation-name: downtext;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.is-visible .hiw-list > li .car-block > img {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.is-visible .hiw-list > li:nth-child(1) .car-block > img {
  animation-delay: 1.5s;
}
.is-visible .hiw-list > li:nth-child(1) .car-block .signal-icon {
  animation-delay: 2s;
}
.is-visible .hiw-list > li:nth-child(2) .car-block > img {
  animation-delay: 2.5s;
}
.is-visible .hiw-list > li:nth-child(2) .car-block .signal-icon {
  animation-delay: 3.2s;
}
.is-visible .hiw-list > li:nth-child(3) .car-block > img {
  animation-delay: 3.5s;
  animation-name: fadeIn;
}
.is-visible .hiw-list > li:nth-child(4) .car-block > img {
  animation-delay: 4s;
  animation-name: fadeIn;
}
.is-visible .hiw-list > li:nth-child(4) .car-block .signal-icon {
  animation-delay: 4.5s;
  animation-name: fadeInRightShort;
}
.is-visible .hiw-steps .car-base {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

.hybrid_tech_section {
  margin-top: 70px;
}
.hybrid_tech_section .hybrid-heading {
  padding-left: 70px;
  padding-bottom: 20px;
}
.hybrid_tech_section .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}
.hybrid_tech_section .video_block {
  position: relative;
}
.hybrid_tech_section .video_block > img {
  width: 100%;
}
.hybrid_tech_section .video_block > iframe {
  width: 100%;
  height: 1000px;
  border: none;
}
.hybrid_tech_section .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  margin: -70px 0 0 -70px;
}
.hybrid_tech_section .play_btn > img {
  width: 100%;
}
.hybrid_tech_section .play_btn:hover {
  transform: scale(0.9);
}

.hybrid_warranty {
  padding-top: 70px;
}
.hybrid_warranty .hybrid-heading {
  padding-left: 70px;
}
.hybrid_warranty .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}
.hybrid_warranty .copy_block {
  padding-left: 70px;
  display: flex;
  padding-bottom: 30px;
  align-items: center;
}
.hybrid_warranty .copy_block p {
  color: #000;
  font-size: 26px;
  line-height: 44px;
  padding-right: 12%;
}
.hybrid_warranty .copy_block .logo_8year {
  max-width: 320px;
  width: 100%;
}
.hybrid_warranty .copy_block .logo_8year > img {
}

.hybrid-tabs {
  position: relative;
  padding-right: 530px;
  background-color: #000;
  overflow: hidden;
}
.slider-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 530px;
  padding: 0;
}
.slider-nav .slick-slide {
  position: relative;
  border: none;
  margin-bottom: 5px;
}
.hs-thumb {
  cursor: pointer;
  background-color: #0097dc;
  position: relative;
}
.hs-thumb > img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.slider-nav .slick-current .hs-thumb > img,
.slider-nav .slick-slide .hs-thumb:hover > img {
  mix-blend-mode: soft-light;
}
.hs-thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in 0s;
}
.hs-thumb .overlay p {
  color: #fff;
  font-size: 28px;
  line-height: normal;
}
.slider-nav .slick-current .hs-thumb .overlay,
.slider-nav .slick-slide .hs-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
  font-family: "FontAwesome";
  color: #44c5f3;
  font-size: 34px;
  opacity: 1;
  line-height: 40px;
}
.slider-nav .slick-prev::before {
  content: "\f103";
}
.slider-nav .slick-next::before {
  content: "\f102";
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
  width: 66px;
  text-align: center;
  height: auto;
  top: auto;
  z-index: 98;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 194, 245, 0.35);
}
.slider-nav .slick-prev {
  bottom: 8px;
}
.slider-nav .slick-next {
  top: 0;
}
.slider-for {
}
.tab_body {
  padding: 70px;
  display: flex;
}
.video-large-thumb {
  position: relative;
  float: left;
  width: 100%;
}
.video-large-thumb > img {
  width: 100%;
}
.video-large-thumb > iframe {
  border: none;
  width: 100%;
  height: 525px;
  margin-bottom: -5px;
}
.video-large-thumb .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  margin: -70px 0 0 -70px;
}
.video-large-thumb .play_btn > img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.video-large-thumb:hover .play_btn > img {
  transform: scale(0.9);
}

.hybrid-choose {
  padding-top: 70px;
}
.hybrid-choose .hybrid-heading {
  padding-left: 70px;
}
.hybrid-choose .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}
.hybrid-choose .copy_block {
  padding-left: 70px;
  display: flex;
  padding-bottom: 30px;
  align-items: center;
}
.hybrid-choose .copy_block p {
  color: #000;
  font-size: 26px;
  line-height: 44px;
}
.hybrid-car-wrap {
  position: relative;
}
picture > img {
  width: 100%;
}
.hybrid-car-wrap ul {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0 20% 20px;
  width: 100%;
}
.hybrid-car-wrap ul > li {
  float: left;
  text-align: center;
}
.hybrid-car-wrap ul > li:last-child {
  float: right;
}
.hybrid-car-wrap ul > li > span {
  display: block;
  width: 196px;
  margin-bottom: 10px;
}
.hybrid-car-wrap ul > li > span > img {
  width: 100%;
}
.hybrid-car-wrap ul > li > a {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  line-height: 44px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  font-weight: 600;
}
.hybrid-car-wrap ul > li > a:hover {
  color: #2fc5f3;
  border-top-color: #2fc5f3;
  border-right-color: #2fc5f3;
}

.hybrid-stories {
  padding-top: 70px;
}
.hybrid-stories .hybrid-heading {
  padding-left: 70px;
}
.hybrid-stories .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}
.hybrid-stories .copy_block {
  padding-left: 70px;
  display: flex;
  padding-bottom: 30px;
  align-items: center;
}
.hybrid-stories .copy_block p {
  color: #000;
  font-size: 26px;
  line-height: 44px;
}

.hybrid-latest-news {
  padding-top: 70px;
}
.hybrid-latest-news .hybrid-heading {
  padding-left: 70px;
}
.hybrid-latest-news .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
}
.latestnews-carousel .item {
}
.news_block {
  float: left;
  position: relative;
  background-color: #77b5f8;
}
.news_block img {
  transition: all 0.25s ease-in 0s;
}
.news_block:hover img {
  mix-blend-mode: soft-light;
}
.news_block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in 0s;
}
.news_block .overlay p {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  transition: all 0.25s ease-in 0s;
  font-style: italic;
}
.news_block:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.latestnews-carousel .owl-nav {
  margin: 0;
}
.latestnews-carousel .owl-nav [class*="owl-"] {
  border: none;
  position: absolute;
  top: 50%;
  width: 40px;
  line-height: 66px;
  color: #fff;
  font-size: 30px;
  background-color: #000;
  margin: 0;
  transform: translateY(-50%);
}
.latestnews-carousel .owl-nav .owl-next {
  right: 0;
}
.latestnews-carousel .owl-nav .owl-prev {
  left: 0;
}
.news_block .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: 10;
}
.news_block .play_btn > img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.news_block:hover .play_btn > img {
  transform: scale(0.9);
}

.hybrid-request-test-drive {
  padding-top: 70px;
}
.hybrid-request-test-drive .hybrid-heading {
  padding-left: 70px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.hybrid-request-test-drive .hybrid-heading h2 {
  font-size: 76px;
  line-height: 84px;
  width: calc(100% - 280px);
  padding-bottom: 0;
}
.hybrid-request-test-drive .hybrid-heading .btns {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
  align-items: flex-end;
}
.hybrid-request-test-drive .hybrid-heading ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.hybrid-request-test-drive .hybrid-heading ul > li {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.hybrid-request-test-drive .hybrid-heading ul > li:last-child {
  padding-bottom: 0;
}
.hybrid-request-test-drive .hybrid-heading ul > li > a {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #0a77c9;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}
.hybrid-request-test-drive .hybrid-heading ul > li > a:hover {
  background-color: #2fc5f3;
}

.hybrid-request-test-drive .inner {
  background-color: #0097dc;
  padding: 115px 80px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.hybrid-request-test-drive .inner label {
  color: #fff;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
.hybrid-request-test-drive .inner .form-control {
  padding: 0 15px;
  height: 40px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.hybrid-request-test-drive .inner select.form-control {
  padding-right: 40px;
}
.hybrid-request-test-drive .inner .btn-group {
  width: 100%;
  padding-top: 20px;
}
.hybrid-request-test-drive .inner .btn {
  width: 100%;
  background-color: #2fc5f3 !important;
  color: #fff !important;
  line-height: 40px;
  padding: 0 20px !important;
  font-size: 22px !important;
  letter-spacing: 2px;
}
.hybrid-request-test-drive .inner .btn:hover {
  background-color: #0a77c9;
}
.hybrid-request-test-drive .inner .logo_block {
  width: 60%;
  padding: 180px 3%;
  background-color: #fff;
}
.hybrid-request-test-drive .inner .logo_block > img {
  width: 100%;
}
.hybrid-request-test-drive .inner .form_block {
  width: 40%;
  padding-left: 80px;
}

/*Black nav on top*/
.hybrid-nav-black {
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 99;
  position: sticky;
}
.hybrid-nav-black .container {
  padding: 0;
}
/*.hybrid-nav-wrap{ background-color: #fff; text-align: center; box-shadow: -10px 10px 10px rgba(0,0,0,.05);} */
.hybrid-nav-wrap {
  background-color: #fff;
  text-align: center;
}
.hybrid-nav-wrap > ul {
  display: inline-block;
  margin: 0 0 -5px;
  padding: 0;
  float: none;
}
.hybrid-nav-wrap > ul > li {
  float: left;
  margin-left: 50px;
  padding: 30px 0;
}
.hybrid-nav-wrap > ul > li:first-child {
  margin-left: 0;
}
.hybrid-nav-wrap > ul > li > a {
  color: #000;
  text-transform: uppercase;
  float: left;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  padding: 0 0 3px;
  font-weight: 700;
  letter-spacing: 2px;
}
.hybrid-nav-wrap > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0a77c9;
  transition: all 0.35s ease-in 0s;
  -webkit-transition: all 0.35s ease-in 0s;
}
.hybrid-nav-wrap > ul > li > a:focus {
  background-color: transparent;
}
.hybrid-nav-wrap > ul > li > a:hover,
.hybrid-nav-wrap > ul > li.active > a {
  background-color: transparent;
  color: #0a77c9;
}
.hybrid-nav-wrap > ul > li > a:hover:before,
.hybrid-nav-wrap > ul > li.active > a:before {
  left: 0;
  width: 100%;
}
.thankyou-box {
  text-align: center;
}

.hybrid-request-test-drive .thankyou-box h3 {
  font-family: "Arial";
  color: #000;
  padding-bottom: 20px;
  margin: 0;
  font-size: 30px;
  letter-spacing: 2px;
}
.thankyou-box p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Arial";
  padding-bottom: 40px;
  letter-spacing: 1px;
}
.thankyou-box h4 {
  font-family: "Arial";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}
.thankyou-box h4 span {
  display: block;
  font-size: 24px;
  padding-bottom: 10px;
}
.thankyou-box h4 a {
  font-family: "Arial";
  color: #000;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.thankyou-box h4 a:hover {
  border-bottom-color: #000;
}

.modal {
  z-index: 10000;
  right: -17px;
}
.modal-backdrop {
  z-index: 9999;
}
.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}
.modal.in {
  padding-right: 0 !important;
}
.modal-content {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.modal-content .close {
  opacity: 1;
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 99;
  text-shadow: none;
  background-color: #2fc5f3;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.modal-content .close:hover {
  background-color: #2fc5f3;
}
.modal-content .close img {
  position: relative;
  top: 0;
}
.modal-dialog {
  max-width: 700px;
  width: 90%;
  margin: 70px auto 0;
}
.modal-body {
  float: left;
  width: 100%;
  padding: 15px;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.video_modal .modal-body {
  padding: 15px;
}
.video_modal .modal-body iframe {
  border: none;
  width: 100%;
  height: 400px;
  margin-bottom: -5px;
}

.myth_modal {
}
.myth_modal .modal-dialog {
  max-width: 1280px;
}
.myth_wrap {
  display: flex;
  flex-wrap: wrap;
}
.myth_wrap .img_block {
  width: 60%;
  position: relative;
}
.myth_wrap .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  margin: -50px 0 0 -50px;
}
.myth_wrap .play_btn > img {
  width: 100%;
}
.myth_wrap .play_btn:hover {
  transform: scale(0.9);
}
.myth_wrap .copy_block {
  width: 40%;
  padding-left: 30px;
}
.myth_wrap .copy_block h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 10px;
}
.myth_wrap .copy_block h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
.myth_wrap .copy_block p {
  font-size: 14px;
  color: #231f20;
  line-height: 22px;
  padding-bottom: 20px;
}
.myth_wrap .copy_block .myth_logo {
  padding-top: 10px;
}
.myth_wrap .copy_block .myth_logo > img {
  width: 100%;
  max-width: 280px;
}

.enq-modal .modal-dialog {
  max-width: 600px;
  margin-top: 90px;
}
.enq-modal .modal-content {
  background-color: rgba(255, 255, 255, 0.85);
}
.enq-modal .modal-body {
  padding: 70px;
}
.enq-modal .modal-content .close {
  text-align: center;
  top: 0;
  right: 0;
}
.enq-modal h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
  letter-spacing: 5px;
  color: #0a6ccd;
  font-weight: bold;
}
.enq-modal .form-group {
  margin-bottom: 20px;
}
.enq-modal .form-control {
  height: 40px;
  border: none;
  background-color: #0a6ccd;
  border-radius: 0;
  color: #fff;
  outline: none;
  letter-spacing: 1px;
  font-size: 14px;
}
.enq-modal .form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.enq-modal .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.enq-modal .btn {
  width: 100%;
  padding: 0 20px !important;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #0a6ccd;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 22px !important;
  letter-spacing: 5px;
}
.enq-modal .btn:hover {
  background-color: #0a6ccd;
}
.enq-modal select option {
  background-color: #fff;
  color: #000;
}
.enq-modal .styled_select::after {
  background-color: transparent;
}
.enq-modal .modal-content .close {
  background-color: transparent;
  box-shadow: none;
}
.enq-modal .text-center {
}
.enq-modal .text-center > img {
  width: 230px;
}
.modal-backdrop.in.transparent {
  opacity: 0;
}

/*Responsive*/
@media (min-width: 1601px) and (max-width: 1920px) {
  .hiw-list > li:first-child .car-block {
    top: 55px;
  }
  .hiw-list > li:nth-child(2) .car-block {
    top: 55px;
  }
  .hiw-list > li:nth-child(3) .car-block {
    top: 20px;
  }
  .hiw-list > li:nth-child(4) .car-block {
    top: 20px;
  }
  .hiw-list > li:nth-child(4) .car-block .signal-icon {
    top: 4px;
  }
}
@media (max-width: 1640px) {
  .hybrid-nav-wrap > ul > li {
    margin-left: 30px;
  }
  .hybrid-nav-wrap > ul > li > a {
    font-size: 16px;
  }
  .hybrid-humhai .copy_block p {
    font-size: 22px;
    line-height: 40px;
  }
  .truth_list > li .inner .overlay .copy_block p {
    font-size: 30px;
  }
  .content-block h4 {
    font-size: 18px;
  }
  .content-block p {
    font-size: 16px;
  }
  .bottom-content p {
    font-size: 16px;
  }
  .hybrid-tabs {
    padding-right: 440px;
  }
  .slider-nav {
    width: 440px;
  }
  .news_block .overlay p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1440px) {
  .hybrid-nav-wrap > ul > li > a {
    font-size: 13px;
  }
  .slide-wrapper .play_btn {
    width: 120px;
    margin: -60px 0 0 -60px;
  }
  .hybrid-heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .hybrid-humhai .copy_block p {
    font-size: 18px;
    line-height: 30px;
  }
  .hybrid-humhai .logo_block {
    width: 100%;
    max-width: 300px;
  }
  .hybrid-humhai .logo_block > img {
    width: 100%;
  }
  .hybrid-truth-section .hybrid-heading h2,
  .hybrid-scev .hybrid-heading h2,
  .hiw_section .hybrid-heading h2,
  .hybrid_tech_section .hybrid-heading h2,
  .hybrid_warranty .hybrid-heading h2,
  .hybrid-choose .hybrid-heading h2,
  .hybrid-stories .hybrid-heading h2,
  .hybrid-latest-news .hybrid-heading h2,
  .hybrid-request-test-drive .hybrid-heading h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .truth_list > li .inner .overlay .copy_block p {
    font-size: 24px;
  }
  .hybrid-scev .inner p {
    font-size: 16px;
    line-height: 34px;
  }
  .hybrid-scev .inner {
    padding: 90px 50px;
  }
  .hybrid_warranty .copy_block p {
    font-size: 18px;
    line-height: 32px;
    padding-right: 40px;
  }
  .hs-thumb .overlay p {
    font-size: 24px;
  }
  .hiw-list > li .inner {
    padding: 0 20px;
  }
  .hiw-list > li:first-child .car-block {
    top: 32px;
  }
  .hiw-list > li:nth-child(2) .car-block {
    top: 32px;
  }
  .hiw-list > li:nth-child(3) .car-block {
    top: 7px;
  }
  .hiw-list > li:nth-child(4) .car-block {
    top: 4px;
  }
  .hybrid-choose .copy_block p,
  .hybrid-stories .copy_block p {
    font-size: 18px;
    line-height: 32px;
  }
  .news_block .overlay p {
    font-size: 24px;
    line-height: 30px;
  }
  .hybrid-request-test-drive .hybrid-heading ul > li {
    padding-bottom: 20px;
  }

  .slide-wrapper .caption h4 {
    font-size: 18px;
    top: 20px;
    left: 5px;
  }
  .slide-wrapper .caption h2 {
    font-size: 80px;
  }
  .hybrid-scev .hybrid-heading h2 span {
    font-size: 70px;
    top: 10px;
  }
  .hybrid-request-test-drive .inner .logo_block {
    padding: 210px 3%;
  }
  .hybrid-request-test-drive .inner {
    padding-top: 80px;
  }
  .hybrid_tech_section .video_block > iframe {
    height: 770px;
  }
  .hs-thumb .overlay {
    padding: 15px 30px;
  }
}
@media (max-width: 1366px) {
  .hiw-list > li:first-child .car-block {
    top: 23px;
  }
  .hiw-list > li:nth-child(2) .car-block {
    top: 23px;
  }
  .hiw-list > li:nth-child(3) .car-block {
    top: 3px;
  }
  .hiw-list > li:nth-child(4) .car-block {
    top: -5px;
  }
  .hybrid_tech_section .play_btn {
    width: 100px;
    margin: -50px 0 0 -50px;
  }
  .video-large-thumb .play_btn {
    width: 100px;
    margin: -50px 0 0 -50px;
  }
  .hybrid-tabs {
    padding-right: 375px;
  }
  .slider-nav {
    width: 375px;
  }
}

@media (max-width: 1279px) {
  .hybrid-nav-wrap {
    padding: 0 15px;
  }
  .hybrid-nav-black {
    top: 80px;
  }
  .hybrid-nav-wrap > ul > li {
    margin-left: 20px;
  }
  .hybrid-nav-wrap > ul > li > a {
    letter-spacing: normal;
  }
  .hybrid-wrapper .container {
    padding-right: 60px;
  }
  .hybrid-nav-black .container {
    padding: 0;
  }
  .slide-wrapper .caption {
    right: 10px;
    bottom: 10px;
  }
  .slide-wrapper .play_btn {
    width: 80px;
    margin: -40px 0 0 -40px;
  }
  .hybrid-humhai .img_block {
    padding-right: 30px;
  }
  .hybrid-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .hybrid-humhai .copy_block p {
    font-size: 16px;
    line-height: 24px;
  }
  .hybrid-humhai .logo_block {
    padding-top: 30px;
  }
  .hybrid-humhai {
  }
  .hybrid-truth-section .hybrid-heading,
  .hybrid-scev .hybrid-heading,
  .hiw_section .hybrid-heading,
  .hybrid_tech_section .hybrid-heading,
  .hybrid_warranty .hybrid-heading,
  .hybrid-choose .hybrid-heading,
  .hybrid-stories .hybrid-heading,
  .hybrid-latest-news .hybrid-heading,
  .hybrid-request-test-drive .hybrid-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hybrid-truth-section .hybrid-heading h2,
  .hybrid-scev .hybrid-heading h2,
  .hiw_section .hybrid-heading h2,
  .hybrid_tech_section .hybrid-heading h2,
  .hybrid_warranty .hybrid-heading h2,
  .hybrid-choose .hybrid-heading h2,
  .hybrid-stories .hybrid-heading h2,
  .hybrid-latest-news .hybrid-heading h2,
  .hybrid-request-test-drive .hybrid-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .truth_list > li .inner .overlay {
    padding: 10px 20px;
  }
  .truth_list > li .inner .overlay .copy_block p {
    font-size: 18px;
  }
  .hybrid-truth-section {
    padding-top: 30px;
  }
  .hybrid-scev .inner {
    padding: 30px;
  }
  .hybrid-scev .inner p {
    line-height: 24px;
    font-size: 14px;
  }
  .hybrid-scev {
    margin-top: 30px;
  }
  .hiw_section {
    padding-top: 30px;
  }
  .hybrid_tech_section {
    margin-top: 30px;
  }
  .hybrid_warranty .copy_block,
  .hybrid-choose .copy_block,
  .hybrid-stories .copy_block {
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
  .hybrid_warranty .copy_block .logo_8year {
    max-width: 300px;
  }
  .hybrid_warranty .copy_block .logo_8year > img {
    width: 100%;
  }
  .hybrid_warranty .copy_block p,
  .hybrid-choose .copy_block p,
  .hybrid-stories .copy_block p {
    font-size: 16px;
    line-height: 24px;
  }
  .tab_body {
    padding: 15px;
  }
  .hybrid-tabs {
    padding: 0;
  }
  .slider-nav {
    width: 100%;
    position: relative;
  }
  .hs-thumb .overlay {
    padding: 10px;
  }
  .hs-thumb .overlay p {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-nav .slick-prev,
  .slider-nav .slick-next {
    left: auto;
    top: 50%;
    width: 30px;
    transform: translate(0, -50%);
  }
  .slider-nav .slick-next {
    right: 0;
  }
  .slider-nav .slick-prev {
    bottom: auto;
    left: 0;
  }
  .slider-nav .slick-prev::before {
    content: "\f100";
  }
  .slider-nav .slick-next::before {
    content: "\f101";
  }
  .hybrid_warranty,
  .hybrid-choose {
    padding-top: 30px;
  }
  .hybrid-car-wrap ul > li > a {
    font-size: 18px;
    line-height: 36px;
  }
  .hybrid-stories,
  .hybrid-latest-news {
    padding-top: 30px;
  }
  .hybrid-request-test-drive .inner {
    padding: 10px;
  }
  .hybrid-request-test-drive .inner .logo_block {
    padding: 20px;
    width: 100%;
  }
  .hybrid-request-test-drive .inner .form_block {
    width: 100%;
    padding: 50px;
  }
  .myth_modal .modal-dialog {
    max-width: 700px;
  }
  .myth_wrap .img_block {
    width: 100%;
  }
  .myth_wrap .copy_block {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .myth_wrap .copy_block h2 {
    font-size: 24px;
  }
  .myth_wrap .copy_block h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .myth_wrap .copy_block p {
    font-size: 13px;
    line-height: 20px;
  }
  .myth_wrap .copy_block .myth_logo > img {
    max-width: 200px;
  }
  .hybrid_tech_section .video_block > iframe {
    height: 300px;
  }
  .hybrid-request-test-drive {
    padding-top: 30px;
  }
}

@media (max-width: 1023px) {
  .hybrid-wrapper .container {
    padding: 0;
  }
  .hybrid-nav-wrap {
    white-space: nowrap;
    overflow-x: auto;
  }
  .hybrid-nav-wrap > ul {
    padding: 0 15px 0 0;
  }
  .hybrid-nav-wrap > ul > li {
    float: none;
    display: inline-block;
    padding: 10px 0;
  }

  .slide-wrapper .caption h2 {
    font-size: 50px;
  }
  .slide-wrapper .caption h4 {
    font-size: 12px;
    top: 10px;
  }

  .hybrid-humhai .img_block {
    width: 100%;
    padding-right: 0;
  }
  .hybrid-humhai .copy_block {
    width: 100%;
    padding: 15px;
  }
  .hybrid-heading h2 br {
    display: none;
  }
  .truth_list {
    margin: 0 -5px;
  }
  .truth_list > li {
    padding: 0 5px 10px;
  }
  .truth_list > li .inner .overlay .copy_block p {
    font-size: 16px;
  }
  .hybrid-scev .inner {
    padding: 20px;
    background-image: url("../jpg/scev-bg-mobile.jpg");
  }
  .scev-block {
    padding-top: 450px;
  }
  .hybrid-scev .inner p {
    font-size: 14px;
    line-height: 24px;
  }
  .hiw-carousel .owl-nav {
    margin: 0;
  }
  .hiw-carousel .owl-nav [class*="owl-"] {
    border: none;
    position: absolute;
    top: 70px;
    width: 25px;
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    background-color: #000;
    margin: 0;
  }
  .hiw-carousel .owl-nav .owl-next {
    right: 0;
  }
  .hiw-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .hiw-list > li {
    padding-bottom: 20px;
  }
  .hybrid-how-it-works {
    padding: 15px 0 0;
  }
  .hybrid-how-it-works .heading h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .hybrid-how-it-works .heading {
    padding-bottom: 20px;
  }
  .indicator-block h3 {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .indicator-list li img {
    width: 30px;
  }
  .indicator-list li {
    padding-left: 35px;
    line-height: 30px;
    font-size: 13px;
    margin-left: 10px;
  }
  .hiw-steps {
    display: none;
  }
  .hiw-mobile {
    display: block;
    margin-top: 0;
  }
  .hiw-list > li {
    width: 100%;
  }

  .hiw-list {
    position: relative;
  }
  .hiw-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    border-top: 3px dotted #142b51;
  }
  .hiw-list > li .car-second .signal-icon {
    right: -60px;
    z-index: -1;
  }
  .hiw-list > li .car-third {
    top: 0 !important;
  }
  .hiw-list > li .car-fourth {
    top: 1px !important;
  }
  .hiw-list > li .car-fourth .signal-icon {
    top: -9px !important;
    right: -50px;
  }

  .active .hiw-list > li .car-block .signal-icon {
    animation-name: downtext;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-out;
  }
  .active .hiw-list > li .car-block > img {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-out;
  }
  .active .hiw-list > li.car-block > img {
    animation-delay: 1.5s;
  }
  .active .hiw-list > li .car-block .signal-icon {
    animation-delay: 1s;
  }
  .active .hiw-list > li .car-third > img {
    animation-delay: 1.5s;
    animation-name: fadeIn;
  }
  .active .hiw-list > li .car-fourth > img {
    animation-delay: 1.5s;
    animation-name: fadeIn;
  }

  .hiw-carousel .item {
    padding-top: 20px;
  }
  .car-block.car-third::before {
    content: "";
    position: absolute;
    left: -32px;
    top: -2px;
    width: 463px;
    height: 160px;
    border-top: 3px dotted #142b51;
    border-left: 3px dotted transparent;
    border-top-left-radius: 100%;
  }
  .car-block.car-fourth::before {
    content: "";
    position: absolute;
    right: -52px;
    top: -3px;
    width: 463px;
    height: 160px;
    border-top: 3px dotted #142b51;
    border-right: 3px dotted transparent;
    border-top-right-radius: 100%;
  }
  .car-up ul.hiw-list::after {
    content: "";
    background-color: #00c3f6;
    position: absolute;
    left: 34.5%;
    width: 100%;
    height: 3px;
    z-index: 2;
    top: 70px;
  }
  .car-down ul.hiw-list::after {
    content: "";
    background-color: #00c3f6;
    position: absolute;
    left: 0;
    width: 65.5%;
    height: 3px;
    z-index: 2;
    top: 70px;
  }

  .hybrid_warranty .copy_block {
    flex-wrap: wrap;
  }
  .hybrid_warranty .copy_block p {
    width: 100%;
    padding-right: 0;
  }
  .hybrid_warranty .copy_block .logo_8year {
    max-width: 200px;
    padding-top: 20px;
  }
  .hybrid-car-wrap > img.mobile-img {
    display: block;
  }
  .hybrid-car-wrap > img.desktop-img {
    display: none;
  }
  .hybrid-car-wrap ul > li > span {
    width: 115px;
    margin-bottom: 5px;
  }
  .hybrid-car-wrap ul > li > a {
    font-size: 12px;
  }
  .hybrid-car-wrap ul {
    padding: 0 20% 10px;
  }
  .news_block .overlay {
    padding: 15px;
  }
  .news_block .overlay p {
    font-size: 16px;
    line-height: 24px;
  }
  .hybrid-request-test-drive .hybrid-heading h2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .hybrid-request-test-drive .hybrid-heading .btns {
    width: 100%;
  }
  .hybrid-request-test-drive .hybrid-heading ul > li {
    width: 50%;
    padding: 0 5px;
  }
  .modal {
    right: 0;
  }

  .content-block {
    margin-top: 40px;
    min-height: 140px;
  }
  .slide-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hybrid-wrapper .container {
    overflow: hidden;
  }
  .hybrid-nav-black {
    top: 63px;
  }
  .hybrid-truth-section .hybrid-heading h2,
  .hybrid-scev .hybrid-heading h2,
  .hiw_section .hybrid-heading h2,
  .hybrid_tech_section .hybrid-heading h2,
  .hybrid_warranty .hybrid-heading h2,
  .hybrid-choose .hybrid-heading h2,
  .hybrid-stories .hybrid-heading h2,
  .hybrid-latest-news .hybrid-heading h2,
  .hybrid-request-test-drive .hybrid-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .truth_list > li {
    width: 50%;
  }
  .hybrid-scev .hybrid-heading h2 span {
    font-size: 44px;
    position: relative;
    top: 10px;
    padding-right: 10px;
  }
  .hybrid-scev .inner p {
    font-size: 13px;
    line-height: 20px;
  }
  .scev-block {
    padding-top: 290px;
  }
  .car-block.car-third::before {
    width: 375px;
    left: -44px;
    top: 3px;
  }
  .car-block.car-fourth::before {
    width: 405px;
    right: -70px;
    top: 3px;
  }
  .active .hiw-list > li .car-third > img {
    position: relative;
    top: -8px;
  }
  .active .hiw-list > li .car-fourth > img {
    position: relative;
    top: -5px;
  }
  .hiw-carousel .item {
    overflow: hidden;
  }
  .hybrid_tech_section .play_btn {
    width: 60px;
    margin: -30px 0 0 -30px;
  }
  .video-large-thumb .play_btn {
    width: 60px;
    margin: -30px 0 0 -30px;
  }
  .news_block .overlay {
    opacity: 1;
    visibility: visible;
    padding: 15px 50px;
  }
  .news_block img {
    mix-blend-mode: soft-light;
  }
  .hybrid-request-test-drive .hybrid-heading ul > li > a {
    font-size: 12px;
  }
  .hybrid-request-test-drive .hybrid-heading ul > li {
    padding: 0 2px;
  }
  .hybrid-request-test-drive .inner .form_block {
    padding: 15px 10px;
  }
  .hybrid-request-test-drive .inner label {
    font-size: 14px;
  }
  .hybrid-request-test-drive .inner .form-control {
    height: 36px;
  }
  .styled_select::after {
    width: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .hybrid-request-test-drive .inner .btn-group {
    padding-top: 0;
  }
  .hybrid-request-test-drive .inner .btn {
    font-size: 18px;
  }
  .hybrid-car-wrap ul > li > a {
    line-height: 24px;
  }
  .hybrid-car-wrap ul {
    padding: 0 15px 10px;
  }
  body.modal-open .modal-dialog {
    margin: 50px auto 0 !important;
  }
  .myth_wrap .play_btn {
    width: 60px;
    margin: -30px 0 0 -30px;
  }
  .enq-modal .modal-body {
    padding: 15px;
  }
  body.modal-open .enq-modal .modal-dialog {
    margin-top: 90px !important;
  }
  .enq-modal .form-group {
    margin-bottom: 10px;
  }
  .enq-modal h2 {
    letter-spacing: 1px;
  }
  .content-block {
    margin-top: 40px;
    min-height: 190px;
  }
  .hybrid-humhai .logo_block {
    max-width: 190px;
  }
  .myth_wrap .copy_block h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .myth_wrap .copy_block h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .myth_wrap .copy_block p {
    padding-bottom: 10px;
  }
  .myth_wrap .copy_block .myth_logo > img {
    width: 150px;
  }
  .hybrid-heading h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .hybrid-truth-section .hybrid-heading h2,
  .hybrid-scev .hybrid-heading h2,
  .hiw_section .hybrid-heading h2,
  .hybrid_tech_section .hybrid-heading h2,
  .hybrid_warranty .hybrid-heading h2,
  .hybrid-choose .hybrid-heading h2,
  .hybrid-stories .hybrid-heading h2,
  .hybrid-latest-news .hybrid-heading h2,
  .hybrid-request-test-drive .hybrid-heading h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .hybrid-scev .hybrid-heading h2 span {
    font-size: 36px;
    top: 7px;
  }
}

@media (max-width: 639px) {
  .indicator-list {
    flex-wrap: wrap;
  }
  .indicator-list li {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .indicator-list li:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {
  .truth_list > li {
    width: 50%;
  }
  .truth_list > li .inner .overlay {
    padding: 10px;
  }
  .truth_list > li .inner .overlay .copy_block p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .bottom-content .cont {
    padding: 10px 0 0;
  }
  .bottom-content h5 {
    top: -18px;
    font-size: 16px;
    width: 190px;
  }
  .bottom-content p {
    font-size: 14px;
    letter-spacing: normal;
  }
  .bottom-content {
    padding-top: 80px;
  }
  .hiw-list > li::after {
    height: 260px;
  }
}

@media (max-width: 359px) {
}
