@import url('https://fonts.googleapis.com/css?family=Bree+Serif&display=swap');

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background: url(../images/body_bg.jpg) no-repeat center center;
    background-size: cover;
}

a {
    text-decoration: none;
}

.noscroll .left-penal {
    overflow: hidden;
    height: 100%;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

.btn-primary {
    background: linear-gradient(45deg, #1a0883, #E91E63);
}

.full-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.appMetro {
    padding: 0px;
    background: #fff;
    background-size: cover;
}

::-webkit-scrollbar {
    width: 5px;
    background: #001642;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

.left-penal {
    width: 420px;
    position: relative;
    height: 100%;
    overflow: auto;
    margin:0 auto ;
}



.right-area {
    width: calc(100% - 420px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 100px;
    padding-right: 30px;
}

.main_header {
    background: #000;
    padding: 15px;
    min-height: 60px;
    z-index: 1;
    position: fixed;
    top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 420px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.appheader {
    background: #0b0581;
    padding: 10px 15px;
    min-height: 60px;
    z-index: 999;
    position: fixed;
    top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 420px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.left_head,
.right_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .left_head img {
        width: 35px;
    }

.notification-icon {
    background: #c31185;
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    padding: 5px 8px;
    border: 0px solid #ccc;
    font-weight: 500;
}

.appheader .center_head {
    padding-left: 0;
}

.center_head {
    font-size: 18px;
    padding-left: 15px;
}

    .center_head img {
        height: 38px;
    }

.main-wrapper {
    margin-top: 60px;
    padding: 30px;
    overflow: auto;
    width: 100%;
}


.page-heading {
    background: url(../images/heading-bg.jpg) no-repeat;
    text-align: center;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Bree Serif', serif;
    position: relative;
    z-index: 9;
}

.app-wrapper {
    margin-top: 60px;
    width: 100%;
}

.route-search-wrapper {
    background: #fff;
    padding: 20px;
}


@media (max-width: 600px) {
    .main-wrapper {
        padding: 15px;
    }

    .left-penal {
        width: 100%;
    }

    .main_header,
    .main_footer,
    .appheader {
        width: 100%;
    }
}

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


.input-style {
    border: 1px solid #ccc;
    padding: 15px 20px 10px 20px;
    position: relative;
    border-radius: 5px;
}

    .input-style .label_head {
        background: #fff;
        position: absolute;
        top: -11px;
        padding: 0 5px;
        font-weight: 600;
        left: 15px;
    }

    .input-style .form-control {
        border: 0;
        padding: 5px 0;
    }




/* ================ The Timeline ================ */

.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 34px 0;
    list-style-type: none;
    height: 100%;
}

    .timeline:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        display: block;
        width: 6px;
        height: 100%;
        margin-left: -3px;
        background: rgb(80, 80, 80);
        background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
        z-index: 5;
    }

    .timeline:after {
        content: "";
        display: block;
        clear: both;
        position: relative;
    }

    .timeline li {
        padding: 2px 0;
        position: relative;
    }

        .timeline li:after {
            content: "";
            display: block;
            clear: both;
            position: relative;
        }

        .timeline li:nth-child(odd) {
            position: relative;
            width: 100%;
            text-align: right;
            margin-top: 30px;
        }

        .timeline li:nth-child(even) {
            position: relative;
            width: 100%;
            margin-top: 30px;
        }

        .timeline li:nth-child(odd) .flag-wrapper {
            position: absolute;
            right: 58%;
            top: -14px;
        }

        .timeline li:nth-child(even) .flag-wrapper {
            position: absolute;
            left: 58%;
            top: -14px;
        }

.flag {
    position: relative;
    display: inline-block;
    background: #ebebeb;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size:13px;
    text-align: left;
}

.timeline li:nth-child(odd) .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline li:nth-child(even) .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline li:before {
    position: absolute;
    top: 50%;
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    left: 50%;
    transform:translate(-50%,-50%)
}
.number {
    position: absolute;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    left: 50% !important;
    top: 50%;
    z-index: 99;
    transform: translate(-50%,-50%) !important;
    color:#fff;
}

.timeline li:nth-child(even) .flag:before {
    left: -45px;
}

.timeline li:nth-child(odd) .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #ebebeb;
    border-width: 8px;
    pointer-events: none;
}

.timeline li:nth-child(even) .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #ebebeb;
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
}

.timeline li:nth-child(odd) .time-wrapper {
    float: left;
}

.timeline li:nth-child(even) .time-wrapper {
    float: right;
}

.timeline li:nth-child(even) .desc {
    margin: 1em 0 0 0.75em;
}

@media (max-width: 600px) {
    .direction-r {
        padding-left: 13%;
        width: 56%;
    }

    .direction-l {
        padding-right: 13%;
        width: 56%;
    }
}

.changeLine-wrapper {
    background: #7e14a1;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin:50px 25px 25px !important;
    padding: 5px;
    font-size: 10px;
    position: relative;
    z-index: 9;
}

    /*.changeLine-wrapper.R1 {
        background-color: #EC4F3C !important;*/ /* Red Line */
    /*}

    .changeLine-wrapper.R2 {
        background-color: #F9B932 !important;*/ /* Yellow Line */
    /*}

    .changeLine-wrapper.R3 {
        background-color: #0000FF !important;*/ /* Blue Line */
    /*}

    .changeLine-wrapper.R4 {
        background-color: #F38F32 !important;*/ /* Airport Express */
    /*}

    .changeLine-wrapper.R5 {
        background-color: #36E778 !important;*/ /* Green Line - Inderlok to Mundka */
    /*}

    .changeLine-wrapper.R6 {
        background-color: #36E778 !important;*/ /* Rapid Metro */
    /*}

    .changeLine-wrapper.R7 {
        background-color: #EE82EE !important;*/ /* Violet Line */
    /*}

    .changeLine-wrapper.R8 {
        background-color: #FF00FF !important;*/ /* Magenta Line */
    /*}

    .changeLine-wrapper.R9 {
        background-color: #ed91c9 !important;*/ /* Pink Line */
    /*}

    .changeLine-wrapper.R10 {
        background-color: #0000FF !important;*/ /* Blue Line */
    /*}

    .changeLine-wrapper.R11 {
        background-color: #36E778 !important;*/ /* Green Line */
    /*}

    .changeLine-wrapper.R12 {
        background-color: #00FFFF !important;*/ /* Aqua Line */
    /*}

    .changeLine-wrapper.R13 {
        background-color: #c0c0c0 !important;*/ /* Gray Line */
    /*}*/

    .changeLine-wrapper.R1 {
        background-color: #D42E12 !important;
    }

    .changeLine-wrapper.R2 {
        background-color: #FFD400 !important;
    }

    .changeLine-wrapper.R3 {
        background-color: #0072BC !important;
    }

    .changeLine-wrapper.R4 {
        background-color: #F47A20 !important;
    }

    .changeLine-wrapper.R5 {
        background-color: #00843D !important;
    }

    .changeLine-wrapper.R6 {
        background-color: #36E778 !important;
    }

    .changeLine-wrapper.R7 {
        background-color: #A9448D !important;
    }

    .changeLine-wrapper.R8 {
        background-color: #C60C30 !important;
    }

    .changeLine-wrapper.R9 {
        background-color: #E3057D !important;
    }

    .changeLine-wrapper.R10 {
        background-color: #0072BC !important;
    }

    .changeLine-wrapper.R11 {
        background-color: #00843D !important;
    }

    .changeLine-wrapper.R12 {
        background-color: #00B2A9 !important;
    }

    .changeLine-wrapper.R13 {
        background-color: #A5A5A5 !important;
    }
 
 


    .changeLine-wrapper .cl-head {
        font-size: 16px;
    }

.timeline.VioletLine li:before {
    border-color: #7e14a1;
}

.timeline.RedLine li:before {
    border-color: #ff0000;
}

.changeLine-wrapper.VioletLine {
    background: #7e14a1;
}

.changeLine-wrapper.RedLine {
    background: #ff0000;
}

.select-route-plan {
    position: relative;
}

    .select-route-plan ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: table;
    }

        .select-route-plan ul li {
            list-style: none;
            display: table-cell;
            text-align: center;
            cursor: pointer;
            background: #2734b0;
            color: #fff;
            padding: 5px 0;
            font-weight: 500;
        }

            .select-route-plan ul li.selected {
                background: #0c1461;
            }


.metro-box.R1 {
    background-color: #D42E12;
}

.metro-box.R3 {
    background-color: #0072BC;
}

.metro-box.R10 {
    background-color: #0072BC;
}

.metro-box.R2 {
    background-color: #FFD400;
}

.metro-box.R5 {
    background-color: #00843D;
}

.metro-box.R11 {
    background-color: #00843D;
}

.metro-box.R7 {
    background-color: #A9448D;
}

.metro-box.R9 {
    background-color: #E3057D;
}

.metro-box.R8 {
    background-color: #C60C30;
}

.metro-box.R13 {
    background-color: #A5A5A5;
}

.metro-box.R12 {
    background-color: #00B2A9;
}

.metro-box.R4 {
    background-color: #F47A20;
}

.metro-box.R6 {
    background-color: #36E778;
}
.R1::before {
    background-color: #D42E12 !important;
}

.R2::before {
    background-color: #FFD400 !important;
}

.R3::before {
    background-color: #0072BC !important;
}

.R4::before {
    background-color: #F47A20 !important;
}

.R5::before {
    background-color: #00843D !important;
}

.R6::before {
    background-color: #36E778 !important;
}

.R7::before {
    background-color: #A9448D !important;
}

.R8::before {
    background-color: #C60C30 !important;
}

.R9::before {
    background-color: #E3057D !important;
}

.R10::before {
    background-color: #0072BC !important;
}

.R11::before {
    background-color: #00843D !important;
}

.R12::before {
    background-color: #00B2A9 !important;
}

.R13::before {
    background-color: #A5A5A5 !important;
}
 
/*.R1::before {
    border-color: #EC4F3C !important;*/ /* Red Line */
/*}

.R2::before {
    border-color: #F9B932 !important;*/ /* Yellow Line */
/*}

.R3::before {
    border-color: #0000FF !important;*/ /* Blue Line */
/*}

.R4::before {
    border-color: #F38F32 !important;*/ /* Airport Express */
/*}

.R5::before {
    border-color: #36E778 !important;*/ /* Green Line - Inderlok to Mundka */
/*}

.R6::before {
    border-color: #36E778 !important;*/ /* Rapid Metro */
/*}

.R7::before {
    border-color: #EE82EE !important;*/ /* Violet Line */
/*}

.R8::before {
    border-color: #FF00FF !important;*/ /* Magenta Line */
/*}

.R9::before {
    border-color: #ed91c9 !important;*/ /* Pink Line */
/*}

.R10::before {
    border-color: #0000FF !important;*/ /* Blue Line */
/*}

.R11::before {
    border-color: #36E778 !important;*/ /* Green Line */
/*}

.R12::before {
    border-color: #00FFFF !important;*/ /* Aqua Line */
/*}

.R13::before {
    border-color: #c0c0c0 !important;*/ /* Gray Line */
/*}*/

/*------------- 02E2025*/
.home-top {
    padding: 20px;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Layout_Pages/images/home-top-bg.jpg);
    background-size: cover;
    background-position: center center;
    margin: 80px 12px 0px;
    border-radius: 8px;
    overflow: hidden;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-top h2 {
        font-size: 21px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .home-top .home-top-btn {
        padding: 6px 15px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        background: linear-gradient(45deg, #1a0883, #E91E63);
    }
 
.home-sec {
    padding-top: 15px;
    margin-bottom: 20px;
}

    .home-sec h2 {
        font-size: 21px;
        color: #020202;
        text-align: center;
        margin-bottom: 8px;
    }

    .home-sec .metro-box {
        text-align: center;
        width: 45.8%;
        display: inline-block;
        margin-top: 15px;
        margin-left: 10px;
        padding: 20px 20px 10px 20px;
        border: 2px solid #5d4da814;
        border-radius: 8px;
        transition: all 0.2s ease-in-out;
    }

        .home-sec .metro-box:hover {
            transition: all 0.2s ease-in-out;
            transform: translateY(-5px);
        }

        .home-sec .metro-box i {
            font-size: 45px;
            margin-bottom: 10px;
            color: #fff;
        }

        .home-sec .metro-box h4 {
            font-size: 14px;
            color: #fff;
            font-weight: 500;
        }

.metro-box.R1 {
    background-color: #D42E12;
}
.metro-box.R2 {
    background-color: #FFD400;
}

.metro-box.R3 {
    background-color: #0072BC;
}
.metro-box.R10 {
    background-color: #0072BC;
}


.metro-box.R11 {
    background-color: #00843D;
}

.metro-box.R7 {
    background-color: #A9448D;
}



.metro-box.R9 {
    background-color: #E3057D;
}

.metro-box.magenta-line {
    background-color: #C60C30;
}

.metro-box.R13 {
    background-color: #A5A5A5;
}

.metro-box.R4 {
    background-color: #F38F32;
}

.about-sec {
    border: 2px solid #ddd;
    border-radius: 8px;
    margin: 20px 0 20px 0;
    padding: 15px;
    margin: 0px 10px 20px;
}

    .about-sec h2 {
        font-size: 22px;
        color: #020202;
        margin-bottom: 5px;
        line-height: 1.5;
    }

    .about-sec p {
        font-size: 15px;
        color: #383838;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .about-sec .about-box-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .about-sec .about-box {
        text-align: center;
        padding: 20px;
        background: linear-gradient(45deg, #1a0883, #e91e62);
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s;
        width: 49%;
        display: inline-block;
        margin-top: 10px;
        color: #fff;
    }

        .about-sec .about-box h4 {
            margin-bottom: 0px;
        }

        .about-sec .about-box p {
            color: #fff;
            margin-bottom: 0px;
        }

.faq-sec {
    padding: 0px 10px;
}

    .faq-sec h3 {
        font-size: 22px;
        color: #020202;
        margin-bottom: 5px;
        line-height: 1.5;
    }

.accordion {
    position: relative;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 15px 0;
    border-radius: 8px !important;
    border-color: #cbcbcb;
}

/* .accordion-style2 .accordion-item-header {
    padding: 10px 40px 10px 20px;
} */
.accordion-item-header {
    padding: 10px 40px 10px 20px;
    font-weight: 400;
    display: flex;
    font-size: 14px;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    border-top: 1px solid #cbcbcb;
    border-color: #cbcbcb;
}

    .accordion-item-header.active {
        border-bottom: 1px solid #cbcbcb;
        background: linear-gradient(45deg, #1a0883, #E91E63);
        color: #fff;
    }

.accordion-item:first-of-type {
    border-width: 0px 1px 1px 1px;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 18px;
    position: absolute;
    right: 5px;
    background: linear-gradient(45deg, #1a0883, #E91E63);
    width: 30px;
    text-align: center;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    top: 5px;
    color: #fff;
}

.accordion-item-header.active::after {
    content: "\2212";
    background: #fff;
    color: #222;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 20px;
    line-height: 1.8;
    border-top: 0px solid;
    font-size: 13px;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.mheight {
    min-height: auto;
    max-height: fit-content;
}

@media (max-width: 768px) {
    .accordion-item-header {
        padding: 7px 38px 7px 15px;
        font-size: 14px;
    }

        .accordion-item-header::after {
            font-size: 17px;
            right: 5px;
            width: 22px;
            top: 7px;
            height: 22px;
            line-height: 23px;
        }

    .accordion-item-body-content {
        font-size: 14px;
    }
}

footer {
    /* background: linear-gradient(45deg, #1a0883, #E91E63); */
    background-color: #1a0883;
    text-align: center;
    padding: 25px 0px 0px;
}

    footer img {
        max-width: 200px;
    }

    footer ul {
        padding-left: 0px;
        list-style: none;
        margin: 15px 0px 20px;
    }

        footer ul li {
            display: inline-block;
            margin: 0px 6px;
        }

            footer ul li a {
                font-size: 14px;
                color: #fff;
            }

    footer .copyright {
        padding: 5px 10px;
        /* background-color: #fff; */
        border-top: 1px solid #777777;
    }

        footer .copyright p {
            font-size: 13px;
            color: #fff;
            margin-bottom: 0px;
        }

            footer .copyright p a {
                font-weight: 600;
                color: #e91e62;
            }
 
 