html,
body {
  /* height: 100%; */
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 auto;
  background-color: #fff;
  letter-spacing: 0px;
  font: 400 18px "OpenSans", sans-serif;
  color: #646973 !important;
}
@font-face {
  font-family: OpenSans;
  src: url(../font/OpenSans-Bold.ttf);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: OPenSans;
  src: url(../font/DMSans-Medium.ttf);
  font-weight: medium;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: url(../font/OpenSans-light.ttf);
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../font/Roboto-Bold.ttf);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../font/Roboto-Medium.ttf);
  font-weight: medium;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../font/Roboto-light.ttf);
  font-weight: light;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../font/Roboto-Thin.ttf);
  font-weight: thin;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1f3972 !important;
}
.header-fixed {
  /* background-color: #fff; */
}
.bg-blur {
  background-color: rgba(10, 10, 10, 0.2) !important;
  backdrop-filter: blur(10px);
}
.header-container {
  background-image: url(../assets/jumbopic.webp);
  width: 100%;
  height: 90vh;
  background-color: #000;
  background-size: auto 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  z-index: 1;
  padding: 0;
}

@media (max-width: 1100px) {
  .header-container {
    height: 85vh;
  }
}
@media (max-width: 960px) {
  .header-container {
    height: 85vh;
  }
}
@media (max-width: 883px) {
  .header-container {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .header-container {
    height: 70vh;
  }
}
@media (max-width: 600px) {
  .header-container {
    height: 75vh;
  }
}
@media (max-width: 448px) {
  .header-container {
    height: 60vh;
  }
}
.jumbotron-custom {
  background: rgba(0, 0, 0, 0.0001);
  position: relative;
}
.p12 {
  font-size: 1.2rem;
}
.get-quote {
  background-color: #1f3972 !important;
  border-color: #1f3972 !important;
  padding: 1.1% 2%;
}
.get-quote:hover {
  background-color: rgb(1 46 61);
  border-color: rgb(1 46 61);
}
.a-link {
  color: #fff !important;
  margin: 0 0.5rem !important;
}
.a-link:hover {
  border-bottom: 1px solid #fff;
}
.intro-p {
  font-size: 20px;
}
.about-img {
  width: 100%;
  height: 97%;
}
.list-items {
  font-size: 1rem;
  margin-left: 25px;
}
/* Set the border color of toggler icon*/
.custom-toggler.navbar-toggler {
  border-color: #fff;
}
.services-btn {
  text-decoration: none !important;
  color: #646973 !important;
}
.services-btn:hover {
  color: #f36d50 !important;
}
.services-btn2 {
  text-decoration: none !important;
}

.text-second-dark {
  color: #7a3728 !important;
}
.services-btn2:hover {
  color: #fff !important;
}
.card-trucks {
  width: 100%;
}
.footer-flag {
  background-image: url(../assets/footer-flag1.jpg);
  width: 100%;
  height: auto;
  background-color: #000;
  background-size: auto 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
footer li {
  list-style: none;
}
.list-margin {
  margin: 20px 0;
}
.list-left {
  padding-left: 0;
}
.text-black {
  color: #000 !important;
}
.text-blue {
  color: #1f3972 !important;
}
.our-features {
  font-size: 12px;
}
.content-box {
  margin: 20px 0;
  text-align: center;
}
.banner {
  background-image: url(../assets/dryvan.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
}
.side-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
}
.services-title {
  font-size: 16px;
  margin: 0 0 10px;
}
.card-title {
  font-size: 18px;
}
.form-button {
  background-color: #162850;
  border-color: #162850;
  font-size: 22px;
}
.form-button:hover {
  background-color: rgb(1 46 61);
  border-color: rgb(1 46 61);
}
.theme-bg {
  background-color: #f36d50;
  color: #fff !important;
  position: relative;
}
.theme-bg::before {
  content: "";
  background-color: #f36d50;
  position: absolute;
  height: 100%;
  width: 4000px;
  left: -2000px;
  z-index: -1;
}
.background-tint {
  background-color: rgba(31, 57, 114, 1); /* Tint color */
  background-blend-mode: multiply;
}
.background-tint-sepia {
  background-color: rgba(200, 100, 0, 0.5); /* Sepia Tint color */
  background-blend-mode: multiply;
}
.bg-blue {
  background-color: #1f3972;
}
.bg-orange {
  background-color: #f95700;
}
.truck-types-text {
  margin: 28px 0;
  max-width: 750px;
}
.truck-types-div {
  padding: 60px 34px 20px;
  width: calc(100% - 15px);
  height: 100%;
}
@media only screen and (max-width: 786px) {
  .truck-types-div {
    padding: 35px 0px 0px;
    width: calc(100% - 15px);
    height: 100%;
  }
}
.type-truck {
  cursor: pointer;
}
.list-group-item.active,
.list-group-item.active a {
  z-index: 2;
  color: #fff !important;
  background-color: #f36d50 !important;
  backdrop-filter: blur(75px);
}
.inactiveLink {
  /*this code makes a tag unclickable*/
  pointer-events: none;
  cursor: default;
  background: none !important; /*this line is added to cover default white bg on anchor tags*/
}
/* form input transitions for label to transitions  */
.test-form {
  position: relative;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
}
.test-form input {
  width: 100%;
  height: 100%;
  color: #000;
  padding-top: 25px;
  border: none;
  outline: none;
}
.test-form textarea {
  outline: none;
  resize: none;
  padding-top: 20px;
}
.test-form label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #000;
}
.test-form label::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  bottom: -1px;
  border-bottom: 3px solid #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.content-name {
  position: absolute;
  bottom: 5px;
  transition: all 0.3s ease;
}
.test-form input:focus + .label-name .content-name,
.test-form input[required]:valid + .label-name .content-name {
  transform: translateY(-1%);
  top: 0;
  font-size: 14px;
  color: #fff;
}
.test-form input:focus + .label-name::after,
.test-form input[required]:valid + .label-name::after {
  transform: translateX(0%);
}
.test-form textarea:focus + .label-name .content-name,
.test-form textarea[required]:valid + .label-name .content-name {
  transform: translateY(-1%);
  top: 0;
  font-size: 14px;
  color: #fff;
}
.test-form textarea:focus + .label-name::after,
.test-form textarea[required]:valid + .label-name::after {
  transform: translateX(0%);
}
/* chrome reset for form background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
textarea::-webkit-scrollbar {
  width: 0px;
}
.footer-heading {
  font-weight: bolder;
  color: #1f3972 !important;
}
.list-color {
  margin: 10px 0;
}
.footer-logo {
  width: 225px;
  height: 75px;
  max-width: 100%;
  height: auto;
}
.footer-logo-text {
  margin-top: 25px;
  line-height: 25px;
}
.social-media-icons {
  margin: 25px 10px;
}
.truck-types-text p {
  font-size: 20px;
}
.font14 {
  font-size: 14px;
}
@media only screen and (max-width: 786px) {
  .truck-types-text p {
    font-size: 16px;
  }
}
.foreground-white {
  background-color: rgba(255, 255, 255, 0.75);
}

.icons {
  width: 18px;
}
