.bannerHeaderPersonal {
  background-image: url("../Images/personal-vehicles-banner.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerHeaderBusiness {
  background-image: url("../Images/business-vehicles-banner1.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerHeader {
  background-image: url("../Images/BannerMain.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerHeader .wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.bannerHeader .wrapper .bannerBorder {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 200px;
  height: 180px;
  width: 76%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .bannerHeader .wrapper .bannerBorder {
    width: 95%;
  }
  .bannerHeader .wrapper .bannerBorder span {
    width: 95%;
  }
}
.bannerHeader .wrapper .bannerBorder .heading {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  font-family: "Baloo Tamma 2", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .bannerHeader .wrapper .bannerBorder .heading {
    font-size: 50px;
  }
}
.bannerHeader .wrapper .sub-head {
  margin: 2rem 0 1rem 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Baloo Tamma 2", sans-serif;
}
.bannerHeader .wrapper .input-container {
  padding-bottom: 2rem;
}
.bannerHeader .wrapper .input-container > form {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.bannerHeader .wrapper .input-container > form > div.form-item {
  margin-right: 1rem;
  width: 280px;
  height: 45px;
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
}
.bannerHeader .wrapper .input-container > form > div.form-item input {
  width: 75%;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  font-family: "Nunito", sans-serif;
  color: #54565a;
}
.bannerHeader .wrapper .input-container > form > div.form-item label {
  display: none;
}
.bannerHeader .wrapper .input-container .form-actions {
  padding: 0;
}
.bannerHeader .wrapper .input-container .form-actions .button {
  width: 111px;
  height: 45px;
  background: #002856;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #fff;
  padding: 0;
}
.bannerHeader .wrapper .input-container .form-actions .button:hover {
  background-color: #ec7700;
}

.breadcrumbContainer {
  margin: 2rem 0;
}
.breadcrumbContainer .breadCrumb {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.breadcrumbContainer .breadCrumb span {
  font-size: 14px;
  color: #54565a;
  display: flex;
  font-family: "Nunito", sans-serif;
}
.breadcrumbContainer .breadCrumb span a {
  font-size: 14px;
  color: #54565a;
  display: flex;
  font-family: "Nunito", sans-serif;
}
.breadcrumbContainer .breadCrumb span a:hover {
  color: #ec7700;
}
.breadcrumbContainer .breadCrumb span img {
  margin: 0 1rem;
}
.breadcrumbContainer .breadCrumb span:nth-child(2) {
  display: none;
}

.resultContainer .wrapper {
  width: 90%;
  margin: 0 auto;
}
.resultContainer .wrapper h4 {
  font-size: 60px;
  font-weight: 700;
  color: #002856;
  font-family: "Baloo Tamma 2", sans-serif;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper h4 {
    font-size: 45px;
  }
}
.resultContainer .wrapper .result {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result {
    flex-direction: column;
  }
}
.resultContainer .wrapper .result .left {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result .left {
    width: 100%;
  }
}
.resultContainer .wrapper .result .left .productDetailEzydrive {
  display: flex;
  flex-direction: column;
}
.resultContainer .wrapper .result .left .productName {
  font-size: 30px;
  font-weight: 700;
  color: #00aeaa;
  margin-bottom: 1rem;
  font-family: "Baloo Tamma 2", sans-serif;
  line-height: 1;
}
.resultContainer .wrapper .result .left .productModals {
  font-size: 20px;
  color: #54565a;
  width: 370px;
  margin-bottom: 0.5rem;
  font-family: "Baloo Tamma 2", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result .left .productModals {
    width: 100%;
  }
}
.resultContainer .wrapper .result .left .productDetail {
  font-size: 20px;
  color: #54565a;
  width: 370px;
  margin-bottom: 1rem;
  font-family: "Baloo Tamma 2", sans-serif;
}
.resultContainer .wrapper .result .left .payment {
  font-size: 35px;
  font-weight: 700;
  color: #ec7700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
}
.resultContainer .wrapper .result .left .payment-sub {
  font-size: 30px;
  font-weight: 600;
  color: #ec7700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 1rem;
}
.resultContainer .wrapper .result .left .offer {
  font-size: 20px;
  font-weight: 700;
  color: #54565a;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
}
.resultContainer .wrapper .result .left .date {
  font-size: 20px;
  font-weight: 700;
  color: #002856;
  font-family: "Nunito", sans-serif;
  margin-bottom: 2rem;
}
.resultContainer .wrapper .result .left a {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  padding: 15px 24px;
  background: #00aeaa;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  border-radius: 30px;
  font-family: "Baloo Tamma 2", sans-serif;
  margin-bottom: 30px;
}
.resultContainer .wrapper .result .left a span {
  font-size: 15px;
  margin-right: 10px;
  font-family: "Baloo Tamma 2", sans-serif;
}
.resultContainer .wrapper .result .left a:hover {
  background-color: #ec7700;
}
.resultContainer .wrapper .result .right {
  width: 60%;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result .right {
    width: 100%;
  }
}
.resultContainer .wrapper .result .right img {
  width: 700px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result .right img {
    margin-top: 2rem;
  }
}
.resultContainer .wrapper .result .right .gas {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #ec7700;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result .right .gas {
    padding: 6px 14px;
  }
}
.resultContainer .wrapper .result .right .gas img {
  width: 25px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result .right .gas img {
    margin-top: 0;
    width: 20px;
  }
}
.resultContainer .wrapper .result .right .gas span {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultContainer .wrapper .result .right .gas span {
    font-size: 15px;
  }
}

#block-fleetpartners-theme-truckindividualwhatsincludednz .description {
  width: 100%;
}
#block-fleetpartners-theme-truckindividualwhatsincludednz .leasePackages {
  gap: 2rem;
}

#block-fleetpartners-theme-truckindividualwhatsincluded .leasePackages {
  gap: 2rem;
}

.leasePackageIncludes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 3rem;
}
.leasePackageIncludes .heading {
  font-size: 30px;
  font-weight: 700;
  color: #00aeaa;
  margin: 0 0 1rem 0;
  font-family: "Baloo Tamma 2", sans-serif;
}
.leasePackageIncludes .description {
  font-size: 15px;
  width: 30%;
  text-align: center;
  color: #54565a;
  margin: 0 auto 3rem auto;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .leasePackageIncludes .description {
    width: 100%;
  }
}
.leasePackageIncludes .leasePackages {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .leasePackageIncludes .leasePackages {
    width: 100%;
    gap: 3rem;
    flex-wrap: wrap;
  }
}
.leasePackageIncludes .leasePackages .packageItem {
  display: flex;
  flex-direction: column;
  display: flex;
  line-height: 1;
  margin-top: 20px;
  align-items: center;
  width: 8%;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .leasePackageIncludes .leasePackages .packageItem {
    width: 30%;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .leasePackageIncludes .leasePackages .packageItem {
    margin: 1.3rem;
    margin-right: 1.3rem;
    min-height: 170px;
  }
}
.leasePackageIncludes .leasePackages .packageItem p {
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .leasePackageIncludes .leasePackages .packageItem p {
    line-height: 1;
    margin-top: 20px;
  }
}
.leasePackageIncludes .leasePackages .packageItem span {
  font-size: 18px;
  font-weight: 700;
  color: #002856;
  margin-top: 1rem;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .leasePackageIncludes .leasePackages .packageItem span {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .leasePackageIncludes .leasePackages .packageItem span {
    font-size: 14px;
    line-height: 1;
  }
}
.leasePackageIncludes .leasePackages .packageItem img {
  width: 120px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .leasePackageIncludes .leasePackages .packageItem img {
    width: 65px;
  }
}
.leasePackageIncludes .leasePackages .packageItem:last-child {
  margin-right: 0;
}

.latestOffersBlock {
  margin-top: 3rem;
}
.latestOffersBlock .wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .latestOffersBlock .wrapper {
    grid-template-columns: 1fr;
  }
}
.latestOffersBlock .wrapper .offer-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
  position: relative;
  max-width: -moz-min-content;
  max-width: min-content;
  height: 620px;
}
.latestOffersBlock .wrapper .offer-item .item-top {
  margin: 1.5rem 1.5rem 0 1.5rem;
}
.latestOffersBlock .wrapper .offer-item .item-top .heading {
  margin: 0 0 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #00aeaa;
  font-family: "Baloo Tamma 2", sans-serif;
}
.latestOffersBlock .wrapper .offer-item .item-top .model {
  margin: 0;
  font-size: 15px;
  color: #54565a;
  width: 70%;
  margin: 0 0 0.5rem 0;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .latestOffersBlock .wrapper .offer-item .item-top .model {
    width: 100%;
    margin-top: 1rem;
  }
}
.latestOffersBlock .wrapper .offer-item .item-top .model .productDetailEzydrive {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}
.latestOffersBlock .wrapper .offer-item .heading {
  margin: 0 0 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #00aeaa;
  font-family: "Baloo Tamma 2", sans-serif;
}
.latestOffersBlock .wrapper .offer-item .model {
  margin: 0;
  font-size: 15px;
  color: #54565a;
  width: 70%;
  margin: 0 0 0.5rem 0;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .latestOffersBlock .wrapper .offer-item .model {
    width: 100%;
    margin-top: 1rem;
  }
}
.latestOffersBlock .wrapper .offer-item .image {
  padding: 0px 1.5rem;
  margin-bottom: 1rem;
}
.latestOffersBlock .wrapper .offer-item .image img {
  min-width: 350px;
  max-width: 350px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .latestOffersBlock .wrapper .offer-item .image img {
    min-width: 250px;
    max-width: 250px;
    aspect-ratio: 3/2;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.latestOffersBlock .wrapper .offer-item .item-bottom {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.latestOffersBlock .wrapper .offer-item .item-bottom .inner-item-bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.latestOffersBlock .wrapper .offer-item .item-bottom .inner-item-bottom .offer {
  font-size: 15px;
  color: #54565a;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
}
.latestOffersBlock .wrapper .offer-item .item-bottom .inner-item-bottom .date {
  font-size: 15px;
  color: #54565a;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Nunito", sans-serif;
}
.latestOffersBlock .wrapper .offer-item .item-bottom .inner-item-bottom .payment {
  font-size: 30px;
  color: #ec7700;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
}
.latestOffersBlock .wrapper .offer-item .item-bottom .inner-item-bottom .payment-sub {
  font-size: 15px;
  color: #ec7700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 1.5rem;
}
.latestOffersBlock .wrapper .offer-item .item-bottom .inner-item-bottom a {
  text-decoration: none;
  padding: 12px 24px;
  background: #002856;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #002856;
}
.latestOffersBlock .wrapper .offer-item .item-bottom .inner-item-bottom a span {
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  font-family: "Baloo Tamma 2", sans-serif;
}
.latestOffersBlock .wrapper .offer-item .offer {
  font-size: 15px;
  color: #54565a;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
}
.latestOffersBlock .wrapper .offer-item .date {
  font-size: 15px;
  color: #54565a;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Nunito", sans-serif;
}
.latestOffersBlock .wrapper .offer-item .payment {
  font-size: 30px;
  color: #ec7700;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.latestOffersBlock .wrapper .offer-item .payment-sub {
  font-size: 15px;
  color: #ec7700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 1.5rem;
}
.latestOffersBlock .wrapper .offer-item a {
  text-decoration: none;
  padding: 12px 24px;
  background: #002856;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.latestOffersBlock .wrapper .offer-item a span {
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  font-family: "Baloo Tamma 2", sans-serif;
}
.latestOffersBlock .wrapper .offer-item a:hover {
  background-color: #ec7700;
}
.latestOffersBlock .wrapper .offer-item .gas {
  position: absolute;
  top: 1.5rem;
  right: 0;
  padding: 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #ec7700;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .latestOffersBlock .wrapper .offer-item .gas {
    padding: 6px;
  }
}
.latestOffersBlock .wrapper .offer-item .gas img {
  width: 30px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.latestOffersBlock .wrapper .offer-item .gas span {
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  max-width: 50px;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .latestOffersBlock .wrapper .offer-item .gas span {
    margin-left: 0px;
  }
}
.latestOffersBlock .wrapper .offer-item:hover .item-bottom {
  background: #ec7700;
}
.latestOffersBlock .wrapper .offer-item:hover .item-bottom .inner-item-bottom .offer {
  color: #fff;
}
.latestOffersBlock .wrapper .offer-item:hover .item-bottom .inner-item-bottom .date {
  color: #fff;
}
.latestOffersBlock .wrapper .offer-item:hover .item-bottom .inner-item-bottom .payment {
  color: #fff;
}
.latestOffersBlock .wrapper .offer-item:hover .item-bottom .inner-item-bottom .payment-sub {
  color: #fff;
}

.contact-us {
  background: #002856;
  margin-top: 3rem;
}
.contact-us .wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-us .wrapper {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.contact-us .wrapper .left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-right: 20rem;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-us .wrapper .left {
    width: 100%;
    margin-right: 0px;
    justify-content: center;
    text-align: center;
  }
}
.contact-us .wrapper .left .inner-left {
  width: 70%;
}
.contact-us .wrapper .left .inner-left .sub-heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 1rem 0;
  font-family: "Nunito", sans-serif;
}
.contact-us .wrapper .left .inner-left .heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: "Baloo Tamma 2", sans-serif;
}
.contact-us .wrapper .left .inner-left .second-heading {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-family: "Baloo Tamma 2", sans-serif;
}
.contact-us .wrapper .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-us .wrapper .right {
    width: 100%;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
}
.contact-us .wrapper .right .tel {
  background: #fff;
  color: #002856;
  border-radius: 30px;
  margin-right: 2rem;
  font-family: "Baloo Tamma 2", sans-serif;
  padding: 15px;
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-us .wrapper .right .tel {
    width: -moz-max-content;
    width: max-content;
    margin-right: 0px;
  }
}
.contact-us .wrapper .right .tel:hover {
  background-color: #ec7700;
  color: #fff;
}
.contact-us .wrapper .right .contact {
  padding: 16px 24px 10px 24px;
  background: #00aeaa;
  color: #002856;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 700;
}
.contact-us .wrapper .right .contact::after {
  content: "\e803";
  font-family: "fontello";
  margin-left: 8px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: "bold";
}
.contact-us .wrapper .right .contact img {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-us .wrapper .right .contact {
    width: -moz-max-content;
    width: max-content;
  }
}
.contact-us .wrapper .right .contact span {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
  font-family: "Baloo Tamma 2", sans-serif;
}
.contact-us .wrapper .right .contact:hover {
  background-color: #ec7700;
}

.banner-two {
  background: #d9d9d9;
  padding: 5rem 0;
}
.banner-two .wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .banner-two .wrapper {
    flex-direction: column;
  }
}
.banner-two .wrapper .left {
  width: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .banner-two .wrapper .left {
    width: 100%;
  }
}
.banner-two .wrapper .left .heading {
  font-size: 20px;
  font-weight: 700;
  color: #00aeaa;
  margin: 0 0 2rem 0;
  font-family: "Baloo Tamma 2", sans-serif;
}
.banner-two .wrapper .left .description {
  width: 80%;
  color: #54565a;
  font-size: 15px;
  margin: 0 0 1rem 0;
  font-family: "Nunito", sans-serif;
}
.banner-two .wrapper .left .items .item {
  margin-bottom: 1rem;
  list-style: none;
  display: flex;
}
.banner-two .wrapper .left .items .item img {
  color: #54565a;
  margin-right: 15px;
}
.banner-two .wrapper .left .items .item span {
  color: #54565a;
  font-size: 15px;
  font-family: "Baloo Tamma 2", sans-serif;
}
.banner-two .wrapper .left .items .item:last-child {
  margin-bottom: 0;
}
.banner-two .wrapper .right {
  width: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .banner-two .wrapper .right {
    width: 100%;
  }
}
.banner-two .wrapper .right img {
  width: 100%;
}

.result {
  margin-top: 3rem;
}
.result .wrapper {
  width: 90%;
  margin: 0 auto;
}
.result .reult-item {
  border-bottom: 1px dashed #54565a;
  padding: 2rem 0;
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .result .reult-item {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.result .reult-item .left {
  width: 50%;
}
.result .reult-item .left > img {
  width: 85%;
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .result .reult-item .left > img {
    width: 100%;
    aspect-ratio: unset;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .result .reult-item .left {
    width: 90%;
    margin: 0 auto;
  }
}
.result .reult-item .right {
  width: 50%;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #54565a;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .result .reult-item .right {
    width: 90%;
    margin: 0 auto;
  }
}
.result .reult-item .right .heading {
  font-size: 20px;
  font-weight: 700;
  color: #00aeaa;
  font-family: "Baloo Tamma 2", sans-serif;
  margin: 0 0 1rem 0;
}
.result .reult-item .right .link {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #54565a;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.result .reult-item .right .description {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #54565a;
  font-weight: 400;
  margin: 0;
}

.disclaimer {
  margin-bottom: 1rem;
}
.disclaimer .wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
.disclaimer .wrapper .bold {
  font-size: 12px;
  font-weight: 700;
  color: #54565a;
  font-family: "Nunito", sans-serif;
}
.disclaimer .wrapper p,
.disclaimer .wrapper span {
  font-size: 12px;
  color: #54565a;
  font-family: "Nunito", sans-serif;
}

.page-node-type-miles-vehicle .letuscallyou #block-letuscallyou div .hubspot-form-wrapper div div p {
  display: block;
}
.page-node-type-miles-vehicle .letuscallyou #block-letuscallyou div h4:last-of-type, .page-node-type-miles-vehicle .letuscallyou #block-letuscallyou div p {
  display: none;
}

.letuscallyou {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .letuscallyou {
    margin-top: 2rem;
  }
}
.letuscallyou > div > div {
  text-align: center;
}
.letuscallyou > div > div h3 {
  color: #002856;
  font-weight: 700;
  font-size: 30px;
  font-family: "Baloo Tamma 2", sans-serif;
}
.letuscallyou > div > div h4 {
  color: #54565a;
  font-size: 20px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  margin-bottom: 3rem;
}
.letuscallyou > div > div > div {
  text-align: left;
}

#block-importantinformationezydrive .disclaimer .bold {
  color: #54565a;
  font-weight: 700;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
#block-importantinformationezydrive .disclaimer span {
  color: #54565a;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}

.privacy-statement-nz {
  max-width: 500px;
  margin: 4rem auto 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .privacy-statement-nz {
    padding: 0 1rem;
  }
  .privacy-statement-nz h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  h4 ins strong {
    font-size: 20px;
  }
}

#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article),
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) {
  position: relative;
  height: 280px;
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) article,
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) article {
  height: 100%;
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) div,
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) div {
  height: 100%;
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) div div,
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) div div {
  height: 100%;
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) div div img,
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) div div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) h1:has(span),
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) p:has(span),
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) h1:has(span),
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) p:has(span) {
  display: none;
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) h1,
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) h1 {
  position: absolute;
  top: 33%;
  left: 6rem;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  font-family: "Baloo Tamma 2", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) h1,
  #block-fleetpartners-theme-vehiclerangesoffersau div:has(article) h1 {
    left: 2rem;
    font-size: 30px;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) h1,
  #block-fleetpartners-theme-vehiclerangesoffersau div:has(article) h1 {
    left: 6rem;
    font-size: 35px;
    width: 66%;
  }
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) p,
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article) p {
  position: absolute;
  top: 63%;
  left: 6rem;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Baloo Tamma 2", sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #block-fleetpartners-theme-vehiclerangesoffersnz div:has(article) p,
  #block-fleetpartners-theme-vehiclerangesoffersau div:has(article) p {
    top: 77%;
    left: 2rem;
  }
}
#block-fleetpartners-theme-vehiclerangesoffersnz div:has(article)::before,
#block-fleetpartners-theme-vehiclerangesoffersau div:has(article)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6rem;
  height: 60%;
  width: 60%;
  border-bottom-right-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #block-fleetpartners-theme-vehiclerangesoffersnz div:has(article)::before,
  #block-fleetpartners-theme-vehiclerangesoffersau div:has(article)::before {
    left: 2rem;
    height: 70%;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  #block-fleetpartners-theme-vehiclerangesoffersnz div:has(article)::before,
  #block-fleetpartners-theme-vehiclerangesoffersau div:has(article)::before {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  #block-fleetpartners-theme-vehiclerangesoffersnz div:has(article)::before,
  #block-fleetpartners-theme-vehiclerangesoffersau div:has(article)::before {
    width: 75%;
  }
}

#block-fleetpartners-theme-truckindividualheaderbanner {
  width: 100%;
  position: relative;
}
#block-fleetpartners-theme-truckindividualheaderbanner .desktop-banner {
  height: 320px;
  overflow: hidden;
}
#block-fleetpartners-theme-truckindividualheaderbanner .desktop-banner:has(img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#block-fleetpartners-theme-truckindividualheaderbanner .main-header {
  margin-left: 5%;
  border-width: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: rgb(255, 255, 255);
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-style: solid;
  border-top-right-radius: 150px;
  height: 237px;
  width: 74.5%;
  border-bottom-right-radius: 150px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
}
#block-fleetpartners-theme-truckindividualheaderbanner .main-header h1 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-family: "Baloo Tamma 2", sans-serif;
  font-size: 46px;
  line-height: 24px;
  font-style: normal;
  width: 90%;
  padding-left: 0;
}
#block-fleetpartners-theme-truckindividualheaderbanner h1 {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: "Baloo Tamma 2", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  width: 90%;
  margin-bottom: 1rem;
  padding-left: 6rem;
  position: absolute;
  top: 75%;
}

#block-fleetpartners-theme-content .main-container {
  width: 100%;
}

#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA {
  background-color: rgb(0, 40, 86);
  margin-top: 0;
  padding-top: 1rem;
  padding-right: 5%;
  padding-bottom: 1rem;
  padding-left: 5%;
  display: flex;
  align-items: center;
  min-height: 228px;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .left-section-CTA {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .left-section-CTA .left-section-content {
  width: 76%;
  margin-right: 25px;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .left-section-CTA .left-section-content .main-header {
  margin-bottom: 1rem;
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .left-section-CTA .left-section-content .header-desc {
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-family: "Baloo Tamma 2", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .left-section-CTA .left-section-content .sub-header {
  font-size: 35px;
  color: rgb(255, 255, 255);
  font-family: "Baloo Tamma 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2px;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .right-section-CTA {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  width: 100%;
  padding-right: 8%;
  justify-content: flex-end;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .right-section-CTA .call-button {
  font-family: "Baloo Tamma 2", sans-serif;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
  color: rgb(0, 40, 86);
  background-color: rgb(255, 255, 255);
  padding-bottom: 10px;
  border-radius: 3.125rem;
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .right-section-CTA .call-button:hover {
  cursor: pointer;
  background-color: rgb(236, 119, 0);
  color: rgb(255, 255, 255);
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .right-section-CTA .contact-us-button {
  font-family: "Baloo Tamma 2", sans-serif;
  font-weight: 700;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 17px;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 174, 170);
  padding-bottom: 10px;
  border-radius: 3.125rem;
  border-color: rgb(0, 174, 170);
}
#block-fleetpartners-theme-truckindividualctaarea .main-container-CTA .right-section-CTA .contact-us-button:hover {
  cursor: pointer;
  background-color: rgb(236, 119, 0);
}

#block-fleetpartners-theme-truckindividualprivacystatement {
  max-width: 500px;
  margin: 4rem auto 0 auto;
}
#block-fleetpartners-theme-truckindividualprivacystatement .privacy-header {
  color: rgb(0, 174, 170);
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: "Baloo Tamma 2", sans-serif;
}
#block-fleetpartners-theme-truckindividualprivacystatement .privacy-desc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(84, 86, 90);
  font-family: "Nunito", sans-serif;
}

#block-fleetpartners-theme-truckindividualletuscallyou {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
#block-fleetpartners-theme-truckindividualletuscallyou .let-us-header {
  color: #002856;
  font-weight: 700;
  font-size: 30px;
  font-family: "Baloo Tamma 2", sans-serif;
  text-align: center;
}
#block-fleetpartners-theme-truckindividualletuscallyou .let-us-sub-header {
  color: #54565a;
  font-size: 20px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  margin-bottom: 3rem;
  text-align: center;
}

#block-fleetpartners-theme-truckindividualletuscallyounz {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
#block-fleetpartners-theme-truckindividualletuscallyounz .let-us-header {
  color: #002856;
  font-weight: 700;
  font-size: 30px;
  font-family: "Baloo Tamma 2", sans-serif;
  text-align: center;
}
#block-fleetpartners-theme-truckindividualletuscallyounz .let-us-sub-header {
  color: #54565a;
  font-size: 20px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  margin-bottom: 3rem;
  text-align: center;
}

#block-fleetpartners-theme-truckindividualwhatsincludedinafully .icon-label {
  text-align: center;
}

.page-node-type-client-page .ssa-fe-invisible-component:hover::after,
.page-node-type-client-page-au .ssa-fe-invisible-component:hover::after {
  content: none !important;
}

body.page-node-type-client-page-au .global-header-container,
body.page-node-type-client-page-au .footer-container,
body.page-node-type-client-page-au .disclaimer-copyright {
  display: none;
}

body.page-node-type-client-page-au .client-page-au-footer-container {
  display: block !important;
}

body.page-node-type-client-page-au .client-page-au-disclaimer-copyright {
  display: block !important;
}

body.page-node-type-client-page-au nav.coh-container:has(ul.coh-breadcrumb) {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .page-node-type-client-page .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a,
  .page-node-type-client-page-au .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a {
    color: rgb(84, 86, 90);
    transition: background-color 300ms ease;
    display: flex;
    font-size: 1rem;
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    font-weight: 400;
    align-items: center;
    font-family: "Nunito", sans-serif;
    border-width: 0.0625rem;
    border-bottom-style: dashed;
    border-color: rgb(84, 86, 90);
  }
  .page-node-type-client-page .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a::after,
  .page-node-type-client-page-au .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a::after {
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    font-variant: normal;
    margin-left: auto;
    content: "\e80b";
    font-family: fontello;
    transform: rotateZ(0deg);
    transition: 300ms ease transform;
    font-size: 2.1875rem;
  }
  .page-node-type-client-page .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a::after:hover,
  .page-node-type-client-page-au .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a::after:hover {
    color: rgb(236, 119, 0);
  }
  .page-node-type-client-page .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a:hover,
  .page-node-type-client-page-au .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title > a:hover {
    color: rgb(236, 119, 0);
  }
  .page-node-type-client-page .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title.is-active > a::after,
  .page-node-type-client-page-au .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title.is-active > a::after {
    transform: rotateZ(180deg);
    content: "\e80c";
    color: rgb(236, 119, 0);
  }
  .page-node-type-client-page .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title:hover,
  .page-node-type-client-page-au .client-page-au-mobile-tabs-op > .coh-accordion-tabs-content-wrapper > .coh-accordion-title:hover {
    color: rgb(236, 119, 0);
  }
}/*# sourceMappingURL=style.css.map */