#loadingscreen {
  z-index: 999999;
}
#fleetlookup {
  position: relative;
}
#fleetlookup .close {
  position: absolute;
  top: 8em;
  right: 2em;
  width: 20px;
  height: 20px;
  z-index: 999999;
  cursor: pointer;
}
@media (max-width: 50em) {
  #fleetlookup .close {
    top: 4em;
  }
}
#fleetlookup .close .close-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fleetlookup .close .close-button::before,
#fleetlookup .close .close-button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
}
#fleetlookup .close .close-button::before {
  transform: rotate(45deg);
}
#fleetlookup .close .close-button::after {
  transform: rotate(-45deg);
}
#fleetlookup #fleetlookup-step2 {
  margin-top: -234px !important;
  margin-bottom: 0;
  z-index: 1101;
  position: relative;
}
#fleetlookup .fleet-content {
  position: relative;
  width: 100%;
  background: #000;
  font-size: 18px;
  font-family: "SuisseIntl-Light-WebS";
  padding-top: 4em;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content {
    font-size: 14px;
  }
}
#fleetlookup .fleet-content h1,
#fleetlookup .fleet-content h2,
#fleetlookup .fleet-content h3,
#fleetlookup .fleet-content h4,
#fleetlookup .fleet-content h5 {
  color: #fff;
  line-height: normal;
  font-family: "SuisseIntl-Light-WebS";
}

#fleetlookup .fleet-content p,
#fleetlookup .fleet-content table,
#fleetlookup .fleet-content span {
  color: #fff;
  line-height: normal;
  font-family: "SuisseIntl-Light-WebS";
}

#fleetlookup .fleet-content h1 {
  font-size: calc(1.2em + 3vw);
}
@media (min-width: 50em) {
  #fleetlookup .fleet-content h1 {
    font-size: 4em;
  }
}
#fleetlookup .fleet-content h2 {
  font-size: calc(1.5em + 2vw);
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  #fleetlookup .fleet-content h2 {
    font-size: 2.5em;
  }
}
#fleetlookup .fleet-content h3 {
  font-size: calc(0.6em + 1vw);
}
@media (min-width: 50em) {
  #fleetlookup .fleet-content h3 {
    font-size: 1.4em;
  }
}
#fleetlookup .fleet-content p,
#fleetlookup .fleet-content span {
  font-size: 20px;
}
#fleetlookup .fleet-content p.preamble,
#fleetlookup .fleet-content span.preamble {
  font-size: 2.6rem;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content p.preamble,
  #fleetlookup .fleet-content span.preamble {
    font-size: 2rem;
  }
}
#fleetlookup .fleet-content p.small,
#fleetlookup .fleet-content p.value,
#fleetlookup .fleet-content span.small,
#fleetlookup .fleet-content span.value {
  font-size: 1.5rem;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content p,
  #fleetlookup .fleet-content span {
    font-size: 18px;
  }
}
#fleetlookup .fleet-content table {
  border-collapse: collapse;
  width: 100%;
}
#fleetlookup .fleet-content tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
}
#fleetlookup .fleet-content thead tr {
  border-bottom: none;
}
#fleetlookup .fleet-content th {
  text-align: left;
  font-size: 1.2rem;
}
#fleetlookup .fleet-content td {
  font-size: 1.8rem;
  padding: 1.5rem 0;
}
#fleetlookup .fleet-content th,
#fleetlookup .fleet-content td {
  padding-right: 5rem;
}
#fleetlookup .fleet-content th:last-of-type,
#fleetlookup .fleet-content td:last-of-type {
  padding: 0;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content th,
  #fleetlookup .fleet-content td {
    padding-right: 2rem;
  }
}
#fleetlookup .fleet-content button {
  all: unset;
  cursor: pointer;
}
#fleetlookup .fleet-content .booking-button {
  display: inline-block;
  background: #ff6000;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 30px;
  position: sticky;
  left: 90%;
  top: 100px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 3;
  transition: background ease 0.3s;
}
#fleetlookup .fleet-content .booking-button:hover {
  background: #cc4d00;
  color: #fff;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content .booking-button {
    top: calc(90% - 50px);
    margin-bottom: 0;
  }
}
#fleetlookup .fleet-content section {
  min-height: 100vh;
  height: 100%;
  max-width: 1100px;
  width: 100%;
  padding: 0 2em 6em;
  overflow: hidden;
  margin: auto;
}
#fleetlookup .fleet-content section .inner {
  padding: 6rem 2rem;
}
@media (max-width: 350px) {
  #fleetlookup .fleet-content section .inner {
    padding: 6rem 0;
  }
}
#fleetlookup .fleet-content section#section-0 {
  background: url(/fleet/wp-content/themes/infobric-theme/assets/images/fleet/carbon-bg.png)
    center center no-repeat;
  position: relative;
  overflow-y: auto;
}
#fleetlookup .fleet-content section#section-0 h1 {
  text-align: center;
  flex: 0 1 100%;
}
#fleetlookup .fleet-content section#section-0 .slides {
  display: flex;
  margin-top: 4rem;
}
#fleetlookup .fleet-content section#section-1 {
  text-align: center;
  background: radial-gradient(
    ellipse,
    white 0%,
    white 0%,
    #3b3b3b 0%,
    #323232 0%,
    rgba(0, 0, 0, 0) 45%
  );
  background-position: 0 -18vh;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  background: url(/fleet/wp-content/themes/infobric-theme/assets/images/fleet/carbon-bg.png)
  center center no-repeat;
}
#fleetlookup .fleet-content section#section-1 h2 {
  font-size: calc(1.2em + 3vw);
}
@media (min-width: 50em) {
  #fleetlookup .fleet-content section#section-1 h2 {
    font-size: 4em;
  }
}
#fleetlookup .fleet-content section#section-1 h2,
#fleetlookup .fleet-content section#section-1 p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px !important;
}
#fleetlookup .fleet-content section#section-1 .animation-obd-tracker {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
}
#fleetlookup .fleet-content section#section-1 .animation-obd-tracker video {
  max-width: 100%;
}
#fleetlookup .fleet-content section#section-2 .inner > h2,
#fleetlookup .fleet-content section#section-2 .inner > p {
/*  max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-2 .inner > h2,
  #fleetlookup .fleet-content section#section-2 .inner > p {
    width: 100%;
  }
}
#fleetlookup .fleet-content section#section-2 .images {
  margin-top: 14rem;
  position: relative;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-2 .images {
    margin-top: 6rem;
  }
}
#fleetlookup .fleet-content section#section-2 .images > img {
  display: block;
  margin: auto;
}
#fleetlookup .fleet-content section#section-2 .animation-phone-text {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  max-width: calc(1100px * 1.6);
  min-height: 327px;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-2 .animation-phone-text {
    flex-direction: column;
    margin-top: 0;
    align-items: unset;
  }
}
#fleetlookup .fleet-content section#section-2 .animation-phone-text img {
  position: absolute;
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  img.phone-sticky-header {
  top: -10vh;
 /* right: 269px; */
  max-width: 277px;
  z-index: 2;
  left: 10em;
}
@media (max-width: 50em) {
  #fleetlookup
    .fleet-content
    section#section-2
    .animation-phone-text
    img.phone-sticky-header {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 254px;
  }
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .phone-mask {
  position: absolute;
  top: calc(-10vh + 9px);
 /* right: 286px; */
  max-width: 242px;
  max-height: 537px;
  border-radius: 32px;
  overflow: hidden;
  left: 11em;
}
@media (max-width: 50em) {
  #fleetlookup
    .fleet-content
    section#section-2
    .animation-phone-text
    .phone-mask {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 222px;
    max-height: 496px;
  }
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .phone-mask
  .scrollable-content {
  position: relative;
  max-width: 242px;
  z-index: -1;
  top: 10px;
}
@media (max-width: 50em) {
  #fleetlookup
    .fleet-content
    section#section-2
    .animation-phone-text
    .phone-mask
    .scrollable-content {
    max-width: 222px;
  }
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-wrapper {
  background: linear-gradient(to right, black, transparent);
  display: flex;
  align-items: center;
  position: absolute;
 /* width: 269px; */
 width: 336px;
  height: 600px;
  right: 11em;
  top: -10vh;
  overflow: hidden;
}
@media (max-width: 50em) {
  #fleetlookup
    .fleet-content
    section#section-2
    .animation-phone-text
    .text-wrapper {
    width: 100%;
    position: relative;
    overflow: visible;
    top: 4em;
    flex-direction: column;
  }
}
#fleetlookup .fleet-content section#section-2 .animation-phone-text .text-1,
#fleetlookup .fleet-content section#section-2 .animation-phone-text .text-2 {
  position: absolute;
  right: 0;
  max-width: 300px;
  width: 100%;
  padding: 0 2rem;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-2 .animation-phone-text .text-1,
  #fleetlookup .fleet-content section#section-2 .animation-phone-text .text-2 {
    max-width: 100%;
    position: relative;
    overflow: visible;
  }
}
#fleetlookup .fleet-content section#section-2 .animation-phone-text .text-1 p,
#fleetlookup .fleet-content section#section-2 .animation-phone-text .text-2 p {
  color: #df7d3d;
  font-family: "SuisseIntl-Book-WebS";
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-1
  p:first-of-type,
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-1
  p.small.headline,
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-2
  p:first-of-type,
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-2
  p.small.headline {
  font-family: "SuisseIntl-Bold-WebS";
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-1
  p:not(.small),
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-2
  p:not(.small) {
  margin-bottom: 2rem;
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-1
  .text-border,
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-2
  .text-border {
  height: 1px;
  width: 90px;
  background: #df7d3d;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-2 .animation-phone-text .text-2 {
    border-top: 1px solid #df7d3d;
    padding-top: 2em;
    margin-top: 2em;
    -moz-column-count: 2;
    column-count: 2;
    max-height: 400px;
  }
  #fleetlookup
    .fleet-content
    section#section-2
    .animation-phone-text
    .text-2
    .text-column {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
#fleetlookup
  .fleet-content
  section#section-2
  .animation-phone-text
  .text-2
  p.heading {
  -moz-column-span: all;
  column-span: all;
}
#fleetlookup .fleet-content section#section-2 .car-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-2 .car-background {
    display: none !important;
  }
}
#fleetlookup .fleet-content section#section-3 {
  max-width: 100%;
  background: url(../images/fleet/map-data.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-3 {
    background-size: 250%;
  }
}
#fleetlookup .fleet-content section#section-3 .text {
  padding-top: 3em;
  max-width: 550px;
  margin: auto;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-3 .text {
    padding-top: 0;
  }
}
#fleetlookup .fleet-content section#section-4 {
  background: radial-gradient(
    ellipse,
    white 0%,
    white 0%,
    #3b3b3b 0%,
    #323232 0%,
    rgba(0, 0, 0, 0) 45%
  );
  max-width: 1100px;
  width: 100%;
  padding: 4em 2em;
  display: flex;
  align-items: center;
  position: relative;
  background: url(/fleet/wp-content/themes/infobric-theme/assets/images/fleet/carbon-bg.png)
  center center no-repeat;
}
#fleetlookup .fleet-content section#section-4 .columns {
  display: flex;
  flex-direction: column;
}
#fleetlookup .fleet-content section#section-4 div[class^="column-left"] {
  padding-right: 6em;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-4 div[class^="column-left"] {
    margin-bottom: 4em;
    text-align: center;
  }
}
#fleetlookup .fleet-content section#section-4 .column-right {
  position: relative;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-4 .column-right {
    margin-top: 6rem;
  }
}
#fleetlookup .fleet-content section#section-4 .column-right .phone-background {
  width: 420px;
  height: 713px;
  z-index: 1;
  position: relative;
  background: linear-gradient(0deg, black 0%, black 7%, rgba(0, 0, 0, 0) 40%);
}
@media (max-width: 50em) {
  #fleetlookup
    .fleet-content
    section#section-4
    .column-right
    .phone-background {
    width: 320px;
  }
}
#fleetlookup .fleet-content section#section-4 .column-right .phone-mask {
  position: relative;
  overflow: hidden;
  height: 690px;
  width: 420px;
  position: absolute;
  top: 20px;
  border-radius: 75px 75px 0 0;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-4 .column-right .phone-mask {
    width: 320px;
  }
}
#fleetlookup
  .fleet-content
  section#section-4
  .column-right
  .phone-mask
  .scrollable-phone-content {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 0;
}
#fleetlookup .fleet-content section#section-4 .column-right img {
  max-width: 420px;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content section#section-4 {
    flex-direction: column;
  }
  #fleetlookup .fleet-content section#section-4 div[class^="column-left"] {
    padding: 0;
  }
  #fleetlookup .fleet-content section#section-4 img {
    width: 100%;
  }
}
#fleetlookup .fleet-content .categories .category {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
}
#fleetlookup .fleet-content .categories .category::after {
  content: "";
  position: absolute;
  right: 0;
  height: 10px;
  width: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateX(-20px) rotate(-45deg);
  transition: transform ease 0.3s;
}
#fleetlookup .fleet-content .categories .category:hover {
  cursor: pointer;
}
#fleetlookup .fleet-content .categories .category:hover::after {
  transform: translateX(-10px) rotate(-45deg);
}
#fleetlookup .fleet-content .categories .category:last-of-type {
  border: none;
}
#fleetlookup .fleet-content .categories .category .number {
  font-size: 5rem;
  padding-right: 3rem;
  min-width: 70px;
  text-align: right;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content .categories .category .number {
    font-size: 4rem;
  }
}
#fleetlookup .fleet-content .categories .category__name {
  font-size: 3.5rem;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content .categories .category__name {
    font-size: 2.5rem;
  }
}
#fleetlookup .fleet-content .slide-out {
  width: 100%;
  opacity: 1;
  transition: all ease 0.3s;
}

#fleetlookup .fleet-content .slide-out p, #fleetlookup .fleet-content span.goBack{
  font-family: "SuisseIntl-SemiBold-WebS";

}


#fleetlookup .fleet-content .slide-out.hide {
  transform: translateX(-100%);
  opacity: 0;
}
#fleetlookup .fleet-content .slide-in {
  width: 100%;
  position: absolute;
  left: 100%;
  transition: all ease 0.3s;
  opacity: 0;
}
#fleetlookup .fleet-content .slide-in.show {
  left: 0;
  opacity: 1;
}
#fleetlookup .fleet-content .slide-in .goBack {
  cursor: pointer;
  max-width: 1100px;
  width: 100%;
  padding: 0 2em;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
#fleetlookup .fleet-content .slide-in .goBack::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translate(-15px, 15px);
  transition: all ease 0.3s;
}
#fleetlookup .fleet-content .slide-in .goBack:hover::before {
  transform: rotate(45deg) translate(-20px, 20px);
}
#fleetlookup .fleet-content .slide-in .vehicles {
  max-width: 1100px;
  width: 100%;
  padding: 0 2em;
  overflow-y: auto;
  max-height: 60vh;
}
#fleetlookup .fleet-content .slide-in .vehicles table {
  min-width: 600px;
}
#fleetlookup .fleet-content .slide-in .vehicles table td {
  min-width: 70px;
}
#fleetlookup .fleet-content .slide-in .vehicles .warning {
  width: 0;
  height: 0;
  margin: 0 1.5rem;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 18px solid #ff4646;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#fleetlookup .fleet-content .slide-in .vehicles .warning::after {
  content: "!";
  font-size: 1rem;
  position: absolute;
  top: 3px;
}
#fleetlookup .fleet-content .statuses {
  margin-top: 1rem;
}
#fleetlookup .fleet-content .statuses .status {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  position: relative;
  margin-bottom: 1rem;
}
#fleetlookup .fleet-content .statuses .status.linked::after {
  content: "";
  position: absolute;
  right: 0;
  height: 10px;
  width: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateX(-20px) rotate(-45deg);
  transition: transform ease 0.3s;
}
#fleetlookup .fleet-content .statuses .status.linked:hover {
  cursor: pointer;
}
#fleetlookup .fleet-content .statuses .status.linked:hover::after {
  transform: translateX(-10px) rotate(-45deg);
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content .statuses .status {
    flex-direction: column;
    text-align: center;
  }
  #fleetlookup .fleet-content .statuses .status::after {
    top: 50%;
  }
}
#fleetlookup .fleet-content .statuses .status__content span {
  font-size: 3.5rem;
}
@media (max-width: 50em) {
  #fleetlookup .fleet-content .statuses .status__content span {
    font-size: 2.5rem;
  }
}
#fleetlookup .fleet-content .statuses .status .icon__green {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  margin: 0 4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00e361;
}
#fleetlookup .fleet-content .statuses .status .icon__green::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 20px;
  top: 35%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
#fleetlookup .fleet-content .statuses .status .icon__red {
  width: 0;
  height: 0;
  margin: 0 4rem;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 60px solid #ff4646;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fleetlookup .fleet-content .statuses .status .icon__red::after {
  content: "!";
  font-size: 2.5rem;
  font-weight: 900;
  position: absolute;
  top: 18px;
}
.safari-fix {
  width: 100% !important;
}
.scroll-down-icon-wrapper {
 /* display: none; */
  position: fixed;
  bottom: 1em;
  left: 1em;
  width: 30px;
  height: 50px;
  z-index: 9999;
  overflow: hidden;
}
.scroll-down-icon-wrapper .arrow {
  top: 0px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: translateY(-40px);
}
.scroll-down-icon-wrapper .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(-45deg);
}
.scroll-down-icon-wrapper .arrow:first-of-type::after,
.scroll-down-icon-wrapper .arrow:last-of-type::after {
  border-left: 2px solid #b8b8b8;
  border-bottom: 2px solid #b8b8b8;
}
.scroll-down-icon-wrapper .arrow.first {
  top: 0;
  -webkit-animation: scrollDown 3s ease-in-out infinite;
  animation: scrollDown 3s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.scroll-down-icon-wrapper .arrow.second {
  top: 10px;
  -webkit-animation: scrollDown 3s ease-in-out infinite;
  animation: scrollDown 3s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.scroll-down-icon-wrapper .arrow.third {
  top: 20px;
  -webkit-animation: scrollDown 3s ease-in-out infinite;
  animation: scrollDown 3s ease-in-out infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  16% {
    opacity: 1;
    transform: translateY(0);
  }
  32% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}
@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  16% {
    opacity: 1;
    transform: translateY(0);
  }
  32% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}



/* new */

#fleetlookup .fleet-content section#section-2 .float-l {
    float: left;
}

#fleetlookup .fleet-content section#section-2 .float-r {
    float: right;
}

#fleetlookup .fleet-content section#section-4 .columns {
    display: flex;
  }
  
  #fleetlookup .fleet-content section#section-4 .column {
    flex: 50%;
  }


/* sista */
#fleetlookup .fleet-content section#section-4 .column-left-1,.column-left-2  {
    position: fixed;
    max-width: 50%;
    top: 30%;
}

#fleetlookup .fleet-content section#section-4 .column-right {
    position: fixed !important;
    right: 0;
    top: 20%;
}

/* RESP */
@media (max-width: 50em) {

    /* FÖRSTA */

    #fleetlookup .fleet-content section#section-4 .column-right {
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
    }
    
    #fleetlookup .fleet-content section#section-4 .column-right .phone-background {
       /* width: 320px; */
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        max-width: 254px;
      }

      #fleetlookup .fleet-content section#section-4 .column-right .phone-mask {
        width: 260px;
        left: 50%;
        transform: translateX(-50%);
        max-height: 320px; 
        border-radius: 25px 25px 0 0;
      }  
      #fleetlookup .fleet-content section#section-4 .column-right .phone-mask .scrollable-phone-content {
        position: absolute;
        top: -20px;
        right: 0;
        z-index: 0;
      }
    #fleetlookup .fleet-content section#section-2 .text-wrapper {
        right: auto !important;
    }
    /* SISTA */
    #fleetlookup .fleet-content section#section-4 .column-left-1,.column-left-2  {
        position: relative !important;
        max-width: 100%;
        top: 30%;
    }
    
    #fleetlookup .fleet-content section#section-4 .column-right {
        position: relative !important;
        right: 0;
        top: 20%;
    }
    /* KNAPPEN */
    #fleetlookup .fleet-content .booking-button {
        top: calc(98% - 50px);
        margin-bottom: 30px;
        margin-right: 30px;
      }
}