.mt-15 {
    margin-top: 15px;
}

.serchbx {
    background: linear-gradient(110deg, rgba(15, 147, 103, 0.85) 8.49%, rgba(0, 79, 150, 0.98) 42.02%, rgba(0, 40, 100, 0.9) 91.51%);
    padding: 60px 0;
}

.srchcontent {
    margin-top: 10px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.chtxt {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-left: auto;
    min-width: fit-content;
}

.srchbx {
    display: flex;
    background: #fff;
    width: 100%;
    border-radius: 8px;
}

.srchinp {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1;
}

.srchinp {
}

    .srchinp input {
        border: 0;
        width: 100%;
        padding: 5px 20px;
        height: 100%;
        font-size: 18px;
        font-weight: 600;
        border-right: 1px dashed rgba(0,0,0,.2);
        margin-right: 10px;
        border-radius: 8px 0 0 8px;
    }

    .srchinp img {
        width: 36px;
    }

.srchhd {
    font-size: 12px;
    color: rgba(0,0,0,.64);
    font-weight: 500;
}

.srchsbtxt {
    color: rgb(187 187 187);
    font-size: 11px;
}

.srchbutton {
    font-size: 20px;
    background: #0F9367;
    padding: 26px 50px;
    color: #fff;
    font-weight: 600;
    border-radius: 0 8px 8px 0;
    border: 0;
}

.irtcaut {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.breadcrum {
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0;
}

    .breadcrum a {
        color: #0F9367;
    }

.cntbx {
    gap: 10px;
    margin-bottom: 30px;
    align-items: flex-end;
}

.cnttl {
    font-size: clamp(18px,3vw,24px);
    font-weight: 600;
}

.cntbx p, .cntbx li {
    font-size: clamp(14px,2vw,16px);
    color: #565656;
    font-weight: 500;
    margin-top: 10px;
}

.cntbx ul {
    list-style: disc;
    padding-left: 15px;
}

    .cntbx ul li {
        margin-top: 5px;
    }

.cntlft {
    width: 60%;
}

.cntrgt {
    width: 40%;
    min-width: 300px;
    height: fit-content;
}

.pnrfaq .accordion {
    max-width: 100%;
}
/*train-coach*/
.chpdbx {
    background-color: #F2FAFF;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 15px;
    border: 1px solid rgba(0, 145, 255, 0.2);
}

    .chpdbx ul {
        list-style: decimal;
        padding-left: 0;
    }

        .chpdbx ul li {
            padding: 0;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e0e0e0;
            width: 100%;
        }

.chlhd {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    min-width: 25%;
    margin: 8px 0;
}

.chpdbx p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0px;
}

.chpdbx .mt-10 {
    margin-top: 10px;
}

.trnpos {
    background: url(https://onlinetrainticket.com/images/homepageimg/trainbg.png) no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding-bottom: 90px;
}

.mxwdt, .mxwdt ~ p {
    max-width: 600px;
}

.faqbxn .accordion {
    max-width: 100%;
}

@media screen and (max-width:800px) {
    .srchbutton {
        padding: 20px 35px;
        font-size: 18px;
    }

    .srchinp input {
        font-size: 16px;
    }

    .chtxt {
        font-size: 20px;
    }

    .srchtbs {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:600px) {

    .srchbx {
        flex-direction: column;
        margin-top: 10px;
    }

    .srchinp input {
        padding: 10px 15px;
        border: 0;
        border-bottom: 1px dashed rgba(0,0,0,.2);
        margin: 0;
        border-radius: 8px 8px 0 0;
        margin-bottom: 15px;
    }

    .srchbutton {
        padding: 10px 35px;
        font-size: 16px;
        border-radius: 8px;
        margin-top: 10px;
        margin: 5px;
    }

    .irtcaut {
        font-size: 16px;
    }

    .srchinp {
        padding: 0 5px;
    }

    .breadcrum {
        padding: 20px 0;
        font-size: 15px;
    }

    .cntbx {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .pnrfaq .accordion {
        margin-top: 15px;
    }

    .srchtbs {
        gap: 10px;
    }

    .serchbx {
        padding: 30px 0;
    }

    .cntlft, .cntrgt {
        width: 100%;
    }
    /*train-coach*/
    .chpdbx ul li {
        flex-wrap: wrap;
    }

    .chlhd {
        font-weight: 600;
        margin: 0 0 2px 0;
    }

    .chpdbx p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .chpdbx {
        padding: 10px 15px;
    }

    .trnpos {
        padding-bottom: 30px;
    }
}
