*,
::after,
::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-word;
}

*:focus{
    outline: none !important;
}

/* fonts */
@font-face {
    font-family: 'mulilight';
    src: url('../img/self-serve/fonts/muli-light-webfont.woff2') format('woff2'),
        url('../img/self-serve/fonts/muli-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'muliregular';
    src: url('../img/self-serve/fonts/muli-webfont.woff2') format('woff2'),
        url('../img/self-serve/fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulisemibold';
    src: url('../img/self-serve/fonts/muli-semibold-webfont.woff2') format('woff2'),
        url('../img/self-serve/fonts/muli-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulibold';
    src: url('../img/self-serve/fonts/muli-bold-webfont.woff2') format('woff2'),
        url('../img/self-serve/fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'muliextrabold';
    src: url('../img/self-serve/fonts/muli-extrabold-webfont.woff2') format('woff2'),
         url('../img/self-serve/fonts/muli-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.font-bold {
    /* font-family: 'mulibold' !important; */
    background-color: #C6E3FF;
    color:#090909;
}

.font-extra-bold {
    /* font-family: 'muliextrabold' !important; */
    background-color: #C6E3FF;
    color:#090909;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type=text],
input[type=tel],
input[type=email],
textarea {
    -webkit-appearance: none;
    appearance: none;
}

html {
    min-height: -webkit-fill-available;
}

html,
body{
    height: 100%;
}

body {
    font-family: 'muliregular';  
    min-height: -webkit-fill-available; 
}

/* .bg__banner {
  background: #68AEF2 url('../img/portrait.svg') 50% 50% no-repeat;
  background-size: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1030;
  pointer-events: none;
  display: none;
  z-index: 1030;
}


@media screen and (orientation:landscape)
and (min-device-width: 319px) 
and (max-device-width: 920px) {
  .bg__banner{
      display: block;
    }
} */



.mb-15{
    margin-bottom: 15px;
}

.text-danger{
    color: red !important;
}

/* btn css */


.btn {
    background-color: #68aef2;
    border: solid 1px #68aef2;
    display: block;
    border-radius: 8px;
    width: 100%;
    padding: 6px 12px;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.16);
    font-family: 'mulisemibold';
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.btn:focus {
    outline: none;
}

.ripple {
    position: relative;
    overflow: hidden;
}

.ripple::after {
    content: '';
    background: #cae0f7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.ripple:active::after {
    height: 5px;
    width: 5px;
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}


.spinner {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    display: none;
  }

  .spinner.show {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .spinner-border {
    display: block;
    width: 2rem;
    height: 2rem;
    border: 0.25em solid #090909;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
  }
  
  @-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  

.mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail{
    margin: 0 0 0 auto;
}


.hide {
    display: none !important;
}

.home_btn {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 12px;
    background: #fff;
    z-index: 999;
    top: 10px;
    left: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header-inner {
  padding: 5px;
}
.logo {
  margin-left: -2px;
}
.logo img {
  width: 90px;
}


.wrapper{
    height: 100%;
}

.map-container {
    /* height: calc(100% - 155px); */
    position: relative;
    background-color: #ffffff;
    height: 100%;
    /* height: 100vh; */
}

.map-container.touch-action,
.map-box {
    -ms-touch-action: none;
        touch-action: none;
}

/* 
    iframe{
        position: absolute;
        width: 100%;
        height: 100%;
    } */


.welcome {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    /* z-index: 999; */
    position: relative;
    z-index: 100;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, #fff), color-stop(146%, #bfe0ff));
    background: -o-linear-gradient(top, #fff -3%, #bfe0ff 146%);
    background: linear-gradient(to bottom, #fff -3%, #bfe0ff 146%);
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    height: 100%;
}

.welcome__center {
    /* display: grid;
    align-items: center;
    height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    /* height: 100vh; */
    padding: 10px 40px;
}

.welcome__heder--title {
    font-family: 'mulibold';
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    color: #090909;
}

.welcome__header .logo {
    width: 210px;
    height: 60px;
    margin: 10px auto 5px;
}

.welcome__header img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}

.welcome__header p {
    font-family: 'muliregular';
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #090909;
}

.shuttle-grapic {
    padding: 40px 0 45px;
}

.shuttle-grapic img {
    margin: auto;
}

.welcome__content--info{
    padding-bottom: 30px;
}



.welcome__content--info p {
    font-family: 'mulisemibold';
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #090909;
}



.welcome__body .req_shuttle_btn {
    margin-bottom: 15px;
}


.welcome__body .mask-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'mulisemibold';
    font-size: 11px;
    line-height: 16px;
    color: #6a6e7b;
    margin-top: 10px;
}

.welcome__body .mask-info img{
    margin-right: 5px;
}

.welcome__body .mask-info .learn-more{
    color: #68aef2;
    text-decoration: underline;
}

.welcome__footer {
    margin: 12px -20px 0;
}


.welcome__footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.welcome__footer .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.welcome__footer .shuttle-logo .text-default {
    font-family: 'mulisemibold';
    font-size: 11px;
    line-height: 2.55;
    text-align: left;
    color: #6a6e7b;
}

.welcome__footer .shuttle-logo img {
    width: 110px;
}

.terms {
    text-align: right;
}

.terms a {
    font-family: 'mulibold';
    font-size: 13px;
    line-height: 2.15;
    text-align: center;
    color: #68aef2;
}

.terms span {
    font-family: 'mulisemibold';
    font-size: 12px;
    color: #787b87;
}

.location__banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.location__banner.show {
    display: flex;
}

.location__bannerCard {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
    width: 400px;
    max-width: 100%;
}

.location__bannerCard h4 {
    font-family: 'mulibold';
    font-size: 14px;
    line-height: 1.2;
    color: #090909;
    text-align: center;
    margin-bottom: 5px;
}

.location__bannerCard p {
    font-family: 'mulisemibold';
    font-size: 12px;
    line-height: 1.2;
    color: #6A6E7B;
    text-align: center;
}

.location__bannerCard img{
    margin: 10px 0;
}

.shuttle-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 12px 12px 0 0;
    z-index: 99;
    /* -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0); */
    /* -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
        transition: all .5s ease;       */
}

.shuttle-container.top-0,
.shuttle-container.transform {
    top: 0;       
    border-radius: 0;
    /* -webkit-animation: bottomToTop .5s linear;       
            animation: bottomToTop .5s linear; */
}


@-webkit-keyframes bottomToTop{
    from {
        -webkit-transform: translateY(60%);
                transform: translateY(60%);
    }

    to {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}


@keyframes bottomToTop{
    from {
        -webkit-transform: translateY(60%);
                transform: translateY(60%);
    }

    to {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}

.shuttle-container .scrollbar-track-y,
.shuttle-container .scrollbar-thumb {
    width: 3px;
}

.shuttle-container .scrollbar-thumb {
    background: rgba(0, 0, 0, 0.16)
}

.shuttle-container .scrollbar-track{
    background: #ffffff;
}



.swipe-up-down {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 70px;
    right: 0;   
    z-index: 1; 
}

.shuttle-card-box {
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.04);
    border-radius: 12px 12px 0 0;
    /* padding: 10px 20px; */
}

.card-open{
    border-radius: 0;
}

.shuttle-card-box .btn-sm {
    position: absolute;
    top: -70px;
    left: 8px;
    cursor: pointer;
}

.gm-style .gm-style-iw-t::after{
    top: -1px !important;
}

.gm-style-iw-tc::after{
    display: none;
}


#notes{
    min-height: 60px;
}

.shuttle-card-box.btn-box .btn-sm {
    /* top: -95px; */
}


.shuttle-card-box .location {
    left: auto;
    right: 15px;
}

.location.disabled svg path{
    fill: #B0BCCC;
}

/* .back__btn,
.btn-sm,
.guest-back-btn */
.location{
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.location.disabled:before {
    content: 'Locate Me';
    background: #FFFFFF;
    border: 1px solid #EFF1F4;
    width: 112px;
    position: absolute;
    right: 25px;
    z-index: -1;
    padding: 10px 12px;
    font-family: 'mulisemibold';
    font-size: 14px;
    line-height: 1.3;
    color: #090909;
    border-radius: 12px 0 0 12px;
}

.swipe-toggle,
.swipe-btn {
    width: 52px;
    height: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.swipe-toggle{
    display: none !important;
}

.card {
    /* padding-top: 15px; */
}

.card-header,
.guest-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px;
    background-color: #C6E3FF;
    /* border-radius: 12px 12px 0 0;     */
}

.card-header {
    padding: 16px;
}

.guest-form-header.bg-white{
    background-color: #ffffff;
    border-radius: 0 !important;
    padding: 15px 16px 20px !important;
}

.form-header .guest-back-btn{
    margin: 0 15px 0 -5px;
}

.card-header .swipe-toggle{
    background-color: #ffffff;
}


.guest-form-header.bg-white .swipe-toggle{
    background-color: #e4e7eb;
    margin-bottom: 0;
}

.card-header .title {
    /* margin-left: 8px; */
    /* margin-top: 10px; */
}


.route__search {
    background: #FFFFFF url('../img/self-serve/search-icon.svg') no-repeat 10px 50%;
    background-size: 21px;
    border: 1px solid #68AEF2;
    border-radius: 8px;
    width: 100%;
    padding: 12px 12px 12px 40px;
    font-size: 14px;
    line-height: 18px;
    color: #B0BCCC;
}

.card-header h3,
.guest-form-header h3 {
    font-family: 'mulibold';
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #444444;
    margin-bottom: 0;
}

.guest-form-header h3{
    /* color: #090909; */
}


.guest-form-header.bg-white h3{
    color: #090909;
}

.card-header h4,
.card-header p {
    font-family: 'muliregular';
    font-size: 15px;
    line-height: 22px;
    color: #6a6e7b;
}

.card-header p {
    color: #ffffff;
}

.card-header .search-icon{
    /* position: absolute;
    top: 25px;
    right: 10px; */
    width: 50px;
    cursor: pointer;
    margin-left: auto;
    margin-right: -5px;
    position: relative;
    top: 3px;
}

/* .card .card-header .dropdown{
    margin-top: 5px;
} */

/* .card-header .dropdown{
    margin-left: auto;
}

.dropdown a{
    display: flex;
    align-items: center;
    font-size: 17px;

    font-weight: bold;
  
    font-stretch: normal;
  
    font-style: normal;
  
    line-height: 1.24;
  
    letter-spacing: normal;
  
    text-align: left;
  
    color: #090909;
}

.dropdown a .icon{
    display: inline-flex;
}

.dropdown .icon{
    margin-right: 5px;
}

.dropdown .icon.arrow{
    margin-right: 0;
    margin-left: 10px;
} */

.stops {
    /* margin-top: 28px; */
    padding: 0 15px;
}

.route-card-open .stops{
    padding: 0;
}

.route-list-footer{
    margin: 25px 0 20px;
}

.stops h4{
    /* font-family: 'mulibold';
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin: 20px 0 8px; */
}

.stops h5{
    font-family: 'mulibold';
    font-size: 12px;
    line-height: 1;
    color: #090909;
    margin-bottom: 8px;
    /* padding-left: 15px; */
}

.stops .saperator{
    padding-top: 15px;
}

.destination{
    margin: 15px 0 8px;
}

.search-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    padding-bottom: 10px;
}


.search-header h4{
    font-family: 'mulibold';
  font-size: 17px;
  line-height: 22px;
  color: #090009;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-header .close{
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.search-header .back__btn{
    margin-left: -10px;
    cursor: pointer;
}

.scrollbar {
    /* -webkit-overflow-scrolling: touch; */
    /* height: 360px; */    
    /* height:calc(100vh - 100px); */
    /* height:calc(100vh - 280px); */
    /* padding: 0 15px; */
    /* overflow-y: auto;  */
    
}

.scrollbar .destination{
    margin-top: 0;
}

.scrollbar ul li.active{
    padding: 12px 12px;
}

/* .scrollbar ul{
    height:calc(100vh - 170px)
} */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.16);
}

.stops ul {
    list-style: none;
    position: relative;
}

.dynamic-stops{
    padding: 0 16px;
}

.dynamic-stops ul {
    padding-left: 50px !important;    
}

.scrollbar-content{
    padding-right: 10px;
}

.routes-info {
    margin-bottom: 5px;
}

.routes-info .routes-info-box {
    /* display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 10; */
    
}

.transform .card {
    padding-top: 0;
}

.transform .stop-UI {
    display: none;
}

.stop-pickup{
    /* padding: 15px 15px 0; */
    padding: 0 15px 0;
}

.routes-info .routes-info-box {    
    margin: 0 -15px 25px;
}


.routes-info ul{
    margin-top: 15px;
}


.routes-info .swipe-btn {
    margin-bottom: 15px;
}

/*.routes-info li::before {
    content: '';
    position: absolute;
    display: block;
    border: 1px dotted #b0bccc;
    height: 100%;
    left: 11px;
    z-index: -1;
    top: 0;
}

 .routes-info li:first-child::after,
.routes-info li:last-child::after  {
    background: #fff;
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    left: 11px;
    z-index: -1;
}

.routes-info li:first-child::after {
    top:0
}

.routes-info li:last-child::after {
    bottom: -2px;
} */

.search-box {
    position: relative;
    margin-bottom: 15px;
    padding: 12px 15px 0;
    /* display: none; */
}

.dynamic-stops .search-box {
    margin-bottom: 0;
}

.dynamic-stops .search-header .back__btn {
    margin-left: -6px;
}

.search-box .swipe-toggle{
    background: #e4e7eb;    
}

.search-box .searchbox{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 2px 0 0 5px;
}

.search-box .search {
    font-family: 'muliregular';
    font-size: 14px;
    line-height: 18px;
    color: #090909;
    border-radius: 8px;
    border: solid 1px #68aef2;
    background: #ffffff url('../img/self-serve/search-icon.svg') no-repeat 8px 50%;
    width: 100%;
    padding: 12px 35px;
}

.search-box .search:focus {
    border: solid 1px #68aef2;
    outline: none;
}

#clear-search {
    background: #ffffff url(../images/icons/ic-route-cross.svg) no-repeat 50% 50%;
    background-size: 10px;
    width: 30px;
    height: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#clear-search.show {
    opacity: 1;
    visibility: visible;
}

.route-card-open .route-list-footer{
    padding: 0 15px;
    /* position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1; */
}

.not-found-stops {
    display: none;
}

.stop__not-found {
    text-align: center;
    padding: 85px 15px 0;
    height: calc(100vh - 170px);
}

.des__not--found {
    /* margin-top: -20px; */
    text-align: center;
}

.des__not--found,
.stop__not-found h5 {
    font-family: 'mulisemibold';
    font-size: 16px;
    color: #6A6E7B;
    line-height: 22px;
    margin-bottom: 20px;
}

.stop__not-found p {
    font-family: 'mulisemibold';
    font-size: 14px;
    color: #444444;
    line-height: 1;
}
.stop__not-found p a {
    color: #68AEF2;
    text-decoration: underline;
}

.stops li,
.more-stop,
.distance {
    font-family: 'muliregular';
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #6A6E7B;
    padding: 12px 0;
    cursor: pointer;
}

.stops li .text{
    /* position: relative; */
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: 'mulisemibold';
    font-size: 14px;
    line-height: 20px;
    color: #6a6e7b;
}

.dynamic-stops li .text{
    color: #101010;
}

.distance{
    position: absolute;
    right: 0;
    margin-left: auto;
    padding: 0;
    line-height: 16px;
}

.stops .stop-select:not(:last-of-type) {
    border-bottom: solid 1px #eff1f4;
}

.stops .stop-select{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;   
}

.stops .stop-select.active{
    background: rgba(241, 248, 255, 0.5);
    border: 2px solid #68AEF2 !important;
    /* margin: 0 -15px;
    padding: 12px 15px; */
    margin: 0;
    padding: 12px 5px 12px 10px;
    border-radius: 5px;
}

.stop-select.active .distance,
.stop-select.active .view__more,
.stop-select.active .view__less {
    right: 15px;
}

.scrollbar.mCustomScrollbar .stop-list-info {
    display: flex;
    flex-direction: column;
    padding: 0 10px 0 15px;
}

.stop-select.active .distance, 
.stop-select.active .view__more,
.stop-select.active .view__less {
    right: 10px;
}

.dynamic-stops .stop-list-info {
    margin-left: 15px;
}

.scrollbar.mCustomScrollbar .destination  {
    padding-left: 15px;
}

.stops .stop-select.active svg .d1{
    fill: #68AEF2;
}

.stops .stop-select.active svg .d2{
    fill:#ffffff
}

.stops .stop-select.active .route-no{
    color: #ffffff;
}

.stops .stop-select img{
    margin-right: 5px;
}

.stops .stop-select .unselect_icon{
    position: relative;
    margin-right: 5px;
    height: 22px;
}

.dynamic-stops .stop-select .unselect_icon{
    position: absolute;
    left: -50px;
}

.dynamic-stops .stop-select.active .unselect_icon {
    left: -38px;
}

.route-description-card .title {
    font-family: 'mulisemibold';
    font-size: 14px;
    line-height: 1.2;
    color: #6A6E7B;
    display: block;
    padding-right: 55px;
}

.dynamic-stops .stop-select.active .unselect_icon {
    left: -52px;
}

.google-icon{
    margin-top:5px;
}

.dynamic-search-box .back__btn {
    display: none;
}

.dynamic-search-box {
    background: #C6E3FF;
    border-radius: 15px 15px 0px 0px;
}

.view__all {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #68AEF2;
    padding-bottom: 15px;
    cursor: pointer;
}

.route-description.overflow{
    overflow: hidden;
    pointer-events: none;
}

.route-description.overflow .scrollbar-track{
    display: none !important;
}

.route-description.overflow .scroll-content{
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
}

.route-description{
    padding-top: 5px;
    max-height: 180px;
    overflow-y: auto;
    /* margin-bottom: 12px; */
}

.route-description .mCSB_container{
    padding-right: 5px;
}


.route-description .scroll-content {
    padding: 0 10px 30px 0;
}

.route-description,
.route-description p strong{
    font-family: 'muliregular';
    font-size: 12px;
    line-height: 18px;
    color: #6A6E7B;
}

.dynamic-stops .route-description,
.dynamic-stops .route-description p strong{
    font-size: 12px;
    line-height: 1.3;
}

.dynamic-stops .route-description-card .title {
    color: #101010;
}

.dynamic-stops .distance {
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
}
.route-description p strong {
    font-family: 'mulibold';
}

.route-description p,
.route-description li{
    font-family: 'muliregular';
    font-size: 12px;
    color: #6A6E7B;
    line-height: 1.3;
    margin-bottom: 5px;    
}

.route-description a{
    color: #68AEF2;
    text-decoration: underline;
}

.route-description ul{
    list-style: disc;
    padding-left: 20px;
}

.route-description ol {
    list-style: decimal;
    padding-left: 20px;
}

.route-description li{
    padding: 0;
}


.route-description.showlesscontent .SecSec, 
.route-description.showlesscontent .readLess,
.route-description.showmorecontent .readMore {
    display: none;
}

.view__more,
.view__less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: 'muliregular';
    font-size: 10px;
    color: #68AEF2;
    line-height: 1.4;
        position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 10;
}

.view__more img,
.view__less img{
    width: 14px;
    margin-right: 0 !important;
    margin-top: 4px;
}

.view__less img{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-top: 2px;
}


.route-no{
    font-family: 'mulisemibold';
    font-size: 8px;
    color: #090909;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18px;
}

.stops .border-bottom-0 {
    /* border-bottom: none !important; */
}

.stops-pickup .stop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* .routes-info li{
    display: flex;
    align-items: center;
} */

.more-stop {
    font-family: 'mulibold';
    font-size: 12px;
    line-height: 16px;
    color: #68aef2;
    display: block;
    text-align: center;
    /* margin-bottom: 8px; */
}

.more-stop img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.routes {
    /* display: flex;
    align-items: flex-start;
    max-width: 300px; */
}

.routes .icon {
    /* position: relative;
    display: inline-flex;
    margin-right: 7px;
    min-width: 24px; */
}

.routes .pick-up,
.routes .drop-off {
    /* font-family: 'muliregular';
    font-size: 15px;
    line-height: 2.67;
    color: #090909; */
}

.routes .selected {
    /* font-family: 'mulisemibold';
    font-size: 17px;
    line-height: 1.2;
    color: #090909;
    flex: 1; */
}


.routes-info-box.stop-UI {
    /* position: absolute;
    top: -42px; */
    -webkit-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.04);
    background-color: #f2f2f2;
    /* left: 0;
    right: 0; */
    padding: 10px 20px;
    /* z-index: -1; */
    border-radius: 12px 12px 0 0;
    margin: -25px -20px 8px;
}

.routes-info-box.stop-UI .fill_white {
    fill: #ffffff;
}

.routes-info-box .edit-btn {
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 22px;
    color: #fd7750;
    cursor: pointer;
    margin-left: auto;
}

.stop-pickup .btn {
    margin-bottom: 20px;
}

.guest-form-details {
    /* padding-top: 15px; */
    /* padding: 0 15px; */
}

.guest-form-details .guest-form-header {    
    padding:26px 16px;
    /* padding-bottom: 15px; */
    /* margin: 0 -15px; */
}

.guest-form-header .swipe-toggle{
    margin-bottom: 15px;
}

.form-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.form-header h3{
    /* color: #ffffff; */
}

.guest-form-header .close_btn{
    position: relative;
    z-index: 1;
    cursor: pointer;
}


.form-section{
    padding: 18px 16px;
}

.card-open .form-section{
    padding: 10px 15px 20px;
}

.form-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -10px
}

.intl-tel-input .selected-flag .iti-arrow{
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #090909;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
    height: 8px;
    right: 4px;
    margin-top: -5px;
}

.intl-tel-input .selected-flag .iti-arrow.up{
    border-bottom: 2px solid #090909;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text]{
    padding-left: 52px;
}

.intl-tel-input .country-list .country,
.intl-tel-input .country-list .country-name {
    font-family: 'mulisemibold';
    color: #090909;
}

/* .nice-select .current{
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    display: block;
}

@media (min-width:321px) and (max-width:375px){
    .nice-select .current{
        width: 90px;
    }
}


.nice-select:after{
    border-bottom: 2px solid #090909;
    border-right: 2px solid #090909; 
    width: 10px;
    height: 10px;
    margin-top: -5px;       
} */

.guest-form-details .btn{
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .alert-error {
    font-family: 'muliregular';
    font-size: 12px;
    line-height: 16px;
    color: #F64E60;
}

/* request_submitted */

.request_submitted .card-header{    
    background: #C6E3FF;
    padding: 26px 16px 9px;
    /* padding-bottom: 12px; */
}

.request_submitted .title{
    /* display: flex;
    align-items: center; */
}

.request_submitted .title h3{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* color: #090909; */
}

.request_submitted .eta_time{
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 20px;
    color: #a5a5a5;
    margin-left: auto;
}

.request_submitted .eta_time strong{
    font-size: 18px;
    line-height: 1.2;
    color: #090909;
}

.request_submitted .title p{
    font-family: 'muliregular';
    font-size: 12px;
    line-height: 15px;
    color: #444444;
    margin-top: 2px;
}

.slider-animation {
    background: #EFF1F4;
    height: 5px;
    overflow: hidden;
}

.ver-line {
    width: 60px;
    height: 5px;
    background: #68AEF2;
    border-radius: 7px;
    display: block;
    position:relative;
    -webkit-animation: moveLeftRight 1.4s linear infinite;
            animation: moveLeftRight 1.4s linear infinite;
}

@-webkit-keyframes moveLeftRight{
     from { left: 0;}
  to {left:100%}
}

@keyframes moveLeftRight{
  from { left: 0;}
  to {left:100%}
}

.stops-routes-status{
    padding: 20px 16px 3px;
}

.routes-status-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    /* padding: 10px 15px; */
}

.routes-status-info .icon{
    min-width: 30px;
    margin-right: 12px;
    /* margin-top: 4px;
    margin-right: 10px; */
}

.routes-status-info .icon img{
    margin: 0 auto;
}


.status-info h4{
    font-family: 'mulibold';
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    color: #090909;
}

.status-info span,
.status-info p{
    font-family: 'mulisemibold';
    font-size: 12px;
    line-height: 15px;
    color: #6a6e7b;
}

.status-info p span{
    color: #292929;
}

.stops-info-box{
    background-color: #eff1f4;
    padding:20px;
}

.stops-info-box ul{
    position: relative;
}

.stops-info-box ul::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 0;
    width: 1px;
    height: calc(100% - 10px);
    background: rgba(112, 112, 112, 0.36);
}

.stops-info-box ul li{
    position: relative;
    list-style: none;
    font-family: 'mulisemibold';
    font-size: 15px;
    line-height: 20px;
    color: #6a6e7b;
    padding-left: 20px;
}

.stops-info-box ul li .icon{
    position: absolute;
    left: -3px;
    width: 16px;
    display: block;
    z-index: 1;
}
.stops-info-box ul li svg{
    width: 16px;
}

/* .stops-info-box ul li::before{
    content: '';
    width: 16px;
    height: 20px;
    background: url("../img/self-serve/ic-stop-selected.svg") no-repeat 50% 50%/100%;
    position: absolute;
    top: 3px;
    left: 0;
    margin-left: -3px;
    z-index: 1;
} */

.stops-info-box ul li:not(:last-of-type){
    padding-bottom: 15px;
}

.stops-info-box ul li:last-child::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 5px;    
    background: #eff1f4;
    width: 1px;
    height: calc(100% - 10px);
}

.driver-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.driver-info .driver-details{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.driver-info .driver-name,
.tip-details .text{
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 20px;
    color: #6a6e7b;
}   

.tip-details .text{
    margin-bottom: 12px;
}

.driver-info strong,
.tip-details .driver-name{
    color: #090909;
}

.driver-info .shuttle-no{
    font-family: 'mulisemibold';
    font-size: 15px;
    line-height: 22px;
    color: #090909;
    margin-top: 15px;
}

.driver-info .shuttle-no img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.stops-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #EFF1F4;
    padding: 22px 16px;
}

.cancel-btn,
.call-btn,
.share-loc {
    font-family: 'mulibold';
    font-size: 12px;
    line-height: 16px;
    color: #fd7750;
    text-transform: uppercase;
}

.call-btn,
.share-loc{
    color: #68aef2;
}

.call-btn img,
.share-loc img{
    display: inline-block;
    vertical-align: -8px;
    margin-right: 5px;
}



  /* color: #7c7f8b; */

/* .ver-progress,
.ver-progress .bar {
    position: absolute;
    background: #eff1f4;
    top: 0;
    left: 8px;
    height: 100%;
    width: 3px;
}

.ver-progress .bar {
    background: rgba(42, 170, 96, 0.53);
    left: 0;
} */

/* 
.stops-routes-status::before{
    background-color: black;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
} */

/* .stops-routes-status .stops-routes {
    position: relative;
}

.stops-routes-status .stops-routes:not(:last-of-type) {
    padding-bottom: 15px;
}

.stops-routes.noborder::before {
    content: '';
    background: #fff;
    width: 3px;
    height: 100%;
    position: absolute;
    left: -2px;
}

.stops-routes .routes-status-icon {
    width: 20px;
    height: 20px;
    background-color: #eff1f4;
    position: absolute;
    top: 0;
    left: -8px;
    border-radius: 50%;
    margin-left: -3px;
    transition: all .3s ease;
}


.stops-routes.active .routes-status-icon {
    background-color: #2aaa60;
    border: solid 2px #d4eedf;
    transform: scale(1.4);
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

.stops-routes .routes-status-icon.status-done {
    transform: scale(1);
}

.stops-routes.active .routes-status-icon::after {
    content: '';
    height: 8px;
    width: 4px;
    transform-origin: left top;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 4px;
    top: 8px;
}


.stops-routes.active .routes-status-icon::after {
    animation: checkmark 800ms ease;
    transform: scaleX(-1) rotate(135deg);
} */

/* check animation */
/* @keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 4px;
        opacity: 1;
    }

    40% {
        height: 8px;
        width: 4px;
        opacity: 1;
    }

    100% {
        height: 8px;
        width: 4px;
        opacity: 1;
    }
} */

/* .stops-routes .stops-details-info {
    margin-left: 25px;
}

.stops-routes .stops-details-info h3 {
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 22px;
    color: #b0bccc;
    margin-bottom: 5px;
    transition: all .3s ease;
}

.stops-routes .stops-details-info p {
    font-family: 'muliregular';
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}

.stops-routes.active .stops-details-info h3 {
    font-size: 17px;
    color: #090909;
}

.stops-footer {
    padding: 30px 0 10px;
    text-align: center;
}

.sms-link {
    font-family: 'mulisemibold';
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #6a6e7b;
    margin: 0 0 24px;
    border-radius: 4px;
    background-color: #eff7ff;
    padding: 4px;
} */



/* google map css */
.gm-style .gm-style-iw-c {
    border-radius: 4px;
    padding: 0;
    padding-top: 0 !important;
    overflow: initial;
}

.gm-style .gm-style-iw-d {
    overflow: initial !important;
}

.gm-ui-hover-effect,
.gm-style-iw-ch {
    display: none !important;
}

.infobox-wrapper {
    max-width: 180px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    min-width: 30px;
    padding: 6px;
    border-radius: 4px;
    position: relative;
}

.infobox-wrapper .title{
    font-family: 'mulibold';
    font-size: 8px;
    line-height: 14px;
    color: #B0BCCC;
}

.infobox-wrapper .stop-name{
    font-family: 'mulibold';
    font-size: 11px;
    line-height: 16px;
    color: #090909;
}

.info-win {
    font-family: 'mulibold';
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    color: #090909;
}

.info-win .close-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -8px;
    right: -8px;
    line-height: 15px;
    background: #7f7f7f;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
    padding: 2px;
    cursor: pointer;
}

.info-win .close-icon img {
    max-width: 100%;
}

.infobox-wrapper .info-win-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
    margin-top: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.infobox-wrapper .info-win-footer a {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #ff7455;
    border-bottom: 1px solid #ff7455;
}

.infobox-wrapper .info-win-footer a:not(:first-of-type) {
    margin-left: 10px;
}

@media (min-width:414px) {
    .col-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding: 0 15px;
    }

    .col-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding: 0 15px;
    }
}

.col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding: 0 10px;
}

.col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding: 0 10px;
}



.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}

.form-control,
.custom-select__trigger {
    border-radius: 8px;
    background-color: #eff1f4;
    border: solid 1px #eff1f4;
    width: 100%;
    font-family: 'mulisemibold';
    font-size: 16px;
    line-height: 24px;
    color: #090909;
    padding: 8px 12px;
    text-transform: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.form-control:focus,
.custom-select__trigger:focus {
    border: solid 1px #68aef2;
    outline: none;
}


::-webkit-input-placeholder {
    /* Edge */
    color: #8B8F99;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8B8F99;
    opacity: 1;
}

::-moz-placeholder {
    color: #8B8F99;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #8B8F99;
    opacity: 1;
}

::placeholder {
    color: #8B8F99;
    opacity: 1;
}

.custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
}

.custom-select__trigger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 22px 8px 12px;
}

.custom-select__trigger img{
    margin-right: 8px;
    width: 13px;
}

.custom-select__trigger span {
    font-family: 'mulisemibold';
    color: #090909;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;    
}
.custom-select__trigger .placeholder-txt{
    color: #8B8F99;
}   


@media (min-width:321px) and (max-width:375px) {
    .custom-select__trigger span {
        width: 90px;
    }
}

.custom-select__trigger .arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    pointer-events: none;
    border-bottom: 2px solid #090909;
    border-right: 2px solid #090909;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.custom-select.open .arrow {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.custom-select .custom-options {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    margin-top: 4px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 160px;
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}


.custom-select.open .custom-options {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.custom-options .option {
    font-family: 'muliregular';
    font-size: 14px;
    line-height: 20px;
    color: #090909;
    display: block;
    min-height: auto;
    padding: 6px 15px;
    cursor: pointer;
}

.custom-options .option.selected {
    font-family: 'mulibold';
}

.custom-options .option:focus,
.custom-options .option:hover,
.custom-options .option.selected {
    background-color: #f6f6f6;
    outline: none;
}

.custom-checkbox {
    position: relative;
    letter-spacing: 0.2px;
    color: #6a6a6b;
    margin-bottom: 20px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.custom-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.custom-checkbox .checkbox {
    opacity: 0;
}

.custom-checkbox .check {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: solid 2px #6a6e7b;
    background-color: #f8f8f8;
}

.custom-checkbox .text {
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 22px;
    color: #8b8f99;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.custom-checkbox .text svg {
    margin-right: 5px;
}

.custom-checkbox .text svg path {
    
    -webkit-transition: all .3s ease;
    
    -o-transition: all .3s ease;
    
    transition: all .3s ease;
}

.custom-checkbox .checkbox:checked~.text {
    color: #090909;
}

.custom-checkbox .checkbox:checked~.text svg path {
    fill: #090909;
}

.custom-checkbox .checkbox:checked~.check {
    background: #fd7750;
    border-color: #fd7750;
}

.custom-checkbox .checkbox:checked~.check::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: url("../img/self-serve/ic_checked.svg") no-repeat 50% 50%/100%;
}

.add-note-btn {
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 22px;
    margin-left: auto;
    cursor: pointer;
    color: #68aef2;
}

.form-section .footer-btn {
    padding-bottom: 20px;
}


.btn:disabled,
.btn[disabled] {
    background: #68AEF2;
    border-color: #68AEF2;
    opacity: .2;
    pointer-events: none;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 999;
    display: none;
}

.modal.show {
    display: block;
}

.confirm-modal img{
    margin: 0 auto;
}

.confirm-modal .ride-cancel{
    margin: 30px auto;
}

.modal-content {
    width: 345px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.modal-content h4 {
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 20px;
    color: #030303;
    margin-bottom: 10px;
}

.location-modal h4,.location-modal p{
    text-align: center;
}

.modal-content p {
    font-family: 'muliregular';
    font-size: 13px;
    line-height: 20px;
    color: #6a6e7b;
}

.confirm-modal .modal-content p{
    font-family: 'mulibold';
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.modal .text-link {
    font-family: 'mulibold';
    color: #68aef2;
}


.modal .modal-footer,
.rating-footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 15px;
}

.modal .modal-footer{
    padding: 35px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal-footer .modal-btn,
.rating-footer-btn .modal-btn {
    font-family: 'mulibold';
    font-size: 14px;
    line-height: 18px;
    color: #68AEF2;
    border: 1px solid #68AEF2;
    text-align: center;
    padding: 15px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.modal-footer .modal-btn{
    width: 100%;
}

.modal-footer .view-btn,
.rating-footer-btn .submit-btn {
    color: #fff;
    margin-left: 10px;    
    background-color: #68aef2;    
    /* min-width: 120px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.rating-footer-btn .submit-btn{
    min-width: 160px;
}

.view-btn img {
    min-width: 18px;
    margin: 2px 5px 0 0;
}

.modal-footer .modal-btn:not(:last-of-type):hover,
.modal-footer .modal-btn:not(:last-of-type):active {
    color: #68aef2;
}

.modal-content .footer-txt{
    background:#f4f4f4;
    padding: 8px;
    font-family: 'muliregular';
    font-size: 12px;;
    line-height: 16px;
    color: #6a6e7b;
    text-align: center;
    margin: 20px -15px -20px;
    border-radius: 0 0 8px 8px;
}

.modal-content .footer-txt a{
    color: #68aef2;
    text-decoration: underline;
}

.info-container {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 99;
    width: 630px;
    max-width: 95%;
    margin: 0 auto;
}

.menu_icon,
.info-icon,
.info-box {
    position: absolute;
    top: -20px;
    right: -2px;
}

/* .info-icon {
    cursor: pointer;
}

.info-icon img {
    width: 20px;
}

.info-box {
    background: #fff;
    max-width: 350px;
    ;
    width: 100%;
    border-radius: 8px;
    padding: 10px 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
    clip-path: circle(0% at 99% 0);
}

.info-box.show {
    opacity: 1;
    visibility: visible;
    clip-path: circle(100% at 50% 0);
}

.info-box p {
    font-family: 'mulisemibold';
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    color: #090909;
    padding-right: 30px;
}

.info-box .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    line-height: 25px;
} */


.operation-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 10px 16px;
    z-index: 1000;
    display: none;
    overflow-y: auto;
}

.modal-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 35px;
}

.modal-header h4{
    font-family: 'mulisemibold';
    font-size: 18px;
    line-height: 1.5;
    color: #203941;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin-bottom: 0;
}

.modal-header .close{
    margin-left: auto;
    cursor: pointer;
}

.covid-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 38px;
}

.modal__content h5{
    font-family: 'mulibold';
    font-size: 14px;
    line-height: 18px;
    color: #292929;
    margin-bottom: 10px;
}

.modal__content p,
.modal__content ul li{
    font-family: 'muliregular';
    font-size: 12px;
    line-height: 15px;
    color: #292929;
}

.modal__content p {
    margin-bottom: 15px;
}

.modal__content ul{
    padding: 0 0 20px;
}

.modal__content ul li{
    margin-bottom: 10px;
}

.message-info{
    padding-left: 15px;
}

.message-info p{
    margin-bottom: 0;
}

.dropdown{
    position: relative;
}

.menu_icon{
    cursor: pointer;
}

.toogle-dropdown-menu {
  position: absolute;
  top: 30px;
  right: 10px;
  min-width: 185px;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 14px;
  color: #090909;
  text-align: left;
  list-style: none;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fff;
  padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.toogle-dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.toogle-dropdown-menu a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.toogle-dropdown-menu li:not(:first-of-type) {
  margin-top: 10px;
}

.toogle-dropdown-menu a:hover{
    background-color: #eff1f4;
}


.toogle-dropdown-menu li a{
    font-size: 14px;
    font-family: 'mulisemibold';
    color: #090909;
    line-height: 1;  
    display: block;
    padding: 5px 15px;
}

.live-location {
    background: #000;
    border-radius: 4px;
    font-family: 'muliregular';
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    min-width: 88px;
    text-align: center;
    padding: 4px 5px;
}

.location-info .gm-style-iw-c {
    background-color: transparent;
}

.gm-style .location-info::after {
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}


.infobox-wrapper::after,
.current-location::after {
    background: #090909;
    clip-path: polygon(0% 0%,50% 100%,100% 0%);
    content: '';
    height: 10px;
    left: calc(50% - 10px);
    position: absolute;
    bottom: -10px;
    width: 20px;
}


.infobox-wrapper::after{
    background: #ffffff;
}

.shuttle-arrive-info {
    padding-top: 15px;
}

.shuttle-arrive-info .sub-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.shuttle-arrive-info .sub-header .eta-time {
    margin-left: auto;
}

.shuttle-arrive-info .sub-header h4,
.shuttle-arrive-info .sub-header .eta-time {
    font-family: 'mulibold';
    font-size: 20px;
    line-height: 26px;
    color: #090909;
}

.eta-time .small {
    font-size: 15px;
    color: #b0bccc;
}

.shuttle-info-card {
    border-radius: 8px;
    background-color: #eff1f4;
    padding: 12px;
    margin-top: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40% auto;
    grid-template-columns: 60% 40% auto;
    /* grid-gap: 10px; */
}

.driver-details .title {
    font-family: 'mulibold';
    font-size: 15px;
    line-height: 20px;
    color: #6a6e7b;
}

.driver-name {
    font-family: 'mulibold';
    font-size: 17px;
    line-height: 26px;
    color: #090909;
}

.shuttle-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
}

.shuttle-details .icon {
    position: relative;
    top: -4px;
    width: 35px;
    margin-right: 8px;
}

.shuttle-details .info {
    font-family: 'muliregular';
    font-size: 17px;
    line-height: 26px;
    color: #090909;
}

.shuttle-arrive-info .footer-btn {
    padding: 24px 0;
    text-align: center;
}

.labels {
    background-color: #F5F5F5;
    text-align: center;
    display: block;
    /* max-width: 200px; */
    /* white-space: normal; */
    /* min-width: 20px; */
    padding: 3px;
    border-radius: 4px;
    /* margin-top: -12px; */
}



.near_byStops__loc {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFF1F4;
    cursor: pointer;
}

.near_byStops__loc img {
    margin-right: 10px;
}

.curr__locCard.active {
    padding: 15px;
    background: #F1F8FF;
    border: 1px solid #68AEF2;
    border-radius: 6px;
    flex: 1;   
}

.curr__locCard h4 {
    font-family: 'muliextrabold';
    font-size: 14px;
    line-height: 1;
    color: #68AEF2;        
}

.curr__locCard p{
    font-size: 12px;
    line-height: 1;
    color: #6A6E7B;
    margin-top: 4px;
}

/* .simulator {
    display: flex;
    align-items: center;
    padding-top:0px
  }

.simulator .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    margin: 0 6px;
    cursor: pointer;
} */

/* .nice-select .list{
    max-height: 160px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }

  .nice-select .mCSB_inside>.mCSB_container{
    margin-right: 0;
  }

.nice-select .option{
    font-family: 'muliregular';
    font-size: 14px;
    line-height: 20px;
    color: #090909;
    min-height: auto;
    padding: 6px 15px;
    white-space: break-spaces;
} */


/* media css */

@media (max-width:375px) {

    .welcome__body {
        margin: 0 -20px;
    }

    /* .welcome__header .logo {
        height: 70px;
    } */

    .shuttle-grapic {
        padding: 15px 0 20px;
    }

    .shuttle-grapic img {
        /* width: 220px; */
    }

    .welcome__footer {
        margin: 20px -20px 0
    }

    .welcome__footer .req_shuttle_btn {
        margin-bottom: 15px;
    }

    .curr__locCard.active {
        padding: 10px;
    }
}

@media (max-width:360px) {

    /* .stops {
        margin-top: 15px;
    } */
    .welcome__content--info{
        padding-bottom: 20px;
    }

    .welcome__footer {
        margin: 10px -20px 0;
    }

    .routes {
        /* max-width: 280px; */
    }

    .routes .selected{
        font-size: 16px;
        line-height: 22px;
    }

    .stop-pickup .btn {
        margin-bottom: 10px;
    }

    .modal-header{
        padding-bottom: 20px;
    }

    .covid-message{
        padding-bottom: 25px;
    }

    .modal__content ul{
        padding-bottom: 15px;
    }

    
    .modal__content p,
    .modal__content ul li{
        margin-bottom: 10px;
    }

}

@media (max-width:320px) {
    .welcome__center {
        padding: 10px 15px 10px;
    }

    /* .welcome__header .logo {
        width: 180px;
        height: 70px;
        margin: 15px auto 5px;
    } */

    .shuttle-grapic {
        padding: 15px 0 15px;
    }

    .shuttle-grapic img {
        width: 180px;
    }

    .welcome__content--info p {
        font-size: 13px;
        line-height: 1.2;
    }

    .welcome__footer {
        margin: 10px -10px 0;
    }

    .welcome__footer .req_shuttle_btn {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .scrollbar{
        /* max-height: 280px; */
    }

    .routes {
        /* max-width: 250px; */
    }

    .form-control,
    .custom-select__trigger {
        font-size: 14px;
        line-height: 20px;
    }

    .custom-select__trigger .arrow {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }

    .custom-select__trigger span {
        width: 70px;
    }

    .custom-options .option {
        padding: 6px 10px;
    }

    .custom-checkbox .check {
        width: 18px;
        height: 18px;
    }

    .custom-checkbox .text,
    .add-note-btn {
        font-size: 12px;
        line-height: 18px;
    }
}
