#menu-information span {
  color: #fdb102;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 5px;
  display: inline-block;
}
.finance-hd a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
}
.policy-content p > strong {
  padding-right: 10px;
}
.small-hd h3 {
  margin: 0 0 30px !important;
}
.slide-decs h6 {
  font-size: 30px;
  line-height: 1.1;
  color: #393939;
  margin: 0px 0 0 0;
  padding: 0 !important;
  font-weight: 600 !important;
  text-align: center;
}
.slide-decs {
  text-align: center;
}
.slide-decs .btn {
  margin-top: 20px;
}
.d-none {
  display: none;
}
.testimonials-box-indent .tt-icon .tt-bg::before {
  border: 3px solid #fff !important;
}
.testimonials-box-indent .tt-icon::before {
  color: #fff;
}
.bg-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.tt-title-lg {
  text-transform: uppercase;
}
.inner-banner {
  background-image: url(./images/inner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80%;
  margin-bottom: 50px;
}
.inner-banner .breadcrumbs {
  margin: 0;
  padding: 200px 0;
}
.col-timer {
  display: none;
}
.pt-4 {
  padding-top: 30px;
}
.tt-layout-01 .tt-img img {
  position: static !important;
  margin: 0 !important;
}
/* .tt-title-lg.title-sub-page {
	padding-bottom: 0px !important;
} */
.tt-layout-01 {
  margin: 100px 0 0 0 !important;
}
.breadcrumb a,
.breadcrumb span {
  color: #fff !important;
  font-weight: 600;
}
.mt-0 {
  margin-top: 0 !important;
}
#tt-footer .tt-social-icon i {
  color: #fff !important;
}
.slide-content .color {
  color: #fff;
}
#tt-footer .tt-social-icon li:hover i {
  color: #ffd402 !important;
}
img.logo-icon {
  margin-left: 0 !;
  max-width: 200px;
}
#tt-header .tt-menu-stuck-row .col-logo {
  display: block !important;
}
.tt-menu #menu-primary {
  justify-content: end;
  display: flex;
}
.tt-menu-stuck-row #menu-primary {
  display: flex !important;
  justify-content: end;
}

.tt-layout-01 .tt-btn-custom {
  margin-top: 20px !important;
}
.justify-text {
  text-align: justify;
}
#tt-footer .col-list .extra-indent {
  padding: 8px 0 0 50px !important;
}
.ft-cont address i {
  margin-right: 20px;
  display: block;
}
.ft-cont address {
  display: flex;
  align-items: center;
}
#tt-footer .tt-social-icon li {
  padding: 0 !important;
  margin: 0 30px 0 0;
}
.mt-5 {
  margin-top: 40px;
}
#tt-footer .col-list::before {
  display: none !important;
}
.copy-riht {
  text-align: center;
  padding-top: 30px;
}
.tt-box-layout-icon .col-item .icon::before {
  background: #ffd402 !important;
}
.tt-box-layout-icon .col-item .icon {
  color: #fff !important;
}
.vision-text h5 {
  margin: 0 0 15px;
}
.vision-text {
  padding-top: 50px;
}
.video-slide video {
  height: 100%;
  max-height: 550px !important;
  width: 100% !important;
  object-fit: cover;
}
.review-col {
  display: none;
}
.register-text {
  background: #fdb102;
  top: 0;
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
}
.register-text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  padding: 20px 0;
  text-transform: capitalize;
}
#tt-footer {
  padding: 125px 0 40px 0 !important;
}
#az-tractor-trailer-\(melt\) .register-text,
#air-brake .register-text {
  display: none;
}
@media (max-width: 767px) {
  .tt-layout-01 .tt-img-mobile img {
    max-width: 100% !important;
  }
  #tt-footer .col-logo,
  #tt-footer .col-list .extra-indent {
    text-align: left !important;
  }
  #tt-footer .col-list .extra-indent {
    padding: 8px 0 0 20px !important;
  }
  #tt-footer .col-list .extra-indent {
    margin-bottom: 40px;
  }
  #tt-footer {
    padding-top: 60px;
    padding-bottom: 20px !important ;
  }
  .copy-riht {
    padding-top: 0;
  }
  .mob-hide {
    display: none;
  }
  .container-indent:not(.sub-pages-indent):not(.container-indent-extra01),
  .container-indent1-md:not(.sub-pages-indent) {
    margin-top: 0 !important;
  }
  .tt-title-lg {
    font-size: 30px !important;
  }
  .tt-layout-01 {
    margin: 50px 0 0 0 !important;
  }
  .slide-decs h6 {
    font-size: 20px !important;
  }
  .tt-menu #menu-primary {
    display: block;
  }
  .mob-full {
    max-width: 250px;
    margin: 0 auto;
  }
}

.form-complaint h1 {
  text-align: center;
  color: #5b5b5b;
}
.form-complaint form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background-color: whitesmoke;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.form-complaint label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.form-complaint input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
}
.form-complaint input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #0a306e;
  color: white;
  border: none;
  border-radius: 25px;
  curser: pointer;
  font-size: 25px;
}
.form-complaint input[type="submit"]:hover {
  background-color: white;
}
