* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.f11_ {
    font-size: 11px;
}

.f13_ {
    font-size: 13px;
}

.f14_ {
    font-size: 14px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_10 {
    margin-top: 10px;
}

.d-flex {
    display: flex;
}

.mid_container {
    width: 1200px;
    margin: auto;
    padding: 0;
}

.clr_grn {
    color: #61C761
}

.trn_right_sec {
    width: 75%;
}

.ft_600 {
    font-weight: 600;
}

.timeline-wrapper {
    border: 1px solid #A0CAEB;
    border-radius: 12px 12px;
    overflow: hidden;
}

.date-box {
    background: #2196F3;
    padding: 8px 14px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 12px;
    font-weight: bold;
}

.station-item_top {
    background: #EBF6FF;
    padding: 10px;
    margin-bottom: 20px;
}

    .station-item_top .station-item_inner {
        padding: 0px !important;
    }

.station-item {
    padding: 0px 10px;
    position:relative;
}

.station-item_inner {
    display: flex;
    gap: 25px;
    position: relative;
    padding-bottom: 20px;
    font-size: 14px;
    width: 100%;
}

.left-col {
    text-align: right;
    min-width: 134px;
    width: 134px;
}

.line-col {
    position: relative;
    width: 26px;
}

.line {
    width: 6px;
    height: calc(100% + 20px);
    background: #D2DADD;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.station-item.blu .line {
    background: #2196F3;
}

.station-item .dot {
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.arvd_sts_col_dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
}

.arvd_sts_col_dot::before {
    content: "";
    position: absolute;
    background: #00b9f5;
    opacity: 0;
    border-radius: 100%;
    transform-origin: 50% 50%;
    top: 49% !important;
    left: 47% !important;
    transform: translate(-50%, -50%) !important;
    width: 18px !important;
    height: 18px !important;
    animation: nTLI 1.2s ease-out infinite;
    animation-delay: .5s;
}

@keyframes nTLI {
    0%,35% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .8
    }

    to {
        opacity: 0;
        transform: scale(4)
    }
}

.arvd_sts_col_dot {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .arvd_sts_col_dot img {
        width: 14px;
    }

.dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}

.dot.blue::before {
    background: #2196F3;
}

.dot.blue {
    background: #2196F3;
}

.dot.green {
    background: #27b55c;
}

.dot.big {
    width: 22px;
    height: 22px;
    left: -10px;
}

.right-col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

    .right-col div {
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .right-col div:last-child {
            padding-right: 0px;
        }

.station-name {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.station-name a{color:#2196F3;}

.pf {
    font-size: 13px;
    color: #666;
}

.delay.red {
    color: #E83D3A;
    margin: 5px 0;
}

.rd_clr {
    color: #E83D3A;
}

.delay.green {
    color: #61C761;
}

.times {
    font-size: 14px;
    margin-top: 5px;
}

.intermediate-box {
    margin: 15px 0;
    background: #eee;
    padding: 8px 12px;
    border-radius: 5px;
    width: fit-content;
    font-size: 13px;
}

.special .arrive-box {
    background: #e7fbe7;
    padding: 8px 12px;
    border-left: 4px solid #26b34a;
    border-radius: 5px;
    font-size: 14px;
}

.updated {
    font-size: 12px;
    color: #555;
}

.set-alert {
    background: #f6f8ff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
    border: 1px solid #bcd0ff;
}

.date_label {
    border-radius: 5px;
    background: #1F138D;
    font-size: 11px;
    color: #fff;
    padding: 5px 12px;
    width: max-content;
    float: right;
}

.inner_station_btn_prnt {
    width: 100%;
    position: relative;
}

.inner_station_btn {
    margin: 0;
    background: #F1F9FF;
    border: 1px solid #C5E5FF;
    border-radius: 14px;
    padding: 8px 15px;
    width: max-content;
    z-index: 1;
    display: inline-flex;
    gap: 5px;
}

    .inner_station_btn img {
        width: 10px;
    }

.inner_station_btn_prnt::before {
    content: '';
    width: 100%;
    border: 1px dashed #C5E5FF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.inner_station_btn_sec .dot {
    opacity: 0;
}

.inner_station_div .dot::before {
    background: #fff;
}

/* .inner_station_div_prnt_01{display: none;} */

.arvd_sts {
    background: #EAFFEA;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #61C761;
    font-size: 12px;
    padding: 13px !important;
    border-radius: 10px;
    position: relative;
}

    .arvd_sts strong {
        font-weight: 600;
        font-size: 13px;
    }

    .arvd_sts::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 10px solid #35C64A; /* arrow border color */
    }

    .arvd_sts::after {
        content: "";
        position: absolute;
        left: -8px;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 9px solid #ECFFED; /* arrow fill color */
    }




.arvd_sts_sec p {
    font-size: 12px;
    color: #C38F00;
}

.station-item_top {
    background: #EBF6FF;
    padding:;
}

    .station-item_top .station-item_inner {
        padding: 18px 0 !important;
        align-items: center;
    }

    .station-item_top .line-col {
        opacity: 0;
        visibility: hidden;
    }

.date_tab_sec {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.date_tab_sec_inner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.date_tab {
    padding: 9px 13px;
    border: 1px solid #A0CAEB;
    border-radius: 11px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 3px;
	cursor:pointer;
}

    .date_tab.act {
        border: 1px solid #2196F3;
        background: #EFFAFF;
    }


 .date_tab:hover {
        border: 1px solid #2196F3;
        background: #fafdff;
    }
	   .date_tab:hover span {
            color: #2196F3
        }
        .date_tab.act span {
            color: #2196F3
        }

.date_tab_sec strong {
    font-size: 16px;
    font-weight: 600;
}

.trn_crd {
    border: 1px solid #A0CAEB;
    border-radius: 13px;
    overflow: hidden;
}

.trn_crd_head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #A0CAEB;
    background: #EBF6FF;
    border-radius: 13px 13px 0 0;
    padding: 10px 15px;
}

.trn_crd_inner {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .trn_crd_inner p {
        font-size: 16px;
        font-weight: 600;
    }

    .trn_crd_inner span {
        font-size: 11px;
    }

.trn_crd_inner_prnt_rgt {
    gap: 60px;
}


.trn_crd_body .inner-body {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}



.trn_crd_body .shed .fltnme {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.ar_nm {
    font-size: 14px;
    color: #646D74;
    white-space: nowrap;
}

.text-center {
    text-align: center;
}



.trn_crd_body .bar {
    width: 100%;
    border: 1px dashed #e2dede;
    position: relative;
    margin: 5px 0;
}

    .trn_crd_body .bar::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 9px;
        width: 9px;
        background: #2196F3;
        border-radius: 100%;
        transform: translate(-50%, -50%);
    }


.text-right {
    text-align: right;
}

.bar_prnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .bar_prnt .hr_ {
        font-size: 13px;
        color: #383838;
        font-weight: 500;
    }

.wk_nm {
    display: flex;
    gap: 11px;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
}

.ct_nm {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.active-day {
    color: #61C761;
}





.trn_lft_sec {
    width: 25%;
}

.trn_srt_bx {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #A0CAEB
}

.trn_srt_bx_hdr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    align-items: end;
    background: #EBF6FF;
}

    .trn_srt_bx_hdr .lff {
        display: flex;
        gap: 10px;
    }

        .trn_srt_bx_hdr .lff div {
            display: flex;
            flex-direction: column;
        }

        .trn_srt_bx_hdr .lff h4 {
            font-size: 16px;
            font-weight: 600;
        }

        .trn_srt_bx_hdr .lff p {
            font-size: 11px;
        }

    .trn_srt_bx_hdr a {
        text-decoration: none;
        color: #2196F3;
        font-weight: 500;
        font-size: 11px;
    }

    .trn_srt_bx_hdr span {
        font-size: 11px;
    }




.trn_srt_bx_bdy {
    padding: 11px;
}

.trn_srt_stn_dlt {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 11px;
    border-top: 1px solid #E2DEDE;
    padding-top: 11px;
}

.trn_srt_bx_bdy .tpp_p {
    display: flex;
    gap: 8px;
    font-weight: 600;
    align-items: start;
}

    .trn_srt_bx_bdy .tpp_p img {
        margin-top: 3px;
    }

.trn_srt_bx_bdy .nxt_stn_ {
    text-align: right;
}

.trn_srt_bx_bdy .stn_dlt_ {
    width: 50%;
}

    .trn_srt_bx_bdy .stn_dlt_ span {
        color: #646D74;
        font-size: 11px;
		display:block;
    }


.trn_srt_tm_dlt {
    background: #F5F7F9;
    border-radius: 8px;
    padding: 7px 11px;
}

.trn_srt_bx_bdy .nxt_tm_ {
    text-align: right;
}

.trn_srt_bx_bdy .tm_dlt_ {
    width: 50%;
}

    .trn_srt_bx_bdy .tm_dlt_ span {
        color: #646D74;
        font-size: 11px;
    }

.tm_dlt_prnt {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}




.runmark {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
}

.gCircle {
    width: 12px;
}

.gLine {
    width: 85%;
    height: 1px;
    top: 7px;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    position: relative;
}

.fillclr {
    background-color: rgb(33, 193, 122);
    width: 25%;
    top: -2px;
    position: absolute;
    border: 2px solid rgb(33, 193, 122);
    border-radius: 2px;
}

.grcircle {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    top: -10px;
    /* left: 45px; */
    position: absolute;
    background: #21c17a;
}

    .grcircle::after {
        content: '';
        width: 13px;
        height: 13px;
        display: inline-block;
        background: url(https://railways.easemytrip.com/Content/Train/img/train.svg);
        background-size: 13px 13px;
        margin-left: 4px;
    }

.runmark_new {
    position: relative;
    margin-top: 12px;
}

    

        .runmark_new .dot::before {
            width: 5px;
            height: 5px;
        }

    .runmark_new .n_line {
        width: 100%;
        background: #D2DADD;
        height: 4px;
        border-radius: 4px;
        position: relative;
    }


.runmark_trn_icon {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -15px;
}

    .runmark_trn_icon img {
        width: 27px;
    }

.runmark_new .lft_dot {
    left: 0;
}

.runmark_new .ryt_dot {
    right: 0;
}


.trn_dly_bx {
    color: #C32020;
    background: rgba(255, 116, 116, 0.19);
    border-radius: 5px;
    padding: 6px 11px;
    font-size: 11px;
    display: flex;
    gap: 5px;
    align-items: self-start;
}

    .trn_dly_bx img {
        margin-top: 5px;
    }


.trn_sts_container {
    display: flex;
    gap: 17px;
	padding-left:15px;
	padding-right15px;
}


/* ----------------- */


.blinkinr {
    display: inline-block;
    width: 8px !important;
    position: relative !important;
    height: 8px !important;
    margin-right: 0;
    background: #4edc24 !important;
    border-radius: 50%;
    top: unset !important;
    margin-left: 4px !important;
    right: unset !important;
}

._nwBxGRD {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    flex-direction: row;
    text-align: center;
    gap: 0;
    float: left;
    margin: 20px 0;
    margin-bottom: 10px;
}

._prdBX {
    min-width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 13%;
    position: relative;
    max-width: 12.5%;
    text-decoration: none;
}

    ._prdBX:hover i {
        background: #f8fcff;
    }

._icnTxt {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
}

._icocrlc {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    width: 80px;
    height: 80px;
    border: 1px solid #D9EBF9;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._pnrico:after {
    background: url(https://images.emtcontent.com/train-img/pnrico.svg);
    width: 33px;
    height: 23px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._lvstnico:after {
    background: url(https://images.emtcontent.com/train-img/lvstnico.svg);
    width: 33px;
    height: 31px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._lvtrnico:after {
    background: url(https://images.emtcontent.com/train-img/lvtrnico.svg);
    width: 25px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._foodico:after {
    background: url(https://images.emtcontent.com/train-img/foodico.svg);
    width: 35px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._dvtrnico:after {
    background: url(https://images.emtcontent.com/train-img/dvtrnico.svg);
    width: 34px;
    height: 34px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._trvadico:after {
    background: url(https://images.emtcontent.com/train-img/trvadico.svg);
    width: 35px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._trnmno:after {
    background: url(https://images.emtcontent.com/train-img/train-no-icon.svg);
    width: 35px;
    height: 35px;
    background-size: 79%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background-position: center;
}

._chrtvncyico:after {
    background: url(https://images.emtcontent.com/train-img/chrtvncyico.svg);
    width: 35px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._trncochico:after {
    background: url(https://images.emtcontent.com/train-img/trncochico.svg);
    width: 33px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.mmore-train {
    margin: 0px 0;
    overflow: hidden;
}




.lv_stat h2 {
    color: #000;
    font-size: 28px;
    margin: 25px 0 10px 0;
    position: relative;
    font-weight: 600;
}

.para {
    font-size: 13px;
    color: #292828;
}

.lv_stat ul {
    padding-left: 35px;
}


.pplr-trn {
    background: #f2f9ff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: poppins;
    border-radius: 20px;
}

.trn-dest {
    display: flex;
}

.trn-tab {
    width: 30%;
}

.tr-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trn-tab button {
    display: flex;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    background: none;
    padding: 7px 0;
    gap: 5px;
    align-items: center;
}

    .trn-tab button img {
        width: 10px;
    }

    .trn-tab button:hover {
        color: #2196f3;
    }


    .trn-tab button.active {
        color: #2196f3;
    }

        .trn-tab button.active img {
            filter: brightness(0) saturate(100%) invert(43%) sepia(83%) saturate(1366%) hue-rotate(184deg) brightness(98%) contrast(95%);
        }

.trncontent {
    padding: 15px 15px 25px;
    background: #fff;
    width: 70%;
    border-left: none;
    border-radius: 20px;
}

    .trncontent ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }

    .trncontent li {
        width: 45%;
        border-bottom: 1px dashed #ccc;
    }

        .trncontent li a {
            text-decoration: none;
            color: #000;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 16px 4px 11px 0px;
            font-size: 14px;
        }

.trn-tab button.active {
    border-radius: 4px 4px 0 0;
    color: #333 !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.accordion__item__header {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 19px;
}

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #2B2B2B;
    margin-bottom: 10px;
}

    .accordion__item__content p {
        font-size: 16px;
        color: #2B2B2B;
        width: 100%;
    }

.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 23px;
}

.bg-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.dwn_arrow_nn {
    width: 15px;
    transform: rotate(180deg);
}


.dcsl_sec {
    padding: 12px;
    border-radius: 13px;
}

    .dcsl_sec h4 {
        margin-bottom: 2px;
        font-size: 12px;
    }

    .dcsl_sec p {
        font-size: 11px;
    }

.dcsl_sec_01 {
    background: transparent linear-gradient(92deg, #FFFFFF 0%, #FFF7E0 100%);
    border: 1px solid #EBD7A0;
}

.dcsl_sec_02 {
    background: transparent linear-gradient(92deg, #FFFFFF 0%, #F1F5FC 100%);
    border: 1px solid #C2CDDF;
}

.ref_btn {
    background: #FFFFFF;
    border: 1px solid #EF6614;
    border-radius: 7px;
    border-radius: 7px;
    display: inline-flex;
    gap: 4px;
    font-size: 11px;
    color: #EF6614;
    padding: 7px 8px;
    text-decoration: none;
    height: max-content;
}

    .ref_btn img {
        width: 10px;
    }



.arvd_sts_sec_tp {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.inner_station_btn img {
    transform: rotate(180deg);
}

.inner_station_btn.actn img {
    transform: rotate(0deg);
}

.inner_station_btn_prnt {
    cursor: pointer;
}



.station-name {
    width: 35%;
}

.delay {
    width: 35%;
}

.avl_times {
    width: 15%;
}

.dprt_times {
    width: 15%;
}


.bk_btn {
    font-size: 14px;
    padding: 10px 17px;
    border-radius: 30px;
    background: #fff;
    text-decoration: none;
    color: #ef6614;
    border: 1px solid #ef6614;
	transition:0.4s;
}

.bk_btn:hover{background:#ef6614; color:#fff;}
.runmark_new {
    position: relative;
    width: 100%;
    padding: 25px 10px;
}

    .runmark_new .n_line {
        width: 100%;
        height: 4px;
        background: #D2DADD;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
    }

    .runmark_new .progress_fill {
        position: absolute;
        left: 0;
        top: 0;
        height: 4px;
        background: #2D8CFF;
        border-radius: 4px;
        width: 0%;
    }

    .runmark_new .dot {
        width: 12px;
        height: 12px;
        border: 3px solid #2D8CFF;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.lft_dot {
    left: 0;
}

.ryt_dot {
    right: 0;
}

.runmark_trn_icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #2D8CFF;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desk {
    display: block;
}

.mob {
    display: none;
}
.pos_new_call {
    position: absolute!important;
    top: -30px;
}
@media screen and (max-width: 500px) {
	
	.full_container .mid_container_fll{padding:0 15px}
	.trn_lft_sec{magin-top:10px}
	.trainsubnav1{margin-top:10px}
    .mid_container {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .mid_container.overflow_h{
        width:100%;
    }
    .trn_sts_container {
        display: block;
		padding:0px
    }

    .trn_lft_sec {
        width: 100%;
    }

    .trn_right_sec {
        width: 100%;
        margin-top: 4%;
    }

    .trn_crd_inner p {
        font-size: 12px;
        font-weight: 600;
    }

    .trn_crd_body .inner-body {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        gap: 7px;
        flex-direction: row;
    }

    .bar_prnt .hr_, .wk_nm {
        font-size: 11px;
    }

    .date_tab_sec strong {
        font-size: 10px;
    }

    .date_tab {
        padding: 7px;
        width: fit-content;
		transition:0.4s;
    }

    .bar_prnt {
        width: auto;
    }

    .dwn_arrow_nn {
        width: 12px;
    }

    .timeline-wrapper {
        overflow-x: scroll;
    }

    .date_tab_sec {
        display: flex;
        align-items: center;
        gap: 0px;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 4%;
    }

    .left-col {
        text-align: right;
        min-width: 38px;
        width: 38px;
    }

    .station-item_inner {
        display: flex;
        gap: 15px;
        position: relative;
        padding-bottom: 20px;
        font-size: 12px;
        width: 96%;
    }

    .trn_crd_body .shed .fltnme {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 700;
    }

    .shed {
        flex: 1;
    }

    .ar_nm {
        font-size: 11px;
        white-space: normal;
        display: block;
    }

    ul.tr-breadcrumb {
        padding-bottom: 10px 0 !important;
    }
	
	ul.tr-breadcrumb li{font-size:12px}

    .bk_btn {
        font-size: 12px;
        padding: 9px 14px;
    }

    .date_tab_sec_inner {
        gap: 7px;
    }

    .date_label {
        float: none;
    }

    .blink2 {
        left: 8px !important;
    }

    .line-col {
        position: relative;
        width: 18px;
    }

    .trn_crd_inner_prnt_rgt {
        flex: 1;
        justify-content: space-between;
        gap: 0;
    }

    .trn_crd_inner {
        flex: 1;
        min-width: fit-content;
    }

    .station-item {
        padding: 0 5px;
    }

    .station-item_top .station-item_inner {
        padding: 10px 0 !important;
    }

    .line-col {
        width: 14px;
    }

    .station-item .dot {
        width: 14px;
        height: 14px;
    }

    .station-name, .delay {
        width: 30%;
    }

    .station-item_inner {
        font-size: 10px;
    }

    .right-col div {
        padding-right: 0;
        gap: 0;
    }

    .arvd_sts_col_dot {
        width: 30px !important;
        height: 30px !important;
    }

    .arvd_sts {
        padding: 8px !important;
    }

        .arvd_sts strong {
            font-size: 12px;
        }

    .date_tab_sec_inner {
        gap: 4px;
        justify-content: space-between;
    }

    .desk {
        display: none;
    }

    .mob {
        display: block
    }

    .mmore-train {
        margin: 0;
        padding:0;
    }
    #trainsubnav1{
        padding:0;
    }

    .fq_sctn {
        margin: 10px auto 20px;
        background: #fff;
        border-radius: 5px;
        padding: 0;
        box-shadow: none;
    }

    .tlt_hd h2 {
        font-size: 16px;
        font-weight: 700;
        padding-top: 15px;
    }

    .mgt15 {
        padding-top: 8px;
    }

    .accordion__item {
        margin-bottom: 0 !important;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
		padding-top:10px !important;
    }
	#trainsubnav1{margin-top:15px}

    .accordion__item__header {
        cursor: pointer;
        color: #000;
        padding: 0px 41px 0px 0px !important;
        position: relative !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }

        .accordion__item__header::before {
            height: 8px;
            width: 8px;
            content: "";
            position: absolute;
            right: 10px;
            top: 1px;
            transition: .5s all;
            transform: rotate(45deg);
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
        }

    .accordion__item__content {
        overflow-y: hidden;
        padding: 0;
        display: none;
        color: #2B2B2B;
        margin-bottom: 10px;
    }

        .accordion__item__content p {
            font-size: 13px;
            color: #2B2B2B;
            font-weight: 400;
            width: 100%;
            margin-top:8px
        }

    p {
        margin: 0;
        padding: 0;
    }

    .accordion__item__header.active {
        transition: .4s;
        margin: 0;
        color:#000 !important;
    }
    .date_label {
        font-size: 10px;
        padding: 4px 10px;
    }
    .pos_new_call {
        top: -23px;
    }

    .inner_station_btn {
        margin: 10px 0;
        padding: 7px 15px;
        border-radius: 9px;
    }
}

.ft_600{font-weight:600}