/* @font-face {
  font-family: 'Satoshi-Light';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-Light.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Light.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-LightItalic.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Regular';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-Regular.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Regular.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-Italic';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-Italic.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Italic.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Medium';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-Medium.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Medium.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Bold';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-Bold.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Bold.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Black';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-Black.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Black.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('https://connectfreight.com/dev/assets/fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('https://connectfreight.com/dev/assets/fonts/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
} */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap'); @font-face {
  font-family: "Material Icons filled";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialiconsround/v37/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2") format("woff2");
  font-display: swap;
}

.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

body {
  /* font-family: 'Satoshi', sans-serif; */
  font-family: 'Inter', sans-serif;
  color: rgb(52, 69, 99);
  font-size: 18px;
  font-weight: 400;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0px;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #0dcaf0;
}

a:focus {
  outline: none;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding: 0px 1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

header ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

header ul > li {
  display: flex;
  align-items: center;
}

header ul > li + li {
  margin-left: 1.5rem;
}

header ul > li > a {
  display: flex;
  align-items: center;
}

.material-icons-round {
  font-size: 15px;
  font-weight: 600;
  margin-right: 0.5rem;
}

header ul > li > a img {
  height: 18px;
}

.main-nav-inner > ul > li > a.active, .main-nav-inner > ul > li > a.current-page {
  color: rgb(7, 71, 166);
}

.main-nav.active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgb(255, 255, 255);
}

header ul > li.active > a, header ul > li.current-page > a {
  color: rgb(7, 71, 166);
  background: rgb(241, 243, 247);
  font-weight: 500;
}

.current-page-dropdown {
  color: rgb(7, 71, 166) !important ;
  font-weight: 600 !important;
}

.top-nav {
  background: rgb(7, 71, 166);
  font-size: 0.9rem;
  padding: 8px 0px;
  color: rgb(255, 255, 255);
}

.top-nav > .d-flex {
  justify-content: flex-end;
}

.top-nav > .d-flex > ul + ul {
  margin-left: 1.5rem;
}

.main-nav {
  box-shadow: rgba(9, 30, 66, 0.1) 0px 4px 6px;
  position: relative;
  z-index: 9;
  font-size: 1rem;
  color: rgb(0, 0, 0);
}

.main-nav ul > li + li {
  margin-left: 0rem;
}

.mega-menu {
  position: absolute;
  width: 850px;
  top: calc(100% + -1px);
  left: -370px;
  display: none;
}

.mega-menu.mega-menu-single {
  width: 250px;
  left: -50px;
}

.mega-menu-inner {
  position: relative;
  background: rgb(255, 255, 255);
  flex-wrap: wrap;
  padding: 2rem 1rem 0.5rem;
  border-radius: 0px 0px 5px 5px;
  box-shadow: rgba(9, 30, 66, 0.2) 0px 50px 50px;
  border-top: 1px solid rgb(226 229 234);
}

.mega-menu-group:hover .mega-menu, .mega-menu-group.active .mega-menu {
  display: block;
}

.arrow-top-shape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  left: calc(50% - 10px);
  bottom: 100%;
  display: none;
}

.arrow-top-shape-background {
  position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0px;
  background: transparent;
  height: 17px;
  z-index: -1;
}

.mega-menu-inner ul > li > a, .mega-menu-inner ul > li {
  display: block;
}

.mega-menu-inner ul > li {
  width: calc(33.3333%);
  height: unset;
  margin: 0;
}

.mega-menu.mega-menu-single .mega-menu-inner ul > li {
  width: 100%;
}

.mega-menu-inner ul > li > a {
  padding: 0px;
  border-radius: 3px;
}

.mega-menu-inner ul {
  display: flex;
  font-weight: 400;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-nav-inner {
  justify-content: space-between;
  padding: 0.8rem 0px;
  font-weight: 600;
  min-height: 70px;
}

.main-nav-inner ul > li > a {
  padding: 10px 13px;
  margin: 0 5px;
  border-radius: 3px;
  transition: all 0.3s;
}

.main-nav-inner ul > li > a .material-icons-round {
  color: rgb(7, 71, 166);
}

.main-nav-inner ul > li:hover > a, .main-nav-inner ul > li.active > a {
  color: rgb(7, 71, 166);
  background: rgb(241, 243, 247);
}

.main-nav-inner ul > li > a.contact-us {
  background: rgb(7, 71, 166);
  color: rgb(255, 255, 255);
  margin-left: 1rem;
}

.main-nav-inner ul > li > a:hover.contact-us {
  background: linear-gradient(90deg, #0747a6 0%, #172b4d 100%);
  transform: scale(1.05);
}

.main-nav-inner .material-icons-round {
  font-size: 20px;
  margin-right: 0.3rem;
}

.logo-block {
  display: flex;
  align-items: center;
}

.logo-block img {
  height: 2.2rem;
  margin-top: 0.3rem;
}

.hero-block {
  box-shadow: rgba(9, 30, 66, 0.1) 0px 4px 6px;
}

.hero-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 0px;
}

.hero-block .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.5rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.hero-block .swiper-slide {
  background: linear-gradient(180deg, #dee4ed 0%, #ffffff 100%);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 36rem;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-image-group {
  position: absolute;
  top: -29%;
}

.swiper-image-trucks {
  right: -30%;
}

.swiper-image-secound {
  right: -30%;
  top: -80px;
}

.swiper-image-trucks img:nth-child(2) {
  margin-top: -19rem;
  height: 22rem;
  width: auto;
  margin-left: 10rem;
}

.swiper-image-trucks img:last-child {
  margin-top: -17rem;
  height: 18rem;
  width: auto;
  margin-left: 20rem;
}

.animate__animated.animate__delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
  animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__animated.animate__delay-0-6s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.7);
  animation-delay: calc(var(--animate-delay) * 0.7);
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: rgb(200, 214, 235);
  opacity: 1;
  background: rgb(200, 214, 235);
}

.swiper-pagination-bullet-active {
  color: rgb(255, 255, 255);
  background: rgb(7, 71, 166);
}

.swiper-content {
  position: absolute;
  content: "";
  inset: 150px 0px 0px;
  text-align: left;
}

.swiper-content-inner {
  max-width: 550px;
}

.swiper-content-inner h1 {
  color: rgb(9, 30, 66);
  font-size: 68px;
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: -0.2rem;
  margin-top: -3.5rem;
}

.swiper-content-inner p {
  font-weight: 500;
  font-size: 22px;
}

.swiper-content-inner .button {
  margin-top: 2rem;
}

.button {
  padding: 12px 50px;
  font-weight: 600;
  border-radius: 3px;
}

.button {
  color: rgb(255, 255, 255);
  background: rgb(7, 71, 166);
  transition: all 0.3s;
}

.button:hover {
  color: rgb(255, 255, 255);
  background: linear-gradient(90deg, #0747a6 0%, #172b4d 100%);
  transform: scale(1.05) !important;
}

section {
  padding: 80px 0px;
}

section.section-small-block {
  padding: 80px 0px;
}

section .sub-title {
  width: 550px;
}

.intro-block-screen-inner .l-y-b-card {
  box-shadow: 0 6px 40px rgba(9, 30, 66, 0.6);
}

.grey-card {
  background: rgb(241, 243, 247);
  border-radius: 5px;
  padding: 1.5rem;
}

.key-points-block .grey-card p {
  margin: 0px;
  font-size: 20px;
  line-height: 1.9rem;
}

.key-points-block .grey-card.k-p-icon-point {
  min-width: 155px;
  text-align: center;
}

.key-points-block .grey-card.k-p-icon-point p {
  margin-top: 0.5rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.key-points-block .grey-card.k-p-text-point {
  padding: 2rem;
}

.key-points-block .grey-card + .grey-card {
  margin-left: 1.5rem;
}

h2 {
  color: rgb(9, 30, 66);
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.05rem;
}

.Location-your-branch {
  background: rgb(241, 243, 247);
}

.l-y-b-card {
  background: rgb(7, 71, 166);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  padding: 2.5rem;
  min-width: 660px;
  margin-right: 2.5rem;
}

.l-y-b-card p {
  width: 65%;
  margin-bottom: 1.7rem;
}

.l-y-b-card h2 {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

.form-control {
  font-size: 19px;
  padding: 0.6rem 1rem;
  border: 0;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.l-y-b-card h2 .material-icons-round {
  font-size: 2.3rem;
}

.Location-your-branch > .d-flex {
  align-items: center;
}

.field-postcode-town > .d-flex {
  flex-grow: 1;
  position: relative;
}

.field-postcode-town .form-control {
  padding-left: 3rem;
}

.field-postcode-town .material-icons-round {
  color: rgb(146, 146, 146);
  font-size: 25px;
  position: absolute;
  top: 2px;
  left: 15px;
  bottom: 0px;
  display: flex;
  align-items: center;
}

.form-control::placeholder {
  color: rgb(146, 146, 146);
}

button.primary-outline, a.primary-outline {
  background: transparent;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  padding: 0px 2rem;
  margin-left: 1.5rem;
  transition: all 0.3s;
}

button.primary-outline:hover, a.primary-outline:hover {
  border-color: #527dc7;
  background: linear-gradient(90deg, #0747a6 0%, #172b4d 100%);
  transform: scale(1.05);
}

.what-we-do-mini {
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.what-we-do-mini > * {
  width: calc(33.3333% - 1.5rem);
}

.what-we-do-mini .grey-card {
  font-weight: 700;
  align-items: center;
  font-size: 1.1rem;
  padding: 1rem 3rem 1rem 1.3rem;
  margin-top: 2rem;
  position: relative;
  color: rgb(0, 0, 0);
  transition: all 0.3s;
}

.what-we-do-mini .grey-card:hover {
  background: rgb(7, 71, 166);
  transform: scale(1.03);
  color: white;
}

.what-we-do-mini .grey-card:hover .material-icons-round {
  color: white;
}

.what-we-do-mini .grey-card:hover h3 {
  color: #fff;
}

.what-we-do-mini .material-icons-round {
  font-size: 2.5rem;
  color: rgb(7, 71, 166);
  margin-right: 1rem;
}

.what-we-do-mini .grey-card .w-w-d-card-effect {
  position: absolute;
  content: "";
  top: 0px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  bottom: 0px;
  right: 20px;
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.what-we-do-mini .grey-card:hover .w-w-d-card-effect {
  opacity: 1;
  right: 0px;
}

.why-connect-freight {
  background: rgb(241, 243, 247);
  padding-bottom: 70px;
}

.w-c-f-car {
  min-width: 415px;
}

.w-c-f-card-group {
  flex-wrap: wrap;
  margin-top: 2.5rem;
  justify-content: space-between;
}

.w-c-f-card-group .swiper-slide {
  height: auto;
}

.w-c-f-card-group .w-c-f-card p {
  font-size: 1rem;
}

.w-c-f-card img {
  width: auto;
  height: 97px;
  margin-bottom: 2rem;
}

.w-c-f-card p {
  margin-top: 1rem;
  margin-bottom: 0px;
}

.w-c-f-card {
  background: rgb(7, 71, 166);
  color: rgb(255, 255, 255);
  width: calc(50% - 15px);
  margin-bottom: 2rem;
  font-weight: 300;
  padding: 1.5rem;
  border-radius: 5px;
  text-align: left;
}

.w-c-f-card h3 {
  color: #fff;
}

.w-c-f-card.w-c-f-c-secound {
  background: rgb(23, 43, 77);
}

.w-c-f-card-no-image .w-c-f-card {
  width: 100%;
  text-align: left;
}

.w-c-f-card-no-image p {
  margin-top: 1rem !important;
}

.w-c-f-card-no-image {
  cursor: grab;
}

.custome-collapse {
  --sp-sm: 1.8rem;
  --sp-md: 2.4rem;
  width: 100%;
  margin: 1.5rem auto 0px;
  border-radius: 6px;
  box-shadow: rgba(9, 30, 66, 0.1) 0px 4px 6px;
  background-color: transparent;
  transition: box-shadow 250ms ease 0s;
  will-change: box-shadow;
  overflow: hidden;
}

.custome-collapse:hover {
  box-shadow: rgba(9, 30, 66, 0.2) 0px 4px 6px;
}

.custome-collapse .title {
  position: relative;
  padding: 1rem 1.3rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background: rgb(7, 71, 166);
  user-select: none;
  cursor: pointer;
}

.custome-collapse .description {
  padding: 1rem 1.5rem;
  margin: 0px;
  font-size: 1rem;
  line-height: 1.6rem;
  background: rgb(255, 255, 255);
}

.custome-collapse .description:not(:first-of-type) {
  padding-top: 0px;
}

.w-c-f-inner {
  align-items: flex-start;
}

.w-c-f-content {
  margin-left: 2rem;
}

.download-vehicle-guide-block {
  padding-bottom: 0px;
}

.download-vehicle-guide {
  background: rgb(7, 71, 166);
  color: rgb(255, 255, 255);
  padding: 2.5rem;
  border-radius: 5px;
}

.download-vehicle-guide h2 {
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
}

.download-vehicle-guide .sub-title {
  font-weight: 300;
}

.d-v-g-intro {
  min-width: 700px;
}

.d-v-g-intro img {
  margin-top: 0.9rem;
}

.d-v-g-form label {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.d-v-g-form label p {
  text-transform: none;
}

.input-info {
  margin: 0.5rem 0px 0px;
  font-size: 0.9rem;
  font-weight: 300;
}

.form-group {
  margin-bottom: 1rem;
}

.privacy-statement {
  align-items: center;
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.privacy-statement-inner {
  position: relative;
  width: 100%;
}

.privacy-statement-content {
  position: absolute;
  content: "";
  background: rgb(23, 43, 77);
  box-shadow: rgba(9, 30, 66, 0.1) 0px 4px 6px;
  border-radius: 3px;
  z-index: 9;
  bottom: 100%;
  margin-bottom: 0.5rem;
  padding: 0.7rem 1rem;
  color: rgb(255, 255, 255);
  display: none;
  transition: all 0.2s ease 0s;
}

.privacy-statement-connect-arrow {
  width: 0px;
  position: absolute;
  bottom: 100%;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 10px solid rgb(23, 43, 77);
  border-bottom: 10px solid transparent;
  display: none;
  transition: all 0.2s ease 0s;
}

.privacy-statement-inner:hover {
  cursor: pointer;
  /* color: rgb(7, 71, 166); */
}

.privacy-statement-inner:hover .privacy-statement-content, .privacy-statement-inner:hover .privacy-statement-connect-arrow {
  display: block;
}

.condition-accept > label {
  align-items: center;
  font-weight: 300;
}

.privacy-statement .material-icons-round {
  font-size: 1.3rem;
}

.condition-accept {
  margin-bottom: 1.5rem;
}

button.outline-btn, a.outline-btn {
  background: transparent;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}

button.outline-btn:hover, a.outline-btn:hover {
  border-color: #527dc7;
  background: linear-gradient(90deg, #0747a6 0%, #172b4d 100%);
  transform: scale(1.05);
}

.d-v-g-form button.outline-btn, .d-v-g-form a.outline-btn {
  width: 100%;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  margin-top: 1.5rem;
}

.custom-check-box {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}

.custom-check-box .custom-check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
}

.custom-check-box input {
  opacity: 0;
}

.custom-check-box .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 21px;
  border: 2px solid rgb(255, 255, 255);
  background: rgb(7, 71, 166);
  width: 21px;
  border-radius: 3px;
}

.custom-check-box:hover input ~ .checkmark {
  /* background-color: rgb(14, 33, 65); */
}

.custom-check-box input:checked ~ .checkmark {
  background-color: rgb(7, 71, 166);
}

.custom-check-box .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-check-box input:checked ~ .checkmark::after {
  display: block;
}

.custom-check-box .checkmark::after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: white;
  border-image: initial;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
}

.custom-check-box p {
  margin-bottom: 0px;
}

.got-any-question-inner {
  background: rgb(241, 243, 247);
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  width: 90%;
  margin: 0px auto;
}

.g-a-q-intro {
  padding: 2rem 3.5rem 2.2rem 2.5rem;
  max-width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.g-a-q-intro a.button {
  margin-top: 1.5rem;
  width: fit-content;
  padding: 10px 20px;
  font-weight: 400;
  display: inline-block !important;
}

.g-a-q-intro p {
  margin-bottom: 0px;
}

.g-a-q-intro h2 {
  width: 550px;
  font-size: 2rem;
}

footer ul, footer p {
  margin-bottom: 0px;
  letter-spacing: 0.02rem;
}

footer ul {
  list-style-type: none;
  padding: 0px;
}

.intro-with-details h4 {
  margin-bottom: 1rem;
  color: #091e42;
}

h4 {
  font-weight: 800;
  color: #091e42;
}

footer h4 {
  margin-bottom: 1rem;
}

.foo-bottom {
  color: rgb(255, 255, 255);
  text-align: center;
}

.foo-main {
  font-size: 1rem;
  font-weight: 300;
  background: rgb(23, 43, 77);
  padding: 100px 0px;
  color: rgb(255, 255, 255);
}

.foo-bottom {
  background: rgb(14, 33, 65);
  padding: 20px 0px;
  font-weight: 300;
  font-size: 1rem;
  margin: -1px 0;
}

.foo-main > .d-flex {
  flex-wrap: wrap;
}

.foo-main > .d-flex > * + * {
  padding-left: 1.5rem;
}

.foo-main p {
  margin-top: 1rem;
  max-width: 270px;
  letter-spacing: 0.05rem;
}

.foo-logo-info {
  min-width: 450px;
}

.foo-menu-block {
  max-width: 300px;
}

footer h4 {
  color: #fff;
}

.foo-menu-block ul {
  flex-wrap: wrap;
}

.foo-menu-block ul > li {
  min-width: 50%;
  margin: 0.2rem 0px;
}

.foo-main .foo-connect-block {
  padding-left: 5rem;
}

.foo-connect-contact > li {
  margin-bottom: 0.5rem;
}

.foo-connect-contact > li > a {
  display: flex;
  align-items: center;
}

.foo-connect-contact .material-icons-round {
  font-size: 18px;
}

ul.foo-social-media {
  margin-top: 2rem;
}

ul.foo-social-media > li + li {
  margin-left: 1.5rem;
}

.cf-nav-mega {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cf-nav-mega .cf-nav-mini {
  margin-left: auto;
  justify-content: flex-start;
}

.cf-nav-mini > li.active > a {
  background: transparent;
  color: inherit;
}

.cf-nav-mega ul.cf-nav-mini {
  display: block;
}

.cf-nav-mega ul.cf-nav-mini li a {
  padding: 10px 0px;
}

.cf-responsive-mobile-sub:hover > a {
  color: rgb(7, 71, 166);
}

.m-n-over-highlights.active > a {
  color: inherit;
  background: transparent;
}

.m-n-over-highlights.active > a:hover {
  color: rgb(7, 71, 166);
  background: rgb(241, 243, 247);
}

.mega-menu .m-n-over-highlights > a.active, .mega-menu .m-n-over-highlights > a.current-page {
  color: rgb(7, 71, 166);
  background: rgb(241, 243, 247);
  font-weight: 500;
}

ul.cf-nav-mini > li > a.active, .cf-nav-mega ul.cf-nav-mini > li > a.active:hover {
  color: rgb(7, 71, 166);
}

.cf-nav-mega ul.cf-nav-mini > li > a.active {
  color: inherit;
}

.cf-nav-mega ul.cf-nav-mini > li > a.active {
  background: transparent;
}

.cf-nav-mega .cf-responsive-mobile-single ul.cf-responsive-mobile-sub-menu {
  justify-content: flex-start;
}

.cf-nav-mega ul.cf-responsive-mobile-sub-menu li {
  margin-bottom: 0rem;
  width: calc(50% - 15px);
  flex-wrap: wrap;
  margin-left: 0.5rem;
}

.cf-nav-mega ul.cf-responsive-mobile-sub-menu li a {
  padding: 10px 15px;
  display: block;
  width: 100%;
  text-align: left;
}

header ul.cf-nav-mega > li.active > a {
  background: transparent;
}

header ul.cf-nav-mega > li > a:hover {
  color: rgb(7, 71, 166);
}

.cf-responsive-mobile-sub {
  display: block;
}

.cf-responsive-mobile-sub-menu {
  border: 1px solid rgba(9, 30, 66, 0.2);
  border-radius: 5px;
  padding: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 0.9rem;
  justify-content: space-between;
  background: #f1f3f7;
}

.cf-responsive-mobile-sub-menu:hover {
  border-color: rgba(255, 88, 54, 0.3);
}

.cf-nav-ham-menu i:last-child {
  display: none;
}

.cf-nav-ham-menu {
  border: 0px;
  background: 0px 0px;
  padding: 0px;
  height: unset;
  margin-top: 9px;
  margin-left: 1rem;
  width: unset;
}

button:focus, a:focus {
  outline: none;
}

.cf-nav-ham-menu i {
  font-size: 1.8rem !important;
  margin-right: 0px !important;
}

.cf-nav-ham-menu:hover i {
  color: rgb(7, 71, 166);
}

.cf-nav-mega.show {
  display: block;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  overflow-x: scroll;
  height: calc(100vh - 107px);
}

.main-nav.active .cf-nav-mega.show {
  height: calc(100vh);
  padding-bottom: 10rem;
}

.cf-nav-ham-menu.show i:first-child {
  display: none;
}

.cf-nav-ham-menu.show i:last-child {
  display: block;
}

.cf-nav-mini.hide {
  display: none;
}

.intro-with-details {
  padding-top: 0px;
}

.intro-block-screen {
  position: relative;
}

.intro-block-screen p {
  margin-bottom: 0px !important;
}

.intro-block-screen-inner {
  position: absolute;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 300;
  inset: 0px;
  background: rgba(23, 43, 77, 0.8);
}

.intro-block-screen-inner .sub-title {
  margin-top: 1.3rem;
  width: 75%;
}

.intro-block-screen-inner .h1, .intro-block-screen-inner h1 {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
}

.intro-block-screen p {
  margin-bottom: 2rem;
}

.intro-details-block-screen p {
  margin: 1rem 0px 0px;
}

.divider {
  margin: 80px 0px;
}

.divider-medium {
  margin: 60px 0px;
}

.divider-small {
  margin: 40px 0px;
}

.card-dotted {
  max-width: 395px;
  font-weight: 300;
}

.card-dotted button, .card-dotted a.background-outline-btn {
  background: transparent;
  border: 3px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding: 0.7rem 3rem;
  border-radius: 5px;
  transition: all 0.3s;
}

.card-dotted button:hover, .card-dotted a.background-outline-btn:hover {
  border-color: #527dc7;
  background: linear-gradient(90deg, #0747a6 0%, #172b4d 100%);
  transform: scale(1.05);
}

.card-dotted-img-block {
  background: rgb(7, 71, 166);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 2.5rem 3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.card-dotted-img-block p {
  margin: 0px 0px 1.5rem;
}

.dotted-circle {
  position: absolute;
  background: rgb(23, 43, 77);
  top: 0px;
  right: -175px;
  bottom: 0px;
  border-radius: 50%;
  height: 350px;
  width: 350px;
  z-index: -1;
}

.card-dotted-img-block h2 {
  color: rgb(255, 255, 255);
}

.card-dotted-img img {
  max-width: 377px;
}

.morecontent span {
  display: none;
}

.morelink {
  position: relative;
  display: inline-block;
  color: rgb(255, 255, 255);
  background: linear-gradient(90deg, #0747a6 0%, #172b4d 100%);
  border-radius: 25px;
  padding: 0.1rem 0.6rem 0.5rem 1.1rem;
  margin-top: 2rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

span.morecontent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.buttonAnimate {
  position: relative;
  overflow: hidden;
}

/* .buttonAnimate::after {
position: absolute;
content: "";
top: -5px;
height: 50px;
right: 100%;
width: 150px;
transform: rotate(40deg);
background: rgba(255, 255, 255, 0.4);
transition: all 0.6s ease 0s;
z-index: 9;
}  

.buttonAnimate:hover::after {
right: -145px;
} */
.morelink:hover {
  background: rgb(7, 71, 166);
}

.morelink .material-icons-round {
  font-family: "Material Icons Round";
  font-weight: 400;
  position: relative;
  font-style: normal;
  bottom: -7px;
  font-size: 24px;
  margin: 0px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.morelink:hover {
  color: rgb(255, 255, 255);
}

.intro-with-details .button {
  margin-top: 2rem;
}

.intro-with-details ul {
  margin: 1.5rem 0px;
  list-style-type: none;
  padding: 0px;
}

.intro-with-details ul > li {
  padding: 0.3rem 0px 0.3rem 0rem;
  /* background: url("../img/ul-right-arrow.png") 10px 12px / 15px no-repeat; */
  display: flex;
  align-items: flex-start;
}

.intro-with-details ul > li .material-icons-round {
  color: #0747a6;
  margin-top: 7px;
}

section.how-can, section.grey-background {
  background: rgb(241, 243, 247);
}

section.how-can .w-c-f-card {
  margin: 0px;
}

.intro-details-block-screen .w-c-f-card {
  width: 100%;
}

h5 {
  font-weight: 700;
  line-height: 1.8rem;
  margin-top: 1.5rem;
}

h3 {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.05rem;
  color: #091e42;
  margin-bottom: 2rem;
}

.got-any-question-inner.info-block-grey {
  width: 100%;
  margin-top: 2rem;
}

.info-block-grey {
  margin-bottom: 2rem;
}

.info-block-grey h3 {
  margin-bottom: 0;
  line-height: 2.5rem;
}

.got-any-question-inner.info-block-grey p {
  margin-top: 0rem;
}

.got-any-question-inner.info-block-grey .g-a-q-intro a.button {
  margin: 1.5rem auto 0px;
}

.card-dotted-img-block.card-form-block .card-dotted {
  max-width: 100%;
}

.card-dotted-img-block.card-form-block .privacy-statement {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.info-with-label {
  align-items: center;
}

label {
  font-size: 1rem;
  font-weight: 400;
  margin: 0px 0px 0.3rem;
}

.info-with-label label {
  margin-bottom: 0px;
}

.card-dotted-img-block.card-form-block .background-outline-btn {
  margin-top: 1.5rem;
}

.card-dotted-img-block.card-form-block form {
  margin-top: 1.8rem;
}

.point-title-para h5 {
  margin-top: 2rem;
}

.point-title-para p {
  margin-top: 0.7rem;
}

.intro-block-screen-inner button.primary-outline, .intro-block-screen-inner a.primary-outline {
  padding: 0.5rem 2rem;
  margin-left: 0px;
  margin-top: 1.5rem;
}

.info-block-icon-read.got-any-question-inner .info-block-icon .material-icons-round {
  font-size: 3rem;
  margin: 0px;
}

.info-block-icon-read.got-any-question-inner .g-a-q-intro {
  background: rgb(241, 243, 247);
  width: calc(33.3333% - 20px);
  flex-grow: inherit;
  margin-top: 55px;
  margin-bottom: 3rem;
  border-radius: 5px;
}

.info-block-icon-read.got-any-question-inner .g-a-q-intro a {
  text-decoration: none;
}

.info-block-icon-read.got-any-question-inner .info-block-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 10px solid rgb(241, 243, 247);
  color: rgb(7, 71, 166);
  margin: -85px auto 0px;
  background: rgb(255, 255, 255);
}

.info-block-icon-read.got-any-question-inner h4 {
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #091e42;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-block-icon-read.got-any-question-inner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-block-icon-read.got-any-question-inner {
  overflow: inherit;
  flex-wrap: wrap;
  background: inherit;
  justify-content: space-between;
  margin-top: 0px;
}

.link-text {
  color: rgb(7, 71, 166);
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-button {
  margin-bottom: 2rem;
  padding: 8px 1rem 8px 0.5rem;
  display: flex;
  width: 163px;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
}

.back-button .material-icons-round {
  font-size: 24px;
}

.link-text .material-icons-round {
  margin: 0rem 0px 0px 0.5rem;
  font-size: 1.2rem;
}

p .link-text {
  display: inline-block;
  margin: 0px;
}

.white-background {
  background: rgb(255, 255, 255);
}

.contact-us-block {
  margin-top: -12rem;
}

.c-u-b-img {
  position: relative;
  background: url("../img/contact-img.jpg") center 0px / 1000px no-repeat;
  min-width: 50%;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  padding: 4rem;
  z-index: 0;
}

.c-u-b-img h2 {
  color: rgb(255, 255, 255);
}

.c-u-b-img::after {
  position: absolute;
  content: "";
  inset: 0px;
  background: rgba(23, 43, 77, 0.5);
  z-index: -1;
}

.contact-us-block .card-dotted-img-block {
  border-radius: 0px 10px 10px 0px;
}

.contact-us-block .card-dotted-img-block {
  background: rgb(255, 255, 255);
  color: inherit;
}

.contact-us-block .button-org {
  background: linear-gradient(90deg, #0747a6 0%, #172b4d 100%);
}

a.contact-us.buttonAnimate.active {
  color: rgb(255, 255, 255);
}

.local-branch-block {
  margin-bottom: 3rem;
}

.l-y-b-card.intro-block-form-block button.primary-outline, .l-y-b-card.intro-block-form-block a.primary-outline {
  margin: 0 0 0 1rem;
  border: 3px solid #fff;
  font-weight: 600;
  padding-left: 3rem;
  padding-right: 3rem;
}

.l-y-b-card.intro-block-form-block form {
  margin-top: 1.5rem;
}

.l-y-b-card.intro-block-form-block form p {
  margin: 0 0 0.5rem 0 !important;
}

.v-d-details {
  background: #0747a6;
  padding: 2rem;
  color: #fff;
  border-radius: 5px;
  flex-grow: 1;
  width: 100%;
  max-width: 400px;
  margin-right: 70px;
}

.v-d-details h5 {
  font-size: 1.5rem;
  margin: 0 0 1.3rem;
}

.v-d-items {
  background: #00398d;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 2px;
  font-weight: 300;
}

.v-d-items + .v-d-items {
  margin-top: 0.8rem;
}

.v-d-t-title {
  font-weight: 600;
  min-width: 150px;
  text-align: left;
}

.v-d-img-block {
  flex-grow: 1;
  max-width: 100%;
  margin-right: 2rem;
}

.v-d-img-block .swiper-slide {
  background: transparent;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 2rem;
  font-weight: 900;
  color: #0747a6;
}

/* .v-d-img-block .swiper-button-next.swiper-button-disabled, .v-d-img-block .swiper-button-prev.swiper-button-disabled {
opacity: 1;
cursor: pointer;
z-index: 9;
} */
.v-d-img-block .swiper-slide img {
  height: auto;
}

.swiper-button-next, .swiper-button-prev {
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 45%;
  box-shadow: rgb(9 30 66 / 10%) 0px 4px 6px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.2rem;
}

.swiper-button-next:after {
  margin-right: -3px;
}

.swiper-button-prev:after {
  margin-left: -3px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.v-type-wrap {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

.swiper-slide-van-1 .v-type-wrap img {
  width: 700px;
}

.swiper-slide-van-2 .v-type-wrap img {
  width: 500px;
}

.swiper-slide-van-3 .v-type-wrap img {
  width: 700px;
}

.swiper-slide-van-4 .v-type-wrap img {
  width: 700px;
}

.swiper-slide-van-5 .v-type-wrap img {
  width: 550px;
}

.swiper-slide-van-6 .v-type-wrap img {
  width: 600px;
}

.swiper-slide-van-7 .v-type-wrap {
}

.swiper-slide-van-8 .v-type-wrap {
}

.work-on-page {
  text-align: center;
  padding: 100px 0 ;
}

.work-on-page h2 {
  margin-top: 1.5rem;
}

.toast-message>p {
  background: #09a0f4;
  background-image: linear-gradient(to left,#0747a6,#09a0f4);
  text-align: center;
  color: #fff;
  padding: .5rem 2rem;
  border-radius: 8px 8px 8px 8px;
  margin: 0 auto 20px auto;
}

.toast-message.captcha>p,.toast-message.fail>p {
  background-image: linear-gradient(to left,#f30920,#f30920)
}

.vehicle-details-block .carousel {
  display: flex;
  align-items: center;
}

.carousel-control-next, .carousel-control-prev {
  top: inherit;
  bottom: inherit;
  width: 50px;
  height: 50px;
  border-radius: 50% ;
  border: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.carousel-control-next>*, .carousel-control-prev>* {
  font-size: 32px;
  color: #0747a6;
}

.carousel .material-icons-round {
  margin: 0;
}

.key-benefit-cards > * {
  width: calc(34% - 1.55rem);
}

.key-benefit-cards .grey-card {
  padding: 1rem 1.2rem 1rem 1.3rem;
}

.key-benefit-cards {
  margin-bottom: 100px;
}

.key-benefit-icon {
  width: 50%;
  margin-left: -10px;
  margin-top: -5px;
  margin-bottom: -20px;
}

.key-benefit-cards .grey-card:hover{
  background-color: rgb(241, 243, 247);
  color: #091e42;
  transform: scale(1);
}

.key-benefit-cards .grey-card:hover .material-icons-round{
  color: #0747a6;
}

.key-benefit-cards .grey-card:hover h3{ color:#091e42}

.key-benefit-cards>.grey-card {
  flex-direction: column;
  align-items: flex-start;
}

.grey-card .w-c-f-card {
  background: transparent;
  padding: 0;
  color: inherit;
}

.grey-card .w-c-f-card h3 {
  color: #091e42;
  margin-top: 0.4rem;
  margin-bottom: 0;
}

.key-benefit-cards .key-benefit-icon.material-icons-round {
  font-size: 4rem;
  color: rgb(7, 71, 166);
  margin-right: 1rem;
}

.key-benefit-cards p {
  margin-bottom: 1rem;
}

.key-benefit-cards .w-c-f-card {
  margin-bottom: 5px;
}

.key-benefit-cards ul {
  margin: 0;
}

.key-benefit-cards ul li .material-icons-round {
  font-size: inherit;
}

.v-d-details-contact {
  flex-direction: column;
  align-items: flex-start;
  height: 70%;
  justify-content: center;
}

.v-d-details-contact  .contact-us {
  padding: 10px 15px;
  background: white;
  border-radius: 5px;
  color: #00398d;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  margin-top: -5px;
}

button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}


/* 1111 */

@media (min-width: 1200px) {
  .swiper-image-trucks {
      right: -35%;
  }

  .swiper-image-secound {
      right: 0%;
  }
}

@media (min-width: 1400px) {
  .swiper-image-trucks {
      right: -25%;
  }

  .swiper-image-secound {
      right: 5%;
  }
}

@media (min-width: 1920px) {
  .swiper-image-trucks {
      right: -10%;
  }

  .swiper-image-secound {
      right: 15%;
  }
}

@media (max-width: 1399px) {
  .swiper-content-inner h1 {
      font-size: 55px;
  }

  .swiper-content-inner {
      max-width: 450px;
  }

  .key-points-block .grey-card.k-p-text-point p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .d-v-g-intro {
      min-width: 600px;
  }

  .g-a-q-intro {
      padding: 2rem 2rem 2.2rem 2.5rem;
  }

  h2 {
      font-size: 2rem;
  }

  .got-any-question-inner {
      width: 100%;
      margin: 0px;
  }

  .intro-block-screen-inner.contact-us-block-screen {
      padding-bottom: 5rem;
  }

  /* .intro-block-screen-inner {
padding-top: 5rem;
align-items: flex-start;
} */
}

.responsive-mobile-show {
  display: none !important;
}

.humber-icon {
  display: flex;
  align-items: center;
}

.humber-icon > a {
  margin-left: 1.5rem;
  color: rgb(7, 71, 166);
  padding: 0px !important;
  background: transparent !important;
}

.humber-icon > a > i.material-icons-round {
  margin: 0px;
  font-size: 1.8rem;
}

.main-nav-container {
  min-height: 70px;
}

.logo-block img:last-child {
  display: none;
}

.cf-responsive-mobile-sub .material-icons-round {
  font-size: 2rem;
}

.vehicle-details-block {
  align-items: center;
}

.what-we-do-mini-careers.what-we-do-mini .grey-card {
  width: calc(50% - 1.5rem);
}

.main-nav ul > li {
  position: relative;
}

.g-a-q-intro-tranparent {
  opacity: 0;
}

a.text-link, .link-text {
  color: rgb(7, 71, 166);
  font-weight: 500;
  text-decoration: underline;
}

.v-type-wrap p {
  display: none;
}

.contact-us-block-inner .form-control {
  border: 2px solid #ced4da;
}

.cf-nav-mini>li:nth-child(3) {
  pointer-events: none;
  opacity: 0.4;
  display: none;
  user-select: none;
}

/* mmm */
@media (max-width: 1199px) {
  .intro-block-screen-inner.contact-us-block-screen {
      padding-top: 2rem;
  }

  .industries-block .intro-block-screen .primary-outline.buttonAnimate {
      display: none;
  }

  .swiper-content-inner h1 {
      font-size: 50px;
      letter-spacing: -0.1rem;
  }

  .swiper-content-inner {
      max-width: 400px;
  }

  .key-points-block .grey-card.k-p-text-point {
      min-width: 100%;
      margin: 2rem 0px 0px;
  }

  .key-points-block > .d-flex {
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .key-points-block .grey-card.k-p-icon-point {
      min-width: calc(25% - 18px);
      text-align: center;
  }

  .Location-your-branch > .d-flex {
      flex-wrap: wrap;
  }

  .l-y-b-card {
      margin: 0px 0px 60px;
      min-width: 100%;
  }

  .w-c-f-card, .d-v-g-intro {
      width: 100%;
  }

  .download-vehicle-guide {
      flex-direction: column;
  }

  .d-v-g-intro img {
      margin-bottom: 1rem;
  }

  .foo-main .foo-connect-block {
      padding-left: 0rem;
  }

  .g-a-q-intro h2, section .sub-title {
      width: 100%;
      margin-bottom: 1rem;
  }

  .got-any-question-inner {
      padding-right: 2rem;
  }

  .info-block-icon-read.got-any-question-inner .g-a-q-intro {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 1.5rem;
  }

  .v-d-details {
      max-width: 300px;
  }

  .v-d-t-title {
      min-width: 130px;
  }

  .v-d-details {
      padding: 1.5rem;
  }

  .responsive-mobile-hide {
      display: none;
  }

  .responsive-mobile-show {
      display: flex !important;
  }

  .swiper-image-trucks {
      right: -43%;
  }

  .cf-nav-mega ul.cf-nav-mini li a {
      font-size: 1.5rem;
      font-weight: 600;
      color: #091e42;
  }

  .cf-nav-mega ul.cf-responsive-mobile-sub-menu li a {
      font-size: 1.1rem;
      font-weight: 400;
  }

  .swiper-image-secound {
      right: -5%;
  }

  .key-benefit-cards > * {
    width: calc(50% - 1rem);
  }
}

@media (min-width: 1199px) {
  .main-nav ul > li {
      position: relative;
      height: 70px;
      margin: -0.8rem 0;
  }

  .current-page-dropdown {
      background: rgb(241, 243, 247);
  }
}

@media (max-width: 1128px) {
  .swiper-image-trucks {
      right: -57%;
  }
}

@media (min-width: 992px) {
  .container-content {
      max-width: 900px;
      margin: 0px auto;
  }
}

@media (max-width: 991px) {
  .swiper-image-secound {
      position: relative;
      top: -10px;
      left: inherit;
      right: inherit;
      bottom: inherit;
      height: 65vw;
  }

  .contact-us-block-inner {
      flex-direction: column;
  }

  .contact-us-block-inner .c-u-b-img {
      background: url("../img/contact-img.jpg") center 60% / cover no-repeat;
      height: 300px;
      border-radius: 10px 10px 0px 0px;
  }

  .what-we-do-mini > * {
      width: calc(50% - 1rem);
  }

  .w-c-f-inner {
      flex-direction: column;
  }

  .w-c-f-car-inner {
      position: relative !important;
      top: 0px !important;
  }

  .got-any-question-inner {
      flex-direction: column-reverse;
  }

  .got-any-question-inner {
      padding-right: 0rem;
  }

  .g-a-q-img, .g-a-q-img img {
      width: 100%;
  }

  .foo-main > .d-flex > * + * {
      padding-left: 0px;
      padding-top: 2rem;
  }

  .key-points-block .grey-card.k-p-icon-point {
      min-width: calc(25% - 30px);
  }

  .w-c-f-card, .d-v-g-intro {
      width: calc(50% - 15px);
  }

  .swiper-content-inner p {
      font-size: 1.2rem;
      margin-top: 1.25rem;
      margin-bottom: -0.5rem;
      width: 80%;
  }

  .swiper-content-inner {
      max-width: 100%;
  }

  .swiper-content-inner h1 {
      font-size: 40px;
      margin-bottom: 0px;
      margin-top: -1rem;
  }

  h2 {
      font-size: 1.8rem !important;
      margin-bottom: 2rem;
  }

  .swiper-content {
      inset: 70px 0px 0px;
  }

  .w-c-f-content {
      margin-left: 0px;
  }

  .w-c-f-car-inner {
      text-align: center;
      width: 100% !important;
  }

  .w-c-f-car {
      min-width: 100%;
  }

  .w-c-f-content h2, .w-c-f-content .sub-title {
      text-align: center;
  }

  .card-dotted-img-block {
      flex-direction: column-reverse;
      text-align: center;
  }

  .card-dotted-img-block.card-form-block.card-dotted-img-block {
      text-align: left;
  }

  .card-dotted-img-block > * {
      max-width: 100%;
  }

  .card-dotted-img {
      margin-bottom: 1rem;
  }

  .dotted-circle {
      position: absolute;
      background: rgb(23, 43, 77);
      bottom: unset;
      right: 0;
      height: 140%;
      width: 100%;
      top: -100%;
  }

  .intro-block-screen-inner .h1, .intro-block-screen-inner h1 {
      font-size: 2.5rem;
      font-weight: 700;
  }

  .intro-with-details.industries-block .got-any-question-inner {
      flex-direction: row;
  }

  .info-block-icon-read.got-any-question-inner .g-a-q-intro {
      width: calc(50% - 20px);
  }

  .contact-us-block {
      margin-top: 0px;
  }

  .intro-block-screen-inner.contact-us-block-screen {
      padding: 0px;
      align-items: center;
  }

  .contact-us-block-inner h5 {
      margin-top: 0.5rem;
  }

  .intro-block-screen-inner.intro-block-form-group .l-y-b-card {
      margin-bottom: 0;
  }

  .intro-block-screen.intro-block-screen-form {
      height: 100%;
  }

  .intro-block-screen.intro-block-screen-form .intro-block-screen-inner {
      position: relative;
      background: white;
  }

  .intro-block-screen.intro-block-screen-form .intro-block-screen-inner .l-y-b-card {
      box-shadow: unset;
      margin-bottom: -2rem;
  }

  .intro-block-screen.intro-block-screen-form .intro-form-img-change {
      position: relative;
      display: none;
  }

  .intro-form-img-change {
      position: relative;
      display: none;
  }

  .intro-form-img-change::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(23, 43, 77, 0.8);
  }

  .vehicle-details-block {
      flex-direction: column;
  }

  .v-d-img-block {
      max-width: 100%;
  }

  .v-d-img-block {
      margin-right: 0;
  }

  .v-d-details {
      padding: 1.5rem;
  }

  .swiper-image-trucks {
      top: unset;
      bottom: 0;
  }

  .intro-block-screen-inner .sub-title {
      display: none !important;
  }

  section, section.section-small-block {
      padding: 60px 0px;
  }

  .foo-logo-info {
      width: 100%;
      margin-bottom: 2rem;
  }

  .foo-main p {
      max-width: 50vw;
  }

  .v-d-img-block .swiper-container {
      margin-bottom: 2rem;
  }

  .v-d-img-block .swiper-container img {
      margin-top: -100px;
  }

  .g-a-q-intro-tranparent {
      display: none;
  }

  .swiper-image-trucks {
      position: relative;
      left: inherit;
      right: inherit;
      top: inherit;
      bottom: inherit;
      margin-left: 1rem;
      margin-right: 1rem;
  }

  .swiper-content {
      position: relative;
  }

  .swiper-slide {
      align-items: flex-start;
      height: auto;
  }

  .swiper-image-group.swiper-image-trucks {
      height: 70vw;
  }

  .swiper-slide img {
      height: auto;
  }

  .v-d-t-title {
      min-width: 130px;
  }

  .v-d-details {
      padding: 15px;
      margin: 30px 0 0;
  }

  .v-d-img-block .swiper-slide {
      flex-direction: column;
      align-items: center;
  }

  .carousel-item>* {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
  }

  .carousel-item>*>*+* {
      margin-bottom: 50px !important;
  }

  .v-d-details {
      padding: 15px !important;
  }
}

@media (max-width: 767px) {
  .swiper-image-secound {
      height: 70vw;
  }

  .container, .container-sm {
      max-width: 100%;
      padding: 0 2rem;
  }

  .key-points-block .grey-card.k-p-icon-point {
      min-width: calc(50% - 1rem);
      margin: 0px;
  }

  .key-points-block .grey-card.k-p-icon-point + .grey-card.k-p-icon-point + .grey-card.k-p-icon-point {
      margin: 2rem 0px 0px;
  }

  section.section-small-block, section, .foo-main {
      padding: 60px 0px;
  }

  .what-we-do-mini .grey-card {
      width: 100%;
      margin: 0px;
  }

  .what-we-do-mini .grey-card + .grey-card {
      margin-top: 1.5rem;
  }

  .swiper-content-inner h1 {
      font-size: 50px;
      width: 80%;
      margin-top: 0rem;
  }

  .w-c-f-card, .d-v-g-intro, .l-y-b-card p {
      min-width: 100%;
  }

  .why-connect-freight {
      padding-bottom: 20px;
  }

  .top-nav-reach {
      display: flex;
      justify-content: space-between;
  }

  .top-nav > .d-flex {
      flex-direction: column;
  }

  .top-nav-social-media {
      display: none;
  }

  .contact-us-block-inner .c-u-b-img {
      height: 150px;
  }

  .intro-block-screen-inner .sub-title {
      width: 100%;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .swiper-image-trucks img:nth-child(2) {
      height: 49vw;
      margin-top: -28%;
      margin-left: 14%;
  }

  .swiper-image-trucks img:last-child {
      height: 40vw;
      margin-top: -25%;
      margin-left: 31%;
  }

  .what-we-do-mini-careers.what-we-do-mini .grey-card {
      width: calc(100%);
  }

  .swiper-image-group.swiper-image-trucks {
      height: 102vw;
  }
}

@media (max-width: 640px) {
  .carousel-control-next, .carousel-control-prev {
      background-color: #fff;
      width: 35px;
      height: 35px;
  }

  .v-type-wrap {
      padding: 0;
  }

  .v-type-wrap img {
      width: 100%;
  }

  .carousel-item>*>*+* {
      margin-bottom: 30px;
  }

  .carousel-control-next>*, .carousel-control-prev>* {
      font-size: 20px;
  }

  .swiper-image-secound {
      height: 65vw;
      top: 43px;
  }

  .swiper-content {
      inset: 40px 0px 0px;
  }

  .foo-logo-info {
      min-width: 100%;
  }

  .foo-main p {
      max-width: 100%;
  }

  .contact-us-block-screen.intro-block-screen-inner h1 {
      font-size: 2.3rem;
      margin: 0px;
  }

  .info-block-icon-read.got-any-question-inner .g-a-q-intro {
      width: 100%;
  }

  .intro-block-screen-inner.intro-block-form-group {
      padding: 2rem 0 !important;
  }

  .field-postcode-town {
      flex-direction: column;
  }

  .field-postcode-town button.primary-outline, .field-postcode-town a.primary-outline {
      margin: 1rem 0px 0px !important;
      padding: 0.5rem;
  }

  .cf-nav-mega ul.cf-responsive-mobile-sub-menu li {
      margin-left: 0px;
      width: 100%;
  }

  .swiper-image-trucks img:last-child, .swiper-image-trucks img:nth-child(2) {
      height: auto;
  }

  .intro-block-screen-inner .button.buttonAnimate {
      display: none;
  }

  .info-block-icon-read.got-any-question-inner p {
      -webkit-box-orient: unset;
  }
}

@media (max-width: 576px) {
  .swiper-image-secound {
      height: 75vw;
  }

  .swiper-image-group.swiper-image-trucks {
      height: 110vw;
  }

  .intro-block-screen-inner h1 {
      font-size: 2rem;
      margin: 0px;
      letter-spacing: -0.05rem;
  }

  .intro-block-screen {
      height: 10rem;
      width: 100vw;
      overflow: hidden;
  }

  .intro-block-screen img {
      height: 10rem;
      width: auto;
      max-width: 130%;
      /* margin-left: -20%; */
  }

  .download-vehicle-guide, .g-a-q-intro {
      padding: 1rem 1rem 1.3rem;
  }

  .divider {
      margin: 60px 0px;
  }

  .card-dotted-img-block {
      padding: 1rem;
  }

  .card-dotted button, .card-dotted a.background-outline-btn {
      margin: 1.5rem 0px;
  }

  .swiper-content-inner h1 {
      font-size: 40px;
      width: 100%;
      margin-top: 0rem;
      letter-spacing: -0.052rem;
  }

  .swiper-image-trucks {
      bottom: 8%;
  }

  .top-nav {
      display: none;
  }

  .swiper-content-inner .button {
      display: none;
  }

  .swiper-content-inner p {
      width: 100%;
      font-size: 1rem;
  }

  .container, .container-sm {
      padding: 0 1.5rem;
  }

  .dotted-circle {
      bottom: unset;
      height: 86%;
      width: 150%;
      top: -58%;
      right: 0;
  }
}

@media (max-width: 520px) {
  .swiper-image-group.swiper-image-trucks {
      height: 120vw;
  }
}

@media (max-width: 460px) {
  .swiper-image-secound {
      height: 80vw;
  }

  .key-points-block .grey-card.k-p-icon-point {
      margin: 1.5rem 0px 0px !important;
  }

  .l-y-b-card {
      text-align: center;
  }

  .l-y-b-card h2 {
      flex-direction: column;
  }

  .top-nav-reach {
      flex-direction: column;
      align-items: center;
  }

  .top-nav-reach > li + li {
      margin-top: 0.5rem;
  }

  section.section-small-block, section, .foo-main {
      padding: 40px 0px;
  }

  .l-y-b-card {
      padding: 1.5rem;
  }

  .field-postcode-town .form-control {
      padding-left: 2.3rem;
  }

  .field-postcode-town .material-icons-round {
      left: 10px;
  }

  .v-d-items {
      flex-direction: column;
  }

  .v-d-details {
      padding: 1.5rem;
      width: 100%;
  }

  .logo-block img:first-child {
      display: none;
  }

  .logo-block img:last-child {
      display: block;
  }

  .swiper-content-inner h1 {
      font-size: 35px;
      margin-top: -0.5rem;
  }
}

@media (max-width: 350px) {
  .swiper-image-secound {
      height: 80vw;
  }

  .swiper-content-inner h1 {
      font-size: 27px;
      margin-top: -1rem;
      margin-bottom: -1rem;
      width: 100%;
  }

  .swiper-image-trucks {
      padding-left: 1rem;
  }

  .swiper-content-inner p {
      line-height: 1.3;
      margin-top: 2rem;
      font-weight: 400;
  }

  .key-points-block .grey-card p {
      font-size: 0.9rem;
  }

  .key-points-block .grey-card.k-p-icon-point {
      min-width: calc(50% - 0.5rem);
  }
}