.small-wrap {
  max-width: 680px;
  margin: 0 auto;
}

.tz-wrap {
  max-width: 1325px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
}

h2, h3 {
  margin-bottom: 30px;
}

h2 {
  line-height: 1.1;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #e1faff;
}
h2 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h2 {
    text-align: center;
    font-size: 2.5rem !important;
  }
}

h3 {
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-size: 2.5rem;
  font-weight: 400;
}
h3 span {
  display: block;
}
@media screen and (max-width: 992px) {
  h3 {
    text-align: center;
  }
}

p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1em 0;
}
@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.tz-mt0 {
  margin-top: 0;
  margin-bottom: 1.875rem !important;
  padding-bottom: 0 !important;
}

.tz-h3 {
  color: #333333;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 1.875rem !important;
  text-align: center;
}

.tz-link {
  color: #0f24fb;
  display: inline;
  text-decoration: none;
  font-weight: 500 !important;
}
.tz-link:hover {
  color: #0f24fb !important;
}

.tz-lightblue {
  color: #e1faff !important;
}
.tz-lightblue:hover {
  color: #e1faff !important;
}

.tz-btn-link {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.625rem 1.25rem;
  width: 100%;
  text-align: center;
}
.tz-btn-link:hover {
  color: #ffffff;
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .tz-btn-link {
    text-align: center;
  }
}

.tz-section-title {
  color: #FFCE05;
  font-size: 3.75rem;
  padding: 0 20px 50px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .tz-section-title {
    padding: 0 20px 30px;
  }
}

.tz-content-wrap {
  margin: 0 auto;
  padding: 50px;
}
@media only screen and (max-width: 992px) {
  .tz-content-wrap {
    padding: 20px 16px;
    margin: 0;
  }
}

.tz-btn {
  width: 100%;
  padding: 15px 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 992px) {
  .tz-btn {
    font-size: 1.0625rem;
  }
}

.intro-arrow-down {
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px;
}
@media only screen and (max-width: 992px) {
  .intro-arrow-down {
    display: none;
  }
}
.intro-arrow-down img {
  width: 20px;
  position: relative;
  left: 54px;
  top: 10px;
  transition: 0.1s ease-out;
  animation: _arrow_animate ease-out 3s infinite forwards 1s;
}
.intro-arrow-down .arrow-down-btn {
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  display: block;
  z-index: 2;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
}
body #content {
  padding: 0 !important;
  margin: 0 !important;
}
body .custom-logo {
  width: 300px;
  height: 60px;
}
@media only screen and (max-width: 992px) {
  body .custom-logo {
    width: 210px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  body .custom-logo {
    width: 198px;
  }
}
body .infographic-main-wrap {
  overflow: hidden;
  background: none scroll no-repeat 0 0 #0C0C0C;
}
body .infographic-main-wrap .main-nav-wrap {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
  /*background: #0c0c0c;*/
  /***************************/
  /***Mobile Lightbox Menu***/
  /*</**Mobile Lightbox Menu***/
  /***************************/
}
body .infographic-main-wrap .main-nav-wrap.nav-active {
  background-color: #0C0C0C;
  transition: all 0.5s linear;
  box-shadow: 5px -1px 12px -5px #0C0C0C;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
    height: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
  display: flex;
  margin: 5px auto 0 auto !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
    flex-direction: column;
    margin: 0 !important;
    padding: 0;
    display: grid;
    place-content: center;
    width: 100%;
    height: 400px;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
  margin: 0 !important;
  padding: 5px 8px 0;
  display: inherit;
  list-style: none !important;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
    line-height: 1.2;
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
    padding: 8px;
    max-width: 100%;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a {
  transition: all 0.3s ease;
  height: 34px;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a:before {
  background: #FFCE05;
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 20px !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:before {
  content: "";
  transition: 0.2s;
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFCE05;
  transform: translateX(-101%);
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:hover {
  color: #ffffff;
  opacity: 1;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:hover:before {
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
  background: #0c0c0c;
  position: relative;
  height: 400px;
  z-index: 2;
  background: #0c0c0c;
  text-align: left;
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav {
  visibility: visible;
}
body .infographic-main-wrap .main-nav-wrap > div {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap > div {
    text-align: left;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
    display: inline-block;
    background: #0c0c0c;
    padding: 0.4rem;
    font-size: 0px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon img {
    width: 28px;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .tz-menu-icon {
  position: absolute;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .tz-close-icon {
  opacity: 0;
  visibility: hidden;
}
body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    visibility: hidden;
    display: flex;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    padding-left: 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a {
  width: 200px;
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a svg {
  width: 200px !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mid {
  text-align: center;
}
body .infographic-main-wrap .main-nav-wrap .nav-mid h2 {
  color: #E1E1E1;
  text-transform: uppercase;
  margin: 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social {
  margin: 2px 0 0 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
  margin: 0 2px 0 0;
  cursor: pointer;
  /***copy share link**/
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6) {
  padding: 0;
  top: 5px;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon a.sh-btn {
  position: relative;
  z-index: 500;
  display: inline-block;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip {
  position: relative;
  display: inline-block;
  z-index: 9999;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  font-size: 0.875rem;
  color: #fff;
  text-align: right;
  border-radius: 6px;
  padding: 8px 6px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  margin-left: -135px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(20deg);
  border: 2px solid white;
  border-radius: 50%;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6)::after {
  border: 0;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:hover::after {
  transform: rotate(0deg);
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) {
  opacity: 0;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) .fa {
  opacity: 0;
  transition: transform 200ms ease-out, opacity 400ms ease-out;
}
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) .fa {
  opacity: 1;
  transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social {
  position: absolute;
  bottom: 25px;
  z-index: 500;
  left: 0;
  width: 100%;
  border-top: 1px solid #333;
  padding: 25px 16px 0 16px;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list {
  display: flex;
  justify-content: center;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon {
  margin: 0 4px;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) {
  opacity: 1 !important;
  transition: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) .fa {
  opacity: 1 !important;
  transition: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(6) {
  display: none;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4),
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) {
  opacity: 1 !important;
  transform: inherit !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4) .fa,
body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) .fa {
  opacity: 1 !important;
  transform: inherit !important;
}
body .infographic-main-wrap .nav-section {
  padding: 0 0 30px 0;
  display: flex;
  z-index: 2000;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section {
    position: relative;
    z-index: 1000;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .nav-section {
    padding: 10px 0;
    margin-bottom: 1rem;
  }
}
body .infographic-main-wrap .nav-section .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-logo {
    margin: 0 20px 0 0;
  }
}
body .infographic-main-wrap .nav-section .nav-logo a {
  width: 200px;
}
body .infographic-main-wrap .nav-section .nav-logo a svg {
  width: 247px !important;
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap .nav-section .nav-logo a svg {
    width: 160px !important;
  }
}
body .infographic-main-wrap .nav-section .nav-social-list {
  text-align: right;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list {
    padding: 0;
    margin: 0;
  }
}
body .infographic-main-wrap .nav-section .nav-social-list li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list li {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap .nav-section .nav-social-list li:last-child {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .infographic-main-wrap #tz-hero {
  width: 100%;
  padding: 0;
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.78);
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero {
    padding: 0;
  }
}
body .infographic-main-wrap #tz-hero #img-bg {
  background: #0C0C0C;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 65.42%, rgba(0, 0, 0, 0.8) 100%), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/car-fluids-to-check-infographic/hero");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  width: 100%;
  height: 80vh;
}
body .infographic-main-wrap #tz-hero #img-bg::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #0C0C0C;
  opacity: 0.3;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero #img-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
  width: 100%;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
    height: 100%;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
    height: 100%;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
  position: absolute;
  padding: 0 0 0 50px;
  max-width: 1024px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
    padding: 0 16px;
    max-width: inherit;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
  display: inline-block;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  background: rgba(35, 154, 223, 0.8);
  padding: 5px 20px;
}
@media only screen and (max-width: 960px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 20px;
  }
}
@media only screen and (max-width: 530px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 14px;
  }
}
@media only screen and (max-width: 380px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
    font-size: 12px;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
  margin: 0;
  font-size: 3.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
    margin-bottom: 15px;
    font-size: 27px;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
  font-size: 35px;
  font-weight: 500;
  max-width: 385px;
  line-height: 1.3;
  margin: 2rem 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 520px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
    font-size: 1.5rem;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle span {
  display: inline-block;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
    position: relative;
    bottom: 65px;
    left: calc(50% - 65px);
    z-index: 1;
    width: 130px;
    color: #ffffff;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile img {
    width: 20px;
    position: relative;
    left: 54px;
    top: 10px;
    transition: 0.1s ease-out;
    animation: _arrow_animate ease-out 3s infinite forwards 1s;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile .tz-scroll-down-mobile {
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 14px;
    display: block;
    z-index: 2;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link {
  margin: 20px 0 0 0;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav {
  margin: 0 !important;
  padding: 0 !important;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link {
  list-style: none !important;
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a {
  color: #ffffff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a {
    font-size: 1.5rem;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon {
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-flex;
  height: 25px;
  width: 25px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon {
    height: 25px;
    width: 25px;
    border: 2px solid #ffffff;
  }
}
body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon img {
  height: 20px;
  width: 20px;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .info-link .info-main-nav .info-cta-link a .chev-icon img {
    height: 18px;
    width: 18px;
  }
}
body .infographic-main-wrap #tz-hero .intro-content {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box {
  position: absolute;
  height: 100vh;
  width: 100%;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline {
  width: 100%;
  height: 100vh;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
  font-size: 3.125rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
    padding: 0 24px;
    font-size: 42px;
  }
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 .video-content-headline-mark {
  background: rgba(206, 22, 22, 0.7);
  display: inline-block;
  padding: 0 24px;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote {
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  opacity: 0;
  background: #000000;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  color: #60FCF1;
  max-width: 800px;
  padding: 0 20px;
}
body .infographic-main-wrap #tz-intro {
  background: #0C0C0C;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex {
    flex-direction: column;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-img {
  z-index: 9;
  width: 50%;
  padding: 0 0 3.125rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-img {
    width: 100%;
    padding: 0 25px 0 16px;
    margin: 0 0 30px 0;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-img .intro-car-fluid-img {
  width: 100%;
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc {
  width: 50%;
  padding: 3.125rem 30px 3.125rem 30px;
  margin: auto 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc {
    width: 100%;
    padding: 3.125rem 16px;
  }
}
body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc p {
  color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  body .infographic-main-wrap #tz-intro .tz-intro-flex .tz-intro-desc {
    width: auto;
    padding: 1rem;
  }
}
body .infographic-main-wrap #tz-car-fluid-wrap {
  background: #0C0C0C;
  padding: 3.75rem 0;
  border-top: 1px solid #4D4D4D;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-car-fluid-wrap {
    padding: 2.5rem 16px;
  }
}
body .infographic-main-wrap #tz-car-fluid-wrap h2 {
  font-size: 3.5rem;
}
body .infographic-main-wrap #tz-car-fluid-wrap h2.tz-head-two-title {
  padding: 0 20px 0 20px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1300px) {
  body .infographic-main-wrap #tz-car-fluid-wrap h2 {
    font-size: 2.8rem;
  }
}
body .infographic-main-wrap #tz-car-fluid-wrap p {
  text-align: center;
}
body .infographic-main-wrap #tz-car-fluid-wrap .tz-car-fluid-list .tz-dotted-list {
  padding-left: 40px !important;
  margin: 0 !important;
  color: #ffffff;
}
body .infographic-main-wrap #tz-car-fluid-wrap .tz-car-fluid-list .tz-dotted-list li {
  margin: 0 !important;
  padding: 0;
  list-style-type: disc;
  color: #ffffff;
}
body .infographic-main-wrap #tz-car-fluid-wrap .tz-btn-link {
  margin: 0 auto;
  display: table;
}
@media only screen and (max-width: 870px) {
  body .infographic-main-wrap #tz-car-fluid-wrap .tz-btn-link {
    margin: 1rem auto;
    text-align: center;
    display: table;
  }
}
@media only screen and (max-width: 790px) {
  body .infographic-main-wrap #tz-car-fluid-wrap .tz-btn-link {
    margin: 1rem;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap h2 {
  font-size: 3.5rem;
}
body .infographic-main-wrap .tz-flex-box-wrap h2.tz-head-two-title {
  padding: 0 20px 0 20px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1300px) {
  body .infographic-main-wrap .tz-flex-box-wrap h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap h3.tz-head-three-title {
    margin: 35px 0 30px 0;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap.is-active .tz-col-img-animate img {
  filter: grayscale(0) !important;
  transform: scale(1.2) !important;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd {
    flex-direction: column;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd a.txt-link {
  color: #0C0C0C !important;
  font-weight: 700 !important;
  text-decoration: underline;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd strong {
  font-weight: 700 !important;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) {
  background: #FFCE05;
  width: 50%;
  padding: 3.75rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) {
    width: 100%;
    padding: 3rem 1rem;
    margin: 0 auto;
    order: 2;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) .tz-section-title {
  color: #0C0C0C;
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) .tz-section-title {
    width: 100%;
    text-align: center;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) h3, body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) p {
  color: #0C0C0C;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) .tz-h3 {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) .tz-h3 {
    text-align: center;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) .tz-btn-link {
  color: #0C0C0C !important;
  border-color: #0C0C0C;
  text-align: center;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(1) .tz-btn-link:hover {
  color: #0C0C0C !important;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(2) {
  width: 50%;
  transition: 1s ease-out;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(2).tz-col-img-animate {
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(2) {
    width: 100%;
    order: 1;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-odd .tz-col-wrap:nth-child(2) img {
    display: block;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even {
    flex-direction: column;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even a.txt-link {
  color: #ffffff !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even a.tz-btn-link {
  color: #ffffff !important;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even strong {
  font-weight: 700 !important;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(1) {
  width: 50%;
  transition: 1s ease-out;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(1).tz-col-img-animate {
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(1) {
    width: 100%;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(1) img {
    display: block;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(2) {
  background: #0C0C0C;
  width: 50%;
  padding: 3.75rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(2) {
    padding: 3rem 1rem;
    margin: 0 auto;
    width: 100%;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(2) .tz-section-title {
  color: #FFCE05;
  text-align: left;
  padding-left: 0;
}
@media only screen and (max-width: 1260px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(2) .tz-section-title {
    text-align: center;
  }
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(2) p {
  color: #ffffff;
}
body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(2) .tz-h3 {
  color: #FFCE05;
  text-align: left;
}
@media only screen and (max-width: 1260px) {
  body .infographic-main-wrap .tz-flex-box-wrap .tz-flex-box-desc-even .tz-col-wrap:nth-child(2) .tz-h3 {
    text-align: center;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid {
  width: 100%;
  height: 100%;
  padding: 5.75rem 2.75rem;
  position: relative;
  background: #0C0C0C;
  overflow: hidden;
  opacity: 1;
  z-index: 100;
  border-top: 1px solid #4D4D4D;
  margin: 3.75rem 0 0 0;
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap #tz-identifying-car-fluid {
    height: auto;
    margin: 1.75rem 0 0;
    padding: 2.75rem 2.75rem;
  }
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid {
    padding: 2.75rem 16px;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  background-image: url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/car-fluids-to-check-infographic/identifying-car-fluid-leaks");
  background-repeat: no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(1) {
  max-width: 1024px;
  display: flex;
  margin: 0 auto 30px auto;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(1) {
    max-width: 100%;
    flex-direction: column;
    padding: 0;
    justify-content: center;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(1) .tz-section-desc-fwrap {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(1) .tz-section-desc-fwrap {
    width: 100%;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(1) .tz-section-desc-fwrap .tz-section-title {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(1) .tz-section-desc-fwrap .tz-section-title {
    text-align: center;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) {
    flex-direction: row;
    justify-content: center;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one {
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one {
    flex-direction: column;
    width: 180px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one {
    width: 50%;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one li {
  display: flex;
  background: #FFCE05;
  margin: 0 5px !important;
  padding: 10px 5px !important;
  text-align: center;
  justify-content: center;
  align-items: center !important;
  flex-direction: column;
  width: 33.333%;
  height: 125px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one li {
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0 !important;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one li:nth-child(1) {
  align-items: center;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one li p {
  color: #0C0C0C;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one li p strong {
  font-weight: 700;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one li span {
  color: #0C0C0C;
  font-size: 0.8rem;
  font-weight: 600;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-one li .cfl-img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two {
    flex-direction: column;
    width: 180px;
    margin: 0 0 20px 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two {
    width: 50%;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li {
  display: flex;
  margin: 0 5px;
  padding: 10px 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFCE05;
  flex-direction: column;
  width: 33.333%;
  height: 125px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li {
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0 !important;
  }
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li:nth-child(1) {
  background: #FFCE05;
  align-items: center;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li p {
  color: #0C0C0C;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li p strong {
  font-weight: 700;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div {
  width: 100%;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.droplet {
  font-size: 2rem;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.honey {
  color: #eaae55;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.green {
  color: #29fd49;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.purple {
  color: #7f0f7e;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.red {
  color: #fc0d1b;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.pink {
  color: #fc24e2;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.amber {
  color: #fdbe2c;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.blue {
  color: #0f24fb;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.orange {
  color: #fc7e00;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li div span.color-desc {
  font-size: 0.8rem;
  font-weight: 600 !important;
}
body .infographic-main-wrap #tz-identifying-car-fluid .full-wrap:nth-child(2) ul.type-car-fluid-list-two li .cfl-img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
body .infographic-main-wrap #tz-description-about {
  border-top: 1px solid #4D4D4D;
  padding: 50px;
  background: #0C0C0C;
}
body .infographic-main-wrap #tz-description-about h3 {
  color: #ffffff;
  font-size: 1.5625rem;
  text-align: center;
}
body .infographic-main-wrap #tz-description-about p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-description-about {
    padding: 2.75rem 16px;
  }
}

/*# sourceMappingURL=main.css.map */
