.primary_bg-color {
  background-color: #e63225;
}
.secondary_grey_bg {
  background-color: #e5e5e5;
}
a {
  color: #000;
  text-decoration: underline;
}
h1 {
  font-size: 5.2rem;
  font-weight: 900;
}
h2 {
  font-size: 3rem;
  font-weight: 700;
}
h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
h4 {
  font-size: 2rem;
  font-weight: 700;
}
h5 {
  font-size: 1.7rem;
  font-weight: 700;
}
h6 {
  font-size: 1.5rem;
  font-weight: 700;
}
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
p,
ul {
  font-size: 1.1rem;
}
ul {
  padding-left: 20px;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn1 {
  color: #000;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.btn1:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.btn2:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.small_border {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.small_border:after {
  position: absolute;
  content: "";
  width: 14%;
  height: 8px;
  background: #e63225;
  bottom: -5px;
  left: 0;
}
header {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #fff;
}
header strong {
  font-weight: 500;
}
.mobile-screen {
  position: fixed;
  top: 84px;
  right: -100%;
  max-width: 500px;
  height: 100vh;
  z-index: 99999;
  background-color: #e63225;
  display: none;
  width: 100%;
  transition: all 0.5s linear;
  padding: 20px;
}
.top_web_info {
  position: relative;
  word-break: break-word;
}
.top_phone .phone_grid:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top_web_info.top_phone:after {
  display: none;
}
.top_web_info:after {
  position: absolute;
  content: "";
  width: 5px;
  background: #e63225;
  height: 80%;
  top: 10%;
  right: 0;
}
.top_web_info .header-icon {
  width: 30px;
  height: 30px;
  margin-inline-end: 10px;
}
.top_web_info .header-icon svg {
  width: 100%;
  height: 100%;
}
.top_web_info p {
  margin: 0;
  font-size: 13px;
  color: #000000;
  text-align: left;
}
.top_web_info p a {
  color: #000000;
  text-decoration: none;
}
.top_phone {
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.top_hours {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.grey,
.grey a {
  color: rgba(0, 0, 0, 0.64);
}
.title_social_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.title_social_inner .small_title_top a {
  color: #fff;
  border-bottom: 2px solid #ffffff;
  font-size: 18px;
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: none;
}
.title_social_inner .top_order_social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social_media_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social_media_wrapper a {
  margin: 0 4px;
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.social_media_wrapper > div {
  padding: 0 4px;
}
.social_media_wrapper a:hover {
  color: #000;
}
/* .banner-container {background-size:cover; background-repeat:no-repeat; background-position:center; background-color:#000; background-image: url('../images/terberg-shunt-trucks-for-sale-banner.webp');} */
.banner-container {
  position: relative;
}
.banner-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  object-fit: cover;
}
.banner-container .container {
  position: relative;
}
.banner-container h3.color_white {
  font-weight: 400;
  font-size: 26px;
  max-width: 600px;
  width: 100%;
  margin: 0;
}
.banner-container h1 {
  max-width: 610px;
  width: 100%;
  line-height: 1;
}
.middle_locations ul,
.sub_heading ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.sub_heading ul li {
  text-transform: capitalize;
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.sub_heading ul li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: -5px;
  top: calc(50% - 3.5px);
  background: #fff;
  border-radius: 50%;
}
.testimonial_container {
  background-color: #e5e5e5;
  padding: 45px 0;
}
.testimonial_author {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 900;
}
.testimonial_star {
  margin-bottom: 0px;
  font-size: 14px;
}
.testimonial_list {
  position: relative;
}
.testimonial_list p::before {
  content: "";
  line-height: 35px;
  background-image: url(../images/terberg-shunt-trucks-for-sale-quote-left.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial_list p::after {
  content: "";
  display: inline-block;
  font-size: 45px;
  line-height: 35px;
  background-image: url("../images/terberg-shunt-trucks-for-sale-quote-right.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.fa-quote-right {
  font-weight: 700;
  color: #97bf26;
  left: 0;
  font-size: 45px;
}
.testimonial_list p {
  margin: 10px 0px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}
.gallery_img_fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq_colmn ul li {
  margin-bottom: 20px;
}
.faq_colmn {
  border: 1px solid #707070;
  padding: 20px;
  height: 100%;
  border-radius: 8px;
}
.discover-performance li {
  margin-bottom: 40px;
}
.discover-performance li:last-child {
  margin-bottom: 0;
}
.guarantee-img {
  width: 100%;
  height: auto;
  position: sticky;
  top: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 450px;
}
.underlin-txt {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
}
.unmatched-performance {
  padding: 100px 0 50px;
}
.unmatched-performance .img-bx {
  max-height: 119px;
}
.unmatched-performance li {
  margin-bottom: 40px;
}
.unmatched-performance li:last-child {
  margin-bottom: 0;
}
.unmatched-performance li:nth-last-child(-n + 1) {
  max-width: 60%;
  width: 100%;
}
.unmatched-performance .gallery_img_fill {
  margin-bottom: 90px;
  align-items: center;
}
.unmatched-performance .brochure-float {
  float: right;
  padding-bottom: 90px;
}
.unmatched-performance .brochure-float img {
  padding-left: 3.75rem;
}
.unmatched-performance .shunt-truck {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: flex-end;
}
.unmatched-performance .shunt-truck .shunt-truck-content {
  width: 60%;
}
.unmatched-performance .shunt-truck-img {
  width: 40%;
  margin-block-start: -110px;
  padding-left: 35px;
}
.unmatched-performance .shunt-truck img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.firewood_faq {
  padding: 87px 0 63px;
}
.firewood_faq img {
  max-width: 340px;
  width: 100%;
  margin: auto;
  display: block;
}
.truck-team .wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}
.truck-team .wrap h5 {
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.truck-team .wrap h5::after {
  display: block;
  content: "";
  background-color: #e63225;
  max-width: 179px;
  width: 100%;
  height: 5px;
}
.truck-team span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.truck-team small {
  display: block;
}
.truck-team .connection-link {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.truck-team .connection-link a {
  color: #fa251e;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.truck-team .connection-link a svg {
  width: 20px;
  height: 20px;
}
.truck-team .team-profile {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 100%;
}
.truck-team .team-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.truck-team .truck-team-container {
  margin: 0px 0 60px;
  padding: 30px;
  border: 1px solid #707070;
  border-radius: 8px;
}

.truck-form .truck-form-wrapper {
  background-color: #e63225;
  padding: 26px;
  margin-block-end: 60px;
  border-radius: 8px;
}
.truck-form .truck-form-wrapper h2,
.truck-form .truck-form-wrapper p {
  color: #fff;
}
.truck-form .truck-form-wrapper input,
.truck-form .truck-form-wrapper textarea {
  padding: 16px;
  width: 100%;
  outline: none;
  border: 1px solid #fff;
  color: #000;
  margin-block-end: 20px;
  font-size: 18px;
  border-radius: 8px;

}
.truck-form .truck-form-wrapper textarea {
  margin-block-end: 0px;
  height: 100%;
}
.truck-form .truck-form-wrapper textarea:focus {
  box-shadow: none;
  border: 1px solid #ffd102;
  outline: 1px solid #ffd102;
}
.truck-form .truck-form-wrapper input:focus {
  box-shadow: none;
  border: 1px solid #ffd102;
  outline: 1px solid #ffd102;
}
.truck-form .truck-form-wrapper textarea::placeholder {
  font-size: 18px;
}
.truck-form .truck-form-wrapper button {
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  outline: none;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
}
.truck-form .truck-form-wrapper button:hover {
  background-color: #000;
  border: 1px solid #fa251e;
  color: #fff;
}
.learn-more-bx.primary_bg-color {
  background: #000;
}

.contact-cropac {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  margin-bottom: 60px;
}
.contact-cropac h4 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
footer .footer-logo {
  text-align: center;
  max-width: 310px;
  margin: 0 auto 25px;
}
footer p {
  text-align: center;
}
footer h6 {
  text-align: center;
  font-size: 27px;
  margin: 40px 0 40px;
}
footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
footer ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: calc((100% / 5) - 16px);
}
footer ul li img {
  max-width: 110px;
  height: auto;
}
footer ul li svg {
  min-width: 22px;
}
footer ul li i {
  font-size: 28px;
}
footer li p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
}
footer li b {
  font-size: 16px;
}
footer .bottom-line {
  height: 72px;
  width: 100%;
  background-color: #222e36;
  margin-top: 50px;
}
.burger {
  position: relative;
  width: 20px;
  height: 16px;
  background: transparent;
  cursor: pointer;
  display: block;
}
.burger input {
  display: none;
}
.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}
.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}
.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}
header.active .burger span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
header.active .burger span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}
header.active .burger span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 0px;
}
.mobile-nav-wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav-btn {
  width: auto;
  display: none;
}
.success-icon {
  height: 60px;
  width: 60px;
}
.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Custom */
.unmatched-performance .learn-more-bx h4 {
  letter-spacing: -0.03125rem;
  margin: 0;
}
.unmatched-performance .img-bx {
  padding-bottom: 16px;
}
.unmatched-performance .popup_action {
  cursor: pointer;
}
.unmatched-performance .popup-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
.unmatched-performance .popup-text {
  padding: 10px;
  color: #fff;
}
.unmatched-performance .popup-image img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border: #fff solid 10px;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 10px;
}
.unmatched-performance .popup-image {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.unmatched-performance .close-btn {
  margin-left: auto;
  font-size: 15px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  color: #000;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  right: -30px;
  top: -30px;
}
.footer-address-icon {
  width: 20px;
  height: 25px;
}
.footer-address-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .truck-team .team-profile {
    width: 85px;
    height: 85px;
  }
  .truck-team .wrap h5 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .unmatched-performance li:nth-last-child(-n + 1) {
    max-width: 100%;
  }
  .mobile-nav-btn {
    display: block;
  }
  header.active .mobile-screen {
    right: 0%;
  }
  header {
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 30px;
  }
  .unmatched-performance .shunt-truck {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .unmatched-performance .shunt-truck img {
    margin: auto;
  }
  .unmatched-performance .shunt-truck .shunt-truck-content {
    width: 100%;
  }
  .unmatched-performance .shunt-truck-img {
    width: 100%;
    margin-block-start: 0;
    padding-left: 0;
  }
  footer ul li {
    width: calc((100% / 3) - 14px);
  }
  .top_web_info:after {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-screen {
    display: block;
  }
  .top_hours,
  .top_phone {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .top_web_info p {
    text-align: left;
  }
  .title_social_inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .top_web_info p {
    color: #fff;
  }
  header .top_web_info p.grey,
  .top_web_info p a {
    color: #fff;
  }
  .top_phone .phone_grid:first-child {
    padding-left: 0;
  }
  .logo_container img {
    max-width: 150px;
  }
  footer .footer-logo img {
    max-width: 180px;
  }
  .top_hours {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .top_hours {
    padding-right: 27px;
  }
  .top_phone {
    display: flex;
  }
  .footer_logo {
    max-width: 360px;
  }
  .testimonial_list p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .unmatched-performance .popup-image {
    width: 80%;
  }
  .unmatched-performance .brochure-float {
    float: none;
    padding-bottom: 90px;
    margin: auto;
    display: block;
    text-align: center;
  }
  .unmatched-performance .brochure-float img {
    padding-left: 0;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .social_media_wrapper {
    min-width: 78px;
  }
  .testimonial_list p {
    font-size: 24px;
  }
  .middle_locations ul li {
    font-size: 27px;
  }
  .gallery_secondary_col {
    padding-top: 24px;
  }
  footer ul li {
    width: calc((100% / 2) - 10px);
  }
}

@media (max-width: 576px) {
  .top_web_info .header-icon {
    width: 30px;
    height: 30px;
    margin-inline-end: 10px;
  }
  .small_border:after {
    width: 25%;
  }
  p,
  ul {
    font-size: 0.875rem;
  }
  ul li strong {
    font-size: 1.125rem;
  }
  .footer-address-icon {
    width: 15px;
    height: 20px;
  }
  .truck-team .wrap h5 {
    font-size: 18px;
  }
  .truck-team .connection-link {
    margin-top: 10px;
  }
  .truck-team .wrap h5::after {
    max-width: 119px;
  }
  .truck-team .connection-link a {
    font-size: 14px;
  }
  .discover-performance img {
    max-width: 170px;
  }
  .testimonial_author,
  .testimonial_star {
    text-align: center;
  }
  .testimonial_list p {
    font-size: 16px;
  }
  .testimonial_list p::before,
  .testimonial_list p::after {
    width: 12px;
    height: 12px;
  }
  .testimonial_list p {
    padding-left: 20px;
  }
  h2,
  h4,
  .contact-cropac h4 {
    font-size: 1.375rem;
  }
  h1 {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .banner-container h3.color_white {
    font-size: 16px;
  }
  .sub_heading ul li {
    font-size: 16px;
  }
  .unmatched-performance {
    padding: 50px 0;
  }
  .unmatched-performance .gallery_img_fill {
    margin-bottom: 30px;
  }
  .unmatched-performance .brochure-float {
    padding-bottom: 50px;
  }
  .unmatched-performance li {
    margin-bottom: 20px;
  }
  .firewood_faq {
    padding: 20px 0;
  }
  .mobile-screen {
    top: 83px;
  }
  .unmatched-performance .shunt-truck {
    margin-top: 20px;
  }
  /* background-image: url('../images/terberg-shunt-trucks-for-sale-mobile-banner.webp'); */
  .banner-container {
    position: relative;
  }
  .mobile-screen svg,
  .mobile-screen path {
    fill: #fff;
    width: 24px;
  }
  .banner-container::before {
    content: "";
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    width: 100%;
    position: absolute;
    height: 80%;
    bottom: 0;
    z-index: 1;
  }
  .banner-container .container {
    position: relative;
    z-index: 2;
  }
  .small_border {
    margin-bottom: 20px;
  }
  .discover-performance li {
    margin-bottom: 20px;
  }
  .testimonial_container,
  .unmatched-performance {
    padding: 20px 0;
  }
  .truck-team .truck-team-container {
    padding: 20px;
    margin-bottom: 20px;
  }
  footer h6 {
    font-size: 18px;
  }
}