body {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  h1 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
    color: #f28900;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-shadow: black 1px 1px 6px;
  }
  h2 {
    margin-top: 0px;
    font-family:'Open Sans', sans-serif;
    color: #333;
    font-size: 22px;
    font-weight: 600;
  }
  h3 {
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  p {
    margin-bottom: 20px;
    font-family:'Open Sans', sans-serif;
  }
  .header-holder {
    background-color: white;
  }
  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .navbar {
    height: 50px;
    background-color: black;
    background-image: -webkit-linear-gradient(#1a1818, black);
    background-image: linear-gradient(#1a1818, black);
  }
  .menu-btn {
    padding-top: 13px;
    padding-bottom: 13px;
    color: white;
  }
  .menu-btn.w--open {
    background-color: transparent;
  }
  .menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family:'Open Sans', sans-serif;
    color: #fafafa;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
  }
  .menu-link:hover {
    background-color: transparent;
    color: white;
  }
  .nav-menu {
    background-color: #124959;
    opacity: 1;
  }
  .nav-menu:hover {
    background-color: #124959;
  }
  .banner-holder {
    background-color: transparent;
    background-image: url('../images/auto-parts-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    font-family:'Open Sans', sans-serif;
    color: white;
  }
  .form-holder {
    padding-right: 18px;
    padding-left: 18px;
  }
  .search-btn {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 6px;
    background-color: #9c0000;
    font-weight: 600;
  }
  .search-btn:hover {
    background-color: #c00;
  }
  .form-label {
    text-align: center;
    text-shadow: black 1px 1px 6px;
  }
  .btn-holder {
    text-align: center;
  }
  .main-content-holder {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer {
    background-color: black;
  }
  .footer-inner {
    padding: 10px 20px;
    font-family:'Open Sans', sans-serif;
    color: #8f8f8f;
    font-size: 12px;
    text-align: center;
  }
  .switch {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #292828;
    font-family:'Open Sans', sans-serif;
    color: #fa9600;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
  }
  .phone-icon {
    float: left;
    opacity: 0.88;
  }
  .phone-txt1 {
    padding-left: 54px;
    font-weight: 600;
  }
  .phone-txt2 {
    padding-left: 54px;
    color: #b80000;
    font-size: 20px;
    font-weight: 700;
}	
 .phone-txt3 {
    padding-left: 5px;
    color: #b80000;
    font-size: 20px;
    font-weight: 700;
  }
  .phone-shipping-holder {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .phone-inner {
    margin-right: 6px;
    margin-bottom: 20px;
    margin-left: 6px;
    padding: 10px;
    border: 1px solid #d1cfcf;
    border-radius: 6px;
    background-color: #e3e3e3;
  }
  .rquired {
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h1 {
    line-height: 30px;
  }
  .navbar {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .footer {
    background-color: black;
  }
  .footer-inner {
    padding: 10px 20px;
    font-family:'Open Sans', sans-serif;
    color: gray;
    font-size: 12px;
    text-align: center;
  }
  .switch {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3d3d3d;
    font-family:'Open Sans', sans-serif;
    color: #a1a1a1;
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  h1 {
    line-height: 30px;
  }
}