/* 240 pixels (old Android portrait mode)
320 pixels (iPhone 3 to 5 and iPhone SE portrait mode)
375 pixels (iPhone 6, 6s, 7, 8 and X portrait)
384 pixels (Android Nexus portrait)
414 pixels (iPhone 6 Plus, 6s Plus, 7 Plus and 8 Plus portrait)
480 pixels (iPhone 3 and 4 landscape mode)
568 pixels (iPhone 5 and iPhone SE landscape)
600 pixels (Android Nexus landscape, Kindle portrait)
667 pixels (iPhone 6, 7 and 8 landscape)
736 pixels (iPhone 6 Plus, 7 Plus and 8 Plus landscape)
768 pixels (iPad portrait)
812 pixels (iPhone X landscape)
1024 pixels (iPad landscape) */

:target {
    display: block;
    position: relative;
    top: -60px; 
  }
.blob-width-b2b-lp-2 {
    position: relative;
    width: 600px;
    right: 32px;
    bottom: 20px;
    z-index: 2;
}



/* Extra Things */

nav.bottom-shadow {
    -webkit-box-shadow: 0 1px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 0px 0px rgba(0,0,0,0.1);
}
.banner-rounded-bg{
    position: absolute;
    right: 390px;
    top: -750px;
    width: 120%;
    /* height: 1350px; */
    height: 1150px;
    z-index: 0;
    background: #2796b5;
    border-radius: 0 0 250px 0;
    transform: rotate(-8deg) skew(10deg);
    transform-origin: top right;
    padding: 0 120px 110px 0;
    overflow: hidden;
}
.mt-lg, .my-lg {
    margin-top: 4rem!important;
}
@media (min-width: 992px){
    .mt--200 {
        margin-top: -200px!important;
    }
}
@media (min-width: 992px){
    [class*=mb--], [class*=ml--], [class*=mr--], [class*=mt--] {
        position: relative;
        z-index: 5;
    }
}

.banner-shade-1 {
    border-radius: 0 0 160px 0;
    background-image: linear-gradient(to top left, #fff 0%, transparent 30%, transparent 100%);
    opacity: .15;
    padding: 0 100px 90px 0;
    animation: swim 6s linear alternate infinite 0s;
}
.banner-shade-1, .banner-shade-2, .banner-shade-3 {
    display: block;
    height: 100%;
    width: 100%;
}
.banner-shade-2 {
    border-radius: 0 0 110px 0;
    background-image: linear-gradient(to top left, #fff 0%, transparent 25%, transparent 100%);
    padding: 0 90px 80px 0;
    animation: swimalt 6s ease alternate infinite .1s;
}
.banner-shade-3 {
    border-radius: 0 0 80px 0;
    background-image: linear-gradient(to top left, #fff 0%, transparent 20%, transparent 100%);
    animation: swim 6s ease alternate infinite .2s;
}
.title-hero {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
    color:white;
    /* display: inline; */
}
.title-hero-capabilities {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
    color: #fb411b;
    display: inline;
}
.title-hero-right {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
    color:black;
    display: inline;
}
.title-hero-bottom {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
    color: black;
}
.hero-black{
    font-weight: 600;
}

.blob-width {
    position: relative;
    width: 450px;
    left: 50px;
    bottom: 20px;
    z-index: 2;
}
.blob-width-2 {
    position: absolute;
    width: 480px;
    left: 50px;
    z-index: 2;
}
div .blob-banner {
    position: absolute;
    /* top: 120px; */
    right: 210px;
    width: 580px;
    z-index: 3;
  }
   .sticky-top {
    transition: all 0.25s ease-in;
  }
  
  /* style for when sitcky is applied */
  .stuck .sticky-top {
    background-color: #ffffff !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

.decoration {
    position: relative;
}
  .decoration::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
}
.decoration::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.decoration.decoration-t-r-secondary::before, .decoration.decoration-b-r-secondary::after {
    background-image: url(download.png);
}
[class*="decoration-t-50"]::before{
    width: 50%;
}
[class*="decoration-t-r"]::before {
    top: 0;
    right: 0;
    transform: translateY(-.5px);
}
.decoration > * {
    z-index: 10;
}

.navbar__nav .sub-nav-container:hover .sub-nav {
    display: inline-block;
}
#cover-image {
  -webkit-animation: imagecoveranimation 4s infinite; /* Safari 4+ */
  -moz-animation:    imagecoveranimation 4s infinite; /* Fx 5+ */
  -o-animation:      imagecoveranimation 4s infinite; /* Opera 12+ */
  animation:         imagecoveranimation 4s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes imagecoveranimation {
  0%   { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
  }
  50%   {
    -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform:translateY(1rem);
}
  100% { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
 }
}
@-moz-keyframes imagecoveranimation {
  0%   { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
  }
  50%   {
    -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform:translateY(1rem);
}
  100% { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
 }
}
@-o-keyframes imagecoveranimation {
  0%   { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
  }
  50%   {
    -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform:translateY(1rem);
}
  100% { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
 }
}
@keyframes imagecoveranimation {
  0%   { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
  }
  50%   {
    -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform:translateY(1rem);
}
  100% { 
    -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  transform:translateY(0rem);
 }
}
.card.border-none{
    border: none;
}
.mt-10{
    margin-top: 10rem;
}
.mt-9{
    margin-top: 9rem;
}
.mt-8{
    margin-top: 8rem;
}
.mt-7{
    margin-top: 7rem;
}
.mt-6{
    margin-top: 6rem;
}

.mb-10{
    margin-bottom: 10rem;
}
.mb-9{
    margin-bottom: 9rem;
}
.mb-8{
    margin-bottom: 8rem;
}
.mb-7{
    margin-bottom: 7rem;
}
.mb-6{
    margin-bottom: 6rem;
}
.related_logos{
    margin-top: 5rem;
    margin-bottom: 7rem;
}
.home_bannerbtm_two {
    border-bottom: 1px solid #e6e6e6;
    background: #f6f6f6;
    margin-bottom: 20px;
}
.booking_dispatch_software {
    width: 100%;
    text-align: center;
    padding: 54px 0 55px;
}
@media (min-width: 1200px){
.container {
    width: 1240px;
    max-width: 100%;
    padding: 0 40px;
}
}
.explanation{
    -o-transition:color .2s ease-out, box-shadow 1s ease-in;
    -ms-transition:color .2s ease-out, box-shadow 1s ease-in;
    -moz-transition:color .2s ease-out, box-shadow 1s ease-in;
    -webkit-transition:color .2s ease-out, box-shadow 1s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .2s ease-out, box-shadow 1s ease-in;
}
.explanation:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.list-group-item{
    border: none;
}
.list-group-item.active {
    z-index: 2;
    font-weight: 500;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: cadetblue;
    box-shadow: 0.2rem 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@keyframes focuse {
    0% {
        transform: scale(0.8);
        opacity: 1
    }
    75% {
        transform: scale(1.2);
        opacity: 0
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@media only screen and (max-width: 991px) {
    .process-scetion .slider-nav {
        margin-left: -20px;
        margin-bottom: 30px
    }
    .process-scetion .slider-nav-item {
        height: 70px;
        width: 70px;
        margin: 0 15px
    }
    .process-scetion .slider-nav-item .ikon {
        font-size: 40px;
        line-height: 70px
    }
}

@media only screen and (max-width: 575px) {
    .process-scetion .slider-nav {
        margin-left: -10px;
        margin-bottom: 30px
    }
    .process-scetion .slider-nav-item {
        height: 45px;
        width: 45px;
        margin: 0 5px
    }
    .process-scetion .slider-nav-item .ikon {
        font-size: 20px;
        line-height: 45px
    }
}


.section-bg-lavendar {
    background: #fb411b;
    color: #fff;
}
.about-section-innr:before {
    position: absolute;
    top: 0;
    left: -190px;
    width: 270px;
    height: 100%;
    content: '';
    z-index: -1;
    background: #fb411b;
    border-radius: 100px 0 0 100px;
    transform: skew(9deg);
}
.about-section-innr:after {
    position: absolute;
    top: 0;
    right: -280px;
    width: 370px;
    height: 100%;
    content: '';
    z-index: -1;
    background: #fb411b;
    border-radius: 0 100px 100px 0;
    transform: skew(-7deg);
}
.about-shade {
    position: absolute;
    left: -120px;
    bottom: 65px;
    width: 100%;
    height: calc(100% - 130px);
    border-radius: 0 0 0 45px;
    background-image: linear-gradient(to top right, #fff 0%, transparent 50%, transparent 100%);
    opacity: .15;
    transform: skew(9deg);
}
.about-shade:after {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 0 0 0 45px;
    background-image: linear-gradient(to top right, #fff 0%, transparent 40%, transparent 100%);
}
.about-image {
    position: relative;
    z-index: 99;
    margin-top: 150px;
    margin-right: -70px;
    padding: 40px 70px;
    background: #fff;
    border-radius: 60px 60px 60px 200px;
    box-shadow: 0 20px 60px rgba(93, 70, 232, 0.1);
}
.about-image-2 {
    position: relative;
    z-index: 99;
    margin-top: 80px;
    margin-right: -70px;
    padding: 40px 70px;
    background: #fff;
    border-radius: 60px 60px 60px 200px;
    box-shadow: 0 20px 60px rgba(93, 70, 232, 0.1);
}
@media (min-width: 768px){
    .tab-vertical-md {
        position: relative;
        box-shadow: 26px 0 26px -12px rgba(100, 111, 121, 0.06);
    }
    
}
@media (min-width: 768px){
    .tab-vertical-md::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 4px;
        height: 100%;
        background-color: rgba(100, 111, 121, 0.09);
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        content: " ";
    }
}
.tab-vertical .tab-vertical__nav-link.active {
    color: #21c87a;
    background-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #f00;
    /* background-color: #21c87a; */
    border-bottom: red 1px solid;
}
@media (min-width: 768px){
    .tab-vertical-md .tab-vertical__nav-link {
        position: relative;
    }
}
.tab-vertical .tab-vertical__nav-link {
    color: #646f79;
    font-weight: 400;
    border-radius: 0;
    padding-left: 0;
}
/* \ TWILLIO STYLE */
@media screen and (min-width: 960px){
    .label {
        margin-top: -110px;
        margin-bottom: 110px;
    }
}

@media screen and (min-width: 480px){
    .label {
        margin-top: -80px;
        margin-bottom: 80px;
    }
}

.label {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -50px;
    margin-bottom: 50px;
}

.label>._text {
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 300;
    color: #94979b;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
}
.label:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin-left: 10px;
}
/* @media (min-width: 978px){
    .lead {
        flex-shrink: 0;
        padding-right: 60px;
        padding-left: 0;
        margin-bottom: 0;
    }
}
.lead {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-start;
    flex-direction: column;
    max-width: 40%;
} */
.lead>._title.-underline {
    padding-bottom: 36px;
}
.lead>._title {
    position: relative;
    color: #0d112b;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 36px;
}
.lead>._title.-underline.-red:after {
    background: #f22f46;
}

.lead>._title.-underline:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 96px;
}
.lead>._title.-underline-2 {
    padding-bottom: 36px;
}
.lead>._title {
    position: relative;
    color: #0d112b;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 36px;
}
.lead>._title.-underline-2.-red:after {
    background: #f22f46;
}

.lead>._title.-underline-2:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 96px;
}
@media screen and (min-width: 960px){
    .lead>._copy {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px){
    .lead>._copy {
        font-size: 16px;
    }
}

.lead>._copy {
    color: #565b73;
    font-weight: 300;
    font-size: 14px;
}
.lead a, .lead ol, .lead p, .lead span, .lead ul, .lead>._supertitle, .lead>._title, .lead>div {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
}
.lead a:last-child, .lead ol:last-child, .lead p:last-child, .lead span:last-child, .lead ul:last-child, .lead>._supertitle:last-child, .lead>._title:last-child, .lead>div:last-child {
    margin-bottom: 0;
}
.lead a, .lead ol, .lead p, .lead span, .lead ul, .lead>._supertitle, .lead>._title, .lead>div {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
}
@media screen and (min-width: 1200px){
    .deep-link {
        font-size: 18px!important;
    }
}

.deep-link {
    display: inline-block;
    color: #f22f46;
    position: relative;
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px!important;
    font-size: calc(14px + 4 * (100vw - 360px)/ 840)!important;
    margin-top: 10px;
    padding: 40px 14px;
}
.deep-link svg {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    left: 16px;
    z-index: 3;
    fill: #f22f46;
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    fill: #565b73;
}
.deep-link:after {
    background: linear-gradient(0deg,#f3f9ff 1%,#fef5f6);
}
.deep-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    z-index: 0;
    background: linear-gradient(0deg,hsla(0,0%,100%,0) 1%,rgba(242,47,70,.09));
}
.container>.content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container>.content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.form-header .cls-btn {
    position: absolute;
    right: 22px;
    top: 17px;
    width: 16px;
    height: 16px;
    background: url(form-close.png) no-repeat;
}
.padding-new{
    padding: 3rem;
}
.bg-nice{
    background-color: #f5f8fc !important;
}
.ml-card{
    margin-left: 11rem !important;
}
.become-partner-form .signup-or-partner{float: left;width: 100%;margin: 10px 0;}
.become-partner-form .signup-or-partner span{color: #666;text-align: center;text-transform: uppercase;width: 100%;float: left;font: 13px;position: relative;}
.become-partner-form .signup-or-partner span:before{position: absolute;left: 0;top: 9px;width: 44%;content: '';height: 1px;background: #444444;}
.become-partner-form .signup-or-partner span:after{position: absolute;right: 0;top: 9px;width: 44%;content: '';height: 1px;background: #444444;}

/* container for comparison */
/* .cd-image-container {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 0em auto;
  } */
  .cd-image-container {
    position: relative;
    width: 103%;
    max-width: 1600px;
    /* margin: 0em auto; */
}
  .cd-image-container img {
    display: block;
  }
  
  .cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  }
  .cd-image-label.is-hidden {
    visibility: hidden;
  }
  .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
  }
  .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
  }
  
  @-webkit-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @-moz-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  .cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #dc717d url("cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
  .cd-handle.draggable {
    /* change background color when element is active */
    background-color: #445b7c;
  }
  .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  }

  
  /* IPHONE 6/7/8 Responsiveness */
  @media screen and (max-width:667px) {
    .blob-width {
        position: relative;
        width: 311px;
        left: 80px;
        bottom: 20px;
        z-index: 2;
        display: none;
    }
    .ml-card{
        margin-top: 40px;
        margin-left: 0px !important;
    }
    .title-hero {
        font-size: 2.6rem;
        line-height: 3.5rem;
        letter-spacing: -1px;
        color: white;
        display: inline;
    }
    .bg-nice {
        background-color: #00a7cc !important;
    }
    label{
        font-weight: 400;
        font-size: 12px;
    }
    .custom-control{
        margin-top: 5px;
    }
    h1,h2,h3,h4,h5,h6{
        color: white;
    }
    .h4-responsive{
      color:#343a40;
    }
}

.blob-width-b2b {
    position: relative;
    width: 700px;
    right: 95px;
    z-index: 2;
}
.blob-width-b2b-lp {
    position: relative;
    width: 800px;
    right: 250px;
    bottom: 20px;
    z-index: 2;
}
.blob-width-passenger {
    position: relative;
    width: 400px;
    left: 138px;
    z-index: 2;
}


.clearfix {
	clear: both;
}


#rc-anchor-alert, .rc-anchor-alert {
    bottom: 0;
    color: red;
    font-size: 13px;
    position: absolute;
    display: none;
}
.ml-6{
    margin-left: 5.1em !important;
}
.transportSmall{
    font-size: 19px;
}
.ct-topbar {
    text-align: right;
    background: #eee;
  }
  
  .ct-topbar__list {
    margin-bottom: 0px;
  }
  
  .ct-language__dropdown {
    padding-top: 8px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 110%;
    left: -3px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100px;
    text-align: center;
    padding-top: 0;
    z-index: 200;
  }
  
  .ct-language__dropdown li {
    background: #222;
    padding: 5px;
  }
  
  .ct-language__dropdown li a {
    display: block;
  }
  
  .ct-language__dropdown li:first-child {
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
  }
  
  .ct-language__dropdown li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
  }
  
  .ct-language__dropdown li:hover {
    background: #444;
  }
  
  .ct-language__dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 8px;
    border-left-width: 8px;
    border-bottom: 8px solid #222;
  }
  
  .ct-language {
    position: relative;
    background: #00aced;
    color: #fff;
    padding: 10px 0;
  }
  
  .ct-language:hover .ct-language__dropdown {
    max-height: 200px;
    padding-top: 8px;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .navbar-brand>img {
    padding-top: 11px;
    width: 130px;
    margin-left: 15px;
  }
  
  .navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
  }
  
  .navbar {
    background-color: #000000;
  }
  
  .navbar-default .navbar-nav>.active>a {
    padding: 8px 19px 9px !important;
  }
  
  .navbar-nav>li.active {
    padding: 8px 0px 9px 0;
  }
  
  .navbar-right {
    padding-top: 0;
  }
  
  .navbar-default .navbar-nav>li>a::after {
    background-color: transparent;
    border-bottom: 3px solid #d2282e;
  }
  
  .navbar-default .navbar-nav>li {
    display: inline-block;
    text-align: center;
    float: none;
  }
  
  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }
  
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #0392CC;
  }
