@media (min-width: 1264px) {
    .container {
        max-width: 1185px;
    }

}

@media (max-width:767px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-white.shadow-none {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .nav-tabs .nav-link {
        font-size: 15px !important;
        padding: 12px 0px;
        margin-top: 10px;
    }

    .easystepbox .card {
        border: none;
    }
}

.card-input {
    background: #fff;
    padding: 6px;
}

#pnrsearch {
    background: orange;
    color: #fff;
}

#ex1 .nav-link.active {
    background: transparent !important;
    border-color: orange !important;
    color: #000 !important;
}

.owl-nav {
    display: none;
}

.mobilemenu {
    position: fixed;
    height: 100%;
    background: #ffe0b2;
    z-index: 9999;
    top: 0;
    width: 280px;
    left: -280px;
    overflow-y: scroll;
    transition: 0.2s;
}


.mobilemenuright {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
    width: 260px;
    right: -320px;
    overflow-y: scroll;
    transition: 0.2s;
}

.mobilemenutoogle {
    position: fixed;
    height: 100%;
    z-index: 999;
    top: 0;
    width: 100%;
    opacity: 0.46;
    background-color: rgb(33, 33, 33);
    border-color: rgb(33, 33, 33);
    display: none;
}


.mobilemenu ul {
    padding: 4px 15px;
}

.mobilemenu ul li a {
    color: #444;
    font-weight: 400;
    list-style: none;
    padding: 14px 0px;
}

.mobilemenu ul li ul {
    list-style: none;
    margin-left: 30px !important;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li a {
    font-weight: 500;
    font-size: 14px;
    color: #444 !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
    height: 200px
}

.marquee li {
    margin-bottom: 10px;
}

input:focus {
    box-shadow: none !important;
}

input {
    border: none !important;
}

#pnrsearch {
    background: orange;
    color: #fff;
    height: 38px;
    margin-top: 3px;
    border-radius: 0px !important;
    border: none;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important;
    max-width: 100px;
    width: 100%;
    text-align: center;
    display: block;
}

div#pnrsearchloader {
    width: 1.5rem;
    height: 1.5rem;
}

div.card {
    box-shadow: none !important;
    border: 1px solid #efefef;
    border-radius: 0px;
}

.nav-tabs .nav-link {
    font-size: 14px;
}


.js-marquee ul {
    margin: 0px;
    padding: 18px;
}

.js-marquee {
    text-align: center;
}

.card-body.p-sm-3.p-1.easy-step img {
    display: block;
    margin: auto;
}

.nav-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
}

div#tranlist,
#stationlist {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
}

div#tranlist a,
#stationlist a {
    color: #000;
    padding: 17px;
    display: block;
}

div#trainsearchbox,
div#stationsearchbox {
    position: relative;
    display: inline-block;
}

@media(max-width:767px){
    h1.h5, h5, h4 {
        font-size: 19px!important;
        color: rgb(74, 57, 57);
        font-weight: 600;
    }
    
}
.card-body.p-sm-3.p-0.easy-step {
    text-align: center;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}