/* bootstrap.min.css */
@charset "UTF-8"; /*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
iframe {
  border: 0;
}
[hidden] {
  display: none !important;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image:
    var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position:
    right 0.75rem center,
    center right 2.25rem;
  background-size:
    16px 12px,
    calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y)
    var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
@media (min-width: 576px) {
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
:root {
  --bs-btn-close-filter: ;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid
    var(--bs-toast-header-border-color);
  border-top-left-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
  border-top-right-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-header-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.carousel {
  position: relative;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
    calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}
/* fontawesome.css */
/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-arrow-right:before {
  content: "\f061";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-circle:before {
  content: "\f111";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-star:before {
  content: "\f005";
}

.fa-times:before {
  content: "\f00d";
}

.fa-twitter:before {
  content: "\f099";
}

/* all.min.css */
/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-circle:before {
  content: "\f111";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-star:before {
  content: "\f005";
}
.fa-times:before {
  content: "\f00d";
}
.fa-twitter:before {
  content: "\f099";
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/v3/car-delivery-service/assets/webfonts/fa-brands-400.eot");
  src:
    url("/v3/car-delivery-service/assets/webfonts/fa-brands-400.eot?#iefix")
      format("embedded-opentype"),
    url("/v3/car-delivery-service/icons-0.woff2") format("woff2"),
    url("/v3/car-delivery-service/assets/webfonts/fa-brands-400.woff")
      format("woff"),
    url("/v3/car-delivery-service/assets/webfonts/fa-brands-400.ttf")
      format("truetype"),
    url("/v3/car-delivery-service/assets/webfonts/fa-brands-400.svg#fontawesome")
      format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/v3/car-delivery-service/assets/webfonts/fa-light-300.eot");
  src:
    url("/v3/car-delivery-service/assets/webfonts/fa-light-300.eot?#iefix")
      format("embedded-opentype"),
    url("/v3/car-delivery-service/icons-1.woff2") format("woff2"),
    url("/v3/car-delivery-service/assets/webfonts/fa-light-300.woff")
      format("woff"),
    url("/v3/car-delivery-service/assets/webfonts/fa-light-300.ttf")
      format("truetype"),
    url("/v3/car-delivery-service/assets/webfonts/fa-light-300.svg#fontawesome")
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/v3/car-delivery-service/assets/webfonts/fa-regular-400.eot");
  src:
    url("/v3/car-delivery-service/assets/webfonts/fa-regular-400.eot?#iefix")
      format("embedded-opentype"),
    url("/v3/car-delivery-service/icons-2.woff2") format("woff2"),
    url("/v3/car-delivery-service/assets/webfonts/fa-regular-400.woff")
      format("woff"),
    url("/v3/car-delivery-service/assets/webfonts/fa-regular-400.ttf")
      format("truetype"),
    url("/v3/car-delivery-service/assets/webfonts/fa-regular-400.svg#fontawesome")
      format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("/v3/car-delivery-service/assets/webfonts/fa-solid-900.eot");
  src:
    url("/v3/car-delivery-service/assets/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("/v3/car-delivery-service/icons-3.woff2") format("woff2"),
    url("/v3/car-delivery-service/assets/webfonts/fa-solid-900.woff")
      format("woff"),
    url("/v3/car-delivery-service/assets/webfonts/fa-solid-900.ttf")
      format("truetype"),
    url("/v3/car-delivery-service/assets/webfonts/fa-solid-900.svg#fontawesome")
      format("svg");
}
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
/* owl.carousel.min.css */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/v3/car-delivery-service/assets/css/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* aos.css */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/* style.css */

/* Base CSS */
a {
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #2b2b2b;
  font-family: "Urbanist", sans-serif;
}
p {
  margin: 0;
  padding: 0;
}
body {
  color: #64748b;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  background-color: #f5f8f7;
}

a:hover {
  text-decoration: none;
}

a,
button,
input {
  outline: none !important;
}

.container {
  max-width: 1230px;
}

.btn-common {
  display: inline-block;
  background: #015abd;
  border: 0.09375rem solid #015abd;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 16px;
  padding: 13px 24px;
  line-height: 124%;
}
.btn-blue:hover {
  background-color: transparent;
  color: #015abd;
}

.btn-yellow {
  background-color: #ee7f1e;
  color: #fff;
  border: 0.09375rem solid #ee7f1e;
}
.btn-yellow:hover {
  background-color: transparent;
  color: #ee7f1e;
}

/*------------ Header Area Start ----------*/
.header-top {
  background: #ee7f1e;
  padding: 8px 0;
}
.header-top-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top-info ul li {
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid #fff;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  gap: 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.header-top-info ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.header-top-btn {
  text-align: right;
}
.header-top-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.header-top-btn a i {
  font-size: 13px;
}

.header-top-btn a:hover {
  background-color: #fff;
  color: #ee7f1e;
}
.header-top-btn a:hover img {
  opacity: 0;
}

.header-bottom {
  padding: 20px 0;
  background-color: #fff;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.logo {
  display: inline-block;
  flex-shrink: 0;
}
.logo a {
  display: inline-block;
}
.logo img {
  max-width: 270px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.menu-trigger {
  display: none;
}
.menu-close {
  display: none;
}
.header-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
}
.header-navigation ul li {
  display: inline-block;
}
.header-navigation ul li a {
  color: #64748b;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  display: inline-block;
  font-size: 18px;
}
.header-navigation ul li.active a {
  color: #2b2b2b;
  font-weight: 700;
}
.header-navigation ul li a:hover {
  color: #ee7f1e;
}

/*------------ Header Area End ----------*/

/*------------ Hero Area Start ----------*/
.text-accent {
  color: #ee7f1e;
  display: block;
}
.single-item input {
  width: 100%;
  height: 40px;
  border: 1px solid #e4eef0;
  background-color: #f5f8f7;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  padding: 6px 15px;
}
.single-item {
  margin-top: 22px;
}
.single-item label {
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
  display: inline-block;
  margin-bottom: 10px;
}
.single-item label span {
  font-size: 14px;
  font-weight: 500;
}

/*------------ Hero Area End ----------*/

/*------------ Verification Area Start ----------*/
/*------------ Verification Area End ----------*/

/*------------ How It's Work Area Start ----------*/
.how-works-area {
  padding: 60px 0;
}
.section-title {
  margin-bottom: 50px;
}
.section-title h2 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 800;
  margin-bottom: 20px;
}
.inline-block {
  display: inline-block !important;
}
.section-title p {
  font-size: 18px;
}
.step-content span {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #015abd;
  font-size: 14px;
  font-weight: 600;
}
.step-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
.step-content p {
  font-size: 14px;
}
.step-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.extra-info {
  padding: 16px;
  background-color: #f5f7f8;
  border: 1px solid #ebedf3;
  border-radius: 12px;
  margin-bottom: 20px;
}
.extra-info h5 {
  font-size: 14px;
  font-weight: 700;
}
.extra-info i {
  color: #015abd;
  font-size: 8px;
  display: inline-block;
  transform: translateY(-2px);
}
.extra-info-top span {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #dde7f2;
  color: #015abd;
  border-radius: 5px;
  line-height: 110%;
}
.extra-info ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.extra-info ul li {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.extra-info ul li i {
  font-size: 12px;
  transform: translateY(1px);
}
.extra-info ul li:last-child i {
  color: #ee7f1e;
}
.extra-info hr {
  background-color: #ededed !important;
  padding: 0;
  margin: 10px 0;
  opacity: 0.2;
}
.extra-info-bottom {
  display: flex;
}
.extra-info-bottom p {
  font-size: 12px;
}
span.check-btn {
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #dcede3;
  color: #009124;
  border-radius: 5px;
  line-height: 110%;
}
.extra-info-bottom p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.extra-info-bottom p img {
  width: 36px;
}
.extra-info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  width: 50%;
  height: 120px;
}
.review-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px !important;
  flex-direction: row !important;
  margin-top: 0 !important;
}
.review-icon li {
  color: #ee7f1e;
  font-size: 10px !important;
}
.review-icon li i {
  color: #ee7f1e;
  font-size: 10px !important;
}
.extra-info-box h6 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 10px;
}
.extra-info-box span {
  color: #015abd;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.two-wrap {
  display: flex;
  gap: 12px;
}
.extra-info-box h5 {
  font-size: 12px !important;
  color: #009124;
  font-weight: 500;
  margin: 0;
}
.profile-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-text p {
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-size: 12px;
  color: #2b2b2b;
  margin: 0;
}
.profile-text p b {
  font-weight: 600;
}
.profile-text span {
  color: #64748b;
}
.profile-text p i {
  color: #ee7f1e;
  transform: unset;
  font-size: 10px !important;
  margin-top: -2px;
}
.review-icon li {
  color: #ee7f1e;
  font-size: 12px !important;
}
.profile-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 90%;
}
.profile-wrap img {
  width: 34px;
  border-radius: 100%;
}
.insured-text {
  padding: 8px 10px;
  background: #fff;
  border-radius: 5px;
  margin-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.insured-text p {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}
.DVLA-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  margin-top: 10px;
}
.DVLA-wrap p img {
  width: 10px;
}
.DVLA-wrap p {
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
}
.point-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
.point-wrap img {
  width: 56px;
}
.point-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
  font-size: 12px;
}
.point-wrap p img {
  width: 12px !important;
}
/*------------ How It's Work Area End ----------*/

/*------------ Services Area Start ----------*/
/*------------ Services Area End ----------*/

/*------------ About Area Start ----------*/

/*------------ About Area End ----------*/

/*------------ Vehicles Transportation Area Start ----------*/
.section-title span.sub-heading {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #ee7f1e;
  margin-bottom: 15px;
}

/*------------ Vehicles Transportation Area End ----------*/

/*------------ Recent Delivery Area Start ----------*/
.recent-job-slider .owl-nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 0;
  top: -110px;
}
.recent-job-slider .owl-nav button {
  width: 48px;
  background: #fff !important;
  height: 48px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ee7f1e !important;
  font-size: 20px;
  transition: 0.3s;
}
.recent-job-slider .owl-nav button:hover {
  background-color: #015abd !important;
  color: #fff !important;
}

/*------------ Recent Delivery Area End ----------*/

/*------------ Testimonial Area Start ----------*/
.testimonial-area {
  padding-top: 60px;
  padding-bottom: 120px;
}

.review-card {
  min-width: 0;
  height: 320px;
  transition: 0.3s;
  position: relative;
}

.wrapper-2nd .review-card {
  min-width: 0;
  height: 320px;
}

.review-card {
  background: #f6f6f6;
  border-radius: 40px;
  padding: 35px;
  text-align: center;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.review-card ul {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  color: #ee7f1e;
}
.review-card blockquote {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
}
.reviwer-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  margin-top: 25px;
}
.review-txt h5 {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.review-txt p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.reviwer-profile img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.review-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-review .review-txt h5 {
  color: #fff;
  margin-bottom: 3px;
}
.video-review .review-txt p {
  color: #cccccc;
  margin: 0;
}

/*------------ Testimonial Area End ----------*/

.faq-area {
  padding: 65px 0;
  background-image: url("/v3/car-delivery-service/assets/img/faq-bg-optimised.webp");
  background-size: cover;
  background-position: center;
}
.faqs-content {
  max-width: 420px;
}
.faqs-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 110%;
}
.faqs-content span {
  color: #ee7f1e;
  display: block;
  margin-bottom: 10px;
}
.faqs-content p {
  color: #64748b;
  opacity: 0.7;
  font-size: 18px;
}
.question-card {
  background-color: #015abd;
  background-image: url("/v3/car-delivery-service/assets/img/question-box-bg-web.webp");
  background-position: center;
  background-size: cover;
  padding: 24px;
  border-radius: 24px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.faq-content p {
  color: #fff;
  opacity: 0.7;
  font-size: 18px;
}
.question-card img {
  width: 180px;
  border-radius: 20px;
  flex-shrink: 0;
}

.question-content {
  width: 100%;
}
.question-content h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 110%;
}
.question-content p {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
.question-btn a {
  background: transparent;
  border: 1px solid #fff;
}
.question-btn a:hover {
  background-color: #fff;
  color: #015abd;
  border-color: #fff;
}
.question-btn {
  margin-top: 20px;
}
.accordion-item {
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px !important;
}
.faq-wrapper button {
  box-shadow: none !important;
  outline: none;
  background: #f5f8f7 !important;
}
.faq-wrapper button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accordion-item h2 button {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 600;
  background: transparent !important;
  border-radius: 0;
  padding: 20px;
  border-radius: 15px 15px 15px 15px !important;
  background: #f5f8f7 !important;
}
.faq-wrapper {
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
}
.faq-wrapper .accordion-body {
  padding: 20px;
  padding-top: 0;
  background: #015abd !important;
  border-radius: 0px 0px 15px 15px !important;
}
.accordion-body .faq-content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.accordion-button[aria-expanded="true"] {
  background-color: #015abd !important;
  border-radius: 15px 15px 0 0px !important;
}
.accordion-button[aria-expanded="true"] {
  color: #fff !important;
}
.faq-col {
  padding-left: 30px;
}
.accordion-button::after {
  background-image: url("/v3/car-delivery-service/assets/img/arrow-down.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  content: "";
}
.accordion-button:not(.collapsed)::after {
  background-image: url("/v3/car-delivery-service/assets/img/arrow-down.svg");
  filter: invert(1);
}
/*------------ CTA Area Start ----------*/

.cta-area {
  padding-top: 60px;
  padding-bottom: 120px;
}
.cta-wrapper {
  background-color: #162343;
  border-radius: 40px;
  padding: 60px 110px;
  text-align: center;
  background-image: url("/v3/car-delivery-service/assets/img/bg-pattern-web.webp");
  background-size: cover;
  background-position: center;
}
.cta-wrapper h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
.cta-wrapper h2 span {
  color: #015abd;
}
.cta-wrapper p {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.7;
}
.cta-wrapper p:last-child {
  margin-bottom: 0;
}
.cta-btn {
  margin-top: 40px;
}
.cta-btn a:hover {
  background-color: #fff;
  color: #015abd;
  border-color: #fff;
}

/*------------ CTA Area End ----------*/

/*------------ Newslatter Area Start ----------*/
/*------------ Newslatter Area End ----------*/

/*------------ Footer Area Start ----------*/
footer {
  background-color: #191919;
  position: relative;
  z-index: 1;
}
.footer-top-area {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.footer-top-area::after {
  background-image: url("/v3/car-delivery-service/assets/img/footer-bg-blur-optimised.webp");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer-left {
  width: 280px;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  height: 30px;
}
.footer-left p {
  color: #b0b2b8 !important;
  font-size: 16px;
}
.social-links {
  margin-top: 25px;
}

.social-links ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: #2d2e2e;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
  color: #fff;
  font-size: 18px;
}
.social-links ul li a:hover {
  background-color: #ee7f1e;
}
.footer-right {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.footer-widget:nth-child(1) {
  flex: 0 0 30%;
}
.footer-widget:nth-child(2) {
  flex: 0 0 38%;
}
.footer-widget:nth-child(3) {
  flex: 0 0 23%;
}
.footer-widget h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 12px;
}
.footer-widget h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  content: "";
}
.footer-widget h4::before {
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 90px;
  height: 2px;
  background: #ee7f1e;
  content: "";
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul li {
  display: block;
  margin-bottom: 15px;
}
.footer-widget ul li a {
  display: inline-block;
  color: #b0b2b8;
  font-size: 18px;
  transition: 0.3s;
}
.footer-widget ul li:hover a {
  color: #ee7f1e;
}
.footer-bottom-area {
  padding: 40px 0;
}
.copyright-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.copyright-wrap p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.copyright-wrap a {
  display: inline-block;
}
.copyright-wrap img {
  width: 150px;
}

/*------------ Footer Area End ----------*/

/*------------ How Work  Page Start ----------*/
.how-work-hero-area {
  background: #0d152d;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.shape-left {
  position: absolute;
  left: -70px;
  z-index: -1;
  top: 0;
  width: 250px;
}
.shape-right {
  position: absolute;
  right: -70px;
  z-index: -1;
  top: 0;
  width: 250px;
}

.how-info-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.how-info-content h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.how-info-content h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  line-height: 115%;
  margin-bottom: 15px;
}

.how-info-content span {
  color: #ee7f1e;
}
.how-info-description {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.how-info-description p {
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
}
.step-buttons {
  display: inline-flex;
  gap: 15px;
  border: 1px solid #444a5d;
  padding: 15px;
  border-radius: 100px;
  background: #00000024;
  margin-top: 60px;
}
.step-buttons button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 100px;
  background-color: #0a0f22;
  border: 1px solid #444a5d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
.step-buttons button span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #444a5d;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100%;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
}
.step-buttons button.active {
  background-color: #0661bc;
  border-color: #0661bc;
}
.step-buttons button.active span {
  color: #0661bc;
  background-color: #fff;
}

/*------------ How Work  Page End ----------*/

/*------------ The Process Start ----------*/
.text-blue {
  color: #0661bc !important;
}

/*------------ The Process End ----------*/

/*------------ Features Start ----------*/
.icon-bx {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
img.icon-bx-bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
img.bx-icon {
  width: 32px;
}

/*------------ Features End ----------*/

.car-delivary-hero .how-info-content {
  margin: 0;
  text-align: left;
}
.car-delivary-hero {
  padding-bottom: 260px;
}
.car-delivary-hero .how-info-description {
  margin: 0;
  margin-bottom: 40px;
}
.car-delivary-hero .how-info-content h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 500;
}
.hero-thum-two {
  position: relative;
}
.hero-thum-two img {
  position: relative;
  transform: scale(1.1);
  right: -35px;
}
.hero__box {
  padding: 20px;
  background: url("/v3/car-delivery-service/assets/img/blur-bg-optimised.webp");
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 182px;
  position: absolute;
  top: -15px;
  z-index: 89;
  left: -15px;
}
.hero__box span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #009124;
  margin-bottom: 10px;
}
.hero__box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.hero__box p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  opacity: 0.7;
}
.hero__box.box__two {
  left: unset;
  top: unset;
  right: 0;
  bottom: -50px;
}

.service-quote-area {
  z-index: 99;
  position: relative;
  margin-top: -155px;
  padding-bottom: 60px;
}
.service-quote-wrap {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
.service-quote-wrap p {
  font-size: 18px;
  color: #64748b;
}
.service-quote-wrap h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-form form {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  width: 100%;
}

.quote-form .single-item {
  flex: 1;
}
.quote-form .single-item input,
.quote-form .single-item select {
  width: 100%;
}

.quote-form form button {
  flex: 0 0 auto;
  white-space: nowrap;
  height: 52px;
}
.quote-form form .single-item input {
  height: 52px;
  border-radius: 12px;
}
.quote-form form .form-select {
  height: 52px;
  border: 1px solid #dae8ee;
  background-color: #f5f8f7;
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.quote-form form .form-select:focus {
  box-shadow: none !important;
}

section.map-area {
  padding: 60px 0;
}
.map-wrapper {
  background: #0d152d;
  border-radius: 40px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 530px;
}
.covarage-wrap {
  width: 100%;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  height: 100%;
}
.covarage-wrap span {
  display: block;
  color: #ee7f1e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.covarage-wrap h2 {
  font-size: 40px;
  color: #fff;
  line-height: 110%;
  margin-bottom: 20px;
  font-weight: 700;
}
.covarage-wrap p {
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  opacity: 0.7;
}
.covarage-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.covarage-list button {
  background: transparent;
  border: 1px solid #ffffff99;
  color: #fff;
  padding: 12px 15px;
  border-radius: 10px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
.covarage-list button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

section.local-expertise-area {
  padding: 60px 0;
}
.expertise-right p {
  color: #64748b;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 145%;
}
.action-btns ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.action-btns li a {
  display: inline-flex;
  gap: 5px;
  padding: 14px 20px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  border-radius: 12px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
}
.action-btns li a:hover {
  background-color: #2b2b2b;
  color: #fff;
}
.expertise-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 140px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.expertise-wrap {
  padding-right: 20px;
}
.expertise-card h3 {
  font-size: 30px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 110%;
  margin-bottom: 0;
}
.expertise-card p {
  font-size: 20px;
  line-height: 145%;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.card__1 h3 {
  color: #ee7f1e;
}
.card__2 h3 {
  color: #0661bc;
}
.card__3 h3 {
  color: #009124;
}
section.about-area-two {
  padding: 60px 0;
}
.about-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
  min-height: 260px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.about-card:hover {
  top: -10px;
}
.about-card span {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcecdd;
  margin-bottom: 20px;
}
.about-card span img {
  width: 34px;
}
.about-card h4 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.about-card p {
  margin: 0;
  font-size: 18px;
  color: #64748b;
}
.about-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ee7f1e;
  font-weight: 500;
  margin-top: 20px;
  transition: 0.3s;
}
.about-card a:hover {
  color: #0661bc;
}

section.benefit-area {
  padding: 60px 0;
}
.benefit-right {
  border-radius: 40px;
  overflow: hidden;
}

.benefit-list {
  margin-top: 30px;
}
.benefit-list {
  margin-top: 30px;
  margin-bottom: 25px;
}
.benefit-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.benefit-list ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #64748b;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.benefit-list li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.benefit-left {
  padding: 30px;
}
.benefit-wrapper {
  background-color: #fff;
  padding: 10px;
  border-radius: 40px;
}
.benefit-left .section-title p {
  font-size: 16px;
}
.benefit-left .section-title h2 {
  font-size: 40px;
}
.vehicle-card {
  display: flex;
  gap: 15px;
  background-color: #0d152d;
  background-image: url("/v3/car-delivery-service/assets/img/vehicle-card-bg-web.webp");
  background-size: cover;
  background-position: center;
  padding: 24px;
  border-radius: 24px;
  margin-bottom: 24px;
  transition: 0.3s;
}

.vehicle-card .icon-bx {
  flex-shrink: 0;
}

.vehicle-info h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  line-height: 110%;
}

.vehicle-info p {
  color: #fff;
  opacity: 0.7;
  font-weight: 500;
  line-height: 140%;
}
.vehicle-card:hover {
  background-color: #015abd;
}

.bx-bg-hover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}

.vehicle-card:hover .bx-bg-hover {
  opacity: 1;
}
.vehicle-card:hover .icon-bx-bg {
  opacity: 0;
  visibility: hidden;
}

.cta-area-two .cta-wrapper {
  background-image: url("/v3/car-delivery-service/assets/img/cta-bg-2-optimised.webp");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-area-two .cta-btn a:hover {
  color: #ee7f1e;
}
/* responsive.css */
/* XL Device :1200px. */

@media (min-width: 1251px) and (max-width: 1300px) {
  .single-item label {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .single-item label {
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .step-card {
    padding: 16px;
  }
  .review-card {
    border-radius: 30px;
    padding: 30px;
  }
  .review-card ul {
    font-size: 18px;
  }
  .header-navigation ul {
    gap: 35px;
  }
  .testimonial-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-widget ul li a {
    font-size: 16px;
  }
  .footer-widget h4 {
    font-size: 22px;
  }
  .hero-thum-two img {
    position: relative;
    transform: unset;
    right: 0;
  }
  .about-card p {
    font-size: 17px;
  }
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-navigation ul {
    gap: 20px;
  }
  .header-navigation ul li a {
    font-size: 16px;
  }
  .header-right {
    gap: 25px;
  }
  .logo img {
    max-width: 220px;
  }
  .header-top-info ul li {
    font-size: 14px;
  }
  .single-item label {
    font-size: 16px;
  }
  .single-item label span {
    font-size: 12px;
  }
  .how-works-area {
    padding: 40px 0;
  }
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 16px;
  }
  .review-card {
    border-radius: 24px;
    padding: 24px;
  }
  .review-card blockquote {
    font-size: 16px;
  }
  .review-txt p {
    font-size: 14px;
  }
  .review-txt h5 {
    font-size: 17px;
  }
  .reviwer-profile img {
    width: 56px;
    height: 56px;
  }
  .faq-area {
    padding: 40px 0;
  }
  .testimonial-area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .faqs-content h2 {
    font-size: 40px;
  }
  .question-card img {
    width: 150px;
  }
  .question-content h3 {
    font-size: 24px;
  }
  .question-content p {
    font-size: 16px;
  }
  .question-card {
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    gap: 20px;
  }
  .faq-col {
    padding-left: 0;
  }
  .faqs-content p {
    font-size: 16px;
  }
  .faq-wrapper {
    padding: 20px;
  }
  .cta-wrapper h2 {
    font-size: 40px;
  }
  .cta-wrapper p {
    font-size: 16px;
  }
  .cta-wrapper {
    border-radius: 30px;
    padding: 50px 80px;
  }
  .footer-widget ul li a {
    font-size: 15px;
  }
  .footer-widget ul li {
    margin-bottom: 10px;
  }
  .footer-widget h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .step-content p {
    font-size: 14px;
    max-width: 300px;
  }
  .step-card {
    margin-bottom: 25px;
  }
  .how-info-content h2 {
    font-size: 48px;
  }
  .how-info-content {
    max-width: 700px;
  }
  .how-info-description p {
    font-size: 18px;
  }
  .reviwer-profile {
    margin-top: 20px;
  }
  .hero-thum-two img {
    position: relative;
    transform: unset;
    right: 0;
  }
  .about-card p {
    font-size: 16px;
  }
  .covarage-wrap {
    padding: 25px 30px;
  }
  .map-wrapper {
    border-radius: 30px;
  }
  .covarage-wrap h2 {
    font-size: 36px;
  }
  .covarage-wrap p {
    font-size: 16px;
  }
  .covarage-wrap span {
    font-size: 14px;
  }
  .expertise-card h3 {
    font-size: 25px;
  }
  .expertise-card p {
    font-size: 16px;
  }
  .about-card h4 {
    font-size: 22px;
  }
  .about-card {
    padding: 25px;
  }
  .benefit-left .section-title h2 {
    font-size: 36px;
  }
  .section-title span.sub-heading {
    font-size: 14px;
  }
  .btn-common {
    font-size: 16px;
  }
  .vehicle-card {
    padding: 16px;
    border-radius: 20px;
  }
  .vehicle-info p {
    font-size: 13.5px;
  }
  .vehicle-info h4 {
    font-size: 20px;
  }
  .icon-bx {
    width: 50px;
    height: 50px;
  }
  img.bx-icon {
    width: 25px;
  }
  .expertise-right p {
    font-size: 16px;
  }
  .hero__box {
    padding: 12px;
    width: 165px;
    left: -45px;
  }
}

/* SM Small Device :991px. */
@media only screen and (max-width: 991px) {
  .header-navigation {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: #162343;
    z-index: 99;
    padding: 24px;
    width: 320px;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
  }
  .header-navigation.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-navigation ul {
    gap: 20px;
    flex-direction: column;
    margin-top: 50px;
  }
  .header-navigation ul li a {
    font-size: 18px;
    color: #fff;
  }
  .header-navigation ul li.active a {
    color: #ee7f1e;
  }
  .header-navigation ul li.active a {
    color: #ee7f1e;
    font-weight: 700;
  }
  .menu-trigger {
    display: inline-block;
    cursor: pointer;
    font-size: 28px;
    color: #1858bb;
  }
  .header-bottom {
    padding: 15px 0;
    background-color: #fff;
  }
  .menu-close {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
  }
  .header-right {
    gap: 25px;
  }
  .expertise-right p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* Md Device :991px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-info ul li {
    padding-right: 10px;
    gap: 0 8px;
    font-size: 12px;
  }
  .single-item label {
    font-size: 14px;
  }
  .single-item label span {
    font-size: 12px;
  }
  .btn-common {
    font-size: 16px;
    border-radius: 15px;
    padding: 12px 24px;
  }
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 16px;
  }
  .step-card {
    margin-bottom: 25px;
  }
  .review-card {
    border-radius: 24px;
    padding: 16px;
  }
  .review-card ul {
    font-size: 14px;
  }
  .review-card blockquote {
    font-size: 14px;
  }
  .reviwer-profile {
    margin-top: 15px;
  }
  .reviwer-profile img {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
  }
  .review-txt h5 {
    font-size: 14px;
  }
  .review-txt p {
    font-size: 11px;
  }
  .review-card {
    height: 280px;
  }
  .wrapper-2nd .review-card {
    min-width: 0;
    height: 280px;
  }
  .testimonial-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faqs-content h2 {
    font-size: 40px;
  }
  .faq-col {
    padding-left: 0px;
    margin-top: 40px;
  }
  .question-card {
    margin-top: 0;
  }
  .faq-area {
    padding: 40px 0;
  }
  .cta-wrapper {
    border-radius: 30px;
    padding: 40px 50px;
  }
  .cta-wrapper h2 {
    font-size: 36px;
  }
  .cta-wrapper p {
    font-size: 16px;
  }
  .cta-area {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .footer-logo img {
    height: auto;
    width: 100%;
  }
  .footer-left {
    width: 100%;
  }
  .footer-widget h4 {
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .footer-widget ul li {
    display: block;
    margin-bottom: 7px;
  }
  .footer-widget ul li a {
    font-size: 14px;
  }
  .social-links ul li a {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .social-links ul {
    gap: 8px;
  }
  .footer-left p {
    font-size: 13px;
  }
  .copyright-wrap p {
    font-size: 14px;
  }
  .copyright-wrap img {
    width: 120px;
  }
  .footer-bottom-area {
    padding: 25px 0;
  }
  .footer-widget h4::before {
    width: 60px;
  }
  .faqs-content {
    max-width: 420px;
    margin-bottom: 50px;
  }
  .how-info-content {
    max-width: 600px;
  }
  .how-info-content h2 {
    font-size: 42px;
  }
  .how-info-description p {
    font-size: 15px;
  }
  .how-info-description {
    max-width: 500px;
  }
  .step-buttons button {
    gap: 8px;
    padding: 12px 20px;
    font-size: 16px;
  }
  .step-buttons {
    gap: 12px;
    padding: 12px;
    margin-top: 50px;
  }
  .hero-thum-two img {
    position: relative;
    transform: unset;
    right: 0;
  }
  .about-card p {
    font-size: 16px;
  }
  .covarage-wrap {
    padding: 50px 40px;
  }
  .map-wrapper {
    border-radius: 30px;
  }
  .covarage-wrap h2 {
    font-size: 36px;
  }
  .covarage-wrap p {
    font-size: 16px;
  }
  .covarage-wrap span {
    font-size: 14px;
  }
  .map-area .covarage-wrap h2 {
    font-size: 36px;
  }
  .map-wrapper {
    border-radius: 30px;
    height: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .map-wrap iframe {
    width: 100%;
    height: 100%;
    height: 430px;
  }
  .expertise-right {
    margin-top: 40px;
  }
  .benefit-right {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 25px;
  }
}

/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {
  .header-top-info ul {
    flex-direction: column;
  }
  .header-top-btn {
    text-align: center;
    margin-top: 15px;
  }
  .header-right .btn-common {
    display: none;
  }
  .review-card {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
  }
  .review-card {
    border-radius: 30px;
    padding: 30px;
  }
  .faq-content {
    max-width: 100%;
    text-align: center;
  }
  .faq-content h2 {
    font-size: 40px;
  }
  .question-card {
    padding: 20px;
    border-radius: 20px;
    flex-direction: column;
    gap: 25px;
  }
  .question-card img {
    width: 100%;
    border-radius: 20px;
    flex-shrink: 0;
  }
  .question-content {
    width: 100%;
    padding: 10px 0;
  }
  .faq-wrapper {
    padding: 10px;
  }
  .faq-content {
    text-align: left;
  }
  .faq-content p {
    font-size: 16px;
  }
  .recent-job-slider .owl-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    right: 0;
    top: auto;
    justify-content: center;
    margin-top: 40px;
  }
  .section-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .section-title p {
    font-size: 16px;
  }
  .cta-wrapper {
    border-radius: 20px;
    padding: 24px;
  }
  .cta-wrapper h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .faqs-content h2 {
    font-size: 32px;
  }
  .faqs-content {
    max-width: 100%;
    text-align: center;
  }
  .faq-col {
    padding-left: 0;
    margin-top: 40px;
  }
  .section-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .cta-wrapper p {
    font-size: 16px;
  }
  .footer-right {
    display: block;
  }
  .footer-widget {
    flex: 100% !important;
    width: 100% !important;
    margin-top: 50px;
  }
  .footer-widget h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .footer-widget h4::before {
    width: 70px;
  }
  .footer-widget ul li a {
    font-size: 16px;
  }
  .footer-widget ul li {
    display: block;
    margin-bottom: 10px;
  }
  .copyright-wrap {
    display: flex;
    align-items: baseline;
    gap: 25px;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .copyright-wrap p {
    font-size: 14px;
  }
  .footer-bottom-area {
    padding: 20px 0;
  }
  .header-top-info ul li {
    font-size: 14px;
  }
  .step-card {
    margin: 15px 0;
  }
  .header-top {
    padding: 10px 0;
  }
  .logo img {
    max-width: 220px;
  }
  .how-works-area {
    padding: 30px 0;
  }
  .faq-area {
    padding: 30px 0;
  }
  .testimonial-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .how-info-content {
    max-width: 600px;
  }
  .how-info-content h2 {
    font-size: 32px;
  }
  .how-info-description p {
    font-size: 16px;
  }
  .how-info-description {
    max-width: 500px;
  }
  .step-buttons button {
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    width: 48%;
    border-radius: 11px;
  }
  .step-buttons {
    gap: 12px;
    padding: 12px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 15px;
  }
  .how-work-hero-area {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .how-info-description {
    margin-bottom: 30px;
  }
  .hero-thum-two img {
    transform: unset;
    right: 0;
  }
  .hero-thum-two {
    margin-top: 30px;
  }
  .service-quote-wrap {
    border-radius: 15px;
    padding: 20px 15px;
  }
  .service-quote-wrap .single-item {
    margin-top: 12px;
  }
  .quote-form .single-item {
    flex: 1;
    width: 100% !important;
  }
  .quote-form form button {
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
  }
  .quote-form form {
    flex-direction: column;
  }
  .service-quote-wrap h4 {
    font-weight: 700;
    font-size: 18px;
  }
  .hero__box {
    padding: 10px;
    width: 140px;
    top: 0;
    left: 0;
  }
  .hero__box h3 {
    font-size: 15px;
  }
  .hero__box p {
    font-size: 14px;
  }
  .service-quote-area {
    margin-top: -50px;
    padding-bottom: 60px;
  }
  .vehicle-card {
    padding: 20px;
  }
  .benefit-right {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
  }
  .benefit-left {
    padding: 0;
  }
  .benefit-wrapper {
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    background: transparent;
  }
  .benefit-left .section-title h2 {
    font-size: 30px;
  }
  .map-wrapper {
    border-radius: 20px;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
  .covarage-wrap {
    width: 100%;
    padding: 30px 15px;
    padding-bottom: 40px;
  }
  .covarage-wrap h2 {
    font-size: 30px;
  }
  .covarage-wrap p {
    font-size: 16px;
  }
  .map-wrap iframe {
    height: 260px;
  }
  section.local-expertise-area {
    padding: 30px 0;
  }
  section.benefit-area {
    padding: 30px 0;
  }
  .expertise-card h3 {
    font-size: 25px;
  }
  .expertise-card p {
    font-size: 18px;
  }
}

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
/* site-chrome.css */
/* Shared v3 header and footer styles. */
.dmm-chrome {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.dmm-chrome *,
.dmm-chrome ::after,
.dmm-chrome ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .dmm-chrome {
    scroll-behavior: smooth;
  }
}
.dmm-chrome {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.dmm-chrome .h2,
.dmm-chrome .h4,
.dmm-chrome h2,
.dmm-chrome h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.dmm-chrome .h2,
.dmm-chrome h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .dmm-chrome .h2,
  .dmm-chrome h2 {
    font-size: 2rem;
  }
}
.dmm-chrome .h4,
.dmm-chrome h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .dmm-chrome .h4,
  .dmm-chrome h4 {
    font-size: 1.5rem;
  }
}
.dmm-chrome p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.dmm-chrome ul {
  padding-left: 2rem;
}
.dmm-chrome ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.dmm-chrome ul ul {
  margin-bottom: 0;
}
.dmm-chrome strong {
  font-weight: bolder;
}
.dmm-chrome a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.dmm-chrome a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.dmm-chrome a:not([href]):not([class]),
.dmm-chrome a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.dmm-chrome img,
.dmm-chrome svg {
  vertical-align: middle;
}
.dmm-chrome button {
  border-radius: 0;
}
.dmm-chrome button:focus:not(:focus-visible) {
  outline: 0;
}
.dmm-chrome button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.dmm-chrome button {
  text-transform: none;
}
.dmm-chrome [type="button"],
.dmm-chrome button {
  appearance: button;
}
.dmm-chrome [type="button"]:not(:disabled),
.dmm-chrome button:not(:disabled) {
  cursor: pointer;
}
.dmm-chrome ::-webkit-datetime-edit-day-field,
.dmm-chrome ::-webkit-datetime-edit-fields-wrapper,
.dmm-chrome ::-webkit-datetime-edit-hour-field,
.dmm-chrome ::-webkit-datetime-edit-minute,
.dmm-chrome ::-webkit-datetime-edit-month-field,
.dmm-chrome ::-webkit-datetime-edit-text,
.dmm-chrome ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.dmm-chrome ::-webkit-inner-spin-button {
  height: auto;
}
.dmm-chrome [type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}
.dmm-chrome [type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
.dmm-chrome ::-webkit-search-decoration {
  appearance: none;
}
.dmm-chrome ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.dmm-chrome ::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}
.dmm-chrome ::file-selector-button {
  font: inherit;
  appearance: button;
}
.dmm-chrome .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .dmm-chrome .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .dmm-chrome .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .dmm-chrome .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .dmm-chrome .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .dmm-chrome .container {
    max-width: 1320px;
  }
}
.dmm-chrome {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.dmm-chrome .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.dmm-chrome .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.dmm-chrome .col-5 {
  flex: 0 0 auto;
  width: 41.6667%;
}
.dmm-chrome .col-7 {
  flex: 0 0 auto;
  width: 58.3333%;
}
@media (min-width: 992px) {
  .dmm-chrome .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .dmm-chrome .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .dmm-chrome .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .dmm-chrome .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .dmm-chrome .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.dmm-chrome .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.dmm-chrome {
  --bs-btn-close-filter: ;
}
.dmm-chrome {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
.dmm-chrome .d-none {
  display: none !important;
}
.dmm-chrome .justify-content-center {
  justify-content: center !important;
}
.dmm-chrome .align-items-center {
  align-items: center !important;
}
@media (min-width: 992px) {
  .dmm-chrome .d-lg-flex {
    display: flex !important;
  }
}
.dmm-chrome .fab,
.dmm-chrome .far,
.dmm-chrome .fas {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.dmm-chrome .fa-arrow-right::before {
  content: "";
}
.dmm-chrome .fa-bars::before {
  content: "";
}
.dmm-chrome .fa-facebook-f::before {
  content: "";
}
.dmm-chrome .fa-linkedin-in::before {
  content: "";
}
.dmm-chrome .fa-shield-alt::before {
  content: "";
}
.dmm-chrome .fa-times::before {
  content: "";
}
.dmm-chrome .fa-twitter::before {
  content: "";
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("/v3/car-delivery-service/icons-4.woff2?v=e705082b8a")
    format("woff2");
  font-display: swap;
}
.dmm-chrome .fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/v3/car-delivery-service/icons-5.woff2?v=448f45a0ba")
    format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/v3/car-delivery-service/icons-6.woff2?v=ee41bc0e30")
    format("woff2");
  font-display: swap;
}
.dmm-chrome .far {
  font-family: "Font Awesome 5 Pro";
}
.dmm-chrome .far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("/v3/car-delivery-service/icons-7.woff2?v=88876fcd5e")
    format("woff2");
  font-display: swap;
}
.dmm-chrome .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: Urbanist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/v3/fonts/Urbanist.woff2?v=7981ef90c2") format("woff2");
}
.dmm-chrome a {
  text-decoration: none;
}
.dmm-chrome a:focus {
  outline: solid 0;
}
.dmm-chrome ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dmm-chrome img {
  max-width: 100%;
  height: auto;
}
.dmm-chrome h2,
.dmm-chrome h4 {
  margin: 0;
  color: #2b2b2b;
  font-family: Urbanist, sans-serif;
}
.dmm-chrome p {
  margin: 0;
  padding: 0;
}
.dmm-chrome {
  color: #64748b;
  font-weight: 400;
  font-family: Urbanist, sans-serif;
  background-color: #f5f8f7;
}
.dmm-chrome a:hover {
  text-decoration: none;
}
.dmm-chrome a,
.dmm-chrome button {
  outline: 0 !important;
}
.dmm-chrome .container {
  max-width: 1230px;
}
.dmm-chrome .btn-common {
  display: inline-block;
  background: #015abd;
  border: 0.09375rem solid #015abd;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 16px;
  padding: 13px 24px;
  line-height: 124%;
}
.dmm-chrome .btn-blue:hover {
  background-color: transparent;
  color: #015abd;
}
.dmm-chrome .header-top {
  background: #ee7f1e;
  padding: 8px 0;
}
.dmm-chrome .header-top-btn {
  text-align: right;
}
.dmm-chrome .header-top-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.dmm-chrome .header-top-btn a i {
  font-size: 13px;
}
.dmm-chrome .header-top-btn a:hover {
  background-color: #fff;
  color: #ee7f1e;
}
.dmm-chrome .header-top-btn a:hover img {
  opacity: 0;
}
.dmm-chrome .header-bottom {
  padding: 20px 0;
  background-color: #fff;
}
.dmm-chrome .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.dmm-chrome .logo {
  display: inline-block;
  flex-shrink: 0;
}
.dmm-chrome .logo a {
  display: inline-block;
}
.dmm-chrome .logo img {
  max-width: 270px;
}
.dmm-chrome .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.dmm-chrome .menu-trigger {
  display: none;
}
.dmm-chrome .menu-close {
  display: none;
}
.dmm-chrome .header-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
}
.dmm-chrome .header-navigation ul li {
  display: inline-block;
}
.dmm-chrome .header-navigation ul li a {
  color: #243447;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  display: inline-block;
  font-size: 18px;
}
.dmm-chrome .header-navigation ul li.active a {
  color: #015abd;
  font-weight: 500;
}
.dmm-chrome .header-navigation ul li a:hover {
  color: #ee7f1e;
}
@media (min-width: 992px) {
  .dmm-chrome .header-right > .btn-common {
    border-radius: 7px;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    box-shadow: rgba(1, 90, 189, 0.18) 0 3px 8px;
    transition:
      background-color 0.18s,
      box-shadow 0.18s;
  }
  .dmm-chrome .header-right > .btn-common:hover {
    background-color: #d96d12;
    border-color: #d96d12;
    color: #fff;
    box-shadow: rgba(1, 90, 189, 0.24) 0 4px 12px;
  }
  .dmm-chrome .header-right > .btn-common:focus-visible {
    outline-offset: 3px;
    outline: rgb(238, 127, 30) solid 2px !important;
  }
}
.dmm-chrome .header-right > .nav-quote-button {
  position: relative;
  background: #ee7f1e;
  border-color: #ee7f1e;
  color: #fff;
}
.dmm-chrome .nav-quote-button span {
  display: inline-block;
  transform: translateX(-6px);
}
.dmm-chrome .nav-quote-button > i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}
.dmm-chrome .cta-area {
  padding-top: 60px;
  padding-bottom: 120px;
}
.dmm-chrome .cta-wrapper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #162343;
  border-radius: 40px;
  padding: 60px 110px;
  text-align: center;
  background-image: none;
  background-size: cover;
  background-position: center center;
}
.dmm-chrome .cta-wrapper::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(22, 35, 67, 0.98) 0,
    rgba(22, 35, 67, 0.94) 48%,
    rgba(22, 35, 67, 0.52) 100%
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dmm-chrome .cta-wrapper h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
.dmm-chrome .cta-wrapper h2 span {
  color: #015abd;
}
.dmm-chrome .cta-wrapper p {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
.dmm-chrome .cta-wrapper p:last-child {
  margin-bottom: 0;
}
.dmm-chrome .cta-btn {
  margin-top: 40px;
}
.dmm-chrome .cta-btn a:hover {
  background-color: #fff;
  color: #015abd;
  border-color: #fff;
}
.dmm-chrome footer {
  background-color: #191919;
  position: relative;
  z-index: 1;
}
.dmm-chrome .footer-top-area {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.dmm-chrome .footer-top-area::after {
  background-image: url("/v3/img/footer-bg-blur.webp?v=930bf5a33a");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.dmm-chrome .footer-left {
  width: 100%;
  max-width: 280px;
}
.dmm-chrome .footer-logo {
  margin-bottom: 25px;
}
.dmm-chrome .footer-logo a {
  display: inline-block;
}
.dmm-chrome .footer-logo img {
  height: 30px;
}
.dmm-chrome .footer-left p {
  font-size: 16px;
  color: #b0b2b8 !important;
}
.dmm-chrome .social-links {
  margin-top: 25px;
}
.dmm-chrome .social-links ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dmm-chrome .social-links ul li {
  display: inline-block;
}
.dmm-chrome .social-links ul li a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: #2d2e2e;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
  color: #fff;
  font-size: 18px;
}
.dmm-chrome .social-links ul li a:hover {
  background-color: #ee7f1e;
}
.dmm-chrome .footer-right {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1.2fr)
    minmax(0, 1fr);
  gap: 22px;
}
.dmm-chrome .footer-services ul {
  display: block;
}
.dmm-chrome .footer-widget h4 {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 12px;
}
.dmm-chrome .footer-widget h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  content: "";
}
.dmm-chrome .footer-widget h4::before {
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 90px;
  height: 2px;
  background: #ee7f1e;
  content: "";
}
.dmm-chrome .footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dmm-chrome .footer-widget ul li {
  display: block;
  margin-bottom: 15px;
}
.dmm-chrome .footer-widget ul li a {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  color: #edf0f4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.2s;
}
.dmm-chrome .footer-widget ul li a::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
}
.dmm-chrome .footer-widget ul li:hover a {
  color: #ee7f1e;
}
.dmm-chrome .footer-bottom-area {
  padding: 40px 0;
}
.dmm-chrome .copyright-wrap {
  display: block;
  text-align: center;
}
.dmm-chrome .copyright-wrap p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.dmm-chrome .copyright-wrap a {
  display: inline;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dmm-chrome footer a:focus-visible {
  outline: 2px solid #ee7f1e !important;
  outline-offset: 4px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .dmm-chrome .header-navigation ul {
    gap: 35px;
  }
  .dmm-chrome .footer-widget ul li a {
    font-size: 16px;
  }
  .dmm-chrome .footer-widget h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .dmm-chrome .header-navigation ul {
    gap: 20px;
  }
  .dmm-chrome .header-navigation ul li a {
    font-size: 16px;
  }
  .dmm-chrome .header-right {
    gap: 25px;
  }
  .dmm-chrome .logo img {
    max-width: 220px;
  }
  .dmm-chrome .cta-wrapper h2 {
    font-size: 40px;
  }
  .dmm-chrome .cta-wrapper p {
    font-size: 16px;
  }
  .dmm-chrome .cta-wrapper {
    border-radius: 30px;
    padding: 50px 80px;
  }
  .dmm-chrome .footer-widget ul li a {
    font-size: 15px;
  }
  .dmm-chrome .footer-widget ul li {
    margin-bottom: 10px;
  }
  .dmm-chrome .footer-widget h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .dmm-chrome .header-navigation {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: #162343;
    z-index: 99;
    padding: 24px;
    width: 320px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .dmm-chrome .header-navigation.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .dmm-chrome .header-navigation ul {
    gap: 20px;
    flex-direction: column;
    margin-top: 50px;
  }
  .dmm-chrome .header-navigation ul li a {
    font-size: 18px;
    color: #fff;
  }
  .dmm-chrome .header-navigation ul li.active a {
    color: #ee7f1e;
  }
  .dmm-chrome .header-navigation ul li.active a {
    color: #ee7f1e;
    font-weight: 700;
  }
  .dmm-chrome .menu-trigger {
    display: inline-block;
    cursor: pointer;
    font-size: 28px;
    color: #1858bb;
  }
  .dmm-chrome .header-bottom {
    padding: 15px 0;
    background-color: #fff;
  }
  .dmm-chrome .menu-close {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
  }
  .dmm-chrome .header-right {
    gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dmm-chrome .btn-common {
    font-size: 16px;
    border-radius: 15px;
    padding: 12px 24px;
  }
  .dmm-chrome .cta-wrapper {
    border-radius: 30px;
    padding: 40px 50px;
  }
  .dmm-chrome .cta-wrapper h2 {
    font-size: 36px;
  }
  .dmm-chrome .cta-wrapper p {
    font-size: 16px;
  }
  .dmm-chrome .cta-area {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .dmm-chrome .footer-logo img {
    height: auto;
    width: 100%;
  }
  .dmm-chrome .footer-left {
    width: 100%;
  }
  .dmm-chrome .footer-widget h4 {
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .dmm-chrome .footer-widget ul li {
    display: block;
    margin-bottom: 7px;
  }
  .dmm-chrome .footer-widget ul li a {
    font-size: 14px;
  }
  .dmm-chrome .social-links ul li a {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .dmm-chrome .social-links ul {
    gap: 8px;
  }
  .dmm-chrome .footer-left p {
    font-size: 13px;
  }
  .dmm-chrome .copyright-wrap p {
    font-size: 14px;
  }
  .dmm-chrome .copyright-wrap img {
    width: 120px;
  }
  .dmm-chrome .footer-bottom-area {
    padding: 25px 0;
  }
  .dmm-chrome .footer-widget h4::before {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dmm-chrome .header-top-btn {
    text-align: center;
    margin-top: 15px;
  }
  .dmm-chrome .header-right .btn-common {
    display: none;
  }
  .dmm-chrome .cta-wrapper {
    border-radius: 20px;
    padding: 24px;
  }
  .dmm-chrome .cta-wrapper h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .dmm-chrome .cta-wrapper p {
    font-size: 16px;
  }
  .dmm-chrome .footer-right {
    display: block;
  }
  .dmm-chrome .footer-widget {
    margin-top: 50px;
    flex: 1 1 100% !important;
    width: 100% !important;
  }
  .dmm-chrome .footer-widget h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .dmm-chrome .footer-widget h4::before {
    width: 70px;
  }
  .dmm-chrome .footer-widget ul li a {
    font-size: 16px;
  }
  .dmm-chrome .footer-widget ul li {
    display: block;
    margin-bottom: 10px;
  }
  .dmm-chrome .copyright-wrap {
    display: block;
    text-align: center;
  }
  .dmm-chrome .copyright-wrap p {
    font-size: 14px;
  }
  .dmm-chrome .footer-bottom-area {
    padding: 20px 0;
  }
  .dmm-chrome .header-top {
    padding: 10px 0;
  }
  .dmm-chrome .logo img {
    max-width: 220px;
  }
  .dmm-chrome .cta-area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@font-face {
  font-family: "DMM Poppins";
  src: url("/v3/fonts/Poppins-Medium.woff2?v=30a7f9a055") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DMM Poppins";
  src: url("/v3/fonts/Poppins-Regular.woff2?v=c7464b429c") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DMM Poppins";
  src: url("/v3/fonts/Poppins-Bold.woff2?v=86a5f986a0") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.dmm-chrome .header-top {
  padding: 9px 0;
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  background: #003b70;
  border-bottom: 2px solid #fff;
}
.dmm-chrome .header-social {
  display: flex;
  align-items: center;
  gap: 22px;
}
.dmm-chrome .header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #edf3f8;
  font-size: 13px;
}
.dmm-chrome .header-social a:focus-visible,
.dmm-chrome .header-social a:hover {
  background: #fff;
  color: #015abd;
}
.dmm-chrome .header-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
}
.dmm-chrome .header-trust i {
  color: #fff;
  font-size: 14px;
}
.dmm-chrome .header-trust strong {
  font-weight: 700;
}
.dmm-chrome .header-top .header-top-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 22px;
}
.dmm-chrome .header-top .header-top-btn a {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 13px;
  font-weight: 600;
  background: 0 0;
  box-shadow: none;
  color: #fff;
}
.dmm-chrome .header-top .header-top-btn a:hover {
  background: 0 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  box-shadow: none;
}
.dmm-chrome .header-top .header-top-btn a i {
  margin-left: 2px;
  transition: transform 0.18s;
}
.dmm-chrome .header-top .header-top-btn a:hover i {
  transform: translateX(2px);
}
.dmm-chrome .header-top .header-top-btn a:focus-visible {
  outline-offset: 4px;
  outline: rgb(255, 255, 255) solid 2px !important;
}
@media (max-width: 767px) {
  .dmm-chrome .header-social {
    gap: 8px;
  }
  .dmm-chrome .header-top .header-top-btn {
    padding-left: 12px;
    text-align: right;
  }
  .dmm-chrome .header-top .header-top-btn a {
    font-size: 12px;
    padding: 8px 10px;
  }
}
@media (max-width: 1199px) {
  .dmm-chrome .footer-brand-column {
    margin-bottom: 36px;
  }
  .dmm-chrome .footer-left {
    max-width: 480px;
  }
  .dmm-chrome .footer-logo img {
    max-width: 272px;
  }
}
@media (max-width: 767px) {
  .dmm-chrome .footer-brand-column {
    margin-bottom: 0;
  }
  .dmm-chrome .footer-services ul {
    gap: 0 18px;
  }
  .dmm-chrome .footer-services ul li a {
    font-size: 15px;
  }
}
.dmm-chrome .footer-top-area {
  padding: 52px 0 44px;
}
.dmm-chrome .footer-top-area > .container {
  max-width: 1400px;
  padding-right: 32px;
  padding-left: 32px;
}
.dmm-chrome .footer-left {
  max-width: 300px;
}
.dmm-chrome .footer-logo {
  margin-bottom: 20px;
}
.dmm-chrome .footer-left p {
  line-height: 1.55;
}
.dmm-chrome .social-links {
  margin-top: 22px;
}
.dmm-chrome .footer-right {
  grid-template-columns: 0.9fr 1.25fr 1.15fr 0.9fr;
  gap: 40px;
}
.dmm-chrome .footer-widget h4 {
  margin-bottom: 22px;
}
.dmm-chrome .footer-widget ul li {
  margin-bottom: 11px;
}
.dmm-chrome .footer-widget ul li a {
  font-size: 15px;
  line-height: 1.45;
}
.dmm-chrome .footer-bottom-area {
  padding: 26px 0;
}
.dmm-chrome .copyright-wrap p {
  font-size: 15px;
}
@media (max-width: 1199px) {
  .dmm-chrome .footer-top-area > .container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .dmm-chrome .footer-right {
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .dmm-chrome .footer-top-area {
    padding: 40px 0 34px;
  }
  .dmm-chrome .footer-top-area > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dmm-chrome .footer-brand-column {
    margin-bottom: 34px;
  }
  .dmm-chrome .footer-left {
    max-width: 340px;
  }
  .dmm-chrome .footer-widget {
    margin-top: 34px;
  }
  .dmm-chrome .footer-widget h4 {
    margin-bottom: 20px;
  }
  .dmm-chrome .footer-widget ul li {
    margin-bottom: 9px;
  }
  .dmm-chrome .footer-widget ul li a {
    font-size: 15px;
  }
  .dmm-chrome .footer-bottom-area {
    padding: 22px 12px;
  }
  .dmm-chrome .copyright-wrap p {
    font-size: 13px;
    line-height: 1.55;
  }
}
.dmm-chrome .header-trust-mobile {
  display: none;
}
@media (max-width: 767px) {
  .dmm-chrome .header-top {
    padding: 9px 0;
  }
  .dmm-chrome .header-top > .container > .row {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    margin: 0;
    gap: 5px;
  }
  .dmm-chrome .header-top > .container > .row > div {
    width: auto;
    padding: 0;
    min-width: 0;
  }
  .dmm-chrome .header-top .header-trust-column {
    display: flex !important;
  }
  .dmm-chrome .header-trust-desktop {
    display: none;
  }
  .dmm-chrome .header-trust-mobile {
    display: block;
    grid-column: 1/-1;
  }
  .dmm-chrome .header-top .header-trust {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    margin: 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.35;
  }
  .dmm-chrome .header-top .header-trust strong {
    font-size: 12px;
  }
  .dmm-chrome .header-top .header-social {
    gap: 2px;
  }
  .dmm-chrome .header-top .header-social a {
    width: 25px;
    height: 30px;
    flex-basis: 25px;
    font-size: 12px;
  }
  .dmm-chrome .header-top .header-top-btn {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .dmm-chrome .header-top .header-top-btn a {
    padding: 0;
    gap: 4px;
    font-size: 10px;
    line-height: 1.4;
    border: 0;
  }
  .dmm-chrome .header-top .header-top-btn a i {
    font-size: 11px;
  }
}

.dmm-chrome {
  clear: both;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

.dmm-chrome .menu-trigger,
.dmm-chrome .menu-close {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dmm-chrome a:focus-visible,
.dmm-chrome button:focus-visible {
  outline: 2px solid #ee7f1e !important;
  outline-offset: 4px;
}

/* footer-truck-20260919.css */
/* Decorative cutout stays behind content and never intercepts links. */
footer .footer-top-area {
  overflow: hidden;
  isolation: isolate;
}
footer .footer-top-area::before {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -55px;
  width: min(740px, 62vw);
  aspect-ratio: 1.37;
  background: url("/v3/img/footer-truck-20260919.webp") center bottom / contain
    no-repeat;
  opacity: 0.085;
  filter: grayscale(1);
  mask-image: linear-gradient(
    110deg,
    transparent 2%,
    #000 38%,
    #000 80%,
    transparent 100%
  );
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  footer .footer-top-area::before {
    width: 430px;
    max-width: 112%;
    right: -7%;
    top: 300px;
    bottom: auto;
    opacity: 0.06;
  }
}

/* page.css */
/* Car delivery staging page refinements.
   Shared navigation and footer remain scoped by .dmm-chrome. */

.car-delivary-hero {
  background: #edf5fb;
  padding: 32px 0 200px;
  color: #10213d;
}

.car-delivary-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(
      180deg,
      rgba(6, 30, 55, 0.42) 0%,
      rgba(6, 30, 55, 0.52) 36%,
      rgba(6, 30, 55, 0.28) 58%,
      transparent 82%
    ),
    linear-gradient(rgba(8, 32, 64, 0.29), rgba(8, 32, 64, 0.37)),
    url("/v3/car-delivery-service/assets/img/car-delivery-country-road-optimised.webp");
  background-position:
    center,
    center,
    center 58%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
}

.car-delivary-hero .shape-left,
.car-delivary-hero .shape-right {
  opacity: 0.08;
}

/* Fade into the existing page background, without covering the truck or form. */
.car-delivary-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100px;
  background: linear-gradient(180deg, rgba(245, 248, 247, 0), #f5f8f7);
  content: "";
  pointer-events: none;
}

.car-delivary-hero .delivery-speed-ring {
  display: inline-block;
  padding: 6px 18px;
  border: 2px solid #f47d14;
  border-radius: 50%;
  color: #fff;
  line-height: 1.25;
}

.car-delivary-hero .row {
  flex-direction: column;
}

.car-delivary-hero .col-lg-6,
.car-delivary-hero .col-md-6 {
  width: 100%;
}

.car-delivary-hero .how-info-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.car-delivary-hero .how-info-content h5 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.car-delivary-hero .how-info-content h1 {
  margin: 0 auto 14px;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.car-delivary-hero .how-info-content h1 span {
  display: block;
  color: #f47d14;
}

.car-delivary-hero .how-info-description {
  max-width: 720px;
  margin: 0 auto 12px;
}

.car-delivary-hero .how-info-description p {
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}

.delivery-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.delivery-trust li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 11px 14px;
  border: 1px solid #dce8f3;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(11, 55, 105, 0.08);
  text-align: left;
}

.delivery-trust i {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #e8f2fc;
  color: #0665c9;
}

.delivery-trust li:first-child i {
  background: #e7f8ef;
  color: #14a567;
}

.delivery-trust span,
.delivery-trust strong,
.delivery-trust small {
  display: block;
  min-width: 0;
}

.delivery-trust strong {
  color: #132744;
  font-size: 15px;
  line-height: 1.25;
}

.delivery-trust small {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.25;
}

.car-delivary-hero .hero-thum-two {
  width: min(670px, 86vw);
  margin: 12px auto -100px;
}

.car-delivary-hero .hero-thum-two > img {
  right: auto;
  display: block;
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  transform: none;
}

.car-delivary-hero .hero__box {
  top: 36%;
  left: -4%;
  width: 155px;
  padding: 13px 15px;
  border: 1px solid #d8e4ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 24px rgba(11, 55, 105, 0.12);
}

.car-delivary-hero .hero__box h3 {
  color: #182a44;
  font-size: 14px;
}

.car-delivary-hero .hero__box p {
  color: #64748b;
  font-size: 13px;
  opacity: 1;
}

.car-delivary-hero .hero__box span {
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
}

.car-delivary-hero .hero__box.box__vehicle {
  top: 54%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
}

.car-delivary-hero .hero__box.box__vehicle i {
  margin-bottom: 8px;
  color: #f47d14;
}

.car-delivary-hero .hero__box.box__two {
  right: -3%;
  bottom: 9%;
  left: auto;
  top: auto;
}

.service-quote-area {
  margin-top: -160px;
  padding-bottom: 58px;
}

.service-quote-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 24px 24px;
  border: 1px solid #e1e8ef;
  border-left: 4px solid #0866c7;
  border-radius: 10px;
  box-shadow: 0 20px 45px rgba(18, 40, 71, 0.14);
}

.service-quote-wrap h2 {
  margin: 0 0 3px;
  color: #0866c7;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: 0;
}

.service-quote-wrap > p {
  margin-bottom: 16px;
  font-size: 14px;
}

.quote-form form {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr auto;
  gap: 12px;
  align-items: end;
}

.quote-form .single-item {
  min-width: 0;
  margin-top: 0;
}

.quote-form .single-item label {
  display: block;
  margin-bottom: 6px;
  color: #16253d;
  font-size: 13px;
  font-weight: 700;
}

.quote-control {
  position: relative;
}

.quote-control > i {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 2;
  color: #0870d7;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.quote-form form .single-item .quote-control input,
.quote-form form .single-item .quote-control select {
  height: 48px;
  padding: 0 36px 0 40px;
  border: 1px solid #cadbea;
  border-radius: 6px;
  background-color: #f8fbfd;
  color: #1a2940;
  font-size: 14px;
}

.quote-form form .single-item .quote-control input:focus,
.quote-form form .single-item .quote-control select:focus {
  border-color: #0870d7;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(8, 112, 215, 0.12) !important;
  outline: 0;
}

.quote-form form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 152px;
  height: 48px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .car-delivary-hero {
    padding: 32px 0 200px;
  }

  .car-delivary-hero .how-info-content h1 {
    font-size: 46px;
  }

  .quote-form form {
    grid-template-columns: 1fr 1fr;
  }

  .quote-form form button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .car-delivary-hero {
    padding: 28px 0 180px;
  }

  .car-delivary-hero .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .car-delivary-hero .how-info-content h5 {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .car-delivary-hero .how-info-content h1 {
    font-size: 36px;
  }

  .car-delivary-hero .how-info-description {
    margin-bottom: 16px;
  }

  .car-delivary-hero .how-info-description p {
    font-size: 16px;
  }

  .delivery-trust {
    grid-template-columns: 1fr;
    gap: 7px;
    width: min(310px, 100%);
  }

  .delivery-trust li {
    padding: 8px 11px;
  }

  .delivery-trust i {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .car-delivary-hero .hero-thum-two {
    width: 100%;
    margin: 22px auto -78px;
  }

  .car-delivary-hero .hero-thum-two > img {
    max-height: 250px;
  }

  .car-delivary-hero .hero__box {
    top: 32%;
    left: 0;
    width: 135px;
    padding: 10px;
  }

  .car-delivary-hero .hero__box.box__vehicle {
    top: 48%;
    width: 130px;
  }

  .car-delivary-hero .hero__box.box__two {
    right: 0;
    bottom: 0;
  }

  .service-quote-area {
    margin-top: -125px;
    padding: 0 12px 45px;
  }

  .service-quote-wrap {
    padding: 20px 16px;
    border-radius: 8px;
  }

  .service-quote-wrap h2 {
    font-size: 23px;
    line-height: 1.2;
  }

  .service-quote-wrap > p {
    line-height: 1.5;
  }

  .quote-form form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .quote-form .single-item {
    margin-top: 0;
  }

  .quote-form form button {
    margin-top: 2px;
  }
}

/* Homepage four-step process */
.how-works-area .how-works-heading {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.how-works-area .how-works-heading p {
  margin-top: 12px;
}
.how-works-area .how-steps-grid {
  row-gap: 28px;
}
.how-works-area .how-works-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.how-works-area .how-works-button {
  border: 1px solid #0866c7;
  background: #fff;
  color: #0866c7;
}
.how-works-area .how-works-button:hover {
  background: #0866c7;
  color: #fff;
}

/* Quote form validation and location suggestions */
.quote-form .field-error {
  display: block;
  min-height: 17px;
  margin-top: 3px;
  color: #b42318;
  font-size: 12px;
  line-height: 1.3;
}

.quote-form .field-error:empty {
  display: none;
}
.quote-form .is-invalid {
  border-color: #b42318 !important;
}
.postcode-suggestions {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  border: 1px solid #cadbea;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 40, 71, 0.16);
}
.postcode-suggestions button {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #e7eef5;
  background: #fff;
  color: #1a2940;
  text-align: left;
}
.postcode-suggestions button:last-child {
  border-bottom: 0;
}
.postcode-suggestions button:hover,
.postcode-suggestions button:focus {
  background: #edf5fb;
}

@media (max-width: 767px) {
  .car-delivary-hero::before {
    background-image:
      linear-gradient(
        180deg,
        rgba(6, 30, 55, 0.28) 0%,
        rgba(6, 30, 55, 0.36) 42%,
        rgba(6, 30, 55, 0.18) 62%,
        transparent 85%
      ),
      linear-gradient(rgba(8, 32, 64, 0.25), rgba(8, 32, 64, 0.32)),
      url("/v3/car-delivery-service/assets/img/car-delivery-country-road-mobile-optimised.webp");
    background-position: center;
  }
  .quote-form form .single-item .quote-control input,
  .quote-form form .single-item .quote-control select,
  .postcode-suggestions button {
    font-size: 16px;
  }
}

/* Designer banner status cards */
.car-delivary-hero .hero__box {
  width: 168px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 15px;
  background: #0d2443
    url("/v3/car-delivery-service/assets/img/blur-bg-optimised.webp") center /
    cover no-repeat;
  box-shadow: 0 14px 30px rgba(13, 36, 67, 0.2);
}

.car-delivary-hero .hero__box h3 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
}

.car-delivary-hero .hero__box p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.72;
}

.car-delivary-hero .hero__box span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-bottom: 9px;
  border-radius: 50%;
  background: #20c16a;
  box-shadow: 0 0 0 4px rgba(32, 193, 106, 0.14);
}

.car-delivary-hero .hero__box.box__vehicle {
  width: 164px;
}

@media (max-width: 767px) {
  .car-delivary-hero .hero__box {
    width: 140px;
    padding: 12px 13px;
    border-radius: 12px;
  }

  .car-delivary-hero .hero__box.box__vehicle {
    width: 138px;
  }

  .car-delivary-hero .hero__box h3 {
    font-size: 14px;
  }
  .car-delivary-hero .hero__box p {
    font-size: 12px;
  }
}

/* Compact live-page placement for designer banner cards */
.car-delivary-hero .hero__box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-width: 0;
  padding: 9px 12px;
  border-radius: 7px;
  text-align: left;
}

.car-delivary-hero .hero__box > i {
  flex: 0 0 auto;
  margin: 0;
  color: #f47d14;
  font-size: 13px;
}

.car-delivary-hero .hero__box .hero-card-copy,
.car-delivary-hero .hero__box .hero-card-copy strong,
.car-delivary-hero .hero__box .hero-card-copy small {
  display: block;
}

.car-delivary-hero .hero__box .hero-card-copy strong {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.car-delivary-hero .hero__box .hero-card-copy small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.15;
}

.car-delivary-hero .hero__box {
  top: 45%;
  left: 1%;
}

.car-delivary-hero .hero__box.box__vehicle {
  top: 30%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}

.car-delivary-hero .hero__box.box__two {
  top: 43%;
  right: 0;
  bottom: auto;
  left: auto;
}

@media (max-width: 767px) {
  .car-delivary-hero .hero__box,
  .car-delivary-hero .hero__box.box__vehicle {
    width: auto;
    padding: 7px 9px;
    border-radius: 7px;
  }

  .car-delivary-hero .hero__box {
    top: 56%;
    left: 0;
  }

  .car-delivary-hero .hero__box.box__vehicle {
    top: 19%;
    left: 50%;
  }

  .car-delivary-hero .hero__box.box__two {
    top: 49%;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .car-delivary-hero .hero__box > i {
    font-size: 11px;
  }
  .car-delivary-hero .hero__box .hero-card-copy strong {
    font-size: 10px;
  }
  .car-delivary-hero .hero__box .hero-card-copy small {
    font-size: 9px;
  }
}

.car-delivary-hero .hero__box .hero-card-copy {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

/* Live content within the designer's existing sections. */
.routes-heading {
  margin: 24px 0 16px;
  font-size: 20px;
}

.expertise-right .expertise-copy-heading {
  margin: 24px 0 10px;
  color: #063b66;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.expertise-right .expertise-copy-heading:first-child {
  margin-top: 0;
}

#HowWorks .how-works-heading h2 {
  color: #005aba;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

#HowWorks .how-works-heading p {
  color: #092440;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.map-wrap iframe {
  border: 0;
}

.map-wrapper {
  height: auto;
  min-height: 530px;
}

.covarage-wrap {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #HowWorks .how-works-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  #HowWorks .how-works-heading h2 {
    font-size: 28px;
  }

  #HowWorks .how-works-heading p {
    font-size: 16px;
  }
}

/* reviews.css */
.reviews-carousel {
  position: relative;
  padding: 0 26px;
}

.reviews-slider .review-card {
  height: auto !important;
  width: 100%;
  padding: 22px 18px;
  border-radius: 24px;
  background: #fff;
}

.reviews-slider .review-card:hover {
  top: 0;
}

.reviews-slider .review-card blockquote {
  font-size: 16px;
}

.reviews-slider .review-card-heading {
  min-height: 42px;
  align-content: start;
}

.reviews-slider .reviwer-profile img {
  width: 44px;
  height: 44px;
}

.reviews-slider .review-txt h5 {
  font-size: 15px;
}

.reviews-slider .owl-stage {
  display: flex;
}

.reviews-slider .owl-item {
  flex: 0 0 auto;
  display: flex;
}

.reviews-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 44px;
  color: #063b66 !important;
  background: transparent !important;
  border-radius: 4px;
}

.reviews-slider .owl-nav .owl-prev {
  left: -28px;
}

.reviews-slider .owl-nav .owl-next {
  right: -28px;
}

.reviews-slider .owl-nav button:hover {
  color: #015abd !important;
  background: #eaf1f7 !important;
}

.reviews-slider .owl-nav button:focus-visible {
  outline: 2px solid #063b66;
  outline-offset: 2px;
}

.reviews-slider .owl-nav button:disabled {
  opacity: 0.3;
  cursor: default;
}

.reviews-slider:not(.owl-loaded) {
  display: flex;
  overflow-x: auto;
  gap: 16px;
}

.reviews-slider:not(.owl-loaded) .review-card {
  flex: 0 0 270px;
}

@media (prefers-reduced-motion: reduce) {
  .reviews-slider .owl-stage,
  .reviews-slider .review-card {
    transition: none !important;
  }
}

.live-reviews .review-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.live-reviews .review-card-heading ul {
  margin: 0;
  font-size: 16px;
}

.review-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #063b66;
  white-space: nowrap;
}

.live-reviews blockquote {
  flex: 0 0 auto;
  min-height: 0;
  overflow: visible;
}

.live-reviews blockquote p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.5;
}

.live-reviews .review-expanded blockquote p {
  display: block;
  overflow: visible;
}

.review-toggle {
  align-self: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #015abd;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.review-toggle:hover {
  color: #063b66;
}

.review-toggle:focus-visible {
  outline: 2px solid #063b66;
  outline-offset: 4px;
}

.live-reviews .reviwer-profile {
  margin-top: 8px;
}

.live-reviews .reviwer-profile img {
  object-fit: cover;
}

.live-reviews .review-txt {
  min-width: 0;
}

.live-reviews .review-txt h5 {
  font-size: 16px;
  overflow-wrap: anywhere;
}

.live-reviews .review-txt p {
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.review-profile-link {
  display: inline-block;
  font-size: 12px;
  color: #015abd;
  margin-top: 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-profile-link:focus-visible {
  outline: 2px solid #063b66;
  outline-offset: 4px;
}

.reviwer-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  margin-top: 35px;
}

.review-txt h5 {
  color: rgb(43, 43, 43);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.review-txt p {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}

.reviwer-profile img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid rgb(255, 255, 255);
}

/* Location suggestions and content details */
.testimonial-area .section-title .review-trust-ring {
  display: inline-block;
  padding: 5px 12px;
  border: 2px solid #b8ddff;
  border-radius: 50%;
  color: #005aba;
  line-height: 1.25;
  white-space: nowrap;
}

.delivery-route-map {
  border: 0;
}
.reviews-carousel,
.reviews-slider {
  min-height: 340px;
}
.reviews-slider:not(.owl-loaded) {
  display: block;
  visibility: hidden;
  height: 340px;
  overflow: hidden;
}
.delivery-detail-0 {
  background-color: #ee7f1e;
}
.delivery-detail-1 {
  background-color: #0661bc;
}
.delivery-detail-2 {
  background-color: #009124;
}
.delivery-detail-3 {
  background-color: #2b2b2b;
}

.postcode-suggestions[hidden] {
  display: none;
}
.postcode-suggestions {
  max-height: 260px;
  overflow-y: auto;
}
.quote-form form .postcode-suggestions button {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 0;
  background: white;
  color: #1a2940;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  white-space: normal;
  line-height: 1.4;
}
.quote-form form .postcode-suggestions button:hover,
.quote-form form .postcode-suggestions button[aria-selected="true"] {
  background: #edf5fb;
}
