:root {
    --bottom-bar-height--:0px
}

body {
    font-family: "Open Sans", sans-serif !important;
    line-height: normal;
    color: #3d3c3c;
    font-size: 14px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

.buttonhideshow{
    position:absolute;
}

body .container {
    max-width: 1140px;
    width: 100%;
}

.detailshideshow {
    display: none;
}
/*track bus page 2 css start*/
.main {
    width: 100%;
    float: left;
    position: relative;
    /*--bottom-bar-height--: 0px;*/
    /*height: calc(100vh - var(--bottom-bar-height--));*/
}

.map-div {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
}

.timerwrap {
    display: flex;
    position: absolute;
    /*left: 480px;*/
    bottom: 40px;
    margin: 0 auto;
    content: "";
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.09);
    justify-content: flex-start;
}

    .timerwrap .livebtn {
        background-color: #43b37f;
        padding: 5px 10px 5px 0;
        border-radius: 5px 0 0 5px;
    }

.timerwrapart {
    position: absolute;
    float: left;
    bottom: 12%;
    z-index: 2;
    left: 27%;
}

.timerwrap .refreshbtn {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    background-color: #008cba;
    color: #fff !important;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 6px;
}

    .timerwrap .refreshbtn:hover {
        background-color: #0095c7;
    }

.livebtn span {
    color: #fff;
    letter-spacing: 2.1px;
    padding: 0 0 0 29px;
    position: relative;
}

.livebtn::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    left: 10px;
    bottom: 8px;
}

.timerwrap .timertext {
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.timertext p {
    margin: 0 !important;
    padding: 5px 10px 0 20px;
}

.bottom-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 447px;
    height: 100vh;
    background-color: #fff;
    padding: 30px 20px 50px;
    overflow-y: scroll;
}

.logowrap {
    float: left;
    width: 100%;
    background-color: #1e1e26;
    padding: 20px 15px;
}

.bottom-bar .passengerWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.passname p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0 !important;
    padding: 0 0 15px;
}

.passname label {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #828282;
    margin: 0 !important;
    padding: 0 0 8px;
}

/* .passCity span{
    background-image: url(../images/rightArrow.svg);
    background-position: left 0;
    background-repeat: no-repeat;
    float: left;
    background-size: 20px;
} */

.timerwrapper {
    /* display: flex; */
    position: absolute;
    /* left: 480px; */
    /* bottom: 15px; */
    margin: 16px 0 0;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.09);
    background-color: #ede654;
    border-radius: 20px;
    min-width: 250px;
    display: inline-block;
}

.arrivaltime {
    text-align: center;
    float: left;
}

    .arrivaltime p {
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 15px;
        color: #000;
        font-weight: 600;
    }

        .arrivaltime p i {
            padding: 0 8px 0 0;
        }

        .arrivaltime p label {
            margin: 0 auto;
            font-weight: 500;
        }

.map-div .speedwrapper {
    display: flex;
    position: absolute;
    right: 80px;
    bottom: 15px;
    margin: 0 auto;
    content: "";
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.09);
    justify-content: flex-start;
    border-radius: 50%;
}

.speedwrapper .speedwrap {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    padding: 0 0 0;
}

.speedwrap h5 {
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #000;
    padding: 20px 0 0;
}

.speedpart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0 0;
}

.speedwrap p {
    margin: 0 !important;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    padding: 0 5px 0 0;
}

.speedwrap span {
    font-size: 13px;
    padding: 16px 00px 0;
    text-align: left;
}

.bottom-bar::-webkit-scrollbar {
    width: 3px;
}

.bus-route button {
    text-align: center;
    display: none;
}

.tracktop {
    width: 100%;
    float: left;
}

    .tracktop h5 {
        width: 100%;
        float: left;
        margin: 0;
        color: #ff9600;
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
        padding: 0 0 5px 15px;
    }

    .tracktop p {
        width: 100%;
        margin: 0;
        color: #191715;
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
    }

        .tracktop p span {
            display: inline-block;
            vertical-align: top;
            padding: 0 5px 0 5px;
        }

.locationwrap {
    margin: 10px 0 20px;
}

    .locationwrap h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        color: #000;
    }

    .locationwrap .boardingtime,
    .locationwrap .droptime {
        display: inline-block;
        background-color: #f27b73;
        padding: 10px 30px;
        margin: 10px 0 0;
        border-radius: 50px;
    }

.boardingtime p,
.droptime p {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.track2data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #f4f4f4;
    margin-bottom: 8px;
}

    .track2data.track2data1 {
        display: none;
    }

.bottom-line {
    position: relative;
}

    .bottom-line h5::after {
        content: "";
        position: absolute;
        bottom: -6px;
        width: 100%;
        right: 0;
        height: 1px;
        border: 1px solid #ebebeb;
        display: none;
    }

.trkdtlf {
    float: left;
    text-align: left;
    background-image: url(../images/routebus.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    padding: 0 0 0 28px;
}

    .trkdtlf p {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        color: #000;
        margin: 0;
    }

.routecall a {
    margin: 0;
    color: #4150c2;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    background-image: url(../images/phone.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    font-weight: 700;
}

.trkdtlf span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #939393;
}

.tracktrip {
    width: 100%;
    float: left;
    padding: 18px 0 0;
    position: relative;
}

    /* .tracktrip h5 {
    width: 100%;
    float: left;
    margin: 0;
    color: #001296;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 10px;
    position: relative;
} */

    /* .tracktrip h5::after {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 77%;
    height: 1px;
    border: 1px dashed #001296;
} */

    .tracktrip h5 {
        margin: 0;
    }

        .tracktrip h5::after {
            content: "";
            position: absolute;
            top: 13px;
            width: 100%;
            right: 0;
            height: 1px;
            border: 1px solid #ebebeb;
        }

    .tracktrip .trktrplf {
        float: left;
    }

.routelisting {
    width: 100%;
    float: left;
    padding: 0 0 0 60px;
    position: relative;
    --route-listing--: 0px;
}

.trktrplf h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #43b37f;
    display: block;
}

.trktrplf span {
    font-weight: 600;
    color: #000;
    font-size: 13px;
    padding: 5px 0;
    display: inline-block;
}

.trktrplf i h6 {
    font-weight: 500;
    color: #000;
    font-size: 13px;
    padding: 5px 0 5px 15px;
    margin: 0;
    display: inline-block;
}

.trktrplf i {
    font-style: normal;
    display: inline-block;
}

.trktrplf p {
    margin: 0 !important;
}

.trktrplf label {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    display: block;
}

.trktrplf.trktrplf01 p {
    margin: 0;
    font-weight: 400;
}

.trktrplf.trktrplf01 label {
    font-weight: 400;
}

.trckbording {
    width: 100%;
    float: left;
    padding: 12px 10px;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.09);
    position: relative;
}

    .trckbording::after {
        position: absolute;
        content: "";
        top: 20px;
        left: -53px;
        height: 35px;
        width: 31px;
        margin: 0 auto;
        background-image: url(../images/board.png);
        background-position: left 0;
        background-repeat: no-repeat;
    }

.reststopoint .trckbording {
    background-color: #fff;
    position: relative;
}

.overlay .btn-close {
    color: #666;
    transform: scale(0, 0);
    transition: all 450ms ease-in-out 0;
}

.routeclose {
    display: flex;
    justify-content: center;
    padding: 0 0 20px;
    display: none;
}

    .routeclose a.close button {
        text-align: center;
        background: #c3c3c3;
        border: none;
        padding: 3px 20px;
        border-radius: 3px;
        outline: none;
    }

        .routeclose a.close button:hover,
        .routeclose a.close button:focus {
            border: none !important;
            outline: none !important;
            background-color: transparent;
        }

.trckbording.trckbording01::after {
    position: absolute;
    content: "";
    top: 30px;
    left: -44px;
    height: 15px;
    width: 12px;
    margin: 0 auto;
    background-image: url(../images/location.png);
    background-position: left 0;
    background-repeat: no-repeat;
}

.trckbording.trckbording02::after {
    background-image: url(../images/drop.png);
}

.routelisting::after {
    position: absolute;
    /*height: 80%;*/
    height: calc(var(--route-listing--)); /*Added By jigark*/
    content: "";
    margin: 0 auto;
    left: 21px;
    top: 70px;
    border-left: 2px dashed #0c155f;
    z-index: -1;
}

@media only screen and (max-width: 1699px) {
    .timerwrapart {
        left: 29%;
    }
}

@media only screen and (max-width: 1599px) {
    .timerwrapart {
        left: 31%;
    }
}

@media only screen and (max-width: 1499px) {
    .timerwrapart {
        left: 33%;
    }
}

@media only screen and (max-width: 1399px) {
    .timerwrapart {
        left: 35%;
    }
}

@media only screen and (max-width: 1309px) {
    .timerwrapart {
        left: 37%;
    }
}

@media only screen and (max-width: 1159px) {
    .timerwrapart {
        left: 41%;
    }
}

@media only screen and (max-width: 1099px) {
    .timerwrapart {
        left: 44%;
    }
}

@media only screen and (max-width: 1023px) {
    .speedwrapper .speedwrap {
        height: 100px;
        width: 100px;
    }

    .timerwrapart {
        left: 46%;
    }

    .speedwrap span {
        font-size: 11px;
        padding: 13px 00px 0;
        text-align: left;
    }

    .speedwrap p {
        font-size: 29px;
        padding: 0 2px 0 0;
    }

    .arrivaltime p {
        padding: 8px 18px;
        font-size: 13px;
    }

    .speedwrap span {
        font-size: 11px;
    }

    .speedwrap h5 {
        font-size: 12px;
        padding: 15px 0 0;
    }

    .speedpart {
        padding: 5px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .map-div .speedwrapper {
        right: 9px;
        bottom: 10px;
        top: auto;
    }

    .timerwrapart {
        left: 49%;
    }
}

@media only screen and (max-width: 920px) {
    .timerwrapart {
        left: 51%;
    }
}

@media only screen and (max-width: 880px) {
    .timerwrapart {
        left: 51%;
    }
}

@media only screen and (max-width: 840px) {
    .timerwrapart {
        left: 55%;
    }
}

@media only screen and (max-width: 800px) {
    .timerwrapart {
        left: 58%;
    }
}

@media only screen and (max-width: 767px) {
    .locationwrap {
        margin: 10px 0 15px;
    }

        .locationwrap h6 {
            font-size: 13px;
        }

        .locationwrap .boardingtime,
        .locationwrap .droptime {
            padding: 8px 20px;
            margin: 10px 0 0;
        }

    .timerwrap .refreshbtn {
        font-size: 14px;
        padding: 7px 14px;
        border-radius: 4px;
    }

    .bottom-bar {
        width: 344px;
        padding: 20px;
    }

    .timerwrap {
        left: 360px;
    }

    .timertext p {
        margin: 0 !important;
        padding: 5px 10px 0 8px;
    }

    .timerwrapper {
        left: 360px;
    }

    .timerwrapart {
        left: 0%;
    }
}

@media only screen and (max-width: 720px) {
    .timerwrapart {
        left: 0%;
    }
}

@media only screen and (max-width: 680px) {
    .timerwrapart {
        left: 0%;
    }
}

@media only screen and ( min-width: 680px) {
    .bottom-bar {
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    .locationwrapper {
        display: flex;
        justify-content: space-between;
        margin: 8px 0;
        flex-wrap: wrap;
        gap: 20px;
    }

    .locationwrap {
        margin: 0;
    }

    .timerwrap {
        left: 20px;
        bottom: auto;
        top: 80px;
    }

    .bottom-bar {
        width: 100%;
        float: left;
        position: absolute;
        bottom: 0;
        top: auto;
        height: auto;
        border-radius: 10px 10px 0 0;
        padding: 25px 20px;
        overflow: hidden;
    }

    .bus-route {
        text-align: center;
        padding: 0 0 15px;
    }

        .bus-route button {
            display: inline-block;
            vertical-align: middle;
            background-color: #c3c3c3;
            border: none;
            border-radius: 30px;
            padding: 3px 20px;
        }

    .overlay {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.35);
        opacity: 0;
        transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
    }

        .overlay .social {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #fff;
            padding: 8px 15px 16px;
            padding-top: 0px;
            box-sizing: border-box;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22), 0px 14px 56px rgba(0, 0, 0, 0.25);
            transform: translate(0, 100%);
            transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
            height: 70%;
            overflow-y: scroll;
        }

            .overlay .social::-webkit-scrollbar {
                width: 4px;
            }

        .overlay .btn-close {
            color: #666;
            transform: scale(0, 0);
            transition: all 450ms ease-in-out 0;
        }

        .overlay:target {
            display: block;
            position: fixed;
            top: 0;
            opacity: 1;
            z-index: 2;
        }

            .overlay:target .social {
                transform: translate(0, 0);
                z-index: 9;
            }

            .overlay:target .btn-close {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                outline: 0 none;
                transform: scale(1, 1);
            }

    .sr-only {
        clip: rect(0 0 0 0);
        overflow: hidden;
        position: absolute;
        height: 1px;
        width: 1px;
    }

    .bottom-line h5::after {
        content: "";
        position: absolute;
        bottom: -6px;
        width: 100%;
        right: 0;
        height: 1px;
        border: 1px solid #ebebeb;
        display: block;
    }

    .track2data.track2data1 {
        display: flex;
    }

    .routeclose {
        display: flex;
        justify-content: center;
        padding: 0 0 20px;
    }

    .timerwrapper {
        left: 17px;
        bottom: auto;
        top: 130px;
    }

    .buttonhideshow {
        position: absolute;
        position:relative; /*change by jigark*/
        width: 100%;
        float: left;
        top: 0;
    }

    .bottom-bar {
        position: relative;
        z-index:1;
    }

    .buttonhideshow .btn-primary {
        color: #fff;
        background-color: #008cba;
        border: none;
        position: relative;
        z-index: 2;
        float: right;
        bottom: -17px;
        right: 17px;
        padding: 5px 14px;
        font-size: 14px;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #008cba;
        border-color: #008cba;
        box-shadow: none;
    }

    .buttonhideshow .btn-primary:hover,
    .buttonhideshow .btn-primary:focus {
        color: #fff;
        background-color: #008cba;
    }

    .timerwrapart {
        position: relative;
        float: left;
        bottom: 60px;
        left: 0% !important;
        z-index: 0;
    }

    .timerwrapper {
        margin: 12px 0 0;
        min-width: 220px;
    }

    .detailshideshow {
        bottom: 0;
    }

    /*added for map container*/
    .main {
        /*height: calc(100vh - 40px);*/
        /*height:100%;*/
    }

    .map-div {
        position: relative;
        height: 100%;
    }

    .btn.btn-primary.detailshideshow {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .timerwrap {
        left: 20px;
        /* bottom: 470px; */
    }

    /* .timerwrapart {
    left: 17% !important;
}*/

    .passname label {
        padding: 0 0 4px;
    }

    .logowrap {
        padding: 12px 8px;
    }

    .passname p {
        font-size: 13px;
        padding: 0 0 3px;
    }

    .locationwrapper {
        gap: 10px;
    }

    .locationwrap span {
        display: block;
    }

    .locationwrap .boardingtime,
    .locationwrap .droptime {
        padding: 5px 18px;
        margin: 8px 0 0;
    }

    .boardingtime p,
    .droptime p {
        font-size: 13px;
    }

    .droplocation .locationwrap h6 {
        text-align: left;
    }

    .speedwrap h5 {
        font-size: 12px;
    }

    .speedwrap span {
        font-size: 11px;
    }

    .speedwrap p {
        font-size: 25px;
    }

    .speedwrapper .speedwrap {
        height: 90px;
        width: 90px;
    }

    .speedpart {
        padding: 4px 0 0;
    }

    .speedwrap span {
        padding: 10px 0 0;
    }

    .bottom-bar {
        padding: 15px 10px;
    }

    .tracktrip {
        padding: 6px 0 0;
    }

    .bus-route button {
        font-size: 12px;
        padding: 3px 20px;
    }

    .tracktrip .trktrplf h4 {
        font-size: 15px;
    }

    .tracktrip .trktrplf p {
        font-size: 13px;
    }

    .tracktrip h5 {
        font-size: 14px;
        padding: 0 0 5px;
    }

    .trkdtlf p {
        font-size: 13px;
    }

    .trkdtlf span {
        font-size: 13px;
    }

    .routecall a {
        font-size: 11px;
        background-position: left 0px;
    }

        .routecall a i {
            font-size: 13px;
        }

    .track2data {
        padding: 6px 10px;
    }

    .trktrplf span {
        font-size: 12px;
        padding: 3px 0;
    }

    .trktrplf i h6 {
        font-size: 12px;
        padding: 3px 0 3px 12px;
    }

    .trktrplf label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .boardinglocation {
        width: 100%;
    }

    .droplocation .locationwrap h6 {
        text-align: left;
    }

    .locationwrapper {
        gap: 15px;
    }

    .droplocation {
        width: 100%;
    }

    .locationwrap .boardingtime,
    .locationwrap .droptime {
        padding: 3px 16px;
        margin: 6px 0 0;
    }

    .locationwrap span {
        display: inline;
    }
}




/*Added by Jigark*/

.timerwrapart, .timerwrap, .timerwrapper {
    z-index: 9;
}

.timerwrap, .timerwrapper {
    height: max-content;
}

.timerwrapper {
    bottom: -10px;
}

    .timerwrapper p {
        text-wrap: nowrap;
    }

.speedwrapper {
    z-index: 1;
}

.sticky-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    padding-top: 8px;
}


/*******************New Change In Style By Jigark****************************/

.bottom-bar{
    bottom:auto;
    top:0px;
}


