﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: poppins;
}

a {
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #ebebeb;
    /*border-radius: rem-20px;*/
}

::-webkit-scrollbar-thumb {
    background-color: #00b9f5;
    border-radius: 20px
}

.nitin {
    background-color: #F6F6F6;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    color: #000;
    margin: 0px 10px;
}

#train-list .train-name {
    background-color: #F6F6F6;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 8px 15px;
    color: #000;
    cursor: pointer;
}

    #train-list .train-name p {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0px;
    }

#train-list .train-img {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.engin-train .train-name {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    color: #000;
}


#train-list .train-img img {
    max-width: 100%;
}

#train-list .active-blue {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

    #train-list .active-blue p {
        color: #fff;
    }

.week-list-train ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0px 0 0 22px;
}

    .week-list-train ul li {
        display: inline-block;
        padding: 0px 10px;
    }

        .week-list-train ul li a {
            text-decoration: none;
            color: #19AA13;
            background-color: #EEFFED;
            padding: 0px 8px;
            border-radius: 5px;
            border: 1px solid #19AA13;
        }

.dul-gray {
    background-color: #EEEEEE;
    border: 1px solid #000;
    color: #000;
}

.active-green {
    background-color: #19AA13;
    color: #fff;
}

.banner {
    background-image: url('../IMG/Group 73668.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 70px 0px;
    position: relative;
}

.banner-wrap {
    text-align: center;
}

    .banner-wrap h1 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .banner-wrap img {
        max-width: 100%;
        padding-right: 10px;
    }

.banner .search-container button {
    padding: 7px 30px;
    border-radius: 30px;
    background: #EF6614;
    font-size: 15px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    height: 50px
}

.banner .search {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

    .banner .search form {
        position: relative;
    }

.banner input[type=text] {
    padding: 6px 10px;
    font-size: 15px;
    border: none;
    width: 100%;
    border-radius: 30px;
    position: relative;
    height: 50px;
    outline: none;
}

.ui-menu {
    border-radius: 5px;
}

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 12px 1em 12px .4em !important
    }

    .ui-menu .ui-menu-item {
        border-bottom: 1px solid #eaeaea !important;
    }

.ui-widget.ui-widget-content span.t_icn {
    margin-right: 3px;
}

.banner input::placeholder {
    padding-left: 10px;
    font-size: 15px;
}

.text-title {
    padding: 30px 0px;
}

    .text-title .text-center {
        text-align: center;
    }

        .text-title .text-center h2 {
            font-size: 30px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .text-title .text-center p {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            margin-bottom: 0px;
            max-width: 580px;
            margin: 0 auto;
            display: block
        }

.express-wrap {
    padding-top: 50px;
    padding-bottom: 20px;
}

    .express-wrap .train-express {
        display: flex;
        flex-wrap: wrap;
    }

        .express-wrap .train-express .left {
            width: 50%;
            display: flex;
            flex-wrap: wrap;
        }

        .express-wrap .train-express .right {
            width: 50%;
            display: flex;
            flex-wrap: wrap;
            justify-content: end;
        }

        .express-wrap .train-express .left .first {
            width: 40%;
        }

        .express-wrap .train-express .left .second {
            width: 60%;
        }

        .express-wrap .train-express .left .first h3 {
            font-size: 17px;
            color: #000;
            font-weight: 500;
        }

        .express-wrap .train-express .left .second h3 {
            font-size: 17px;
            color: #2196F3;
            font-weight: 700;
        }

        .express-wrap .train-express .right .first {
            width: 40%;
            text-align: right;
        }

        .express-wrap .train-express .right .second {
            width: 60%;
            display: flex;
            justify-content: end;
        }

        .express-wrap .train-express .right .first h3 {
            font-size: 17px;
            color: #000;
            font-weight: 500;
        }

        .express-wrap .train-express .right .second .image-wrap {
            display: flex;
            align-items: center;
        }

            .express-wrap .train-express .right .second .image-wrap img {
                max-width: 100%;
                padding: 0px 5px;
            }

    .express-wrap .box-1 {
        border: 1px solid rgba(0, 0,0, 0.2);
        border-radius: 10px;
        box-shadow: 2px 2px 8px -6px rgba(0, 0, 0, 0.75);
        padding: 15px;
    }

.train-express-1 {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 15px;
}

    .train-express-1 .left {
        width: 50%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .train-express-1 .left .first {
            width: 40%;
            display: flex;
            align-items: center;
        }

        .train-express-1 .left .second {
            width: 60%;
            display: flex;
            align-items: center;
        }

        .train-express-1 .left .first h3 {
            font-size: 15px;
            font-weight: 500;
            color: #000;
            margin-bottom: 0px;
        }

        .train-express-1 .left .first span {
            font-size: 16px;
            font-weight: 500;
            color: #000;
            display: inline-block;
            padding-left: 5px;
        }

        .train-express-1 .left .second h3 {
            font-size: 15px;
            font-weight: 500;
            color: #000;
            margin-bottom: 0px;
        }

        .train-express-1 .left .second span {
            font-size: 16px;
            font-weight: 500;
            color: #000;
            display: inline-block;
            padding-left: 5px;
        }

    .train-express-1 .right .first h3 {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-bottom: 0px;
    }

    .train-express-1 .right .first span, .train-express .left .second .fnt12 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        display: inline-block;
        padding-left: 5px;
    }

    .train-express-1 .right {
        width: 50%;
        display: flex;
        align-items: center;
        margin-left: -65px;
        justify-content: center;
    }

        .train-express-1 .right .first {
            display: flex;
            align-items: center;
        }

.engin-wrap {
    padding: 15px 0px;
    overflow-y: hidden;
}

    .engin-wrap .title h5 {
        font-size: 14px;
        color: #000;
        font-weight: 400;
    }

    .engin-wrap ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }


        .engin-wrap ul .active {
            background-color: #2196F3;
            border: 1px solid #2196F3;
        }

        .engin-wrap ul .active {
            color: #fff;
        }

    .engin-wrap .engin-info {
        display: flex;
        align-items: center;
    }

.train-graph {
    padding-top: 20px;
}

    .train-graph .images {
        padding: 0px 0px;
    }

        .train-graph .images img {
            max-width: 100%;
            image-rendering: pixelated;
        }



.gray-box-text .text-wrap {
    background-color: #F2FAFF;
    border-radius: 10px;
    padding: 20px 30px;
    border: 1px solid rgba(0, 145, 255, 0.2);
}

    .gray-box-text .text-wrap .text {
        padding: 10px 0px;
    }

        .gray-box-text .text-wrap .text h5 {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            margin-bottom: 0px;
        }

        .gray-box-text .text-wrap .text p {
            font-size: 16px;
            font-weight: 400;
            color: #000;
            margin-bottom: 0px;
        }

    .gray-box-text .text-wrap p {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0px;
    }

.Popular-wrap {
    padding: 50px 0px;
}

    .Popular-wrap .title h2 {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }

    .Popular-wrap .train-wrap {
        border: 1px solid rgba(0, 145, 255, 0.1);
        border-radius: 10px;
        box-shadow: 2px 2px 8px -6px rgba(0, 0, 0, 0.75);
    }

    .Popular-wrap .first {
        display: flex;
        flex-wrap: wrap;
    }

        .Popular-wrap .first .first-wrap {
            width: 30%;
            background-color: #fff;
            padding: 10px 15px;
        }

        .Popular-wrap .first .second-wrap {
            width: 70%;
            background-color: #F7F7F7;
            padding: 10px 15px;
            display: flex;
            flex-wrap: wrap;
            border-radius: 10px;
        }

            .Popular-wrap .first .second-wrap .left {
                width: 100%;
            }

.activ {
    cursor: pointer;
    color: #2196F3 !important;
}

.slct {
    cursor: pointer;
}

.Popular-wrap .first .second-wrap .left ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .Popular-wrap .first .second-wrap .left ul li {
        width: 50%;
    }

        .Popular-wrap .first .second-wrap .left ul li a {
            text-decoration: none;
        }

.Popular-wrap .first .second-wrap .right {
    width: 50%;
    padding-left: 15px;
}

.Popular-wrap .first .second-wrap .text {
    border-bottom: 1px dotted rgba(0, 145, 255, 0.2);
    padding: 10px 0px;
}

    .Popular-wrap .first .second-wrap .text:last-child {
        border-bottom: none !Important;
    }

    .Popular-wrap .first .second-wrap .text h5 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .Popular-wrap .first .second-wrap .text img {
        max-width: 100%;
        padding-right: 10px;
    }

.Popular-wrap .first h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.Popular-wrap .first img {
    max-width: 100%;
    padding-right: 10px;
    height: 15px;
}



.accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .accordion .accordion-item {
        border: none;
        border-bottom: 1px solid rgba(112,112,112,0.1);
        background: none;
        transition: all .3s;
    }

        .accordion .accordion-item:last-child {
            border-bottom: 0px;
        }

        .accordion .accordion-item .accordion-item-description-wrapper hr {
            border: none;
            border-top: 1px solid var(--border-color);
            visibility: visible;
        }

svg.lucide.lucide-chevron-down.accordion-item-header-icon {
    color: #000;
    font-weight: 700;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    font-size: 14px;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

    .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
        font-weight: 500;
        font-size: 17px;
    }

    .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
        transition: all .3s;
    }

.accordion
.accordion-item.open
.accordion-item-header
.accordion-item-header-icon {
    transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all .3s;
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.accordion
.accordion-item
.accordion-item-description-wrapper
.accordion-item-description {
    min-height: 0;
}

    .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description
    p {
        padding: 10px;
        line-height: 1.5;
    }

.faq-wrap {
    padding-bottom: 30px;
}

    .faq-wrap .title {
        margin-bottom: 30px;
    }

        .faq-wrap .title h3 {
            font-size: 30px;
            color: #000;
            text-align: center;
            font-weight: 700;
        }

.text-title {
    padding: 30px 0px;
}

    .text-title .text-center {
        text-align: center;
    }

        .text-title .text-center h4 {
            font-size: 30px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .text-title .text-center p {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            margin-bottom: 0px;
            max-width: 780px;
            margin: 0 auto;
            display: block
        }

.engin-wrap .train-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.engin-wrap .train-list {
    padding: 10px 5px;
    padding-bottom: 0px !important;
}

    .engin-wrap .train-list ul li {
        display: inline-block;
        padding: 0px !important;
        padding-top: 10px;
    }

        .engin-wrap .train-list ul li img {
            max-width: 100%;
            padding-top: 7px;
        }

        .engin-wrap .train-list ul li:first-child img {
            padding-top: 0px;
        }

.engin-wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
.engin-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.engin-wrap::-webkit-scrollbar-thumb {
    background: #575757;
    border-radius: 10px;
}

    /* Handle on hover */
    .engin-wrap::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* //////////////////////////////responsive//////////////////////////////////// */

@media screen and (max-width: 768px) {
    .banner-wrap {
        padding: 0px 30px;
    }

    .train-express {
        display: block !important;
    }

    .express-wrap .train-express .left .first {
        width: 60%;
    }

    .express-wrap .train-express .left {
        width: 100%;
    }

        .express-wrap .train-express .left .first h3 {
            font-size: 14px;
        }

        .express-wrap .train-express .left .second h3 {
            font-size: 14px;
        }

    .express-wrap .train-express .right .first {
        text-align: left;
    }

        .express-wrap .train-express .right .first h3 {
            font-size: 14px;
        }

    .text-title .text-center p {
        line-height: 24px;
    }

    .express-wrap .train-express .right .first {
        width: 30%;
    }

    .express-wrap .train-express .right {
        width: 100%;
        justify-content: space-between;
    }

    .express-wrap .train-express .left .second {
        width: 45%;
        text-align: right;
    }

    .express-wrap .train-express .left .first {
        width: 55%;
    }

    .express-wrap .train-express .right .second {
        width: 70%;
        display: flex;
        justify-content: normal;
    }

        .express-wrap .train-express .right .second .image-wrap img {
            max-width: 30px;
            padding: 0px 3px;
        }

    .train-express-1 {
        display: block;
        padding-top: 10px;
    }

        .train-express-1 .left {
            width: 100%;
            display: block;
        }

            .train-express-1 .left .first {
                width: 100%;
            }

                .train-express-1 .left .first h3 {
                    font-size: 14px;
                }

                .train-express-1 .left .first span {
                    font-size: 14px;
                    width: 100%;
                    text-align: end;
                }

            .train-express-1 .left .second {
                width: 100%;
                padding: 8px 0px;
            }

                .train-express-1 .left .second h3 {
                    font-size: 14px;
                }

                .train-express-1 .left .second span {
                    font-size: 14px;
                    width: 100%;
                    text-align: end;
                }

        .train-express-1 .right {
            display: block;
            margin-left: 0px;
            width: 100%;
        }

            .train-express-1 .right .first h3 {
                font-size: 14px;
            }

            .train-express-1 .right .first span {
                font-size: 14px;
                width: 100%;
                text-align: end;
            }

    .trnme {
        font-size: 12px;
        font-weight: 600;
    }

    .engin-wrap .train-list ul li img {
        max-width: 100%;
        padding-top: 0px;
    }

    .text-title .text-center h4 {
        font-size: 18px;
    }

    .gray-box-text .text-wrap .text h5 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        color: #2196F3;
    }

    .gray-box-text .text-wrap .text p {
        font-size: 14px;
    }

    .Popular-wrap .title h2, .Popular-wrap .title h4 {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }

    .Popular-wrap .first {
        display: block;
    }

        .Popular-wrap .first .first-wrap {
            width: 100%;
        }

        .Popular-wrap .first h5 {
            font-size: 14px;
        }

        .Popular-wrap .first .second-wrap {
            width: 100%;
        }

            .Popular-wrap .first .second-wrap .left {
                width: 100%;
                padding-right: 15px;
            }

            .Popular-wrap .first .second-wrap .right {
                width: 100%;
                padding-left: 0px;
            }

    .faq-wrap .title h3 {
        font-size: 18px;
    }

    .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
        font-size: 15px;
        max-width: 90%;
    }

    .Popular-wrap .first .second-wrap .text h5 {
        font-size: 14px;
    }

    .faq-wrap .title {
        margin-bottom: 20px;
    }

    .disc {
        position: absolute;
        bottom: 10px;
        font-size: 11px;
        color: #fff;
        width: 100%;
        text-align: center;
        left: 0;
    }

        .disc img {
            width: 17px;
            padding-right: 3px;
        }

    .text-title .text-center h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 500px) {
    .banner-wrap {
        padding: 0;
    }

    .gray-box-text .text-wrap {
        padding: 10px 15px;
    }

    .faq-wrap {
        padding-bottom: 0;
    }

    .week-list-train {
        text-align: end;
        width: 100%;
    }

    .train-express .left .second .fnt12 {
        font-size: 14px;
    }
}
