*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  font-family: "Poppins", serif;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Overpass", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: inherit;
}

#root,
#__next {
  isolation: isolate;
}
.text-primary {
  color: #0089D3 !important;
}
.bg-primary{
  background-color: #0089D3 !important;
}
.border-primary{
  border-color: #0089D3 !important;

}
.Poppins{
  font-family: "Poppins", serif !important;

}
.bg-compare-black{
  background-color: #252429 !important;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}
.fast-growing {
  width: 100%;
}
.bgc-1 {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  background-color: #fff;
  padding: 0px;
  position: relative;
  transition: all 2s;
}
.bgc-1 .color-1 {
  width: 20px;
  height: 227px;
  background-color: #0089d3;
}
@media screen and (max-width: 1081px) {
   .bgc-1 .color-1 {
    height: 273px;
  }
}
@media screen and (max-width: 769px) {
  .bgc-1 .color-1 {
    height: 345px;
  }
}
@media screen and (max-width: 401px) {
   .bgc-1 .color-1 {
    height: 450px;
  }
}
 .bgc-2 {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  background-color: #fff;
  padding: 0px;

  position: relative;
  transition: all 2s;
}
 .bgc-2 .color-2 {
  width: 20px;
  height: 227px;
  background-color: #252429;
}
@media screen and (max-width: 1081px) {
   .bgc-2 .color-2 {
    height: 273px;
  }
}
@media screen and (max-width: 769px) {
   .bgc-2 .color-2 {
    height: 345px;
  }
}
@media screen and (max-width: 401px) {
   .bgc-2 .color-2 {
    height: 450px;
  }
}
.meet-and-greet:before {
  content: "";
  position: absolute;
  background-color: #f1530a;
  width: 100%;
  height: 100%;
  top: 10px;
  z-index: -1;
  border-radius: 10px;
}
.park-and-ride-card::before {
  content: "";
  position: absolute;
  background-color: #f1530a;
  width: 100%;
  height: 100%;
  top: 10px;
  right: 10px;
  z-index: -1;
  border-radius: 10px;
}
.bg-smart {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 83 10 / var(--tw-bg-opacity, 1)) !important;
}
.smart-text-color{
  --tw-text-opacity: 1 !important;
    color: rgb(241 83 10 / var(--tw-text-opacity, 1)) !important;
}
.bg-smart-gradient{
  background: linear-gradient(1turn, #f1530a, #000);
}
.fast-growing .max-container {
  max-width: 1366px;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
.smart-input{
  background-color: white !important;
    border: none !important;
    box-shadow: 0 0 6px #0000004f !important;
    border-radius: 6px !important;
}
.smart-input:focus{
  background-color: white !important;
    border: none !important;
    box-shadow: 0 0 6px #0000004f !important;
    border-radius: 6px !important;
}
.form-control:focus{
  background-color: white !important;
    border: none !important;
    box-shadow: 0 0 6px #0000004f !important;
    border-radius: 6px !important;
}
.smart-label{
  font-size: 14px;
  font-weight: 700;
}
.ui-datepicker-header{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 83 10 / var(--tw-bg-opacity, 1)) !important;
  border: none;
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #F1530A;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 83 10 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 400;
  color: #fff;
}
.ui-datepicker-calendar thead{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 83 10 / var(--tw-bg-opacity, 1)) !important;
  color: white;
}
.ui-state-hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 83 10 / var(--tw-bg-opacity, 1)) !important;
}
.image-container {
  flex: 1.2;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  position: relative;
  height: 573px;
}

.image-container figure {
  background: rgb(255, 209, 1);
    clip-path: polygon(0px 0px, 98% 0%, 91% 100%, 0% 100%);
    height: 570px;
    position: relative;
}
.disc li{
  list-style: disc;
  padding: 8px 0px;
}
.image-container figure img {
  width: 98%;
    height: 100%;
    clip-path: polygon(0px 0px, 96% 0%, 92% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .image-container {
    display: none;
  }
}

.content-wrapper {
  flex: 1;
  padding: 0 40px;
}
.heading {
  padding: 30px 0 0;
}
.heading h2 {
  width: 560px;
  margin-left: auto;
  font-size: 2.3rem;
  color: #1b355e;
}
@media screen and (max-width: 993px) {
  .heading h2 {
    font-size: 2rem;
  }
  .search-form-intro {
    padding: 30px 0 !important;
  }
  .title-favicon {
    display: none !important;
  }
  .drop-off {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .drop-off .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.steps{
  height:auto !important;
}
  .pick-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pick-up .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 769px) {
  .heading h2 {
    width: 100% !important;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 577px) {
  .heading h2 {
    text-align: center;
    font-size: 1.3rem;
  }
}
.heading h2 span {
  display: block;
  text-align: center;
  color: #ff5b00;
}
@media screen and (max-width: 993px) {
  .heading h2 span {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .heading h2 span {
    display: inline;
  }
}
.list-container {
  padding: 0;
  position: relative;
}
.list-container .blue-dot {
  width: 7px;
  height: 7px;
  background-color: #1b355e;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  left: 22px;
}
@media screen and (max-width: 1150px) {
  .list-container .blue-dot {
    display: none;
  }
}
.list-container .blue-dot::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #676767;
  border-radius: 10px;
  position: absolute;
  top: -3px;
  left: -3px;
}
@media screen and (max-width: 1150px) {
  .list-container .blue-dot::before {
    display: none;
  }
}
.list-container li {
  padding-top: 20px;
  margin: 0 0 25px;
  position: relative;
}
.list-container li h3 {
  font-size: 1.2rem;
  color: #1b355e;
  margin-left: 70px;
}
@media screen and (max-width: 1150px) {
  .list-container li h3 {
    text-align: center;
    margin: 0;
  }
}
.list-container li .row {
  width: 90%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .list-container li .row {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
}
.list-container li .row .img-2 {
  width: 70px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .list-container li .row .img-2 {
    display: none;
  }
}
.list-container li .row .img {
  width: 70px;
  height: 45px;
}
@media screen and (max-width: 1150px) {
  .list-container li .row .img {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .list-container li .row .img {
    display: none;
  }
}
.list-container li .row p {
  flex: 5;
  color: #1b355e;
  margin-left: 20px;
}
@media screen and (max-width: 1150px) {
  .list-container li .row p {
    margin: 0;
  }
}
.list-container li::before {
  content: "";
  background-color: #ddd;
  width: 1px;
  height: 110px;
  position: absolute;
  top: -40px;
  left: 25px;
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  .list-container li::before {
    display: none;
  }
}

.how-works-container {
  width: 100%;
  height: auto;
  background-image: url("images/how-it-works-bg.png");
  background-size: contain;
}
.how-works-container .max-container {
  max-width: 1366px;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
}
.how-work-heading {
  width: 65%;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 1081px) {
  .how-work-heading {
    width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .how-work-heading {
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .how-work-heading {
    padding: 0 20px 30px;
  }
}
.how-work-heading h2 {
  font-size: 2.3rem;
  color: #1b355e;
}
@media screen and (max-width: 993px) {
  .how-work-heading h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .how-work-heading h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 577px) {
  .how-work-heading h2 {
    font-size: 1.3rem;
  }
}
.how-work-heading p {
  font-size: 1.1rem;
  color: #1b355e;
}

.steps-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 15px;
}
@media screen and (max-width: 992px) {
  .steps-container {
    flex-direction: column;
  }
}
.steps-container .single-step {
  flex: 1;
  margin-right: 15px;
  padding: 50px 30px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .steps-container .single-step img {
  width: 24%;
} */
.steps-container .single-step h2 {
  font-size: 1.1rem;
  color: #1b355e;
  margin-bottom: 10px;
}
.steps-container .single-step p {
  font-size: 0.87rem;
  color: #1b355e;
}
.steps-container .single-step:hover {
  box-shadow: 0 6px 20px 0 #000;
}