body {
  background-color: #fff;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #444;
}

a {
  color: #ff631d;
  font-weight: 700;
}

a:hover {
  color: #868686;
}

label a {
  text-decoration: underline;
}

.btn {
  border-radius: 8px;
  transition: all 0.5s;
}

.btn:not(.btn-sm):not(.btn-xs) {
  font-weight: 700;
}

.btn-success {
  color: #fff;
  background-color: #ff631d;
  border-color: #f96400;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #f96400;
  border-color: #e85c00;
}

.btn-success:hover {
  color: #fff;
  background-color: #f04800;
  border-color: #e85c00;
  transition: all 0.5s;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #f96400;
  border-color: #e85c00;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #f96400;
  border-color: #f96400;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-green {
  color: #fff;
  background-color: #449d44;
  border-color: #4cae4c;
  white-space: normal;
}

.btn-green:hover {
  color: #fff;
  background-color: #3e8c3e;
  border-color: #4cae4c;
}

.btn-grey {
  background-color: #414141;
  border-color: #3b3b3b;
  color: #fff;
}

.btn-grey:hover {
  background-color: #2c2c2c;
  border-color: #3b3b3b;
  color: #fff;
}

.btn-grey:active,
.btn-grey:active:focus,
.btn-grey:focus,
.btn-grey:hover {
  color: #fff;
}

.btn-success.active[disabled],
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success.focus[disabled],
.btn-success[disabled],
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #ff9e75;
  border-color: #ff8753;
}

.btn-white-orange {
  background-color: #fff;
  border: 1px solid #ff631d;
  color: #444;
}

.btn-white-orange:focus,
.btn-white-orange:hover {
  background-color: #eee;
}



.form-control {
  border-radius: 1px;
  font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

html {
font-size: 1rem; /* 16px base */
}

p {
font-size: 1rem;       /* 16px */
line-height: 1.5;
margin-bottom: 1rem;
}

h1 {
font-size: 2.5rem;     /* 40px */
line-height: 1.2;
}

h2 {
font-size: 2rem;       /* 32px */
line-height: 1.2;
}

h3 {
font-size: 1.75rem;    /* 28px */
line-height: 1.2;
}

h4 {
font-size: 1.5rem;     /* 24px */
line-height: 1.2;
}

h5 {
font-size: 1.25rem;    /* 20px */
line-height: 1.2;
}

h6 {
font-size: 1rem;       /* 16px */
line-height: 1.2;
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 21px;
}

 




.header.orange .mobile-menu-toggle {
  color: #fff;
  font-size: 30px;
  margin-top: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}

a#my-account {
  background: #fff;
  color: #ff631d;
  padding: 7px;
  border-radius: 5px;
  margin-left: 10px;
}

a#help_and_support {
  cursor: pointer;
}

.mobile-site-name {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.mobile-site-name:hover {
  color: #fff;
}

.header .topPadding {
  padding-top: 10px;
}

.header h3 {
  margin-top: 0;
}

.header .site-menu {
  padding-top: 10px;
  margin-bottom: 2px;
}

.header .site-menu a,
.header .site-menu li a {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.header.orange .site-menu a,
.header.orange .site-menu li a {
  color: #fff;
}

.header.orange .dropdown-menu li a {
  color: #333;
}

.header .site-menu li {
  padding-left: 10px;
}

.header .site-menu li:last-child {
  border-right: none;
}

.header-phone-number {
  background-color: #d3531a;
  text-align: center;
  padding: 6px 0 6px 0;
}

.header-phone-number a {
  font-size: 22px;
  color: #fff;
}



.homepage-help-message {
  text-align: center;
  background: rgb(255, 180, 41);
}

.homepage-banner {
  background-image: url(../images/banners/cmv-van-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 580px;
  color: #fff;
}


.homepage-banner {
  background-image: url(../images/banners/cmv-van-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 580px;
  color: #fff;
}
#payment-pending .loader {
  border: 32px solid #f3f3f3;
  border-top: 32px solid #ff631d;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 1s linear infinite;
  margin: auto;
}
#payment-pending {
  text-align: center;
}



.blur {
  filter: blur(1px);
  filter: url(blur.svg#gaussian_blur);
  -webkit-filter: blur(3px);
}

.banner-white-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 14px;
  padding-bottom: 14px;
}

.homepage-to {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.homepage-banner .notices-bar {
  margin-top: 60px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  font-family: Roboto, Lato, Arial, sans-serif;
}

.homepage-banner .notices-bar a {
  font-weight: 500;
  color: #fff;
}

.homepage-banner .notices-bar.yellow,
.notices-bar.yellow a {
  color: #f2ff19;
}

.homepage-banner .white-bg {
  background-color: #fff;
  color: #302f2d;
  font-size: 49px;
  padding: 10px 0 10px 0;
  margin-top: 100px;
  margin-bottom: 40px;
}

.homepage-promotion {
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 8px;
  color: #fff;
  font-family: Roboto, Lato, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-top: 40px;
  background: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  font-size: 20px;
}

.homepage-promotion:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  transition: all 0.5s;
  text-decoration: none;
}


@media (max-width: 762px) {
  .notices-bar {
    margin-top: 10px;
  }

  .homepage-promotion {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 762px) and (max-width: 992px) {
  .homepage-banner {
    min-height: 640px;
  }
}

  @media (min-width: 1201px) {
   .homepage-banner {   
     background-repeat: no-repeat;      /* Prevents duplication */
  background-size: cover;            /* Scales to fill while maintaining aspect ratio */
  background-position: center center; /* Keeps it centered */
}}

.homepage-banner h1 {
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-family: Roboto, Lato, Arial, sans-serif;
}

.homepage-banner .feedback {
  margin-top: 40px;
}

.homepage-banner h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  font-family: Roboto, Lato, Arial, sans-serif;
}

.homepage-banner h3 {
  color: #fff;
  margin-bottom: 80px;
  margin-top: 10px;
  font-family: Roboto, Lato, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.homepage-banner h3 a,
.homepage-banner h4 a {
  color: #fff;
  font-weight: 500;
}



.homepage-banner .need-help {
  margin-top: 80px;
}

.homepage-banner .h2 {
  margin-top: 6px;
  display: block;
  font-family: Roboto, Lato, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
}

.homepage-banner .h3,
.homepage-banner .h4 {
  font-family: Roboto, Lato, Arial, sans-serif;
  font-weight: 500;
}

.homepage-banner .btn-success {
  font-weight: 700;
}

.homepage-banner .mobile-spacer {
  height: 20px;
}

.homepage-banner .promotion {
  margin-top: 140px;
  font-size: 22px;
}

.homepage-banner .promotion a {
  color: #fff;
}

#socialLogos {
  color: #fff;
  text-shadow: 1px 1px 2px #999;
}

#socialLogos a {
  color: #fff;
}

#socialLogos .phone {
  font-size: 18px;
}

#social-links {
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.homepageQuestion {
  margin-top: -30px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 6px 8px 6px 8px;
  border-radius: 3px;
}

.homepageInputs {
  font-size: 100%;
  height: 50px;
  background-color: rgb(255, 255, 255, 0.9);
  color: #3d3d3d;
}

.homepageInput::-webkit-input-placeholder {
  color: #333;
  font-weight: 700;
}

.homepageInput:-moz-placeholder {
  color: #333;
  font-weight: 700;
}

.homepageInput::-moz-placeholder {
  color: #333;
  font-weight: 700;
}

.homepageInput:-ms-input-placeholder {
  color: #333;
  font-weight: 700;
}

@media (max-width: 768px) {
  #siteLogo {
    text-align: right;
  }

  .site-logo {
    height: 66px;
  }

  .homepageInput {
    font-size: 16px;
  }

  .homepage-banner {
    background-position: 80% 20%;
  }

  .homepage-banner h1 {
    margin-top: 10px;
    font-size: 29px;
  }

  .notices-bar p
  {
    font-size: 18px;
  }

  .homepage-banner h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .homepage-banner h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .homepage-banner .promotion {
    margin-top: 60px;
  }

  .homepageQuestion {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .line {
    display: inline-block;
  }
}

.homepage-banner #menu {
  text-shadow: 1px 1px 2px #999;
}

.homepage-banner #menu a {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .how-it-works {
    margin-top: 20px;
  }
}

.how-it-works img {
  max-width: 100%;
  margin-bottom: 10px;
}

.how-it-works h2,
.how-it-works h3 {
  margin-top: 0;
}

.homepage-banner .marginBottom {
  margin-bottom: 30px;
}

#smallbanner {
  min-height: 163px;
  background-color: #ff631d;
  background-repeat: no-repeat;
  background-position: center;
}

#smallbanner p {
  margin-bottom: 0;
}

.startedBox {
  color: #fff;
  background-color: rgba(10, 14, 13, 0.8);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.75);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 100;
  font-size: 15px;
}

.startedBox a {
  color: #fff;
}

.startedBox form {
  padding-top: 10px;
}

.startedBox label {
  color: #00acf0;
}

.startedBox h2 {
  margin-top: 0;
}

.startedBox .form-group {
  margin-bottom: 0;
}

.my-move-time-estimate {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 14px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

.my-move-time-estimate p {
  margin-bottom: 6px;
}

#quoteTypeInfo {
  font-size: 12px;
}

#quote {
  margin-top: 20px;
}

#quote h1 {
  font-weight: 300;
  font-style: italic;
}

#quote h3 {
  font-weight: 700;
  font-style: italic;
}

#footer {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ff631d;
}

.footerBox {
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
  padding-bottom: 4px;
}

.footerBox img {
  width: 100%;
}

.footerBox a {
  color: #333;
}

.footerBox h3 {
  font-weight: 700;
  font-size: 19px;
  margin-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.footerBox p {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.sideBar {
  background-color: #f8f8f8;
  box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
  padding: 16px;
  border-radius: 4px;
}

.sideBar.pulse-alert-limited {
  animation-name: sidebarBackgroundAlertPulse;
  animation-duration: 4s;
  animation-iteration-count: 3;
}
.sideBar h2,
.sideBar h3 {
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .sideBar {
    padding: 10px;
  }
}

.terms {
  background-color: #333;
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;

}

.terms ul {
  margin-bottom: 0;
}

.terms a {
  color: #fff;
}

.terms h3 {
  margin-bottom: 20px;
}

.terms s-p {
  font-size: 0.75rem;
}

.itemSelect {
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  background-color: #fff;
  color: #424242;
  border: 1px solid #fff;
}

@media only screen and (max-width: 991px) {
  .itemSelect {
    margin-bottom: 10px;
  }
}

.itemSelect img {
  border-radius: 8px;
}

.itemSelect.selected {
  background-color: #ff631e;
  color: #fff;
  border: 1px solid #414141;
}

.itemSelect.disabled {
  background-color: #b4b4b4;
  border: 1px solid #b4b4b4;
}

.itemSelect.equal-height {
  min-height: 72px;
}

.extraPadding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottomPadding {
  padding-bottom: 20px;
}

.small-label {
  font-size: 12px;
}

@media (max-width: 768px) {
  select.form-control {
    display: inline;
  }

  .blueBanner {
    line-height: 1.6;
  }
}

.minusQuantity {
  font-size: 12px;
  margin-right: 6px;
  color: #ccc;
}

.plusQuantity {
  font-size: 12px;
  margin-left: 6px;
  color: #ccc;
}

.noTopMargin {
  margin-top: 0;
}

.smallTopMargin {
  margin-top: 10px;
}

.noBottomMargin {
  margin-bottom: 0;
}

.topMargin {
  margin-top: 20px;
}

.largeTopMargin {
  margin-top: 60px;
}

.bottom-margin,
.bottomMargin {
  margin-bottom: 20px;
}

.small-bottom-margin,
.smallBottomMargin {
  margin-bottom: 20px;
}

.my-move-question-banner {
  margin-top: 20px;
  margin-bottom: 100px;
}

.my-move-quick-quote {
  font-size: 76px;
}

@media (max-width: 762px) {
  .my-move-question-banner {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

#areaMap {
  height: 520px;
  width: 100%;
}

#calendar {
  font-size: 14px;
}

#calendar h2 {
  font-size: 19px;
  font-weight: 400;
}

.helpText {
  margin-top: 8px;
  font-size: 13px;
}

#companyLogo {
  height: 200px;
  width: 240px;
  border: 1px solid #cdeffc;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.companyLogoImg {
  position: absolute;
  max-height: 200px;
  max-width: 240px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#uploadButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.uploadPercent {
  font-size: 58px;
  color: #ccc;
  text-align: center;
  margin-top: 46px;
}

.percent {
  font-size: 34px;
  color: #ccc;
}

.formHelp {
  font-size: 14px;
}

#currentLogo,
.currentLogo {
  max-width: 100%;
}

small {
  font-size: 13px;
}

@media (max-width: 700px) {
  #currentLogo,
  .currentLogo {
    max-width: 80%;
    margin: 0 auto;
  }
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

#homepageDrivers {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/homepage-trusted-drivers-cmv-min.jpg);
  background-size: cover;
  background-position: center;
}

#homepageDrivers ul {
  list-style-image: url(../images/tick-orange.png);
}

#homepageDrivers ul li {
  line-height: 28px;
}

#homepageDrivers h2 {
  margin-top: 0;
}

.homepage-quote {
  margin-top: 20px;
}

.homepage-quote h4 {
  font-style: italic;
  text-shadow: 2px 2px #333;
}

.bubble {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #ff631d;
  background-color: rgba(255, 99, 29, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: -7px 7px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 7px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -7px 7px 5px -4px rgba(0, 0, 0, 0.75);
}

.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 16px 0;
  border-color: #ff631d transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -16px;
  bottom: -15px;
  left: 20%;
}

.quote-text {
  font-size: 28px;
  font-style: italic;
  color: #fff;
}

.quote-author {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  text-align: right;
}

.orangeBg {
  background-color: rgba(255, 123, 36, 0.8);
  padding: 10px;
}

.whiteBg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: -7px 7px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 7px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -7px 7px 5px -4px rgba(0, 0, 0, 0.75);
}

@media (max-width: 1000px) {
  .whiteBg {
    margin-top: 40px;
  }
}



.small-stars .starRating img {
  width: 20px;
}

.btn-giant {
  font-size: 32px;
}

.bannerText {
  font-style: italic;
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
}

.lineupLogo {
  padding-top: 26px;
}

.tooltip {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  min-width: 300px;
}


.text-left-not-lg,
.text-left-not-md,
.text-left-not-sm,
.text-left-not-xs {
  text-align: left;
}

.text-center-not-lg,
.text-center-not-md,
.text-center-not-sm,
.text-center-not-xs {
  text-align: center;
}

.text-right-not-lg,
.text-right-not-md,
.text-right-not-sm,
.text-right-not-xs {
  text-align: right;
}

.text-justify-not-lg,
.text-justify-not-md,
.text-justify-not-sm,
.text-justify-not-xs {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-center-not-xs,
  .text-justify-not-xs,
  .text-left-not-xs,
  .text-right-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-not-sm,
  .text-justify-not-sm,
  .text-left-not-sm,
  .text-right-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-not-md,
  .text-justify-not-md,
  .text-left-not-md,
  .text-right-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-center-not-lg,
  .text-justify-not-lg,
  .text-left-not-lg,
  .text-right-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}

.notices {
  background-color: #000;
  padding-bottom: 10px;
}

.notices h2 {
  color: #fff;
}

.notices-bar p,
.notices-bar p a {
  color: #fff;
}

@media (max-width: 767px) {
  .notices h2 {
    font-size: 16px;
  }
}

.partner-logos img {
  max-width: 100%;
}

.partners-row {
  height: 150px;
}

.partner-logos h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .partner-logos {
    margin-top: 40px;
  }
}

.address-row {
  margin-bottom: 10px;
}

.nav > li > a {
  padding: 6px 6px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #444;
  border-radius: 2px;
}

.van-rental-list {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 70px;
}

.address-modal-hover:hover {
  cursor: pointer;
}

.address-modal-hover:hover h3,
.address-modal-hover:hover h4 {
  color: #6599ff;
}

.modal-form-box {
  border: 1px solid #333;
  padding: 6px;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.modal-form-box input[type="text"] {
  border: 0;
  width: 60%;
  font-size: 22px;
}

.modal-form-box label {
  color: #ff631d;
  margin-right: 10px;
  width: 20%;
  text-transform: uppercase;
}

@media only screen and (max-width: 410px) {
  .modal-form-box {
    font-size: 16px;
  }

  .modal-form-box input[type="text"] {
    font-size: 16px;
  }
}

.my-move-step {
  background-color: #b4b4b4;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.my-move-step a {
  color: #fff;
}

.my-move-step a:hover {
  text-decoration: underline;
}

.my-move-step .tick {
  float: right;
  margin-top: 4px;
  margin-right: 10px;
}

.my-move-step.selected {
  background-color: #3f3f3f;
}

.selected-triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3f3f3f;
  margin: 0 auto;
}

.orange-text {
  color: #ff631d;
}

.red-text {
  color: #da1c0f;
}

.green-text {
  color: #00b200;
}

.large-text {
  font-size: 18px;
}

.quote-estimate-text {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

.quote-estimate-value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.orange-background {
  background-color: #ff631d;
  color: #fff;
  padding: 10px;
  border-radius: 2px;
}

.orange-background a {
  color: #fff;
}

.orange-background .label-default {
  background-color: #fff;
  color: #333;
}

.blueBanner {
  background-color: #ff631d;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blueBanner p {
  font-weight: 700;
}

.blueBanner a {
  color: #fff;
  text-decoration: underline;
}

.blueBanner .btn-default {
  color: #868686 !important;
  text-decoration: none;
}

.blueBanner h1 {
  margin-top: 0;
}

.blueBanner h3 {
  margin-top: 0;
}

.blueBanner table {
  color: #868686;
}

.blueBanner .extraPadding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.removeVia {
  margin-left: 10px;
  padding: 2px 4px 2px 4px;
}

.blueBanner label {
  font-size: 17px;
}

.blueBanner .btn-danger {
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 990px) {
  .stop-dots {
    background-image: url(../images/stop-line.jpg);
    background-position: 68% 50%;
    background-repeat: repeat-y;
    height: 66px;
  }
}

@media only screen and (max-width: 990px) {
  .address-form .input-group,
  .address-form input,
  .address-form select {
    margin-bottom: 8px;
  }
}

.address-form .input-group button {
  width: 160px;
}

.completeAddress {
  color: #414141;
}

@media only screen and (max-width: 768px) {
  .xs-top-margin {
    margin-top: 20px;
  }

  .form-control {
    margin-bottom: 14px;
  }

  .xs-remove-gutter {
    padding-left: 0;
    padding-right: 4px;
  }

  .xs-remove-gutter:first-child {
    padding-left: 15px;
  }

  .xs-remove-gutter:last-child {
    padding-right: 15px;
  }

  .xs-small-text {
    font-size: 14px;
  }

  #mobile-menu-toggle {
    font-size: 22px;
  }

  .my-move-step {
    font-size: 22px;
  }
}

@media only screen and (max-width: 990px) {
  .xs-bottom-margin {
    margin-bottom: 20px;
  }

  .sm-top-margin {
    margin-top: 20px;
  }
}

.message-border {
  margin-top: 10px;
  border: 1px solid #000;
  padding: 8px;
}

.grey-message-box {
  padding: 8px;
  background-color: #414141;
  color: #fff;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.van-size-calculator-xs {
  margin-top: 10px;
}

.van-size-calculator-xs p {
  margin-bottom: 0;
  font-size: 18px;
}

.van-size-calculator-xs img {
  float: left;
  margin-right: 10px;
}

.form-error-message {
  font-weight: 700;
  color: red;
}

.swipeItemSelection {
  padding-top: 6px;
  padding-bottom: 6px;
}

.itemSelection {
  background-color: #2b2b2b;
  white-space: nowrap;
  padding: 14px 4px 14px 4px;
  margin-bottom: 6px;
  font-size: 18px;
}

.itemSelection ul {
  margin-bottom: 0;
  margin-left: 15px;
  padding-right: 15px;
}

.itemSelection a {
  color: #fff;
}

.itemSelection .active a {
  color: #ff6620;
}

.size-calculator {
  overflow-x: hidden;
}

.size-calculator #items {
  min-height: 400px;
  padding-left: 2px;
}

.size-calculator .selected-van {
  padding: 10px;
}

.size-calculator .selected-van .large-alert {
  font-size: 80px;
}

.size-calculator .selected-van.too-much {
  background-color: #d9534f;
}

.size-calculator .selected-van-name {
  font-weight: 700;
}

.size-calculator .selected-van-image {
  min-height: 100px;
}

.size-calculator-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background-color: #fff;
  border-top: 2px solid #000;
  z-index: 99;
}

.size-calculator-footer h3 {
  margin-top: 10px;
}

.size-calculator-footer .selected-van img {
  height: 80px;
}

.size-calculator-footer .selected-van-image {
  min-height: 80px;
}

.size-calculator-footer .selected-van {
  padding: 4px;
}

.size-calculator .van-details {
  font-size: 14px;
}

.size-calculator #drop-zone {
  border: 1px dashed #cecece;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 200px;
  padding-bottom: 40px;
}

.size-calculator #drop-zone h2 {
  margin-top: 80px;
}

.size-calculator .size-calculator-item {
  border-radius: 4px;
  margin: 4px;
  transition: all 0.5s;
  background-color: #eee;
  color: #444;
  padding: 0;
}

.size-calculator .inline-item-count {
  background-color: #fff;
  border: 1px solid #9f9f9f;
  color: #333;
  padding: 6px 8px 6px 8px;
  display: inline-block;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.size-calculator .inline-delete {
  background-color: #d9534f;
  border: 1px solid #d9534f;
  color: #fff;
  padding: 6px 8px 6px 8px;
  display: inline-block;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

.size-calculator .add-item {
  padding: 6px;
  display: inline-block;
}

.size-calculator .selected-item {
  border-radius: 4px;
  padding: 2px 6px 4px 6px;
  margin: 4px;
  transition: all 0.5s;
  background-color: #eee;
  color: #444;
}

.size-calculator .size-calculator-item a {
  color: #444;
  font-weight: 400;
}

.size-calculator .size-calculator-item.clicked {
  animation: click-fade 1s;
  background-color: #555;
  color: #fff;
}

.size-calculator .size-calculator-item.clicked a {
  color: #fff;
}

.size-calculator .selected-item {
  padding: 0;
  border-radius: 4px;
}

.size-calculator .itemQuantity {
  font-weight: 700;
  background-color: #555;
  padding: 5px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 4px;
}

.size-calculator .thisItemQuantity {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.size-calculator .addQuantity,
.size-calculator .removeQuantity {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

.size-calculator .addQuantity:hover,
.size-calculator .removeQuantity:hover {
  color: #ff631d;
}

@media (max-width: 767px) {
  .size-calculator-item {
    font-size: 20px;
  }

  .size-calculator #calculatorLoadingText {
    margin-top: 10px;
    width: 300px;
    font-size: 18px;
  }

  .size-calculator .addQuantity,
  .size-calculator .removeQuantity {
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
}

@keyframes click-fade {
  0% {
    background-color: #eee;
    color: #333;
  }
  100% {
    background-color: #555;
    color: #fff;
  }
}

.size-calculator .category-select-dropdown {
  width: 100%;
  font-size: 18px;
  text-align: center;
}

@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.size-calculator .bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#sizeCalculatorBody {
  height: 730px;
}

#sizeCalculatorIFrame {
  width: 100%;
  height: 700px;
  border: 0;
}

#sizeCalculator .modal-dialog {
  width: 96%;
}

#sizeCalculator .modal-body {
  padding: 0;
}

#calculatorLoadingText {
  position: absolute;
  margin-top: 260px;
  z-index: 0;
  text-align: center;
  width: 100%;
}

.as-seen {
  background-color: #3d3d3d;
  padding-bottom: 8px;
  color: #999;
}

.as-seen img {
  max-width: 100%;
}

.as-seen .h3 {
  margin-top: 20px;
  display: block;
}

@media (max-width: 767px) {
  .as-seen {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .as-seen .h4 {
    margin-top: 0;
  }

  .as-seen .col-xs-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.ctmavQuote {
  overflow: hidden;
  box-shadow: 2px 2px 5px #c9c9c9;
  border: 1px solid #333;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 22px;
}

.ctmav-quote {
  overflow: hidden;
  margin-bottom: 22px;
}

.availableNow {
  background-color: #5cb85c;
  color: #fff;
  text-align: center;
}

.availableNow p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.availableNow a {
  color: #fff;
  font-weight: 400;
}

.customPrice {
  background-color: #337ab7;
  color: #fff;
  text-align: center;
  margin-top: -8px;
  margin-bottom: 6px;
}

.customPrice p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.customPrice a {
  color: #fff;
}

.bronze {
  background-color: #cd7f32;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}

.bronze:hover {
  background-color: #b9732d;
  color: #fff;
}

.silver {
  background-color: silver;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}

.silver:hover {
  background-color: #b1b1b1;
}

.silver a {
  color: #333;
}

.gold {
  background-color: #eac700;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}

.gold:hover {
  background-color: #c5be30;
}

.gold a {
  color: #fff;
}

.super-mover {
  background-color: #3691d3;
  color: #fff;
}

.driverInfo {
  padding-top: 4px;
  padding-bottom: 4px;
}

.driver-profile-trust-score {
  font-size: 20px;
  color: #363636;
  display: inline-block;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .driver-profile-trust-score {
    margin-top: 20px;
  }

  .driverInfo {
    line-height: 3;
  }
}

.driverInfo,
.keyFacts {
  border-top: 1px solid #eee;
  font-size: 14px;
}

.driverInfo p,
.keyFacts p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.desktop-quote {
  font-size: 13px;
  border: 1px solid silver;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.desktop-quote.shift-share-container {
  font-family: Lato;
  font-size: 13px;
  border: 1px solid silver;
  background-color: #fbfbfb;
  box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
  padding: 16px;
  border-radius: 4px;
  border: 0;
}

.desktop-quote.shift-share-container h2:first-child {
  padding-bottom: 15px;
}

.ctmav-quote.shift-quote {
  margin-top: 10px;
}

.shift-pink {
  color: #d71a64;
}

.shift-pink:hover {
  color: #b70c4f;
}

.shift-pink-background {
  background: #d71a64;
}

.shift-quote {
  margin-bottom: 8px;
}

p.shift-terms {
  font-size: 9px;
}

.shift-share-container .btn:hover {
  background: #a90948;
}

.shift-share-container .btn {
  padding: 10px 16px;
  margin-top: 10px;
  width: 90%;
  float: right;
}
a.btn.btn-success.btn-block.btn-block.text-uppercase.shift-pink-background {
  border-color: #c5165b;
}
@media (max-width: 768px) {
  .shift-share-container .btn {
    padding: 6px 12px;
    height: 34px;
    width: 100%;
    float: none;
    margin: 0px;
  }
  .price-section-mobile {
    position: relative;
  }
  .float-md-right {
    float: right;
  }
  .mobile-small-h1 {
    font-size: 15px;
  }
  a.mobile-site-name.text-center.text-uppercase {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  p.shift-share-content {
    width: 110%;
  }
  .text-md-right {
    text-align: right;
  }
  .shift-share-container .btn {
    margin-top: 34px;
  }
  a.btn.btn-success.btn-block.btn-block.text-uppercase.shift-pink-background {
    font-size: 20px;
  }

  .shift-share-container h1.totalPrice {
    margin-top: 14px;
  }
}

.shift-quote {
  margin-top: 20px;
}

.desktop-quote a:not(.btn) {
  color: #363636;
}

.desktop-quote p {
  margin-bottom: 2px;
}

.desktop-quote h1 {
  font-size: 26px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 2px;
}

.desktop-quote h2 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 6px;
}

.desktop-quote .glyphicon-earphone,
.mobile-quote .glyphicon-earphone {
  color: #606;
}

.desktop-quote h2 a {
  color: #363636;
}

.desktop-quote .discount-applied {
  min-height: 29px;
}

.desktop-quote .driver-logo {
  text-align: center;
  height: 170px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 6px;
}

.desktop-quote .quote-detail {
  margin-top: 2px;
  font-size: 12px;
}

.desktop-quote .quote-detail a {
  text-decoration: underline;
  font-weight: 400;
}

.driver-stat {
  background-color: #363636;
  width: 100%;
  padding: 6px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.desktop-quote .driver-stat,
.mobile-quote .driver-stat {
  font-size: 16px;
}

.reduce-right-padding,
.reduce-right-padding .col-md-4,
.reduce-right-padding .col-xs-4 {
  padding-right: 2px;
}

.reduce-right-padding .col-md-4:last-child,
.reduce-right-padding .col-xs-8:last-child {
  padding-right: 15px;
}

.reduce-left-padding {
  padding-left: 2px;
}

.driver-profile-description {
  min-height: 70px;
}

.desktop-quote .driver-trust-score {
  font-size: 14px;
  margin-left: 6px;
}

.driver-awards {
  margin-bottom: 4px;
  min-height: 30px;
}

.expanded-quote {
  display: none;
}

.mobile-quote {
  font-size: 13px;
  border: 1px solid silver;
  box-shadow: 2px 2px 5px #c9c9c9;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.mobile-quote h1 {
  font-size: 26px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 2px;
}

.mobile-quote h2 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 6px;
}

.mobile-quote p {
  margin-bottom: 2px;
}

.mobile-quote a:not(.btn) {
  color: #363636;
}

.mobile-quote .driver-logo {
  height: 180px;
  overflow: hidden;
  margin-bottom: 4px;
}

.mobile-quote .driver-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mobile-quote .glyphicon-envelope {
  color: #ff631d;
}

.mobile-quote .driver-awards {
  margin-top: 144px;
  background-color: rgba(54, 54, 54, 0.4);
  padding: 4px;
}

.mobile-quote .driver-awards.shift-up {
  margin-top: 107px;
}

.mobile-quote .driver-profile-description {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mobile-quote .go-driver-profile,
.mobile-quote .hide-full-quote,
.mobile-quote .show-full-quote {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: underline;
  display: inline-block;
  font-weight: 400;
}

.mobile-quote .contact-buttons {
  margin-bottom: 6px;
}

.mobile-quote-v2 {
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}

.mobile-quote-v2 p {
  margin-bottom: 6px;
}

.mobile-quote-v2 .quote-price-summary {
  font-size: 16px;
  text-align: center;
  line-height: 1.1;
}

.mobile-quote-v2 .quote-price {
  font-size: 24px;
  font-weight: 700;
}

.mobile-quote-v2 .discount-price {
  margin-left: 10px;
  color: #ff631d;
}

.mobile-quote-v2 .driver-logo {
  height: 76px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.mobile-quote-v2 .driver-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
}

.mobile-quote-v2 .small-stars {
  margin-bottom: 6px;
}

.mobile-quote-v2 .driver-details {
  margin-top: 6px;
  margin-bottom: 4px;
}

.mobile-quote-v2 .driver-trust-score {
  margin-bottom: 10px;
}

.mobile-quote-v2 .driver-stats {
  font-size: 13px;
  margin-bottom: 14px;
}

.mobile-quote-v2 .driver-stats span {
  font-size: 95%;
}

.mobile-quote-v2 .hero-badge {
  background-color: #3691d3;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  padding: 2px 4px 2px 4px;
  margin-right: 4px;
}

@media (max-width: 350px) {
  .visible-xxs {
    display: inline-block;
  }

  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 350px) {
  .visible-xxs {
    display: none;
  }

  .hidden-xxs {
    display: inline-block;
  }
}

.mobile-quote-v2 .driver-profile-button {
  background-color: #414141;
  width: 100%;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  height: 50px;
  line-height: 1.1;
}

.sash {
  background-color: #3691d3;
  height: 26px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  margin-top: 13px;
  margin-right: -26px;
  width: 100px;
  float: right;
  text-align: center;
}

.driver-profile-full {
  border-top: 1px solid #333;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.driver-profile-full img {
  max-width: 100%;
}

.notification-control {
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
}

.notification-control p {
  font-size: 14px;
}

.notification-slide {
  display: none;
  padding-top: 10px;
}

.notification-slide h1,
.notification-slide h2,
.notification-slide h3 {
  margin-top: 0;
}

.infoBox {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
}

.infoBox h2 {
  background-color: #444;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
}

.infoBox .email-alert-toggle {
  display: inline-block;
  background-color: #fff;
  color: #444;
  border-radius: 2px;
  padding: 1px 6px;
  margin-top: -1px;
}

.infoBox .email-alert-toggle label {
  margin-bottom: 0;
  font-size: 0.7em;
  font-weight: 400;
}

.infoBox .email-alert-toggle.on {
  background-color: #ff631d;
  color: #fff;
}

.label-grey {
  background-color: #444;
}

.my-account-dropdown {
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.driver-account-menu {
  margin-bottom: 20px;
}

.driver-account-menu a {
  color: #333;
}

.driver-menu-icon {
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.6);
  display: block;
  text-align: center;
  padding: 8px 4px 8px 4px;
  color: #333;
  min-height: 40px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  transition: all 1s;
}

.driver-menu-icon.large {
  font-size: 18px;
}

.driver-menu-icon.large span {
  font-size: 60px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.driver-menu-icon.green-alert {
  background-color: #449d44;
  color: #fff;
}

.driver-menu-icon.orange-alert {
  background-color: orange;
  color: #fff;
}

.driver-menu-icon.red-alert {
  background-color: #d32d27;
  color: #fff;
}

.driver-menu-icon.blue-alert {
  background-color: #337ab7;
  color: #fff;
}

.driver-menu-icon.active,
.driver-menu-icon:hover {
  background-color: #ddd;
  transition: all 1s;
  color: #333;
  text-decoration: none;
}

.driver-account-menu-md {
  margin-bottom: 20px;
}

.xs-no-block input,
.xs-no-block select {
  display: inline;
}

.infoBox {
  margin-bottom: 20px;
}

.infoBox h2 small {
  color: #fff;
}

.dashboard-alert {
  background-color: #d32d27;
  padding: 10px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
}

.dashboard-alert a:not(.btn) {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.dashboard-alert p:last-child {
  margin-bottom: 0;
}

.driver-dashboard-summary-equal-height div {
  height: 80px;
}

.booking-summary {
  font-size: 14px;
  margin-bottom: 4px;
}

.booking-summary:last-child {
  margin-bottom: 0;
}

#loading_dashboard {
  margin-bottom: 20px;
  min-height: 410px;
}

#diver_dashboard {
  min-height: 410px;
}

.grey-text {
  color: #ccc;
}

.grey-text a {
  color: #a8a8a8;
}

.driver_badge,
.driver_star_rating {
  margin-bottom: 10px;
  padding-top: 6px;
}

.fc-day,
.fc-day-header {
  background-color: #fff;
  color: #1e488c;
}

.fc-day-header th {
  font-weight: 500;
}

.fc-time-grid {
  background-color: #e6ffec;
}

.fc-axis {
  background-color: #fff;
}

.fc-time-grid-event .fc-resizer {
  font-size: 30px !important;
}

.fc-time,
.fc-title {
  font-size: 16px;
}

.fc-center h2 {
  background-color: inherit;
  color: #444;
}

.surge-alert {
  background-color: #d32d27;
  padding: 10px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
}

.surge-alert-circle {
  background-color: #fff;
  border-radius: 50%;
  color: #d32d27;
  display: block;
  font-size: 28px;
  font-weight: 700;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

h1 small {
  font-size: 16px;
}

.quoteDetail {
  display: none;
}

.driverProfile {
  font-size: 13px;
}

.page-loading-preloader,
.quote-loading-preloader {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0;
  text-align: left;
}

.page-loading-preloader span,
.quote-loading-preloader span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #ff631d;
  -webkit-animation: quote-loading-preloader 1.6s linear infinite;
  animation: quote-loading-preloader 1.6s linear infinite;
}

.page-loading-preloader span:last-child,
.quote-loading-preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes quote-loading-preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes quote-loading-preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.quote-loading-map {
  padding-top: 20px;
  background-image: url(../images/quotes/generating-quotes-map.jpg);
  height: 290px;
  background-position: center;
}

@media (min-width: 992px) {
  .quote-loading-map {
    padding-top: 40px;
  }
}

.quotes-sort-by {
  border: none;
  background-color: transparent;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .better-prices-modal-equal-height {
    min-height: 314px;
  }
}

.marketing-consent-mobile {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}

.marketing-consent-mobile label {
  margin-bottom: 0;
}

.largeIcon {
  font-size: 56px;
}

.loading {
  color: #aaa;
}

.loaded {
  color: #ff631d;
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 19px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: #414141;
  margin: 0 auto;
}

.equalWidth {
  width: 100%;
}

.totalPrice {
  font-weight: 500;
  font-size: 50px;
}

#promotional_discount_code {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .singleLine {
    padding-top: 14px;
  }
}

.saveMoney {
  background-color: #f9ae49;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  white-space: normal;
}

.saveMoney:hover {
  background-color: #f89b1f;
}

.checkbox {
  margin-top: 0;
}

.invite-to-auction {
  margin-bottom: 10px;
}

.modal-content {
  border-radius: 2px;
}

#page-loading-dimmer,
#quotes-loading-dimmer {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100500;
  color: #333;
  padding-top: 80px;
}

.mobile-quick-edit-container {
  min-height: 80px;
}

.mobile-quick-edit {
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 6px;
  z-index: 100;
}

.mobile-quick-edit .dropdown-menu {
  font-size: 16px;
}

.mobile-quick-edit .dropdown-menu li a {
  line-height: 40px;
}

.mobile-quick-edit p {
  margin-bottom: 4px;
}

.mobile-quick-edit .current-value {
  min-height: 40px;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.mobile-quick-edit .picker__input {
  display: none;
}

.my-move-cheapest-quote {
  font-size: 17px;
  margin-bottom: 0;
}

.my-move-cheapest-quote span {
  font-size: 43px;
  font-weight: 700;
}

.my-move-driver-count {
  font-size: 17px;
  line-height: 1.2;
}

.my-move-driver-count span {
  font-size: 43px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  line-height: 1;
}

.my-move-box-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .my-move-box-row {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .my-move-journey-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.my-move-box {
  background-color: #f8f8f8;
  box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  height: 180px;
  position: relative;
  cursor: pointer;
}

.my-move-box:hover {
  background-color: #e1e1e1;
  transition: all 0.5s;
}

.my-move-box.unset {
  color: #888;
}

.my-move-box.error {
  background-color: #c00;
  color: #fff;
  transition: all 0.5s;
}

.my-move-box.error .my-move-box-alert {
  color: #fff;
}

.my-move-box p {
  font-weight: 700;
}

.my-move-box-footer {
  display: block;
  background-color: #1f1919;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 6px 0 6px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.my-move-box-footer .btn-default {
  border-color: transparent;
}

.my-move-box-footer-label {
  background-color: #818181;
  color: #fff;
  padding: 6px;
}

.my-move-box-footer-label.pull-left {
  margin-left: -6px;
  margin-top: -6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.my-move-box-footer-label.pull-right {
  margin-right: -6px;
  margin-top: -6px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.my-move-box .saving {
  color: #878787;
  position: absolute;
  width: 93%;
  height: 70%;
  border-radius: 4px;
  text-align: center;
  background-color: rgba(248, 248, 248, 0.6);
}

.my-move-box .my-move-date {
  font-size: 26px;
  line-height: 1;
  margin-top: 14px;
}

.my-move-box .my-move-date.too-soon {
  margin-top: 0;
  font-size: 30px;
}

.my-move-box.error .my-move-date {
  margin-top: 0;
  font-size: 24px;
}

.my-move-box.error .my-move-time {
  margin-top: 0;
  font-size: 22px;
}

.my-move-box .my-move-time {
  font-size: 30px;
  line-height: 1;
}

.my-move-box-alert {
  color: #d93600;
  font-size: 14px;
  line-height: 1.1;
}

.my-move-modal-alert {
  color: #d93600;
}

.my-move-collection-postcode {
  margin-top: 10px;
}

.my-move-collection-postcode,
.my-move-delivery-postcode {
  font-size: 40px;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 2px;
}

.my-move-extra-stops {
  margin-left: 10px;
}

.my-move-collection-postcode small {
  font-size: 24px;
}

.my-move-van-time {
  font-size: 86px;
  line-height: 1;
  margin-bottom: 0;
}

.my-move-box-no-time {
  font-size: 80px;
  line-height: 1;
}

.my-move-helpers {
  line-height: 1.25;
}

.my-move-box.customer-details p:first-child {
  margin-top: 10px;
}

.my-move-box.customer-details p {
  margin-bottom: 2px;
  margin-left: 10px;
}

.my-move-summary-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.my-move-summary-text {
  color: #858585;
  line-height: 1.2;
}

.my-move-modal h1 {
  margin-top: 0;
}

.my-move-modal-option {
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.5s;
}

@media (max-width: 992px) {
  .my-move-modal-option {
    margin-bottom: 10px;
  }
}

.my-move-modal-option.selectable {
  cursor: pointer;
}

.my-move-modal-option .space-buttons button {
  margin-bottom: 10px;
}

.my-move-modal-option .space-buttons {
  margin-bottom: 0;
}

.my-move-modal-option h3:first-child,
.my-move-modal-option h4:first-child {
  margin-top: 0;
}

.my-move-modal-option.disabled {
  cursor: not-allowed;
}

.my-move-modal-option.disabled img,
.my-move-modal-option.disabled span {
  opacity: 0.4;
  cursor: not-allowed;
}

.my-move-modal-option.disabled .option-title,
.my-move-modal-option.disabled .van-description {
  color: #d93600;
}

.my-move-modal-option:hover {
  background-color: #f8f8f8;
  transition: all 0.5s;
}

.my-move-modal-option .option-title {
  min-height: 40px;
}

.my-move-modal-option .option-description {
  font-size: 14px;
}

.my-move-modal-option .grey-text {
  color: #858585;
}

@media (min-width: 768px) {
  .my-move-modal-option .van-description {
    min-height: 70px;
  }
}

@media (min-width: 992px) {
  .my-move-modal-option .van-description {
    min-height: 110px;
  }
}

.my-move-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78px;
  background-color: #fff;
  border-top: 2px solid #000;
  z-index: 99;
}

.completeAddress {
  font-size: 16px;
}

.my-move-boxes-calendar .calendar-day-np {
  background-color: #ddd;
  height: 38px;
}

.my-move-boxes-calendar .date-selected {
  background-color: #414141;
  padding: 4px;
  color: #fff;
  border-radius: 2px;
}

#stripe-card-errors {
  background-color: #fff;
  padding: 6px;
  border-radius: 4px;
  display: none;
  color: #444;
}

.shiply-banner {
  background-color: #3d3d3d;
  color: #fff;
  padding: 16px 0 16px 0;
}

.shiply-banner a {
  color: #fff;
}

.shiply-banner h3 {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .shiply-banner h3 {
    margin-top: 14px;
  }
}

.shiply-banner img {
  background-color: #fff;
  border-radius: 3px;
  padding: 6px;
  max-width: 100%;
}

#apple-pay-button {
  display: none;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  height: 44px;
  padding: 10px 0;
  border-radius: 10px;
}

.my-quotes-side-bar h3 {
  margin-top: 30px;
}

.my-quotes-side-bar h3:first-child {
  margin-top: 0;
}

.flash-sale {
  text-align: center;
  background-color: #3691d3;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
}

.flash-sale a {
  color: #fff;
}

.flash-sale a:hover {
  text-decoration: none;
}

@media (max-width: 762px) {
  .flash-sale {
    padding: 4px;
    font-size: 16px;
    line-height: 1.3;
  }
}

.flash-sale-icon {
  animation: pulsate 2s ease-out infinite;
  vertical-align: text-top;
}

@media (min-width: 762px) {
  .flash-sale-icon {
    margin-right: 6px;
  }
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

.trustpilot-reviews {
  height: 150px;
}

.trustpilot-reviews img {
  max-width: 100%;
}

.quotes-price-check {
  background-color: #f8f8f8;
  padding: 4px;
  border-radius: 4px;
}

@media (max-width: 762px) {
  .quotes-price-check {
    margin-bottom: 10px;
  }
}

.quotes-price-check p:last-child {
  margin-bottom: 0;
}

.quotes-price-check.green {
  background-color: #4a7023;
  color: #fff;
}

.quotes-price-check.yellow {
  background-color: #4a7023;
  color: #fff;
}

.quotes-price-check.red {
  background-color: #d32d27;
  color: #fff;
}

.nhs-banner {
  background-color: #005eb8;
  color: #fff;
  padding: 6px;
  border-top: 1px solid #fff;
}

.sprite-apple-app-store,
.sprite-book-orange,
.sprite-cmv-logo-text-orange,
.sprite-facebook-white,
.sprite-google-play,
.sprite-housekeep-logo,
.sprite-linkedin-white,
.sprite-move-orange,
.sprite-moving-students,
.sprite-onfido,
.sprite-payment-options-landscape-v2,
.sprite-pinterest-white,
.sprite-search-orange,
.sprite-twitter-white {
  max-width: 100%;
  background-size: 100%;
  background-image: url(../images/homepage/homepage-sprite-min.png);
}

.sprite-moving-students {
  background-position: 0 0;
  background-size: 100%;
}

.sprite-payment-options-landscape-v2 {
  background-position: 0 27.541268%;
  background-size: 145.194805%;
}

.sprite-cmv-logo-text-orange {
  background-position: 0 37.089992%;
  background-size: 215%;
  max-width: 52%;
  margin-top: 8px;
}

.sprite-onfido {
  background-position: 0 43.410214%;
  background-size: 283.756345%;
}

.sprite-housekeep-logo {
  background-position: 0 47.572816%;
  background-size: 305.464481%;
}

.sprite-apple-app-store {
  background-position: 0 51.351351%;
  background-size: 332.738095%;
}

.sprite-google-play {
  background-position: 0 55.773956%;
  background-size: 332.738095%;
}

.sprite-book-orange {
  background-position: 0 64.304462%;
  background-size: 436.71875%;
}

.sprite-move-orange {
  background-position: 0 75.853018%;
  background-size: 436.71875%;
}

.sprite-search-orange {
  background-position: 0 87.401575%;
  background-size: 436.71875%;
}

.sprite-facebook-white {
  background-position: 0 91.283293%;
  background-size: 1746.875%;
}

.sprite-linkedin-white {
  background-position: 0 94.188862%;
  background-size: 1746.875%;
}

.sprite-pinterest-white {
  background-position: 0 97.094431%;
  background-size: 1746.875%;
}

.sprite-twitter-white {
  background-position: 0 100%;
  background-size: 1746.875%;
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  color: #000;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video embed,
.flex-video iframe,
.flex-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px),
  only screen and (device-width: 1024px) and (device-height: 600px),
  only screen and (width: 1280px) and (orientation: landscape),
  only screen and (device-width: 800px),
  only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.th-driver-join-bg-1 {
  background-image: url(../images/th/th-driver-bg-dark-1.jpg);
  background-size: cover;
  color: #fff;
}

.th-driver-join-form {
  padding: 20px;
  background-color: #19283d;
}

@media (min-width: 992px) {
  .th-driver-join-form {
    padding: 60px 20px 60px 20px;
  }

  .th-driver-join-bg-1 h1 {
    margin-top: 140px;
    margin-bottom: 30px;
  }
}

.th-driver-join-form h2 {
  margin-top: 0;
}

.easy-move-driver-benefits {
  margin-top: 40px;
  margin-bottom: 80px;
}

.easy-move-driver-benefits .row {
  margin-top: 20px;
}

.easy-move-driver-benefits h4 {
  color: #fc642d;
  margin-top: 0;
}

.easy-move-driver-benefits i {
  color: #fc642d;
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fc642d;
  text-align: center;
  padding-top: 12px;
}

.easy-move-driver-app-slider {
  background-color: #ff631d;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.easy-move-driver-app-slider img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .easy-move-driver-app-slider p:first-child {
    margin-top: 220px;
  }
}

.easy-move-driver-app-slider p {
  font-size: 50px;
  color: #fff;
}

.th-driver-join-bg-2 {
  background-image: url(../images/th/th-driver-bg-dark-2.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 210px;
  padding-bottom: 210px;
  margin-bottom: -20px;
}

.th-driver-join-bg-2 button {
  margin-top: 20px;
}

.nhs-banner {
  background-color: #005eb8;
  color: #fff;
  padding: 6px;
  border-top: 1px solid #fff;
}

.max-width-100 {
  max-width: 100%;
}

.grey-banner {
  background-color: #f4f4f4;
  padding: 10px 0;
  border-top: 1px solid #fff;
}

#shift_share_modal .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #ff631d;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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

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

#shift_share_modal p.warning-symbol {
  font-size: 200px;
}

#shift_share_modal button.close {
  position: relative;
  bottom: 20px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-5 {
  margin-top: 5px;
}

div#customer_details_modal {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.card {
  transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 12px;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.card-img-top {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.guide-section-title {
  background-color: #ff631d;
  color: white;
  padding: 15px;
  border-radius: 12px 12px 0 0;
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-blue {
  background-color: #f1f5f9;
}

.bg-orange {
  background-color: #ffefe8;
}
.guide-section-title h2 {
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
}

.guide-box {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
 border-radius: 12px;
}

.guide-box-content {
  padding: 20px;
}
.guide-box-content ul {
  
     
}  
 
  .guide-box-content h3 {
  padding-bottom: 20px;
   margin-left: 1rem;
}  
.guide-box-content li::marker {
color: #ff631d;
}

ul.hour-list li:last-child {

border: 1px solid #dee2e6;
padding: 0.75rem;
border-radius: 1.5rem;
margin-top: 1.5rem;
display: flex;
align-items: center;
justify-content: center; 
}

.details {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
     transition: transform 0.2s, box-shadow 0.2s;
}


.details:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.trust-section {
  background: #ff631d;
  background: linear-gradient(180deg, #ff631d 0%, #ff6433 50%, #ff631d 100%);
  position: relative;
  width: 100%;
  min-height: 600px;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0px 0px 30px 0px;
  color: white;
  text-align: center;
}

.trust-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top,
    rgba(255, 255, 255, 0.1),
    transparent 50%,
    rgba(255, 255, 255, 0.1)
  );
  pointer-events: none;
}

.content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-content {
  margin-bottom: 40px;
}

.text-content h2 {
  
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.text-content p {
  font-size: 1.15em;
  color: #fbeee6;
  margin: 0 auto;
  max-width: 600px;
}

.area-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border-radius: 22px;
  max-width: 800px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  background: #fff;
 margin: 10px auto 10px auto;
 padding: 20px;


}



.area-card h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 18px;
  color: #ff631d;
}

.guarantees-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.08em;
  margin-bottom: 15px;
}

.check-icon {
  color: #4CAF50;
  font-size: 1.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.stats-badge {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.badge {
  background: #fff;
  color: #ff631d;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.stats-badge p {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
}

@media (max-width: 700px) {
  .area-section {
      min-height: 400px;
      padding: 50px 10px;
  }
  .area-card {
      padding: 24px 10px 24px 10px;
      max-width: 90%;
  }
  .area-container {
      padding: 0;
  }
 
     .area-container {
       max-width: 90%
    }
    
    .area-image {
       display: none;
    }
}

  .stats-row {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  
  .stat-box {
      background: #ff631d;
      border-radius: 8px;
      padding: 20px;
      margin: 10px 0;
      box-shadow: 0 4px 15px rgba(255, 87, 34, 0.2);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
  }
  
  .stat-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent);
      z-index: 1;
  }
  
  .stat-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(255, 87, 34, 0.3);
  }
  
  .stat-number {
      font-size: 2.8em;
      font-weight: bold;
      color: #fff;
      margin-bottom: 5px;
      position: relative;
      z-index: 2;
  }
  
  .stat-label {
      font-size: 1.1em;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 500;
      position: relative;
      z-index: 2;
  }

  @media (max-width: 767px) {
      .stats-row {
          margin-top: 20px;
          margin-bottom: 20px;
      }
      .stat-box {
          margin: 5px 0;
      }
      .stat-number {
          font-size: 2.2em;
      }
  }
  
  .stats-wrapper {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 25px;
      padding: 0 15px;
      box-sizing: border-box;
  }

  .mini-stats-bar {
      display: inline-flex;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(8px);
      padding: 6px 20px;
      border-radius: 30px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      box-sizing: border-box;
  }
  
  .stats-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
  }
  
  .mini-stat {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 4px 0;
  }
  
  .mini-stat-number {
      font-size: 1.15em;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.2px;
  }
  
  .mini-stat-label {
      font-size: 1em;
      color: rgba(255, 255, 255, 0.95);
      white-space: nowrap;
      letter-spacing: 0.2px;
  }

  .mini-stat-divider {
      width: 1px;
      height: 16px;
      background: rgba(255, 255, 255, 0.25);
  }

  @media (max-width: 767px) {
      .stats-wrapper {
          margin: 35px 0 0;
          padding: 0 20px;
      }

      .mini-stats-bar {
          width: 100%;
          padding: 15px;
      }

      .stats-container {
          flex-direction: column;
          gap: 15px;
          align-items: center;
          margin: auto;
      }

      .mini-stat {
          justify-content: center;
          text-align: center;
          width: auto;
      }

      .mini-stat-divider {
          display: none;
      }
  }
  
  .homepage-banner {
      padding: 40px 0;
      position: relative;
  }

  .form-container {
      position: relative;
      z-index: 10;
  }

  .form-group {
      margin-bottom: 20px;
      position: relative;
  }

  .form-group label {
      font-weight: 500;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0,0,0,0.1);
      margin-bottom: 8px;
      display: block;
  }

  .form-control {
      height: 54px;
      background: rgba(255, 255, 255, 0.95);
      border: 2px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      padding: 8px 15px;
      font-size: 16px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .form-control:focus {
      background: #fff;
      border-color: #ff631d;
      box-shadow: 0 8px 15px rgba(255, 87, 34, 0.15);
      transform: translateY(-1px);
  }

  .form-control::placeholder {
      color: #999;
  }

  .btn-success {
      background: #ff631d;
      border: none;
      height: 54px;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      margin-top: 10px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
  }

  .btn-success:hover {
      background: #f4511e;
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(244, 81, 30, 0.4);
  }

  /* Address autocomplete dropdown styling */
  .autocomplete-items {
      position: absolute;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-top: none;
      z-index: 99;
      top: 100%;
      left: 0;
      right: 0;
      border-radius: 0 0 8px 8px;
      background: white;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .autocomplete-items div {
      padding: 10px 15px;
      cursor: pointer;
      transition: all 0.2s;
  }

  .autocomplete-items div:hover {
      background-color: rgba(255, 87, 34, 0.1);
  }

  .autocomplete-active {
      background-color: rgba(255, 87, 34, 0.15) !important;
  }

  @media (max-width: 767px) {
      .form-container {
          margin: 0 15px;
      }
      
      .form-control {
          height: 48px;
      }
      
      .btn-success {
          height: 48px;
          font-size: 16px;
      }
  }
  
  .hero-section {
      padding: 40px 0;
      position: relative;
  }

  /* Stats Bar Styling */
  .stats-bar {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-top: 30px;
      padding: 15px 25px;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(10px);
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      color: white;
  }

  .stat-item {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .stat-number {
      font-size: 24px;
      font-weight: 700;
      color: #ff631d;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      margin-right: 5px;
  }

  .stat-label {
      font-size: 14px;
      font-weight: 500;
      opacity: 0.9;
      white-space: nowrap;
  }

  @media (max-width: 767px) {
      .stats-bar {
          flex-direction: column;
          gap: 15px;
          align-items: center;
          text-align: center;
          padding: 15px;
          margin: 20px 15px 0;
      }

      .stat-item {
          justify-content: center;
      }

      .stat-number {
          font-size: 20px;
      }

      .stat-label {
          font-size: 13px;
      }
  }
 
  .hidden-review {
      display: none;
  }

  .reviews-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      background: #f1f5f9;
  }
  .reviews-title {
      text-align: center;
      margin-bottom: 30px;
  }

  .reviews-title h2 {
      color: #333;
      font-size: 2.2em;
      margin-bottom: 15px;
      
  }

.reviews-title p {
    color: #666;
    font-size: 1.1em;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
.reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
      justify-content: center;
      padding: 60px 20px 30px;
      margin-bottom: 15px;
  }

  .review-card {
      background: #f8f9fa;
      border-radius: 12px;
      padding: 25px;
      transition: all 0.3s ease;
      position: relative;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 220px;
  }

  @media (max-width: 900px) {
      .reviews-grid {
          grid-template-columns: 1fr;
          align-items: center;
      }
      .review-card {
          max-width: 100%;
          min-width: 0;
          width: 100%;
      }
  }

  .review-card {
      background: #f8f9fa;
      border-radius: 12px;
      padding: 25px;
      transition: all 0.3s ease;
      position: relative;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  .review-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }
  .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
  }
  .reviewer-name {
      font-weight: bold;
      color: #333;
      margin-right: 10px;
  }
  .review-date {
      color: #666;
      font-size: 0.9em;
  }
  .review-stars {
      color: #FF5722;
      margin-bottom: 10px;
  }
  .review-content {
      color: #444;
      line-height: 1.6;
      margin-top: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }

.reviews-footer {
          text-align: center;
          padding: 10px 0;
          background: transparent;
          display: flex;
          justify-content: center;
          width: 100%;
      }

      /*to be removed*/
      .see-more-link {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #666;
          text-decoration: none;
          font-size: 15px;
          padding: 8px 20px;
          border: 1px solid #ddd;
          border-radius: 20px;
          transition: all 0.2s ease;
      }
      .see-more-link:hover {
          background: #f5f5f5;
          color: #333;
      }

  .hiw-section {
      width: 100%;
      background: #f1f5f9;
      padding: 30px 0 30px 0;
      position: relative;
  }

  .hiw-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 60px;
      /* background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%); */
  }

  .hiw-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      box-sizing: border-box;
      position: relative;
  }

  .hiw-header {
      text-align: center;
      margin-bottom: 30px;
  }

  .hiw-header h2 {
      color: #333;
      font-size: 2.2em;
      margin-bottom: 15px;
  }

  .hiw-header p {
      color: #666;
      font-size: 1.1em;
      max-width: 600px;
      margin: 0 auto;
  }

  .hiw-steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin: 30px auto 20px auto;
      max-width: 1100px;
  
  }

  .step-card {
      display: flex;
      align-items: center;
      gap: 1.25rem;
      padding: 25px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  .step-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }
  .step-icon {
      width: 50px;
      height: 50px;
      background: #ff631d;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 3.0rem;
      flex-shrink: 0;
  }

  .step-content {
      flex-grow: 1;
  }

  .step-title {
      margin: 0 0 8px;
      font-size: 1.25rem;
      font-weight: bold;
      color: #333;
  }

  .step-description {
      margin: 0;
      color: #666;
      line-height: 1.5;
  }

  .payment-section {
      margin-top: 50px;
      text-align: center;
  }

  .payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      align-items: center;
  }

  .payment-method {
      height: 38px;
      width: auto;
      object-fit: contain;
      filter: grayscale(0.2) brightness(0.95);
      transition: filter 0.2s;
  }

  .payment-method:hover {
      filter: grayscale(0) brightness(1.1);
  }

  .cta-quote-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
  }

  .cta-quote-btn {
      background: #ff631d;
      color: #fff;
      font-size: 1.23em;
      font-weight: bold;
      border-radius: 30px;
      padding: 16px 44px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.10);
      border: none;
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
      display: inline-block;
      margin-top: 8px;
      width: 100%;
      max-width: 430px;
      text-align: center;
  }

  .cta-quote-btn:hover, .cta-quote-btn:focus {
      background: #ffefe8;
      color: #ff631d;
      text-decoration: none;
  }

  @media (max-width: 700px) {
      .cta-quote-btn {
          font-size: 1em;
          padding: 12px 10px;
          max-width: 90%;
      }
  }

  .benefits-section {
      background: #fff;
      padding: 32px 0 32px 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .benefits-container {
      /* max-width: 600px; */
      margin: 0 auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
  }

  .benefits-content h2 {
      color: #333;
      font-size: 2.2em;
      margin-bottom: 15px;
      text-align: center;
  }

  .benefits-content p {
      color: #666;
      font-size: 1.1em;
      margin: auto;
      text-align: center;
  }

  .benefits-list {
      list-style: none;
      padding: 0;
      margin-bottom: 30px;
      margin-top: 30px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
  }

  .benefits-list li {
      display: flex;
      align-items: center;
      gap: 18px;
      color: #666;
      font-size: 1.18em;
      margin-bottom: 0;
      padding-left: 0;
      position: relative;
      background: #f8f8f8;
      border-radius: 10px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.04);
      padding: 14px 22px 14px 16px;
      min-width: 320px;
      max-width: 550px;
      width: 100%;
      transition: box-shadow 0.2s;
  }

  .location-benefits-list li {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
  }
  
  .location-benefits-list .benefit-details {
      margin-left: 15px;
  }
  
  .location-benefits-list .benefit-details strong {
      color: #333;
      margin-right: 5px;
  }
  
  .benefit-icon {
      margin-right: 0;
      margin-left: 0;
  }
  .benefits-list li span:last-child {
      display: block;
      /* flex: 1; */
      line-height: 1.4;
      font-size: 1em;
      color: #444;
  }
  @media (max-width: 700px) {
      .benefits-container {
          max-width: 90%;
          padding: 0 8px;
      }
      .benefits-list li {
          min-width: 0;
          max-width: 100%;
          font-size: 1em;
          padding: 12px 10px 12px 10px;
      }
      .benefit-icon {
          min-width: 36px;
          min-height: 36px;
          padding: 6px;
      }
  }

  .homepage-ticker {
      width: 100%;
      overflow: hidden;
      background: #ff631d;
     
      padding: 0;
    
  }
  .ticker-track {
      display: flex;
      width: max-content;
      animation: ticker-scroll 30s linear infinite;
  }
  .ticker-item {
      display: flex;
      align-items: center;
      white-space: nowrap;
      font-size: 1.2em;
      font-weight: 500;
      color: #fff;
      padding: 0 44px;
      height: 3rem;
      background: transparent;
  }
  .ticker-icon {
      margin-right: 12px;
      display: flex;
      align-items: center;
  }
  /* Duplicate ticker items for seamless scroll */
  .ticker-track {
      position: relative;
  }
  .ticker-track::after {
      content: attr(data-duplicate);
      display: flex;
  }
  @keyframes ticker-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
  }

  /* Responsive */
  @media (max-width: 700px) {
      .ticker-item {
          font-size: 1.2em;
          padding: 0 22px;
          height: 56px;
      }
  }

  .services-section {
      background: #fff;
      padding: 30px 0 30px 0;
      width: 100%;
  }

  .services-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
  }

  .services-header {
      text-align: center;
      margin-bottom: 40px;
  }

  .services-header h2 {
      color: #333;
      font-size: 2.2em;
      margin-bottom: 15px;
  }

  .services-header p {
     color: #666;
     font-size: 1.1em;
     /* max-width: 600px; */
     margin: 0 auto;
  }

  .services-list {
      display: flex;
      gap: 32px;
      justify-content: center;
      margin-top: 30px;
  }

  .service-card {
      background: #f9f9f9;
      border-radius: 16px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      text-align: center;
      padding: 28px 28px 24px 24px;
      min-width: 260px;
      max-width: 350px;
      flex: 1 1 260px;
      transition: box-shadow 0.2s, transform 0.2s;
  }

  .service-card:hover {
      box-shadow: 0 4px 16px rgba(255,87,34,0.18);
      transform: translateY(-4px) scale(1.02);
  }

  .service-icon {
      color: #ff631d;
      background: #ffefe8;
      border-radius: 50%;
      padding: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      min-height: 44px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  }

  .service-content h3 {
      margin: 0 0 8px 0;
      font-size: 1.18em;
      color: #222;
  }

  .service-content p {
      margin: 0;
      color: #666;
      font-size: 1em;
  }

  @media (max-width: 900px) {
     
     .services-container {
          max-width: 90%;
          padding: 0 8px;
     }
      .services-list {
          flex-direction: column;
          align-items: center;
      }
      .service-card {
          max-width: 100%;
          min-width: 0;
          width: 100%;
      }
  }

  .faq-section {
      background: #fff;
      padding: 64px 0 40px 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      border-top: 1px solid #eee;
  }
  .faq-container {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      padding: 0 16px;
  }
  .faq-title {
      text-align: center;
      font-size: 2em;
      color: #333;
      margin-bottom: 32px;
      font-weight: bold;
  }
  .faq-accordion {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 14px;
  }
  .faq-item {
      border-radius: 10px;
      background: #f8f8f8;
      box-shadow: 0 1px 4px rgba(0,0,0,0.04);
      overflow: hidden;
      transition: box-shadow 0.2s;
  }
  .faq-item:focus-within,
  .faq-item:hover {
      box-shadow: 0 4px 16px rgba(255,87,34,0.10);
  }
  .faq-question {
      width: 100%;
      text-align: left;
      background: none;
      border: none;
      outline: none;
      font-size: 1.13em;
      font-weight: 600;
      color: #333;
      padding: 18px 22px 18px 16px;
      cursor: pointer;
      transition: background 0.15s;
      position: relative;
  }
  .faq-question[aria-expanded="true"] {
      background: #fff3e9;
  }
  .faq-answer {
      max-height: 0;
      overflow: hidden;
      background: #fff;
      color: #444;
      font-size: 1.08em;
      padding: 0 22px;
      transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
  }
  .faq-question[aria-expanded="true"] + .faq-answer {
      padding: 18px 22px 18px 22px;
  }
  @media (max-width: 700px) {
    .faq-section {
width: 90%;
margin: auto;
        }      
    
    .faq-container {
          max-width: 100%;
          padding: 0 6px;
      }
      .faq-title {
          font-size: 1.3em;
      }
      .faq-question {
          font-size: 1em;
          padding: 14px 10px 14px 10px;
      }
      .faq-answer {
          font-size: 1em;
          padding: 0 10px;
      }
  }

  .final-cta-section {
      background: linear-gradient(90deg, #ff631d 0%, #ff9800 100%);
      padding: 54px 0 54px 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #ffb48a;
      box-shadow: 0 -2px 16px rgba(255,87,34,0.07);
  }
  .final-cta-container {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      padding: 0 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px;
  }
  .final-cta-title {
      color: #fff;
      font-size: 2.1em;
      font-weight: 700;
      text-align: center;
      margin-bottom: 0;
      text-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .final-cta-btn {
      background: #fff;
      color: #ff631d;
      font-size: 1.23em;
      font-weight: bold;
      border-radius: 30px;
      padding: 16px 44px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.10);
      border: none;
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
      display: inline-block;
      margin-top: 8px;
  }
  .final-cta-btn:hover, .final-cta-btn:focus {
      background: #ff631d;
      color: #fff;
      text-decoration: none;
  }
  @media (max-width: 700px) {
      .final-cta-container {
          max-width: 100%;
          padding: 0 6px;
      }
      .final-cta-title {
          font-size: 1.2em;
      }
      .final-cta-btn {
          font-size: 1em;
          padding: 12px 18px;
      }
  }




.homepage .terms {
  margin-top: 0 !important;
}

.section-title {
 text-align: center;
 
}
.section-title h2 {
      color: #333;
      font-size: 2.2em;
      margin-bottom: 15px;
  }

  .section-title p {
     color: #666;
     font-size: 1.1em;
  line-height: 1.6em;
     margin: 0 auto;
  }

.area-container {
  max-width: 1100px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-section {
   padding: 30px 0 30px 0;
 background: #ff631d;
}

/*.area-section h2{
  color: #fff
}*/


.area-card p {
     color: #666;
     font-size: 1.1em;
  line-height: 1.6em;
     margin: 0 auto;
  }

.areas-list {
     color: #666;
     font-size: 1.1em;
  line-height: 1.6em;
     margin: 20px;
     list-style-type: disc;

  }
.area-content {
 display: flex;
 margin-top: 20px;
}

.area-cta {
 margin: 30px auto;
 width: 100%;
}

.area-text {
 flex: 65%;
 padding: 10px
}

.area-image {
 flex: 35%;
 
}

.area-image img {
 max-height: 400px;
 
}

 @media (max-width: 900px) {
    
    .hiw-container {
       max-width: 90%;
    }
      .hiw-steps {
          flex-direction: column;
          align-items: center;
         display: flex;
      }
      .step-card {
          max-width: 100%;
          min-width: 0;
          width: 100%;
      }
    

  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }

  
 
  .border-gray {
      border-color:#ced4da;
  }

#discount-form {
overflow: hidden;
transition: opacity 0.6s ease, max-height 0.9s ease;
opacity: 0;
max-height: 0;
pointer-events: none;
display: none; /* hide from layout initially */
}

#discount-form.show {
display: block;  /* or flex if needed */
opacity: 1;
max-height: 1000px;
pointer-events: auto;
}

#promotional_discount_code::placeholder {
text-transform: capitalize;
}

#saveMoneyButton {
height: 54px
}

#saveMoneyButton:hover,#saveMoneyButton:focus {

background-color: #6c757d !important;
}

.quote-card:hover {
  transform: none !important;
box-shadow: none !important;

 
}

.quote-card{
transition: none !important;
}

.quote-grid {
display: grid;
grid-template-columns: 3fr 6fr 3fr;
gap: 1rem;
align-items: stretch;
}

.quote-sidebar {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.quote-card img {
object-fit: cover;
}

.quote-trust-tags span {
background: #f8f9fa;
padding: 0.25rem 0.5rem;
border-radius: 999px;
font-size: 0.875rem;
}

.border-orange {
border-color: #ff631d;
}

.bg-orange {
background-color: #ffefe8; /* Softer background than solid orange */
}


.quote-price-box {
display: none; /* Hidden by default, shown only on mobile */
margin-bottom: 1rem;
}

/* Action buttons container padding */
.quote-action-buttons {
padding-right: 1rem;
}

@media (max-width: 767px) {
.quote-grid {
  display: block; /* stack vertically */
}

.quote-image,
.quote-middle,
.quote-sidebar {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center; /* center the image and some text */
}

.quote-trust-tags {
  justify-content: center !important; /* center trust badges */
}

.quote-sidebar {
  background-color: #ffefe8; /* keep orange bg */
  padding: 1rem;
}

.quote-price-box {
  display: block !important;
}

/* Center action buttons on mobile */
.quote-action-buttons {
  justify-content: center !important;
  gap: 1rem;
}

/* Show envelope button with text on mobile */
.quote-action-buttons a.btn-sm.d-flex.d-md-none {
  display: flex !important;
}

/* Hide wallet and envelope icon-only buttons on mobile */
.quote-action-buttons a.btn-sm.d-none.d-md-flex {
  display: none !important;
}
}

@media (min-width: 992px) {
/* Hide price box on desktop */
.quote-price-box {
  display: none !important;
}

/* Hide envelope button with text on desktop */
.quote-action-buttons a.btn-sm.d-flex.d-md-none {
  display: none !important;
}

/* Show envelope and wallet icon-only buttons on desktop */
.quote-action-buttons a.btn-sm.d-none.d-md-flex {
  display: flex !important;
}

/* Align action buttons to right on desktop */

}

/* Add to your CSS */
.quote-image {
position: relative;
}

.send-quote-btn {
display: inline-flex;
align-items: center;
line-height: 1.2;
padding: 0.25rem 0.5rem;
font-size: 0.75rem;
}

.send-quote-btn i {
font-size: 0.85rem;
margin-right: 0.25rem;
}

.send-quote-btn:hover {
transform: translateY(-1px);
}

/* Make the tooltip a bit larger */
.tooltip {
font-size: 0.85rem;
}

#quick-edit-form .form-control {
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.stairs-group {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
  opacity: 1;
  max-height: 1000px; /* Adjust based on your content */
}

.stairs-group[hidden],
.stairs-group.hidden {
  display: block !important;
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}


.text-truncate-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 2.5em;
}

.driver-profile-description {
line-height: 1.5rem;
height: 4.5rem; /* 3 lines */
}




.footer-action button {
transition: background-color 0.2s ease;
}

.footer-action button:hover {
background-color: #f8f9fa; /* Light grey */
}

.sendQuoteModal {
border-radius: 0px 0px 12px 0px
}

.driverProfileModal {
border-radius: 0px 0px 0px 12px
}

@media (max-width: 576px) {
 .footer-action {
   border-right: none !important
 }
 }
@media (min-width: 577px) {
 .footer-action {
   border-bottom: none !important
 }
 }

.bg-blue {
background-color: rgb(241, 245, 249);
}

.hero-ribbon {
top: 12px;
right: -35px;
transform: rotate(45deg);
background-color: #0d6efd; /* Bootstrap primary blue */
color: white;
padding: 4px 40px;
font-weight: bold;
font-size: 0.75rem;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
z-index: 2;
white-space: nowrap;
}

.small-sm {
font-size: 0.875em; /* same as Bootstrap's .small */
}

@media (min-width: 576px) {
.small-sm {
  font-size: 1rem; /* back to normal on sm+ screens */
}
}

.driver-score {
bottom: -0.75rem; 
transform: translateX(-50%); 
z-index: 3
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.driver-score {
  bottom: -0.5rem;
}
}
/*@media (min-width: 576px) {
.driver-score {
bottom: -0.50rem; 

}
}*/

select.no-chevron {
appearance: none;         /* Most modern browsers */
-webkit-appearance: none; /* Safari/Chrome */
-moz-appearance: none;    /* Firefox */
background-image: none;   /* In case there's a background arrow */
}

.quote-image {
min-height: 110px; /* Adjust based on your image size */
}

.bg-hero {
background-color: #ff631d;
color: #fff
}

.hero-text {
   color: #ff631d
}

.w-responsive {
width: 100%;
}
@media (min-width: 768px) {
/* https://getbootstrap.com/docs/5.3/layout/breakpoints/ */
/* sm=576, md=768, lg=992, xl=1200, xxl=1400 */
.w-responsive {
  width: 50%;
}
}
@media (min-width: 992px) {
/* https://getbootstrap.com/docs/5.3/layout/breakpoints/ */
/* sm=576, md=768, lg=992, xl=1200, xxl=1400 */
.w-responsive {
  width: 100%;
}
}

* { box-sizing: border-box; }
body {
    font: 16px;
}
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 12px;
}
input[type=text] {
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    max-height: 400px;
    overflow: auto;
    border: none;
    border-radius: 4px;
    left: 15px;
    right: 15px;
    margin-top: 5px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.25);
}
.autocomplete-items .addressItem {
    font-size: 1rem;
    color: #555;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.addressItem .top {
    font-size: 16px;
    font-weight: 700;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete-items .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ff631d; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 40%;
    top: 10%;
}

.error {
    position: absolute;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    max-height: 400px;
    overflow: auto;
    border: none;
    border-radius: 4px;
    left: 15px;
    right: 15px;
    margin-top: 5px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.25);
    background: #ddd;
    color: #000;
    padding: 10px;
}

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

span.label.label-default.helpModal.congestion-charge-zone-warning {
    padding: 10px 10px;
    background-color: #f00;
}

#quick-edit-form .text-left
{
    position: relative;
}

#quick-edit-form #collection_capture_autocomplete-list, #quick-edit-form delivery_capture_autocomplete-list
{
    position: absolute;
    width: 100%;
    left: 0px;
}

#postcode_collection .form-check
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 51px;
}

@media(max-width:762px) {
    #postcode_collection .form-check {
        top: 0px;
    }
}

@media(min-width:763px) and (max-width: 1200px) {
    #postcode_collection .form-check {
        top: 28px;
    }
}

button#start_new_enquiry {
    margin: 10px 0px 0px 0px;
}


/*CSS WE DEFINITELY NEED*/

.header.orange {
  background-color: #ff631d;

}

.backdrop-blur {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.stat-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

html {
font-size: 1rem; /* 16px base */
}

p {
font-size: 1rem;       /* 16px */
line-height: 1.5;
margin-bottom: 1rem;
}

h1 {
font-size: 2.5rem;     /* 40px */
line-height: 1.2;
}

h2 {
font-size: 2rem;       /* 32px */
line-height: 1.2;
}

h3 {
font-size: 1.75rem;    /* 28px */
line-height: 1.2;
}

h4 {
font-size: 1.5rem;     /* 24px */
line-height: 1.2;
}

h5 {
font-size: 1.25rem;    /* 20px */
line-height: 1.2;
}

h6 {
font-size: 1rem;       /* 16px */
line-height: 1.2;
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-blue {
  background-color: #f1f5f9;
}

.bg-orange {
  background-color: #ffefe8;
}

@media(min-width: 992px) {
  .navbar-expand-lg { 
    height: 80px;
  }
}


/*stop cards from bouncing */
.checkout-container .card:hover {
  transform: none;
  box-shadow: none;
}

#areas-banner {
  background-image: image-set( 
      url('../images/banners/boxes_1200x600.webp') type('image/webp'),
      url('../images/banners/boxes_1200x600.jpg') type('image/jpeg')
  );
}

@media (max-width: 767px) {
  #areas-banner {
      background-image: image-set( 
          url('../images/banners/boxes_700x350.webp') type('image/webp'),
          url('../images/banners/boxes_1200x600.jpg') type('image/jpeg')
      );
  }
}

@media (max-width: 1024px) {
  #areas-banner {
      background-image: image-set( 
          url('../images/banners/boxes_1024x512.webp') type('image/webp'),
          url('../images/banners/boxes_1200x600.jpg') type('image/jpeg')
      );
  }
}

.form-step .card:hover {
                
  transform: none;
  box-shadow: none;

            }