@charset "UTF-8";
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-size: cover;
  height: auto;
  max-width: 100%;
  z-index: 4;
}

.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  height: 80rem;
  max-width: 100%;
  background-position: center;
  position: relative;
}
.bg-image-homepage {
  background-image: url(/assets/img/jdmexpedite-header-bg.jpg);
}
@media screen and (max-width: 768px) {
  .bg-image-homepage {
    height: 110rem;
  }
  .bg-image-homepage-homepage {
    background-image: url(/assets/img/jdmexpedite-header-bg-tablet.jpg);
  }
}
@media screen and (max-width: 576px) {
  .bg-image-homepage {
    height: 110rem;
  }
  .bg-image-homepage-homepage {
    background-image: url(/assets/img/jdmexpedite-header-bg-mobile.jpg);
  }
}
.bg-image-drivers {
  background-image: url(/assets/img/drivers/drivers-bg.jpg);
  height: 80rem;
}
@media screen and (max-width: 768px) {
  .bg-image-drivers {
    height: 110rem;
    background-image: url(/assets/img/drivers/drivers-bg-tablet.jpg);
  }
}
@media screen and (max-width: 576px) {
  .bg-image-drivers {
    height: 70rem;
    background-image: url(/assets/img/drivers/drivers-bg-mobile.jpg);
  }
}
.bg-image-rent {
  background-image: url(/assets/img/rent/rent-bg.jpg);
  height: 80rem;
}
@media screen and (max-width: 768px) {
  .bg-image-rent {
    height: 70rem;
    background-image: url(/assets/img/rent/rent-bg-tablet.jpg);
  }
}
@media screen and (max-width: 576px) {
  .bg-image-rent {
    height: 70rem;
    background-image: url(/assets/img/rent/rent-bg-mobile.jpg);
  }
}
.bg-image-owners {
  background-image: url(/assets/img/owner/owner-bg.jpg);
  height: 80rem;
}
@media screen and (max-width: 768px) {
  .bg-image-owners {
    height: 70rem;
    background-image: url(/assets/img/owner/owner-bg-tablet.jpg);
  }
}
@media screen and (max-width: 576px) {
  .bg-image-owners {
    height: 70rem;
    background-image: url(/assets/img/owner/owner-bg-mobile.jpg);
  }
}
.bg-image-dedicated {
  background-image: url(/assets/img/dedicated/dedicated-bg.jpg);
  height: 80rem;
}
@media screen and (max-width: 768px) {
  .bg-image-dedicated {
    height: 70rem;
    background-image: url(/assets/img/dedicated/dedicated-bg-tablet.jpg);
  }
}
@media screen and (max-width: 576px) {
  .bg-image-dedicated {
    height: 70rem;
    background-image: url(/assets/img/dedicated/dedicated-bg-mobile.jpg);
  }
}
.bg-image img {
  max-width: 100%;
  height: auto;
}

.bg-video {
  position: relative;
  max-width: 100vw;
  height: 80rem;
}
.bg-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80rem;
  min-height: 80rem;
  width: 100%;
  overflow: hidden;
}
.bg-video-container video {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  height: 109rem;
}
footer {
  background-size: cover;
  width: 100%;
}

.footer-left {
  padding: 8rem 4rem;
  background-color: #2e2e33;
}
.footer-left p {
  font-size: 1.3rem;
  color: #9a9999;
}
.footer-left .social-box a {
  margin-right: 1rem;
}
.footer-right, .footer-right {
  background-color: #393941;
  padding: 8rem 5rem;
  color: #ffffff;
}
.footer-right span, .footer-right span {
  font-size: 1.3rem !important;
}
.footer-right h3, .footer-right h3 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.footer-right .contact-info-item, .footer-right .contact-info-item {
  height: 5rem;
  max-width: 250px;
}
.footer-right .contact-info-item-icon, .footer-right .contact-info-item-icon {
  font-size: 3rem !important;
  display: block;
  float: left;
  width: 5rem;
}
.footer-right .contact-info-item-text, .footer-right .contact-info-item-text {
  color: #fff;
}
.footer-links ul {
  list-style: none;
}
.footer-links ul li {
  display: inline-block;
}
.footer-links ul li .nav-link {
  padding: 1rem 1rem 1rem 0;
}

.atTop button:focus {
  outline: none;
}

.on-white {
  background-color: #3c414b;
}

.footer-right p {
  font-size: 1.5rem;
  overflow: hidden;
}

.services {
  margin-top: -7rem;
}

.intro {
  padding-top: 7rem;
}
.intro-right {
  margin-top: 10rem;
  width: 100%;
  border-top-left-radius: 3rem;
  box-shadow: 0px 0px 0px 1rem rgba(168, 178, 193, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .intro-right {
    width: 100%;
    height: auto;
  }
}
.intro-right img {
  width: 100%;
  height: auto;
}
.intro-drivers {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .intro-drivers {
    padding: 0 0 8rem 0;
    margin-top: -5rem;
  }
}
.intro-drivers-wrap {
  position: relative;
}
.intro-drivers-left-paragraph-bottom h3 {
  text-align: left;
}
.intro-drivers-left-paragraph-bottom span {
  color: #f17300;
  font-weight: 600;
}
.intro-drivers-right-paragraph-bottom h3 {
  text-align: left;
}
.intro-rent-img-left, .intro-rent-img-top {
  text-align: center;
  margin-top: -10rem;
  margin-bottom: 2.5rem;
}
.intro-owners {
  padding-bottom: 8rem;
}
.intro-owners-top {
  display: none;
  margin-top: -5rem;
  text-align: center;
}
.intro-owners-top img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .intro-owners-top {
    display: block;
  }
}
.intro-owners-left {
  padding-top: 6rem;
}
.intro-owners-left p span {
  font-weight: 600;
}
.intro-owners-right-badge {
  margin-top: -5rem;
}
.intro-owners-right-badge img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .intro-owners-right-badge {
    display: none;
  }
}
.intro-owners .button {
  margin: 0 auto;
}
.intro-dedicated-wrap {
  position: relative;
}
.intro-dedicated-left-badge {
  background-image: url(/assets/img/dedicated/dedicated-badge.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 50rem;
  width: auto;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .intro-dedicated-left-badge {
    height: 39rem;
  }
}
@media screen and (max-width: 767px) {
  .intro-dedicated-left-badge {
    height: 35rem;
  }
}
@media screen and (max-width: 575px) {
  .intro-dedicated-left-badge {
    background-image: url(/assets/img/dedicated/dedicated-badge-mobile.jpg);
    background-size: contain;
    height: 14.5rem;
    width: 100%;
    margin-top: 5rem;
  }
}
.founder {
  height: 105rem;
  position: relative;
  background-image: linear-gradient(to right, #14477c 40%, #1b5d94 100%);
  padding: 10rem 0;
}
@media screen and (max-width: 992px) {
  .founder {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 819px) and (max-width: 948px) {
  .founder {
    height: 120rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 818px) {
  .founder {
    height: 125rem;
  }
}
@media screen and (max-width: 425px) {
  .founder {
    height: 120rem;
  }
}
.founder-left {
  position: absolute;
  top: -12.6rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 113rem;
  background-image: url(/assets/img/founder.jpg);
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 768px) and (max-width: 993px) {
  .founder-left {
    height: 123rem;
    top: -7.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 818px) {
  .founder-left {
    height: 128rem;
  }
}
@media screen and (max-width: 767px) {
  .founder-left {
    background-image: url(/assets/img/founder-tablet.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 65rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -23rem;
  }
  .founder-left img {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 457px) and (max-width: 575px) {
  .founder-left {
    top: -28rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 456px) {
  .founder-left {
    top: -32rem;
  }
}
@media screen and (max-width: 299px) {
  .founder-left {
    top: -35rem;
  }
}
.founder-left img {
  max-width: 100%;
  height: auto;
}
.founder-right {
  padding-left: 7rem;
}
@media screen and (max-width: 768px) {
  .founder-right {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .founder-right .line {
    width: 100%;
  }
}
.founder p {
  color: #ffffff;
}
.founder .spacing {
  font-style: italic;
  padding-left: 8rem;
  font-weight: 600;
}
.founder .spacing-bg {
  background-image: url(/assets/img/quote.png);
  background-position: 5rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 4;
  margin-left: -7rem;
  padding-left: 15rem;
}
@media screen and (max-width: 576px) {
  .founder .spacing-bg {
    padding-left: 7rem;
  }
}
.founder .spacing-last {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .founder .spacing-last {
    margin-bottom: 20rem;
  }
}
.founder-strength {
  padding: 4rem 8rem;
  margin-top: -25rem;
  background-color: #383840;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  box-shadow: 0rem 1rem 2rem rgba(57, 57, 65, 0.8);
  color: #ffffff;
}
.founder-strength p span {
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .founder-strength {
    padding: 1rem 4rem 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .founder-strength {
    padding: 1rem 4rem 3rem 4rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .founder-strength {
    margin-top: 13rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
  .founder-strength {
    margin-top: 16rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 479px) {
  .founder-strength {
    margin-top: 14rem;
  }
}
@media screen and (min-width: 367px) and (max-width: 425px) {
  .founder-strength {
    margin-top: -1rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 366px) {
  .founder-strength {
    margin-top: 8rem;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 249px) and (max-width: 299px) {
  .founder-strength {
    margin-top: 5rem;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 248px) {
  .founder-strength {
    margin-top: 8rem;
    padding: 1rem 2rem;
  }
}

.support-member {
  margin-bottom: 3rem;
}
.support-member p {
  font-size: 1.8rem;
  font-weight: 300;
}
.support-subtitle {
  font-weight: 600 !important;
  color: #f17300;
}

.info {
  background-image: url(/assets/img/info-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0;
}
.info p {
  color: #ffffff;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 300;
}
.info p span {
  color: #f17300;
}

.fleet {
  padding: 10rem 0;
}
.fleet-drivers {
  background-color: #efeff0;
}
.fleet-rent {
  background-color: #efeff0;
}
.fleet p {
  font-size: 1.8rem;
  font-family: inherit;
  color: #3c414c;
}
.fleet-left p {
  font-weight: 600;
  color: #3c414c;
}
.fleet-right p {
  font-weight: 300;
  color: #3c414c;
}
.fleet-right ul {
  padding-left: 3rem;
  line-height: 2;
}
.fleet-right ul li {
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 300;
  color: #3c414c;
  list-style-image: url(/assets/img/check.png);
}
.fleet .carousel {
  z-index: 2;
}
.fleet .carousel .heading-tertiary {
  line-height: 1.5;
}
.fleet .carousel-control-next::before {
  content: "";
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #3579ab;
  position: absolute;
  z-index: 1;
}
.fleet .carousel-control-next-icon {
  z-index: 2;
}
.fleet .carousel-control-prev::before {
  content: "";
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #3579ab;
  position: absolute;
  z-index: 1;
}
.fleet .carousel-control-prev-icon {
  z-index: 2;
}
.fleet .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.fleet .carousel-item {
  max-width: 100%;
  padding: 2rem 10rem;
  min-height: 62rem;
  background-image: linear-gradient(to right, #14477c 40%, #1b5d94 100%);
}
@media screen and (min-width: 700px) and (max-width: 768px) {
  .fleet .carousel-item {
    min-height: 75rem;
  }
}
.fleet .carousel-caption {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: space-around !important;
  padding: 10rem 0;
}
@media screen and (max-width: 900px) {
  .fleet .carousel-caption {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .fleet .carousel-caption {
    flex-direction: column;
  }
}
.fleet .carousel-caption p {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 5rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .fleet .carousel-caption p {
    display: none;
  }
}
.fleet .carousel-caption-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fleet .carousel-caption-text {
    width: 100%;
    text-align: center;
  }
  .fleet .carousel-caption-text .details {
    margin: 5rem auto;
  }
}
.fleet .carousel-caption-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fleet .carousel-caption-img {
    width: 100%;
  }
}
.fleet .carousel-caption-img img {
  width: 100%;
  height: auto;
}

.team-member-desc {
  color: #fff;
  font-style: italic;
  font-size: 1.5rem;
}

.team {
  background-image: linear-gradient(to top, #2e2e33 30%, #2e2e33 60%, #383840 100%);
  height: 100rem;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .team {
    height: 120rem;
  }
}
@media screen and (max-width: 992px) {
  .team {
    margin-top: -8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .team {
    height: 144rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .team {
    height: 220rem;
  }
}
@media screen and (max-width: 460px) {
  .team {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .team {
    height: 215rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .team {
    height: 220rem;
  }
}
@media screen and (min-width: 350px) and (max-width: 399px) {
  .team {
    height: 225rem;
  }
}
@media screen and (max-width: 349px) {
  .team {
    height: 238rem;
  }
}
@media screen and (max-width: 280px) {
  .team {
    height: 248rem;
  }
}
.team-member-position {
  color: #f17300;
  font-size: 1.8rem;
  font-weight: 600;
}
.team-member-desc {
  font-size: 1.8rem;
  font-weight: 300;
  color: #efeff0;
}
.team-member p span {
  color: #ffffff;
  font-weight: 600;
}
.team-safety {
  padding: 3rem 8rem;
  background-image: linear-gradient(to right, #14477c 40%, #1b5d94 100%);
  box-shadow: 0rem 1rem 2rem rgba(57, 57, 65, 0.8);
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  margin-top: -22rem;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .team-safety {
    padding: 2rem 4rem;
  }
}
.team-safety p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffffff;
}

.support-all-content {
  padding: 6rem;
}
.support-all-content p {
  color: #3c414c;
}
@media screen and (min-width: 769px) {
  .support-all {
    background-color: #efeff0;
    background-image: linear-gradient(to right, transparent, #efeff0), url(/assets/img/support.jpg);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .support-all {
    background-color: #383840;
  }
  .support-all .team-safety {
    margin-bottom: 5rem;
  }
  .support-all-left {
    background-image: url(/assets/img/support-tablet.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 50vh;
  }
  .support-all-content {
    background: #efeff0;
  }
}

.package {
  background-image: linear-gradient(to right, #ffffff 20%, #14477c 20% 70%, #1b5d94 100%);
  background-size: cover;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .package {
    background-image: linear-gradient(to right, #14477c 70%, #1b5d94 100%);
  }
}
.package-left {
  background-image: url(/assets/img/drivers/solo-driver-01.jpg);
  background-size: cover;
  background-position: 70% top;
  background-repeat: no-repeat;
  height: 107%;
  width: 100%;
  position: absolute;
  top: -3.5%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .package-left {
    background-position: 70% top;
    height: 70vw;
    position: initial;
    margin-bottom: -5rem;
  }
}
.package-right {
  color: #ffffff;
  padding: 10rem 0 6rem 8rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .package-right {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .package-right {
    padding: 5rem 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  .package-right .pl-5 {
    padding-left: 0 !important;
  }
}
.package-right ul li {
  padding: 1.2rem 0;
  font-size: 1.8rem;
  font-weight: 300;
  list-style: none;
  text-decoration: none;
  display: flex;
}
.package-right ul li .order-num {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 2rem;
}
.package-right ul li .order-num-orange {
  color: #f17300;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  display: contents;
}
@media screen and (max-width: 768px) {
  .package-right {
    order: 1;
  }
}

.miles {
  padding: 7rem 0;
}
@media screen and (min-width: 651px) and (max-width: 767px) {
  .miles {
    margin-top: 25rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 650px) {
  .miles {
    margin-top: 22rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .miles {
    margin-top: 16rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .miles {
    margin-top: 13rem;
  }
}
@media screen and (min-width: 351px) and (max-width: 399px) {
  .miles {
    margin-top: 17rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 350px) {
  .miles {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 299px) {
  .miles {
    margin-top: 12rem;
  }
}
.miles-left span {
  color: #f17300;
  font-weight: 600;
}
.miles-right {
  margin-top: 5rem;
}
.miles-right img {
  max-width: 100%;
  height: auto;
}
.miles-right p {
  padding-left: 7rem;
  color: #ffffff;
  font-size: 11rem;
  font-weight: 900;
}

.home-time {
  background-image: url("/assets/img/drivers/hometime-bg-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 10rem 2rem 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-time-content {
  color: #ffffff;
}
.home-time-content p span {
  color: #f17300;
  font-weight: 600;
}
.home-time-content img {
  padding-top: 1rem;
  padding-right: 1.5rem;
}

.vacation {
  position: relative;
}
.vacation-content {
  background-image: linear-gradient(to right bottom, #14477c, #1b5d94);
  background-size: cover;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 5rem 3rem;
  margin-top: -13rem;
}
.vacation-content p {
  color: #ffffff;
}

.join {
  padding: 10rem 0;
}
.join-member p span {
  color: #f17300;
  font-weight: 600;
}
.join-member-moderate {
  height: 10.2rem;
  width: auto;
}
@media screen and (max-width: 575px) {
  .join-after img {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 351px) {
  .join-after-right {
    margin-top: 3rem;
  }
}
.join-after-right img {
  width: 2rem;
  margin-right: 2rem;
}
@media screen and (min-width: 576px) and (max-width: 697px) {
  .join-after-right img {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 348px) {
  .join-after-right img {
    margin-bottom: 4rem;
  }
}
.join-after-right-phone {
  color: #215c98;
}
.join-after-right-phone p {
  font-size: 3.6rem;
  font-weight: 900;
}
.join-after-right-phone a {
  font-size: 4rem;
  color: #215c98;
  font-weight: 900;
  line-height: 0.5;
}
@media screen and (min-width: 576px) and (max-width: 697px) {
  .join-after-right-phone a {
    line-height: 1;
  }
}
@media screen and (max-width: 348px) {
  .join-after-right-phone a {
    line-height: 1;
  }
}
.join-after-right-phone a:hover {
  list-style: none;
  text-decoration: none;
  color: #215c98;
}

.renting {
  background-image: linear-gradient(to right bottom, #14477c 30%, #035b9c 80% 100%);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renting {
    background-image: linear-gradient(to right bottom, #14477c 70%, #1b5d94 80% 100%);
    min-height: 85rem;
  }
}
@media screen and (max-width: 300px) {
  .renting {
    min-height: 85rem;
  }
}
.renting-right {
  background-size: cover;
  background-repeat: no-repeat;
  height: 110%;
  width: 30%;
  position: absolute;
  top: -5%;
  right: 0;
}
.renting-right-rent {
  background-image: url(/assets/img/rent/renting-program.jpg);
  background-position: right;
}
.renting-right-advantage {
  background-image: url(/assets/img/dedicated/advantage.jpg);
  background-position: left;
}
.renting-right-small {
  display: none;
}
@media screen and (max-width: 767px) {
  .renting-right-small {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    width: 100%;
    min-height: 90vw;
    margin-bottom: -10rem;
  }
  .renting-right-small-rent {
    background-image: url(/assets/img/rent/renting-program-tablet.jpg);
  }
  .renting-right-small-advantage {
    background-image: url(/assets/img/dedicated/advantage.jpg);
  }
}
.renting-right-small img {
  max-width: 100%;
  height: auto;
}
.renting-left {
  color: #ffffff;
  padding: 12rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .renting-left {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .renting-left {
    padding: 5rem 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  .renting-left .pl-5 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .renting-left {
    order: 1;
  }
}
.renting-left p span {
  color: #f17300;
  font-weight: 600;
}

.benefits {
  padding: 8rem 0;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .benefits {
    padding: 15rem 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .benefits {
    padding: 15rem 0;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .benefits {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 399px) {
  .benefits {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 299px) {
  .benefits {
    padding: 15rem 0;
  }
}
.benefits-left p span {
  color: #f17300;
  font-weight: 600;
}
.benefits-right .table .thead-dark th {
  color: #ffffff;
  background-color: #215c98;
  border-color: #215c98;
}
.benefits-right th,
.benefits-right td {
  font-size: 1.8rem;
  font-weight: 600;
}
.benefits-right-price {
  color: #f17300;
}
.benefits-right-silver {
  background-color: #efeff0;
}
.benefits-bottom {
  background-color: #efeff0;
  position: relative;
}
.benefits-bottom-left {
  margin-top: -3.5rem;
}
.benefits-bottom-left img {
  width: 100%;
  height: auto;
}
.benefits-bottom-right {
  padding: 4rem 0;
}

.performance-content {
  background-image: linear-gradient(to right bottom, #14477c, #1b5d94);
  background-size: cover;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 5rem 7rem;
}
@media screen and (max-width: 575px) {
  .performance-content {
    font-size: 3.5rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 360px) {
  .performance-content {
    padding: 2.5rem;
  }
}
.performance-content p {
  color: #ffffff;
}
.performance-content p span {
  color: #f17300;
}

.renting-maintenance {
  background-image: url("/assets/img/rent/maintenance.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 993px) {
  .renting-maintenance {
    height: auto;
  }
}
.renting-maintenance-content {
  color: #ffffff;
  padding-top: 2.5rem;
}
@media screen and (max-width: 993px) {
  .renting-maintenance-content {
    padding-top: 22rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 500px) {
  .renting-maintenance-content {
    padding-top: 24rem;
  }
}
@media screen and (max-width: 575px) {
  .renting-maintenance-content h2 {
    font-size: 3.8rem;
  }
}
.renting-maintenance-check {
  margin-top: 0.7rem;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .truck-warranty-result {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 400px) {
  .truck-warranty-result {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 300px) {
  .truck-warranty-result {
    margin-top: 13rem;
  }
}
.truck-warranty-content {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .truck-warranty-content {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 575px) {
  .truck-warranty-content {
    padding: 10rem 0;
  }
}
.truck-warranty-content-right {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .truck-warranty-content-right {
    padding: 5rem 0;
  }
}
.truck-warranty-content-right img {
  width: 100%;
  height: auto;
}
.truck-warranty-bottom-left p:nth-child(2) {
  font-weight: 600;
}
.truck-warranty-bottom-right {
  width: 100%;
  height: auto;
}
.truck-warranty-bottom-right img {
  width: 100%;
  height: auto;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .truck-warranty-bottom-right img {
    margin-top: 5rem;
  }
}

.call-after-right {
  display: inline-block;
}
.call-after-right img {
  width: 3rem;
  margin-bottom: 1.8rem;
  margin-right: 1rem;
}
.call-after-right-phone {
  display: inline-block;
}
.call-after-right-phone a {
  font-size: 3.5rem;
  font-weight: 900;
  color: #215c98;
}
.call-after-right-phone a:hover {
  text-decoration: none;
  list-style: none;
  color: #215c98;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .dedicated-lines {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .dedicated-lines {
    padding: 5rem 0 10rem;
  }
}
.dedicated-lines .map-container {
  text-align: center;
}
.dedicated-lines .map-container iframe {
  width: 90%;
  height: 80rem;
  margin: auto;
}
.dedicated-lines-bottom {
  background-color: #efeff0;
  padding: 2rem 0;
  margin: -0.5rem auto;
}
.dedicated-lines .performance {
  margin-top: 10rem;
}
.dedicated-lines .performance .performance-content-dedicated {
  top: -15rem;
}
.dedicated-lines-left p {
  font-size: 1.4rem;
}
.dedicated-lines-left p:first-of-type {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}

.dedicated-benefits {
  background-image: url(/assets/img/dedicated/benefits-01.jpg);
  background-size: cover;
  background-position: 60%;
  height: 90rem;
  margin-top: -10rem;
  padding-top: 10rem;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .dedicated-benefits {
    background-position: 70%;
  }
}
.dedicated-benefits p {
  color: #ffffff;
}
.dedicated-benefits p span {
  color: #f17300;
}

.u-center-text {
  text-align: center;
}

.u-margin-top-big {
  margin-top: 8rem;
}

.u-margin-top-medium {
  margin-top: 6rem;
}

.u-margin-top-small {
  margin-top: 1.5rem;
}

.u-margin-bottom-big {
  margin-bottom: 8rem;
}

.u-margin-bottom-medium {
  margin-bottom: 6rem;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem;
}

.pt-6 {
  padding-top: 0rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.less-768 {
  display: none;
}

.btn-767 {
  display: none;
}

.ml--15 {
  margin-left: -1.5rem;
}

.ml---15 {
  margin-left: 1.5rem;
}

.mb--5 {
  margin-bottom: 5rem;
}

.mb--10 {
  margin-bottom: 10rem;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .high-768 {
    display: none !important;
  }

  .less-768 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 73.5rem;
  }

  .up-767 {
    display: none;
  }

  .down-767 {
    display: block;
    position: absolute;
    top: -5rem;
    left: 2rem;
  }

  .btn-767 {
    display: block;
  }

  .pt-6 {
    padding-top: 6rem;
  }
}
.element {
  display: table;
}

.intro-up-992 {
  display: none;
}

.intro-up-767 {
  display: none;
}

@media screen and (max-width: 992px) {
  .intro-992 {
    display: none !important;
  }

  .intro-up-992 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .intro-767 {
    display: none !important;
  }

  .intro-up-767 {
    display: block;
  }
}
.drivers-header {
  padding-top: 14rem;
  padding-right: 2rem;
}
@media screen and (max-width: 575px) {
  .drivers-header {
    padding-right: 0;
  }
}

.rent-header {
  padding-top: 22rem;
}

.dedicated-header {
  padding-top: 22rem;
}
@media screen and (max-width: 992px) {
  .dedicated-header {
    padding-top: 16rem;
  }
}

.main {
  /* -webkit-clip-path: polygon(0 0,100% 0,100% 85%,81% 87%,45% 90%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 85%,81% 87%,45% 90%,0 100%); */
  background-image: url("/assets/img/main-v-bg-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main .mini-header {
  z-index: 999;
}
.main .mini-header .logo img {
  max-width: 200px;
}
@media screen and (max-width: 481px) {
  .main .mini-header .logo img {
    max-width: 120px;
  }
}
.main .mini-header .button {
  display: inline-flex;
}
.main .center {
  position: absolute;
  bottom: calc(50% + 25px);
  left: calc(50% - 150px);
  width: 300px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.main .box-center, .main .box-left, .main .box-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
}
.main .box-center {
  width: 100%;
  height: 100vh;
}
.main .content {
  width: 100%;
}
.main .content .button {
  margin: 0 auto;
}

.main h1 {
  color: #fff;
  font-size: 60px;
}

.line-right {
  justify-content: flex-end;
}

@media screen and (orientation: landscape) {
  .main {
    background-image: url("/assets/img/main-bg.jpg");
  }

  .main .box-left, .main .box-right {
    max-width: 50%;
    flex: 0 0 50%;
    height: 100vh;
  }

  .main .center {
    bottom: 10%;
  }
}
@media screen and (max-width: 481px) {
  .main h1 {
    font-size: 48px;
  }

  .main .box-left, .main .box-right {
    padding-top: 50px;
  }

  .main .center {
    bottom: 50%;
  }
}
@media (orientation: landscape) {
  .vertical {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .vertical {
    display: none;
  }
}

@media (orientation: portrait) {
  .horizontal {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .horizontal {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 48%;
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 42%;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #3c414c;
  background-color: #ffffff;
}
body p, body li, body label, body .form-control {
  font-size: 1.7rem;
  font-weight: 400;
}
body img {
  max-width: 100%;
}
body a:hover {
  text-decoration: none;
}

div.overlay {
  opacity: 0.5;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.heading-primary {
  font-size: 6.3rem;
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
.heading-primary-drivers span {
  font-size: 6.3rem;
  font-weight: 900;
  line-height: 0.85;
  color: #f17300;
}
@media screen and (max-width: 399px) {
  .heading-primary {
    font-size: 4.3rem;
    line-height: 1.25;
  }
  .heading-primary span {
    font-size: 4.3rem;
  }
}
.heading-secondary {
  font-family: inherit;
  font-size: 5rem;
  font-weight: 900;
}
@media screen and (max-width: 399px) {
  .heading-secondary {
    text-align: center;
    font-size: 4.3rem;
  }
}
.heading-secondary-grey {
  text-transform: uppercase;
  color: #3c414c;
}
.heading-secondary-white {
  color: #ffffff;
}
.heading-tertiary {
  font-size: 3.6rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 399px) {
  .heading-tertiary {
    text-align: center;
  }
}
.heading-tertiary-grey {
  color: #3c414c;
}
.heading-tertiary-white {
  color: #ffffff;
}
.heading-tertiary span {
  font-family: inherit;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  color: #f17300;
}

@media screen and (max-width: 768px) {
  .form .form-control, .form label, .form textarea {
    font-size: 2.3rem;
  }
}

.form-check input {
  width: 2.5rem;
  height: 2.5rem;
}
.form-check label {
  margin-left: 1.8rem;
}

.arrow {
  width: 14px;
  height: 7px;
  background-size: cover;
  z-index: 2;
  margin-left: 1rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 480px) {
  .arrow img {
    width: 80%;
    height: auto;
  }
}
.arrow-blue {
  background-image: url("/assets/img/arrow-blue.png");
}
.arrow-white {
  background-image: url("/assets/img/arrow.png");
}

.service-item {
  position: relative;
  background-image: linear-gradient(to right, #14477c 40%, #1b5d94 100%);
  padding: 3rem 0;
  height: auto;
  width: 100%;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  box-shadow: 0rem 1rem 2rem rgba(57, 57, 65, 0.8);
  margin-bottom: 3rem;
  transition: all 0.5s;
}
.service-item:hover {
  transform: translateY(-3px);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-item {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 400px) {
  .service-item {
    height: auto;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 300px) {
  .service-item {
    height: auto;
    padding: 2.5rem 0;
  }
}
.service-item-icon {
  padding: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-item-icon {
    width: 85%;
    height: auto;
    padding: 0.5rem;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .service-item-icon {
    width: 85%;
    height: auto;
    padding: 0.5rem;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .service-item-icon img {
    width: 8rem;
    height: auto;
  }
}
.service-item-border {
  width: 1.3rem;
  height: 5rem;
  background-color: #f17300;
}
.service-item-title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  padding-left: 2rem;
  width: 16rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .service-item-title {
    padding-left: 0.3rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .service-item-title {
    padding-left: 1rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media screen and (max-width: 390px) {
  .service-item-title {
    padding-left: 0.5rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media screen and (max-width: 390px) {
  .service-item-title {
    font-size: 2.5rem;
  }
}
.service-item-arrow {
  position: absolute;
  right: 2.5rem;
  bottom: 2rem;
}
.service:hover {
  text-decoration: none;
  list-style: none;
}

.rounded-image {
  background-position: center;
  width: 20rem;
  height: 20rem;
  margin: auto;
  text-align: center;
  background-blend-mode: luminosity;
}
.rounded-image-absolute {
  position: absolute;
  z-index: 1;
  left: -14rem;
  top: 8rem;
}
.rounded-image img {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  box-shadow: 0rem 2rem 3rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 450px) {
  .rounded-image img {
    width: 15rem;
    height: 15rem;
  }
}

@media screen and (max-width: 400px) {
  .icon-img {
    width: 4.5rem;
    height: auto;
  }
}

.modal-content {
  background-color: #383840;
  color: #fff;
}
.modal-content .close {
  font-size: 2rem;
  color: #fff;
}
.modal-content .table {
  color: white;
}

.button {
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  transition: all 0.5s;
}
.button-medium {
  padding: 1.3rem 2.2rem;
}
.button-big {
  padding: 2rem 2rem;
}
.button:focus {
  outline: none;
}
.button:hover {
  list-style-type: none;
  text-decoration: none;
  color: inherit;
  transform: translateY(-3px);
}
.button_width-20 {
  width: 20rem;
}
.button_width-21 {
  width: 21rem;
}
.button_width-22 {
  width: 22rem;
}
.button_orange {
  background-color: #f17300;
  color: #ffffff;
  box-shadow: 0rem 1rem 2rem rgba(57, 57, 65, 0.5);
  border: 1px solid #f17300;
}
.button_orange:hover {
  color: #ffffff;
}
.button_blue {
  background-color: #0147D6;;
  color: #ffffff;
  box-shadow: 0rem 1rem 2rem rgba(57, 57, 65, 0.5);
  border: 1px solid #14477c;
  border-radius: 5px !important;
  font-size: 18px !important;
  font-weight:500 !important;
  padding: 10px 70px !important;
}
.button_blue:hover {
  color: #ffffff;
}
.button_white {
  border: 1px solid #14477c;
  background-color: #ffffff;
  color: #14477c;
}
.button_transparent {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.button_transparent:hover {
  color: #ffffff;
}
.button_transparent-onWhite {
  padding: 1.3rem 1.2rem;
  color: #1b5185;
}
.button_transparent-onWhite:hover {
  color: #2e2e33;
}

.scroll-to-top {
  background-color: #2e2e33;
  border-radius: 50%;
  border: none;
  width: 6rem;
  height: 6rem;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 9;
}
.scroll-to-top i {
  color: #c8cad0;
  font-size: 2rem;
}

.line {
  height: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .line {
    width: 100%;
  }
}
.line_rotate {
  transform: rotate(180deg);
  justify-content: end;
}
.line_bottom {
  display: inline-block;
  vertical-align: middle;
}
.line_bottom_silver {
  border-bottom: 1px solid #a8b2c1;
}
.line_bottom_white {
  border-bottom: 1px solid #ffffff;
}
.line_bottom-w30 {
  width: calc(30% - 10px);
}
.line_bottom-w50 {
  width: calc(50% - 10px);
}
.line_bottom-w70 {
  width: calc(70% - 10px);
}
.line_bottom-w100 {
  width: calc(100% - 10px);
}
.line_circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
}
.line_circle_silver {
  border: 1px solid #a8b2c1;
}
.line_circle_white {
  border: 1px solid #ffffff;
}

.form-title {
  text-align: center;
}
.form-title.heading-secondary span {
  font-size: inherit;
  font-weight: inherit;
  color: #f17300;
}
.form-subtitle {
  text-align: center;
}
.form-subtitle span {
  font-size: inherit;
  font-weight: inherit;
  color: #f17300;
}
.form-chack {
  margin-bottom: 1.5rem;
}
.form .button {
  display: inline;
}

.form-section-subtitle {
  background-color: #f17300;
  color: #ffffff;
  line-height: 2;
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.truck-trailer {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 992px) {
  .truck-trailer {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .truck-trailer {
    margin-top: 0;
  }
}
.truck-trailer-left h2 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .truck-trailer-left h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .truck-trailer-left h2 {
    font-size: 4.5rem;
    line-height: 1;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .truck-trailer-left h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .truck-trailer-left h2 {
    padding-top: 2rem;
  }
}
.truck-trailer .truck-slider .carousel-control-next,
.truck-trailer .trailer-slider .carousel-control-next {
  right: -4rem;
}
@media screen and (max-width: 1200px) {
  .truck-trailer .truck-slider .carousel-control-next,
.truck-trailer .trailer-slider .carousel-control-next {
    right: -2rem;
  }
}
@media screen and (max-width: 575px) {
  .truck-trailer .truck-slider .carousel-control-next,
.truck-trailer .trailer-slider .carousel-control-next {
    right: 0rem;
  }
}
.truck-trailer .truck-slider .carousel-control-next::before,
.truck-trailer .trailer-slider .carousel-control-next::before {
  content: "";
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #3579ab;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .truck-trailer .truck-slider .carousel-control-next::before,
.truck-trailer .trailer-slider .carousel-control-next::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.truck-trailer .truck-slider .carousel-control-next-icon,
.truck-trailer .trailer-slider .carousel-control-next-icon {
  z-index: 2;
}
.truck-trailer .truck-slider .carousel-control-prev,
.truck-trailer .trailer-slider .carousel-control-prev {
  left: -4rem;
}
@media screen and (max-width: 1200px) {
  .truck-trailer .truck-slider .carousel-control-prev,
.truck-trailer .trailer-slider .carousel-control-prev {
    left: -2rem;
  }
}
@media screen and (max-width: 575px) {
  .truck-trailer .truck-slider .carousel-control-prev,
.truck-trailer .trailer-slider .carousel-control-prev {
    left: -1rem;
  }
}
.truck-trailer .truck-slider .carousel-control-prev::before,
.truck-trailer .trailer-slider .carousel-control-prev::before {
  content: "";
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #3579ab;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .truck-trailer .truck-slider .carousel-control-prev::before,
.truck-trailer .trailer-slider .carousel-control-prev::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.truck-trailer .truck-slider .carousel-control-prev-icon,
.truck-trailer .trailer-slider .carousel-control-prev-icon {
  z-index: 2;
}

.product-card {
  color: #14477c;
  box-shadow: 0.25rem 0.75rem 1rem rgba(0, 0, 0, 0.25);
  margin: 1.5rem;
  border-radius: 2rem;
  border: 0;
}
@media screen and (max-width: 992px) {
  .product-card {
    margin: 0.4rem 0.4rem 1.5rem 0.4rem;
  }
}
.product-card .card-title {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-card .card-title {
    font-size: 2.5rem;
  }
}
.product-card .card-subtitle {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}
.product-card .card-img-top {
  box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.25);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.product-card .card-price {
  padding-top: 2rem;
}
.product-card .card-price-border {
  width: 1rem;
  height: 3rem;
  background-color: #f17300;
  display: inline-block;
  margin-left: -1.2rem;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .product-card .card-price-border {
    height: 2.6rem;
  }
}
.product-card .card-price-text {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 900;
  background-color: #14477c;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.1rem 1rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-card .card-price-text {
    font-size: 1.6rem;
  }
}
.product-card .card-value {
  padding-top: 1rem;
}
.product-card .card-value p {
  font-size: 4.5rem;
  font-weight: 800;
}
.product-card .card-value p span {
  font-size: 2rem;
}
.product-card .card-btns {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem 1rem;
}
.product-card .card-btns a:first-child {
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .product-card .card-btns a:first-child {
    display: block;
    font-size: 1.3rem;
  }
}
.product-card .card-btns a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 360px) {
  .product-card .card-btns a:last-of-type {
    margin: 2rem auto;
  }
}

.product-details-modal .modal-header .close span {
  font-size: 2.5rem;
}
.product-details-modal table th {
  text-align: left;
}
.product-details-modal table .trailer-price {
  font-size: 2.5rem;
  font-style: italic;
}

.accordion .card {
  background: none;
}
.accordion-question button {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 2rem;
  padding-right: 4rem;
}
.accordion-question button:hover {
  color: #1b5d94;
}
.accordion-question button:focus {
  box-shadow: none;
}
.accordion-question button .arrow {
  position: absolute;
  right: 1rem;
  top: 1.8rem;
  display: block;
  overflow: hidden;
  height: auto;
  width: auto;
}
.accordion-question button .arrow-up {
  display: block;
}
.accordion-question button .arrow-down {
  display: none;
}
.accordion-question button.collapsed .arrow-up {
  display: none;
}
.accordion-question button.collapsed .arrow-down {
  display: block;
}
.accordion-answer {
  padding-left: 1rem;
}

.on-dark .accordion .card {
  border-color: #a8b2c1;
}
.on-dark .accordion-question button {
  color: #ffffff;
  font-weight: 500;
}
.on-dark .accordion-question button:hover {
  color: #f17300;
}
.on-dark .accordion-answer {
  color: #a8b2c1;
}

.nav-item {
  align-self: center;
  margin-right: 1rem;
}
.nav-item .dropdown-menu {
  background: #14477c;
}
.nav-item .dropdown-item {
  font-size: 1.7rem;
  line-height: 2;
  color: #fff;
}
.nav-item .dropdown-item:hover {
  color: #f17300;
}
.nav-item .dropdown-item:active, .nav-item .dropdown-item:focus {
  background: #ffffff;
  outline: none;
}
.nav-link {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
font-weight: 600 !important;
color:#fff;
font-size:14px !important;
line-height:1em !important;
}
.nav-link:hover, .nav-link:active, .nav-link:focus {
  color: #f17300;
}
a:active .nav-link, a:focus .nav-link {
  color: #f17300;
}

.navbar-brand img {
  margin-left: -3rem;
  height: auto;
  display: flex;
  flex-direction: row;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 80%;
  }
}
.navbar-collapse.show .navbar-nav, .navbar-collapse.collapsing .navbar-nav {
  background-image: linear-gradient(to right bottom, #14477c, #1b5d94);
  background-color: cover;
  padding: 3rem;
  border-radius: 2rem;
}
.navbar-collapse.show .nav-link, .navbar-collapse.collapsing .nav-link {
  font-size: 2.5rem;
  line-height: 3;
}
.navbar-collapse.show .dropdown-menu, .navbar-collapse.collapsing .dropdown-menu {
  background: none;
}
.navbar-collapse.show .dropdown-item, .navbar-collapse.collapsing .dropdown-item {
  font-size: 2.5rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .navbar-toggler {
    position: absolute;
    right: 0rem;
    top: 3rem;
  }
}
.navbar-toggler-icon {
  background-image: url(/images/close.png) !important;
  background-size: contain;
  height: 2rem;
  width: 4rem;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(/images/mobile-menu-icon.png) !important;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}

@media screen and (max-width: 992px) {
  .out-nav {
    position: absolute;
    right: 5rem;
    top: 2rem;
  }
}
.sticky {
  background-image: linear-gradient(to right, rgba(20, 71, 124, 0.9), rgba(27, 93, 148, 0.9));
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 9.5rem;
  width: 100%;
}
.sticky img {
  margin-left: -1rem;
}

.page-title {
  height: 100%;
}
.page-title .container {
  height: inherit;
}

.mission-vision {
  background-color: #383840;
  background-image: url(/assets/img/owner/grey-truck-lg.jpg);
  background-repeat: no-repeat;
  padding-bottom: 22rem;
  padding-top: 22rem;
  margin-top: -22rem;
}
@media screen and (max-width: 768px) {
  .mission-vision {
    background-position: 0 50rem;
    background-size: contain;
  }
}
.mission-vision .boxes {
  margin-bottom: 22rem;
}
.mission-vision .boxes p {
  font-weight: 600;
  color: #ffffff;
  font-size: 1.7rem;
}
.mission-vision .boxes .box {
  background-color: #f17300;
  padding: 5rem 4rem;
}
.mission-vision .boxes .box h3 {
  min-height: 7rem;
}
.mission-vision .boxes .box-left {
  border-top-left-radius: 3rem;
}
.mission-vision .boxes .box-right {
  border-bottom-right-radius: 3rem;
}
.mission-vision .content {
  position: relative;
}
.mission-vision .content .small-white-truck {
  position: absolute;
  bottom: -27rem;
  right: 15px;
  z-index: 99;
  width: 50vw;
  max-width: 350px;
}

.faq {
  background-image: linear-gradient(to right, #efeff0 50%, #393941 50% 100%);
}
@media screen and (max-width: 767px) {
  .faq {
    background-image: linear-gradient(to right, #efeff0 50%, #efeff0 50% 100%);
  }
}
.faq-content {
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .faq-content-right {
    padding-top: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-content {
    padding: 0;
  }
  .faq-content-left {
    padding: 5rem 2rem;
  }
  .faq-content-right {
    background-color: #393941;
    padding: 5rem 2rem;
  }
}

.newsletter {
  background-color: #1a5088;
  background-image: url(/assets/img/mail.png);
  background-position: 36.7% 96%;
  background-repeat: no-repeat;
  height: auto;
  padding: 3rem 0 2.3rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsletter {
    text-align: center;
  }
}
.newsletter-left {
  color: #ffffff;
}
.newsletter-left h5 {
  font-size: 2rem;
  letter-spacing: 0.4rem;
  font-weight: 600;
}
.newsletter-left p {
  font-size: 1.6rem;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .newsletter-left p {
    font-size: 1.3rem;
  }
}
.newsletter-left .mail {
  position: absolute;
  right: 15rem;
  top: 0rem;
  z-index: 1;
  width: 100px;
  height: auto;
}
.newsletter-right-input {
  padding: 1.2rem 4rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: transparent;
  font-size: 1.4rem;
}
.newsletter-right-input:focus {
  outline: none;
}
@media screen and (max-width: 450px) {
  .newsletter-right-input {
    padding: 0.75rem 2.5rem;
  }
}
.newsletter-right button {
  background-color: #393941;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-color: transparent;
  box-shadow: none !important;
  padding: 1rem 2rem;
  color: #ffffff !important;
  margin-left: -0.5rem;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .newsletter-right button {
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
  }
}

.lanes-map {
  text-align: center;
}
.lanes-map #lanes-map {
  position: relative;
  width: 100%;
  height: 60vh;
}
.lanes-map p.locInfo {
  font-size: 1rem;
  line-height: 2;
}
.lanes-map .infoWindow {
  font-size: 1rem;
}
.lanes-map .infoWindow .table-wrap {
  height: 80px;
  overflow-y: auto;
}
.lanes-map .lanes-toggle-group {
  margin-bottom: 10px;
}
.lanes-map .lanes-toggle-group .btn {
  font-size: 2.5rem;
}

.solo-drivers .top-img img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .solo-drivers .top-img img {
    display: none;
  }
}
.solo-drivers .intro-drivers-right {
  margin-top: -15rem;
}
@media (max-width: 767px) {
  .solo-drivers .intro-drivers-right {
    display: none;
  }
}
.solo-drivers .fleet {
  padding-bottom: 0;
  margin-bottom: 10rem;
}
.solo-drivers .fleet .rent-truck-slider-wrapper {
  margin-bottom: -10rem;
}
.solo-drivers .join {
  padding: 10rem 0;
}

.team-drivers .top-img img {
  max-width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .team-drivers .top-img img {
    display: none;
  }
}
.team-drivers .intro-drivers-right {
  margin-top: -15rem;
}
@media (max-width: 767px) {
  .team-drivers .intro-drivers-right {
    display: none;
  }
}
.team-drivers .fleet {
  padding-top: 5rem;
}
.team-drivers .support-member {
  font-style: italic;
  width: 80%;
}
.team-drivers .mission-vision {
  margin-top: 0;
  padding: 0 0 15rem 0;
}
.team-drivers .mission-vision .boxes {
  margin-bottom: 6rem;
}
.team-drivers .mission-vision .box {
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .team-drivers .mission-vision .box-right {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .team-drivers .support-member {
    width: 100%;
  }
  .team-drivers .how .md-blue-text {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
.team-drivers .faq {
  margin-top: 0;
}
.team-drivers .faq-content {
  padding-top: 5rem;
}

.rent-lease .performance-content {
  margin-bottom: -10rem;
}

.owner-operators .centered-box {
  padding: 2rem 8rem;
  margin-top: -5rem;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  box-shadow: 0rem 1rem 2rem rgba(57, 57, 65, 0.8);
  color: #ffffff;
  width: 80%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .owner-operators .centered-box {
    width: 100%;
    margin-top: 5rem;
    padding: 2rem;
  }
}
.owner-operators .blue-bg {
  background-image: linear-gradient(to right bottom, #14477c, #1b5d94);
}
.owner-operators .grey-bg {
  background-image: linear-gradient(to right bottom, #3c414c, #2d2e33);
}
.owner-operators .numbers {
  color: #fff;
}
.owner-operators .numbers .heading-tertiary span {
  font-size: 5rem;
}
.owner-operators .numbers .h-line {
  width: 50%;
  border-right: 1px #fff solid;
  border-left: 1px #fff solid;
  margin-bottom: 2rem;
}
.owner-operators .numbers .h-line hr {
  margin: 3px 0;
  background-color: #fff;
}
.owner-operators .numbers .service-item {
  background-image: linear-gradient(to right bottom, #0b59a8, #0b3a6a);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .owner-operators .numbers .service-item {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.owner-operators .numbers p {
  font-size: 9rem;
  font-weight: 700;
  line-height: 11rem;
  margin-bottom: 0;
}
.owner-operators .numbers p.lg {
  font-size: 14rem;
  line-height: 14rem;
}
.owner-operators .numbers p.lg small {
  font-size: 2rem;
  position: absolute;
  top: 0;
}
.owner-operators .numbers span {
  font-size: 2rem;
}
.owner-operators .support-member {
  font-style: italic;
  width: 80%;
}
.owner-operators .mission-vision {
  margin-top: 0;
  padding: 0 0 15rem 0;
}
.owner-operators .mission-vision .boxes {
  margin-bottom: 6rem;
}
.owner-operators .mission-vision .box {
  margin-top: -10rem;
}
@media screen and (max-width: 575px) {
  .owner-operators .mission-vision .box-right {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .owner-operators .support-member {
    width: 100%;
  }
  .owner-operators .how .md-blue-text {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
.owner-operators .what_you_get {
  background-image: linear-gradient(to right bottom, #215c98 80%, #1b5d94 90% 100%);
  padding: 15rem 0 0;
  color: #ffffff;
  height: auto;
}
@media screen and (max-width: 767px) {
  .owner-operators .what_you_get {
    height: auto;
    padding: 5rem 0;
  }
}
.owner-operators .what_you_get h2,
.owner-operators .what_you_get h3 {
  font-weight: 700;
}
.owner-operators .what_you_get p span {
  color: #f17300;
  font-weight: 900;
}
.owner-operators .what_you_get img {
  max-width: 100%;
}
.owner-operators .what_you_get-top-left {
  background-image: url(/assets/img/owner/what-you-get.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 60rem;
  width: 100%;
  margin-left: -1.5rem;
}
.owner-operators .how {
  background: url(/assets/img/us-bg.jpg) no-repeat cover center;
}
.owner-operators .how .xl-orange-text {
  font-size: 13rem;
  color: #f17300;
  font-weight: 900;
  line-height: 13rem;
}
.owner-operators .how .md-blue-text {
  font-size: 4rem;
  color: #175288;
  font-weight: 700;
  line-height: 3.5rem;
  padding-top: 10%;
  display: block;
}
.owner-operators .how .blue-right .bg {
  background-image: linear-gradient(to right bottom, #0b59a8, #0b3a6a);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .owner-operators .how .blue-right .bg {
    background-size: 100%;
  }
}
.owner-operators .how .blue-right .content {
  color: #fff;
  padding: 5rem 0rem 0 2rem;
  background-image: url(/assets/img/owner/quotes-lg.png);
  background-repeat: no-repeat;
  background-position: 10% 80%;
}
@media screen and (max-width: 768px) {
  .owner-operators .how .blue-right .content {
    background-position: 10% 95%;
  }
}
.owner-operators .how .blue-right .image {
  position: relative;
}

.dedicated-lanes .fleet {
  padding-top: 10rem;
  padding-bottom: 0;
  margin-bottom: 10rem;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .dedicated-lanes .fleet {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 575px) {
  .dedicated-lanes .fleet {
    padding-top: 10rem;
  }
}
.dedicated-lanes .fleet .rent-truck-slider-wrapper {
  margin-bottom: -10rem;
}
.dedicated-lanes .faq {
  margin-top: 0rem;
}

.page-wrapper {
  padding-top: 10rem;
}
.page-wrapper.thank-you {
  min-height: calc(100vh - 563px);
}
.page-wrapper.thank-you .text-center {
  height: 30rem;
}

.jdm.customers {
  /*  =========================================================================
       AVAILABLE TRUCKS
      ========================================================================= */
  /* 1) Responsive layout */
  /* -------------------------------------------------------------------------- */
  /* Main wrapper */
  /* ===================================================
  	LOAD DETAILS
  =================================================== */
  /* ----------- END OF SIDEBAR ------------------------------------------------*/
}
.jdm.customers .bg-secondary {
  background-image: linear-gradient(to right, #14477c 40%, #1b5d94 100%);
}
.jdm.customers .page-wrapper {
  padding-top: 14rem;
  min-height: calc(100vh - 523px);
  background-color: #0f1012;
}
.jdm.customers p, .jdm.customers span, .jdm.customers div, .jdm.customers a, .jdm.customers li, .jdm.customers label, .jdm.customers button, .jdm.customers .table {
  font-size: 1.7rem;
  color: #ffffff;
}
.jdm.customers img {
  max-width: 100%;
}
.jdm.customers a:hover {
  text-decoration: none;
}
.jdm.customers .vl {
  height: 100%;
  display: block;
  background: #ffffff;
  width: 0.2rem;
}
.jdm.customers .heading-1 {
  font-size: 10rem;
}
.jdm.customers .heading-2 {
  font-size: 8rem;
  font-weight: 900;
}
.jdm.customers .heading-3 {
  font-size: 6rem;
  font-weight: 800;
  text-decoration: none;
}
.jdm.customers .heading-4 {
  font-size: 4rem;
  font-weight: 700;
  text-decoration: none;
}
.jdm.customers .heading-primary {
  color: #ffffff;
}
.jdm.customers .heading-secondary {
  background: -webkit-linear-gradient(45deg, #ffffff 50%, #ffffff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jdm.customers .button {
  border-radius: 6rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  transition: all 0.5s;
  width: fit-content;
}
.jdm.customers .button-normal {
  padding: 1rem 2rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.jdm.customers .button-medium {
  padding: 1.3rem 2.2rem;
  font-size: 2rem;
  font-weight: 600;
}
.jdm.customers .button-big {
  padding: 3rem 5rem;
}
.jdm.customers .button:focus {
  outline: none;
}
.jdm.customers .button:hover {
  list-style-type: none;
  text-decoration: none;
  color: inherit;
  transform: translateY(-3px);
}
.jdm.customers .button-secondary {
  background: -webkit-linear-gradient(45deg, #e9941b 50%, #fbc058 70%);
  color: black;
}
.jdm.customers .button-secondary:hover {
  color: #ffffff;
}
.jdm.customers .form-group {
  margin-top: 2rem;
  position: relative;
}
.jdm.customers .form-group input, .jdm.customers .form-group textarea, .jdm.customers .form-group select, .jdm.customers .form-group option {
  background: none;
  color: #ccc;
  font-size: 2rem;
  min-height: 5rem;
  padding: 0 2rem;
  border-radius: 3rem;
  height: 6.5rem;
}
.jdm.customers .form-group input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.jdm.customers .form-group option {
  background: #000;
}
.jdm.customers .form-group textarea {
  min-height: 10rem;
}
.jdm.customers .form-group .form-check label {
  margin-left: 1rem;
  margin-right: 2rem;
  font-size: 2.5rem;
  color: #ccc;
}
.jdm.customers .form-title {
  text-align: center;
}
.jdm.customers .form-subtitle {
  text-align: center;
}
.jdm.customers .form .button {
  display: inline;
}
.jdm.customers .map p, .jdm.customers .map a, .jdm.customers .map span, .jdm.customers .map td, .jdm.customers .map h6,
.jdm.customers .list-container .dataTable p,
.jdm.customers .list-container .dataTable a,
.jdm.customers .list-container .dataTable span,
.jdm.customers .list-container .dataTable td,
.jdm.customers .list-container .dataTable h6 {
  font-size: 1.3rem;
}
.jdm.customers .map-container .map {
  height: 58vh;
}
.jdm.customers .list-container .dataTables_info,
.jdm.customers .list-container .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #8c8c8c !important;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
}
.jdm.customers .list-container td {
  border-top: 1px solid #505050;
}
.jdm.customers .list-container tr.odd, .jdm.customers .list-container tr.odd .sorting_1, .jdm.customers .list-container tr.odd a {
  background-color: #000;
  color: #fafafa;
}
.jdm.customers .list-container tr.even, .jdm.customers .list-container tr.even .sorting_1, .jdm.customers .list-container tr.even a {
  background-color: #222427;
  color: #fafafa;
}
.jdm.customers .load-details .input-group {
  margin-bottom: 2rem;
}
.jdm.customers .load-details .input-group label {
  width: 10rem;
}
.jdm.customers .load-details .selected-location {
  font-weight: 500;
  border: 1px #ccc solid;
  color: white;
  padding: 1rem;
  border-radius: 1rem;
}
.jdm.customers .load-details .selected-location span, .jdm.customers .load-details .selected-location i {
  font-size: 2rem;
}
.jdm.customers .load-details table {
  font-size: 1.5 rem;
}
.jdm.customers .dataTables_wrapper table.dataTable thead .sorting {
  font-size: 1.5rem;
  font-weight: 500;
}
.jdm.customers .dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}
.jdm.customers table.dataTable tbody th, .jdm.customers table.dataTable tbody td {
  padding: 6px;
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .jdm.customers .service-box {
    width: 33% !important;
  }
}
.jdm.customers .gm-style-iw {
  max-width: none !important;
}
.jdm.customers .info-window p, .jdm.customers .info-window span, .jdm.customers .info-window a, .jdm.customers .info-window h6 {
  color: #000;
}
.jdm.customers .info-window h6 {
  font-size: 2rem;
}
.jdm.customers .info-window p {
  margin-bottom: 0;
  padding: 0.5rem;
  min-width: 25rem;
  font-size: 1.5rem;
}
.jdm.customers .info-window span {
  font-size: 1.5rem;
}
.jdm.customers .info-window .right {
  float: right;
  font-weight: 500;
}
.jdm.customers .info-window .blue-bg {
  background: #195b92;
  color: #fff;
}
.jdm.customers .info-window .grey-bg {
  background: #eee;
}
.jdm.customers .info-window .tel-link {
  display: block;
  line-height: 5rem;
  height: 5rem;
}
.jdm.customers .info-window .tel-link span.number {
  font-size: 2rem;
  font-weight: 500;
}
.jdm.customers .pac-container .pac-item span {
  color: #000;
}
.jdm.customers li.messages.active, .jdm.customers #messages .sidebar-header {
  background-color: #4CAF50 !important;
}
.jdm.customers .sidebar-content h6 {
  margin-bottom: 10px;
}
.jdm.customers #email-success-message {
  display: none;
}
.jdm.customers #email-success-message h6 {
  margin-top: 10px;
  color: #fff !important;
  text-transform: none !important;
}
.jdm.customers .sidebar-content label {
  font-size: 13px !important;
}
.jdm.customers .sidebar-content .w3-input {
  line-height: 20px !important;
  height: 30px !important;
  font-size: 14px !important;
  margin-bottom: 5px;
}
.jdm.customers .sidebar-content td.right,
.jdm.customers .sidebar-content th.right {
  text-align: right !important;
}
.jdm.customers .sidebar-content td {
  padding: 2px 8px;
  font-size: 14px;
  vertical-align: middle;
}
.jdm.customers label.load-weight {
  display: inline-flex;
  margin-top: 3px;
  line-height: 30px;
}
.jdm.customers label.load-weight input {
  width: 80px !important;
  margin-left: 5px !important;
  margin-right: 2px !important;
  text-align: right;
}
.jdm.customers .sidebar-content label.w3-check {
  padding: 0;
}
.jdm.customers #directions-results {
  display: none;
}
.jdm.customers #load-additional-info {
  display: none;
}
.jdm.customers #special-instructions {
  display: none;
}
.jdm.customers .scrollbar {
  background-color: #F5F5F5;
  float: left;
  height: 300px;
  margin-bottom: 25px;
  margin-left: 22px;
  margin-top: 40px;
  width: 65px;
  overflow-y: scroll;
}
.jdm.customers .hidden-sidebar .sidebar-container {
  width: 0px;
  margin-left: -50px;
  -webkit-transition: width, 0.5s linear;
  -moz-transition: width, 0.5s linear;
  -ms-transition: width, 0.5s linear;
  -o-transition: width, 0.5s linear;
  transition: width, 0.5s linear;
}
.jdm.customers .hidden-sidebar.open .sidebar-container {
  width: 19.7%;
  margin-left: 0.3%;
  -webkit-transition: width, 0.5s linear;
  -moz-transition: width, 0.5s linear;
  -ms-transition: width, 0.5s linear;
  -o-transition: width, 0.5s linear;
  transition: width, 0.5s linear;
}
.jdm.customers .hidden-sidebar .map-container {
  width: 74.3%;
  -webkit-transition: width, 0.5s linear;
  -moz-transition: width, 0.5s linear;
  -ms-transition: width, 0.5s linear;
  -o-transition: width, 0.5s linear;
  transition: width, 0.5s linear;
}
.jdm.customers .hidden-sidebar.open .map-container {
  width: 55%;
  -webkit-transition: width, 0.5s linear;
  -moz-transition: width, 0.5s linear;
  -ms-transition: width, 0.5s linear;
  -o-transition: width, 0.5s linear;
  transition: width, 0.5s linear;
}
.jdm.customers .search-pod {
  /*    #load-files-table tbody tr:hover {
  		cursor: pointer;
  		background-color: #e7e7e7;
  	}*/
  /*    #load-files-table tbody tr:hover i.fa-download {display: block;}
  	#load-files-table tbody tr:hover .file-download a {text-decoration: underline;}*/
}
.jdm.customers .search-pod-form .form-group {
  width: 30rem;
}
.jdm.customers .search-pod-form .form-group .bln-input {
  background: #000;
  color: #ccc;
  border-radius: 4.5rem;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 600;
  padding: 4.5rem;
  border-width: 3px;
  border-color: #3a3b3d;
}
.jdm.customers .search-pod-result #receiving-files,
.jdm.customers .search-pod-result #load-files {
  display: none;
}
.jdm.customers .search-pod-result #receiving-files h6 {
  font-size: 2rem;
  padding: 4rem 0;
}
.jdm.customers .search-pod #load-files h4 {
  letter-spacing: 0;
  font-size: 16px;
}
.jdm.customers .search-pod #load-files-table {
  font-size: 16px;
}
.jdm.customers .search-pod #load-files-table th {
  color: #fff;
}
.jdm.customers .search-pod #load-files-table tbody tr td {
  position: relative;
  vertical-align: middle;
  padding: 1.5rem 0;
}
.jdm.customers .search-pod .file-download a {
  text-decoration: none;
}
.jdm.customers .search-pod .file-download a:hover i {
  color: #e99422;
}
.jdm.customers .search-pod #info-box {
  display: none;
}
.jdm.customers .search-pod .invlabel {
  text-align: left;
}
.jdm.customers .search-pod .invlabel label {
  line-height: 40px;
  font-size: 28px;
  margin-left: 5px;
}
.jdm.customers .customersSlider {
  margin: 15rem 0;
}
@media screen and (max-width: 767px) {
  .jdm.customers .customersSlider {
    margin: 5rem 0;
  }
}
.jdm.customers .customersSlider .customer-card {
  border-radius: 2rem;
  overflow: hidden;
  border: none;
  background-color: #0f1012;
}
.jdm.customers .customersSlider .customer-card .card-img-overlay {
  padding: 2rem 5rem;
}
@media screen and (max-width: 500px) {
  .jdm.customers .customersSlider .customer-card .card-img-overlay {
    padding: 2rem 2rem;
    position: initial;
    margin-top: -15rem;
    text-align: justify;
  }
}
.jdm.customers .customersSlider .customer-card .card-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  height: 10rem;
}
@media screen and (min-width: 500px) and (max-width: 649px) {
  .jdm.customers .customersSlider .customer-card .card-title {
    font-size: 3.5rem;
    height: 7rem;
  }
}
@media screen and (max-width: 500px) {
  .jdm.customers .customersSlider .customer-card .card-title {
    margin-bottom: 6rem;
  }
}
.jdm.customers .customersSlider .customer-card .button {
  width: fit-content;
}
.jdm.customers .numbers {
  padding: 10rem 0;
}
.jdm.customers .numbers-title {
  margin-bottom: 10rem;
}
.jdm.customers .numbers-box {
  line-height: 1;
  text-align: center;
  margin-bottom: 5rem;
}
.jdm.customers .numbers-box .number {
  color: #e9941b;
  font-size: 12rem;
  font-weight: 900;
}
.jdm.customers .numbers-box .number small {
  font-weight: 700;
  font-size: 6rem;
  vertical-align: super;
}
.jdm.customers .numbers-box .unit {
  color: #ffffff;
  font-size: 6rem;
  font-weight: 900;
}
.jdm.customers .numbers-box .vl {
  position: absolute;
  right: 0.5rem;
  top: 0;
}
@media screen and (max-width: 991px) {
  .jdm.customers .numbers-box .vl {
    display: none;
  }
}
.jdm.customers .numbers-content {
  padding-bottom: 10rem;
}
.jdm.customers .services {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .jdm.customers .services {
    padding: 5rem 0;
  }
}
.jdm.customers .services-title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .jdm.customers .services-title {
    margin-bottom: 5rem;
  }
}
.jdm.customers .services-content {
  background-image: url("/assets/img/customers/home-services-bg-01.jpg");
  background-size: cover;
}
.jdm.customers .services-box {
  padding: 15rem 5rem;
  transition: transform 0.2s;
  /* Animation */
}
.jdm.customers .services-box .heading-3 {
  line-height: 1;
  text-align: center;
  height: 20rem;
  text-transform: uppercase;
}
.jdm.customers .services-box ul {
  text-align: left;
  line-height: 2;
  list-style: none;
}
.jdm.customers .services-box ul li::before {
  content: "•";
  color: #e9941b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.jdm.customers .services-box span {
  color: #e9941b;
}
.jdm.customers .services-box:hover {
  cursor: pointer;
  background-color: rgba(233, 164, 27, 0.7);
  -webkit-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
  transition: 0.5s ease;
  box-shadow: 3px 3px 18px #000;
}
.jdm.customers .services-box:hover .heading-3, .jdm.customers .services-box:hover p, .jdm.customers .services-box:hover li {
  color: #000;
}
.jdm.customers .services-box:hover span, .jdm.customers .services-box:hover ul li::before {
  color: #ffffff;
}
.jdm.customers .services-box:hover p, .jdm.customers .services-box:hover li, .jdm.customers .services-box:hover span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .jdm.customers .services-box:nth-child(even) {
    background-color: rgba(233, 164, 27, 0.7);
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
    transition: 0.5s ease;
    box-shadow: 3px 3px 18px #000;
  }
  .jdm.customers .services-box:nth-child(even) .heading-3, .jdm.customers .services-box:nth-child(even) p, .jdm.customers .services-box:nth-child(even) li {
    color: #000;
  }
  .jdm.customers .services-box:nth-child(even) span, .jdm.customers .services-box:nth-child(even) ul li::before {
    color: #ffffff;
  }
  .jdm.customers .services-box:nth-child(even) p, .jdm.customers .services-box:nth-child(even) li, .jdm.customers .services-box:nth-child(even) span {
    font-weight: 600;
  }
  .jdm.customers .services-box:nth-child(odd) {
    background-image: url("/assets/img/customers/home-services-bg-01.jpg");
    background-size: cover;
  }
}
.jdm.customers .services-box-action {
  position: absolute;
  bottom: 10rem;
  left: calc(50% - 8rem);
}
@media screen and (max-width: 767px) {
  .jdm.customers .services-box-action {
    position: initial;
    margin-top: 5rem;
  }
}
.jdm.customers .customersLogos {
  padding: 10rem 0;
}
.jdm.customers .customersLogos .item img {
  width: auto;
  margin: 0 auto;
}
.jdm.customers .whoWeare {
  padding: 10rem 0;
}
.jdm.customers .whoWeare .title {
  margin-bottom: 10rem;
}
.jdm.customers .whoWeare .content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.jdm.customers .whoWeare .content .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jdm.customers .ourFeatures {
  padding: 30rem 0 10rem;
  background-image: url("/assets/img/customers/bg-dots-right.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .jdm.customers .ourFeatures {
    padding: 20rem 0 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .jdm.customers .ourFeatures {
    padding: 10rem 0 10rem;
  }
}
.jdm.customers .ourFeatures .title {
  margin-bottom: 10rem;
}
.jdm.customers .ourFeatures .content {
  height: 50rem;
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 0% 0%, 100% 50%);
  background: #fff;
}
.jdm.customers .ourFeatures .image {
  position: absolute;
  bottom: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .jdm.customers .ourFeatures .image img {
    max-width: 120%;
  }
}
.jdm.customers .featuresTabs .nav-link {
  color: #ffffff;
  border: none;
  background-color: none;
  margin-bottom: -0.5rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 2rem;
}
.jdm.customers .featuresTabs .nav-link.active {
  background-color: transparent;
  border-bottom: 1rem #fff solid;
  font-size: 3.5rem;
  font-weight: 800;
}
.jdm.customers .featuresTabs .tab-content {
  padding-top: 5rem;
}

/*# sourceMappingURL=index.css.map */

#address {
  width: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.autocomplete-results {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto; /* Allow scrolling if there are many results */
  top: 35px;
}

.autocomplete-results li {
  padding: 10px;
  cursor: pointer;
  color: black !important;
}

.autocomplete-results li:hover {
  background-color: #f0f0f0; /* Highlight on hover */
}

.leaflet-popup-content {
  color: black !important;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  color: black !important;
}

.leaflet-routing-alt, .leaflet-routing-alt {
  color: black !important;
}

.leaflet-top.leaflet-right {
  display: none !important;
}