.typeahead {
    width: 100%;
    margin-right: 200px;
    position: absolute;
}

.typeahead a {
    color: #000;
    padding: 40px 10px;
}

.typeahead li {
    padding: 10px;
    transition: all .3s ease;
}

.typeahead li:hover {
    cursor: pointer;
    background-color: #ffa409;
}

.btn-selected {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-outline-orange {
    color: #ffa409;
    background-color: #fff;
    border-color: #ffa409;
}

.btn-outline-orange:hover {
    color: #111;
    background-color: #fff;
    border-color: #111;
}
.app-hero-img .caption-inner-hero-title {
    text-shadow: none;
}

.fares-board {
    font-family: 'Skyfont';
    font-size: 2em;
}

.fares-board-yellow {
    color: #FBDB4E
}

.fares-board-white {
    color: #FFFFFF
}

.text-start.list li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0.6rem;
}

.text-start.list.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFA409"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 14.5-4.5-4.5 1.41-1.41L11 13.67l5.09-5.09L17.5 9l-6.5 7.5z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.app-section .section-heading {
    display: none
}

@font-face {
    font-family: 'Skyfont';
    src: url('../fonts/SkyfontRegular.woff2') format('woff2'),
        /* Modern browsers */
        url('../fonts/SkyfontRegular.woff') format('woff');
    /* Older browsers */
    font-weight: normal;
    font-style: normal;
}


@media (max-width: 480px) {
    .text-start.list li {
        font-size: 14px
    }
}
.close .material-icons {line-height:2.3rem;}
.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  
  height: 2.5em;
   border: 1px solid #8a8989;
    color: #8a8989;
    width: 40px;
    height: 40px;
  margin:0 15px;
    z-index: 10;
    cursor: pointer;
    border-radius: 25px;
  
}
.tns-controls [aria-controls] .material-icons {
    font-size: 30px;
    line-height: 2.3rem;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] { 
  color: #999999;
  background: #B3B3B3; 
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }
.bg-0{background:none!important;}
.mobtwocol {
    width: 46%;
    margin: 2%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #111;
    background-color: #f1f1f1;
}
.nav-pills .nav-link {
    color:#434343;
    border:2px solid #f1f1f1;
    background: 0 0;
    border-radius: .25rem;
}
.swiper-slide{cursor:pointer;}
@media screen and (max-width: 992px){
        div.rtwtitle {
            display:none;
        }
    }
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .mobtwocol {
        width: auto;
        margin: 0;
    }
 div.rtwtitlesmall{
            display:none;
        }
}


@media (min-width: 1200px) {}


@media (min-width: 1400px) {}
