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

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 16px;
}

a {
  color: #2E4787;
  font-weight: 700;
  text-decoration: none;
}

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

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

h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h2 {
    text-align: center;
    font-size: 1.8rem !important;
    line-height: 2rem !important;
  }
}
h2 span {
  display: block;
}

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

h4 {
  font-weight: 400;
}

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

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

strong.focus {
  color: #fc7e00;
}

.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: #e1faff;
  display: inline;
  text-decoration: none;
  font-weight: 700 !important;
}
.tz-link:hover {
  color: #e1faff !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: #0c0c0c;
  font-size: 3.75rem;
  padding: 0 20px 50px;
  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;
  }
}

@keyframes _arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  8% {
    transform: translate3d(0, 10px, 0);
  }
  14% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}
.intro-arrow-down {
  opacity: 0;
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px;
}
.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: #aaa;
  text-align: center;
  font-size: 0.875rem;
  display: block;
  z-index: 2;
}

.tz-mb100 {
  margin-bottom: 100px !important;
}

.tz-mb75 {
  margin-bottom: 75px !important;
}

.tz-mb50 {
  margin-bottom: 50px !important;
}

.tz-mb30 {
  margin-bottom: 30px !important;
}

*: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";
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff none scroll no-repeat 0 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #0c0c0c;
  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;
  -webkit-overflow-scrolling: touch;
  /* Back to Top */
  /* Search WP overwrites */
}
body #content {
  padding: 0 !important;
  margin: 0 !important;
}
body h2 {
  color: #fc7e00;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  body h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body h2 {
    padding: 0 32px;
  }
}
body .custom-logo {
  width: 240px;
  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 .backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  user-select: none;
  opacity: 0;
  transition: all 1s ease;
}
body .backtotop.active {
  visibility: visible;
  opacity: 1;
}
body .backtotop .tz-arrow-upward {
  color: #0c0c0c;
  font-size: 2rem;
  padding: 2px;
  border: 2px solid #999999;
  border-radius: 50%;
  display: inline-block;
  background: rgba(250, 250, 250, 0.5);
  margin: 0 auto;
}
body .backtotop .backtotop-txt {
  color: #999999;
  font-size: 0.8rem;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body .sticky-menu {
  position: absolute;
  top: 10vh;
  width: 350px;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}
@media only screen and (max-width: 1279px) {
  body .sticky-menu {
    margin: 0 24px;
    top: 0 !important;
    position: relative !important;
    width: auto !important;
  }
}
body .sticky-menu.loaded {
  top: 20vh;
  visibility: visible;
  opacity: 1;
  transition: all 1s ease;
}
body .sticky-menu.active {
  position: fixed;
}
body .sticky-menu div {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 1.3em;
  padding: 24px;
  display: block;
  width: 350px;
}
@media only screen and (max-width: 1279px) {
  body .sticky-menu div {
    top: 0 !important;
    position: relative !important;
    width: auto !important;
  }
}
body .sticky-menu div ul {
  padding: 16px 0 24px 20px;
}
body .sticky-menu div ul li {
  color: #fc7e00;
  list-style: disc;
}
body .sticky-menu div ul li a {
  font-size: 14px;
  font-weight: 400;
}
body .tz-wrap-wide {
  margin: 0 auto;
  max-width: 1248px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body .tz-wrap-wide {
    margin: 0 24px;
    max-width: none;
  }
}
body .tz-wrap {
  margin: 0;
  max-width: 830px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  body .tz-wrap {
    max-width: inherit;
  }
}
body .tz-main-wrap {
  overflow: hidden;
  background: none scroll no-repeat 0 0 #ffffff;
  /* Navigation Wrap */
  /* Navigation Content */
  /* Heroshot */
  /* Content */
  /* About CarParts */
}
body .tz-main-wrap .main-nav-wrap {
  display: flex;
  height: 70px;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap .main-nav-wrap {
    height: 56px;
    padding: 0;
    width: 100%;
  }
}
body .tz-main-wrap .main-nav-wrap.active {
  background: rgba(46, 71, 135, 0.9);
}
body .tz-main-wrap .main-nav-wrap.show-bg .tz-nav {
  visibility: hidden;
  display: flex;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  body .tz-main-wrap .main-nav-wrap.show-bg .tz-nav {
    height: 100vh;
  }
}
@media only screen and (max-width: 580px) {
  body .tz-main-wrap .main-nav-wrap.show-bg .tz-nav {
    padding: 0 1rem;
  }
}
body .tz-main-wrap .main-nav-wrap .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  z-index: 200;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap .main-nav-wrap .nav-logo {
    width: auto;
    left: 24px;
    top: 12px;
  }
}
body .tz-main-wrap .main-nav-wrap .nav-logo a {
  transition: all 0.2s ease;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap .main-nav-wrap .nav-logo a {
    width: 160px !important;
  }
}
body .tz-main-wrap .main-nav-wrap .nav-social {
  margin: 0;
  position: absolute;
  z-index: 500;
  right: 50px;
  top: 15px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  body .tz-main-wrap .main-nav-wrap .nav-social {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap .main-nav-wrap .nav-social {
    position: absolute;
    top: 12px;
    right: 4px;
  }
}
body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list {
  display: flex;
  margin: 0 0 5px 20px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list {
    margin: 0 16px 5px 0;
  }
}
body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list li {
  margin: 0 2px;
  list-style: none !important;
}
body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list li .social-border {
  stroke: #fff;
}
body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list li .social-icon-col {
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .tz-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 .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6) {
  padding: 0;
  top: 5px;
}
body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon a.sh-btn {
  position: relative;
  z-index: 500;
  display: inline-block;
}
body .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip {
  position: relative;
  display: inline-block;
  z-index: 9999;
}
body .tz-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 .tz-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body .tz-main-wrap .nav-section {
  padding: 0 0 30px 0;
  display: flex;
  z-index: 2000;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .nav-section {
    position: relative;
    z-index: 1000;
  }
}
@media only screen and (max-width: 480px) {
  body .tz-main-wrap .nav-section {
    padding: 10px 0;
    margin-bottom: 1rem;
  }
}
body .tz-main-wrap .nav-section .nav-social-list {
  text-align: right;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .nav-section .nav-social-list {
    padding: 0;
    margin: 0;
  }
}
body .tz-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 .tz-main-wrap .nav-section .nav-social-list li {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 380px) {
  body .tz-main-wrap .nav-section .nav-social-list li:last-child {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  body .tz-main-wrap .nav-section .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
body .tz-main-wrap #tz-hero {
  height: 100vh;
  position: relative;
  background: url("https://cld.partsimg.com/image/upload/dpr_2.0,f_auto/carparts/blog/tier-zero/buying-used-car-steps-advice/hero") #333 no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero {
    background: none;
    height: auto;
  }
}
body .tz-main-wrap #tz-hero .tz-wrap-hero {
  color: #ffffff;
  margin: 0 auto;
  max-width: 1248px;
  padding: 25vh 0 0;
  position: relative;
  /*.mobile-hero { 
  	display: none; 

  	@media only screen and (max-width: 767px) {
  		display: block;
  	}
  }*/
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero {
    color: #0c0c0c;
    height: auto;
    max-width: none;
    padding: 0 0 24px;
  }
}
body .tz-main-wrap #tz-hero .tz-wrap-hero h1 {
  color: #e1faff;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero h1 {
    background: url("https://cld.partsimg.com/image/upload/dpr_2.0,f_auto/carparts/blog/tier-zero/buying-used-car-steps-advice/hero") #333 no-repeat;
    background-size: cover;
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin: 0;
    padding: 150px 0 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero h1 {
    background-position: -60px center;
    font-size: 2.4rem;
    line-height: 3rem;
    padding: 100px 24px 80px;
  }
}
body .tz-main-wrap #tz-hero .tz-wrap-hero h1 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero h1 span {
    display: inline;
  }
}
body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 24px 0;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box {
    justify-content: center;
    margin: 24px auto;
  }
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box {
    text-align: center;
  }
}
body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box p {
  font-size: 14px;
  margin: 0;
}
body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box a {
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box a {
    color: #0c0c0c;
  }
}
body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box .itg-thumb img {
  border-radius: 100px;
  width: 100px;
}
body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box .itg-cont {
  margin: 12px 16px;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero .author-box .itg-cont {
    margin: 12px 0;
  }
}
body .tz-main-wrap #tz-hero .tz-wrap-hero .foreground {
  max-width: 830px;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #tz-hero .tz-wrap-hero .foreground {
    margin: 0 24px;
    max-width: inherit;
  }
}
body .tz-main-wrap .anchor {
  position: absolute;
  top: -80px;
}
body .tz-main-wrap .tz-content {
  padding: 60px 0;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap .tz-content {
    padding: 40px 0;
  }
}
body .tz-main-wrap .tz-content h3 {
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
}
body .tz-main-wrap .tz-content li {
  border-bottom: 1px #e0e0e0 solid;
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap .tz-content li {
    padding: 24px 0;
  }
}
body .tz-main-wrap .tz-content li:last-child {
  border: 0;
  padding: 40px 0 0;
}
body .tz-main-wrap .tz-content li > div {
  display: flex;
  /*flex-wrap: wrap;*/
}
body .tz-main-wrap .tz-content li > div .icon {
  width: 60px;
}
body .tz-main-wrap .tz-content li > div h3 {
  line-height: 1.3em;
  padding: 20px 0 0 16px;
  vertical-align: middle;
  text-align: left;
}
body .tz-main-wrap .tz-content li .lists {
  margin: 0 48px;
}
body .tz-main-wrap .tz-content li .lists li {
  border: 0;
  color: #fc7e00;
  font-weight: 300;
  list-style: disc;
  padding: 8px 0;
}
body .tz-main-wrap .tz-content li .lists li span {
  color: #0c0c0c;
}
body .tz-main-wrap #tips {
  background: #f9f9f9;
}
body .tz-main-wrap #start-search {
  background: #e1faff;
  padding: 60px 0;
}
@media only screen and (max-width: 1279px) {
  body .tz-main-wrap #start-search {
    padding: 40px 0;
  }
}
body .tz-main-wrap #start-search ul {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
body .tz-main-wrap #start-search ul li {
  border: 0;
  padding: 0 4px;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap #start-search ul li {
    padding: 0 0 24px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap #start-search ul li:last-child {
    padding: 0;
  }
}
body .tz-main-wrap #start-search ul li a span {
  display: block;
  font-size: 18px;
  line-height: 1.3em;
  padding: 16px 0;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap #start-search ul li a span {
    padding: 8px 0;
  }
}
body .tz-main-wrap #description-about {
  background: #ffffff none scroll no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  body .tz-main-wrap #description-about {
    padding: 40px 0;
  }
}
body .tz-main-wrap #description-about h3 {
  padding: 0 0 16px;
}
body .tz-main-wrap #description-about p {
  font-size: 16px;
  font-weight: 300;
  color: #0c0c0c;
}
body .searchwp-live-search-results {
  background: #e1faff;
  border: 1px solid rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 720px;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  body .searchwp-live-search-results {
    width: 90% !important;
  }
}

#footerBlogContainer {
  border-top: 1px #e0e0e0 solid;
}

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