    /*DEFAULT AMPdrew PAGE STYLING*/
    
    html,
    body {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        overflow-x: hidden;
        font-family: calibri, sans-serif;
        /* font-family: lato, sans-serif !important; */
        /* background: #f7f7f7; */
        background: #ffffff;
    }
    
    p {
        font-size: 16px;
    }
    
    img#AMPdrew-logo {
        max-height: 60px;
        float: left;
        margin: 8px 15px;
        margin-right: 25px;
    }
    
    img#hamburger {
        float: right;
        max-width: 25%;
        margin: 17px 30px 17px 17px;
    }
    
    div#top-bar-section {
        height: 65px;
        border-bottom: 1px solid #004287;
        background: #004287;
        width: 100%;
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        right: 0;
    }
    
    img.amp-close-image {
        margin: 10px;
        left: 120px;
        display: none;
    }
    
    li {
        list-style-type: none;
        font-size: 14px;
        padding-top: 10px;
        vertical-align: middle;
    }
    
    p {
        line-height: 1.5em;
    }
    
    a {
        text-decoration: none;
        cursor: pointer;
        color: #004287;
    }
    
    ul {
        -webkit-padding-start: 20px;
    }
    
    a.button {
        background: black;
        border-radius: 5px;
        padding: 10px;
        color: white;
    }
    
    a.button:hover {
        background: gray;
    }
    
    .back-page {
        display: none;
    }
    
    .strblink {
        background-color: #97d199;
        border-bottom-color: #97d199;
        margin: 0px -9px 0px -9px;
        height: 34px;
        padding-bottom: -3px !important;
    }
    
    .tab-container {
        padding-left: 30px;
        overflow: hidden;
    }
    
    .right {
        float: left;
        background: #004287;
        color: #fff;
        border: none;
        position: absolute;
        z-index: 999;
        height: 100%;
        padding: 2px;
        cursor: pointer;
        right: 0;
        top: 0;
    }
    /* AMPDREW RESPONSIVE LAYOUT STYLING */
    
    .ampd-section {
        overflow: auto;
        width: 100%;
    }
    
    .ampd-row {
        padding: 10px;
        margin: 0 auto;
        /* max-width: 1230px; */
        max-width: 1050px;
        overflow: hidden;
    }
    
    .ampd-content {
        padding: 10px;
    }
    
    .ampd-fourth,
    .ampd-half,
    .ampd-third,
    .ampd-two-thirds,
    .ampd-three-fourths {
        float: left;
    }
    
    .ampd-three-fourths,
    .ampd-two-thirds {
        width: 100%;
    }
    
    .amp-nav-item {
        margin-top: 65px;
    }
    
    .amp-nav-item ul li a i {
        color: #c7c8c9;
        font-size: 30px;
        text-align: center;
    }
    
    .amp-nav-item ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #dae9f393;
    }
    
    .amp-nav-item ul li {
        display: inline-block;
        padding: 15px 5px;
        border-right: 1px solid #dae9f393;
        text-align: center;
        width: 10%;
        background: #dae9f31c;
    }
    
    .amp-nav-item ul li:hover a {
        color: #fff;
    }
    
    .amp-nav-item ul li:hover {
        background: #004287;
        transition: 0.3s;
        color: #fff;
    }
	

	.selected { 
       background: #004287 !important; 
       transition: 0.3s; 
       color: #fff !important;
    } 
	  .selected span  {
        color: #fff !important;
    }

	   .selected a img  {
       filter: brightness(0) invert(1);
    }
    /* .amp-nav-item-active li   {
	background: #004287;
	transition: 0.3s;
	color: #fff;
} */

    .amp-nav-item li::last-child {
        border-right: none !important;
    }
    
    .amp-nav-item li img {
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 0 0 10px 0;
        width: 25px;
    }
    
    .amp-nav-item li:hover img {
        filter: brightness(10000%) grayscale(10%);
    }
    
    .amp-nav-item li span {
        display: block;
        color: #000;
        font-size: 16px;
        text-align: center;
        padding: 0px 0 0 0;
        font-weight: 500;
        font-family: calibri, sans-serif;
    }
    
    .amp-nav-item li:hover span {
        color: #fff;
    }
    
    .amp-bot-nav ul {
        padding: 10px;
        text-align: center;
    }
    
    .amp-bot-nav li {
        padding: 10px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
    }
    
    .amp-bot-nav li a {
        color: #fff;
    }
    
    .right-menu {
        float: right;
        margin-right: 20px;
        height: 65px;
    }
    
    .right-menu a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        /* margin: 20px 5px; */
        margin: 19px 5px 17px 5px;
        padding: 4px 15px;
        border: 2px solid #ffffff;
        border-radius: 50px;
        transition: all 0.3s linear;
        display: inline-block;
        /* border-right: 2px solid #ffffff; */
    }
    
    .right-menu a:hover {
        color: #004287;
        font-size: 15px;
        font-weight: 500;
        /* margin: 20px 5px; */
        margin: 19px 5px 17px 5px;
        padding: 4px 15px;
        background: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 50px;
        display: inline-block;
    }
    
    .ent-butdotnet {
        background: #004287;
        width: 40%;
        color: #fff;
        border: none;
        padding-top: 0px;
        border-radius: 0px 10px 10px 0px;
        position: absolute;
        font-size: 16px;
        cursor: pointer;
        background: #004287;
        width: 30%;
        color: #fff;
        border: none;
        top: 1px;
        right: -1px;
        line-height: 52px;
        position: absolute;
        display: block;
        text-align: center;
    }
    
    .pnr-box {
        background: #ebf6f5;
        border: 1px solid #dae9f3;
        border-radius: 7px;
        /* -webkit-box-shadow: 0px 0px 3px 0px rgba(171, 171, 171, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 3px 0px rgba(171, 171, 171, 1); */
        padding: 10px 20px;
    }
    
    .pnr-box h2 {
        font-size: 17px;
        text-align: center;
    }
    
    .pnr-box b {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        font-family: calibri, sans-serif;
        color: #333;
        display: block;
        padding: 15px 0 15px 0;
    }
    
    .inner-search-index b {
        text-align: left;
        border-bottom: 1px solid #dae9f3;
        padding-bottom: 8px;
        margin-bottom: 20px;
        display: block;
        padding: 10px 0 10px 0;
        font-size: 21px;
        font-weight: 500;
        font-family: calibri, sans-serif;
    }
    
    .last-pnr {
        color: #333;
        border-radius: 10px;
        border: 1px solid #ddd;
    }
    
    .last-pnr ul {
        padding: 10px 20px;
        margin: 0;
    }
    
    .last-pnr li {
        padding: 0;
        margin: 0;
    }
    
    .last-pnr .s-heading {
        padding: 0;
        margin: 0;
        font-size: 16px;
        padding: 20px 0;
        text-align: center;
        background: #004287;
        border-radius: 10px 10px 0 0;
        -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 71, 134, 0.94);
        -moz-box-shadow: 0px 5px 5px -2px rgba(0, 71, 134, 0.94);
        box-shadow: 0px 5px 5px -2px rgb(11, 38, 76);
        color: #fff;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    
    .padding-recent-tab {
        padding: 15px;
    }
    
    .last-pnr h4 {
        padding: 0;
        margin: 20px 0 0 0;
        font-size: 16px;
        border-bottom: 1px solid #bcc5d3;
        text-align: left;
        padding-bottom: 8px;
    }
    
    .last-pnr h5 {
        font-weight: 600;
        margin: 0;
        font-size: 14px;
        padding: 10px 0;
    }
    
    .last-pnr p {
        padding: 0;
        margin: 0;
    }
    
    .result {
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
    }
    
    .result-table tr:first-child {
        background: #004287;
        color: #fff;
    }
    
    .t-head td {
        border: none !important;
    }
    
    .result-table {
        overflow-x: auto;
        overflow-y: auto;
        /* white-space: nowrap; */
        padding-top: 10px;
        width: 100%;
        /* width: 1008px; */
        text-align: center;
        /*  max-height: 450px;*/
    }
    
    .result-table table {
        padding: 0;
        margin: 0;
        background: #ebf6f5;
        margin-bottom: 30px;
        font-size: 16px;
        overflow-x: auto;
        overflow-y: auto;
        /* white-space: nowrap; */
        /* padding-top: 10px; */
        /* width: 803px; */
        width: 100%;
        max-height: 450px;
        border-collapse: collapse;
    }
    
    .result-table tr:nth-child(even) {
        background: #dae9f3 !important;
    }
    
    .result-table tr td {
        /* border-right: 1px solid #eee !important; */
        padding: 9px;
        border-bottom: 1px solid #eee !important;
    }
    
    .flight-table tr td {
        border-right: 1px solid #eee !important;
        padding: 9px;
        border-bottom: 1px solid #eee !important;
        text-align: left;
        padding-left: 30px !important;
    }
    
    .result-table tr th {
        /* border-right: 1px solid #eee !important; */
        padding: 6px 6px;
        border-bottom: 1px solid #eee !important;
        background: #004287;
        color: #fff;
        font-weight: 400;
    }
    
    .result-table tr td a {
        color: #004287;
        /* #00a2e8*/
        /* text-decoration: underline; */
    }
    
    .result-table tr .station-name-cap {
        text-transform: uppercase;
    }
    
    .result-table tr td:first-child {
        /* border-left: 1px solid #eee !important; */
        padding: 9px;
    }
    
    .pnr-list li {
        padding: 0;
        margin: 0;
    }
    
    .mar-pad {
        margin-top: 20px;
    }
    
    .top-mar {
        margin-top: 0px;
    }
    /* .train-ani {
        position: relative;
        margin-top: 10px;
    } */
    /* .banner-cap {
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        margin: 0 auto;
        text-align: center;
    }
    
    .banner-cap h1 {
        color: #004287;
        padding: 10px 0 0;
        font-weight: 400;
    }
    
    .banner-cap a {
        background: #004287;
        border-radius: 20px;
        padding: 5px 15px;
        color: #fff;
        font-size: 13px;
        transition: 0.3s all;
        font-weight: 400;
    }
    
    .banner-cap a:hover {
        background: #1079d7;
    } */
    
    input {
        padding: 0;
        margin: auto;
        border: 0;
        float: none;
        height: auto;
		background: #fff !important;
    }
    
    .pnr-wrp {
        width: 80%;
        position: relative;
        /* text-align: center; */
        margin: 0 auto;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .pnr-wrp input[type="text"]:focus {
        outline: 0;
        border: 1px solid #dae9f3 !important;
    }
    
    .pnr-wrp input[type="text"] {
        width: 97%;
        height: 52px;
        border: 1px solid #dae9f3;
        border-radius: 10px;
        padding: 0 0 0 16px;
        transition: all 0.5s;
        font-size: 14px;
    }
    
    .ent-but {
        background: #004287;
        width: 30%;
        line-height: 50px;
        color: #fff;
        border-radius: 0px 10px 10px 0px;
        border: 1px solid #004287;
        position: absolute;
        font-size: 16px;
        cursor: pointer;
        top: 0px;
        right: 0px;
        display: block;
        text-align: center;
        font-family: calibri, sans-serif;
    }
    
    .pnr-wrp-from-to {
        position: relative;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .pnr-wrp-from-to input {
        width: 38%;
        height: 52px;
        transition: all 0.5s;
        padding: 0 0 0 16px;
        border: 1px solid #dae9f3;
        border-radius: 10px 0px 0px 10px;
        font-size: 14px;
        color: #757575;
        background-color: #fff;
    }
    
    .pnr-wrp-from-to .select {
        width: 37%;
        height: 54px;
        transition: all 0.5s;
        padding: 0 0 0 16px;
        border: 1px solid #dae9f3;
        font-size: 14px;
        margin: 0 -5px;
        border-radius: 0;
        color: #757575;
        background-color: #fff;
    }
    
    .pnr-wrp-from-to .select2 {
        width: 35%;
        height: 52px;
        border-radius: 0px;
        transition: all 0.5s;
        padding: 0 0 0 16px;
        border: 1px solid #dae9f3;
        font-size: 14px;
        margin: 0 -5px;
        color: #757575;
        background-color: #fff;
    }
    
    .pnr-wrp-from-to .select3 {
        width: 50%;
        height: 54px;
        transition: all 0.5s;
        padding: 0 0 0 16px;
        font-size: 14px;
        border: 1px solid #dae9f3;
        border-radius: 10px 0px 0px 10px;
        margin: 0 -5px;
        color: #757575;
        background-color: #fff;
    }
    
    .pnr-wrp-from-to .select4 {
        width: 64%;
        height: 52px;
        transition: all 0.5s;
        padding-left: 16px;
        font-size: 14px;
        border: 1px solid #dae9f3;
        border-radius: 10px 0px 0px 10px;
        margin: 0 -5px;
        color: #757575;
        background-color: #fff;
    }
    
    .pnr-wrp-from-to .live-station-btn {
        background: #004287;
        line-height: 50px;
        width: 22%;
        color: #fff;
        top: 0px;
        right: 0px;
        position: relative;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #004287;
        border-radius: 0px 10px 10px 0px;
        display: inline-block;
    }
    
    .pnr-wrp-from-to .ticket-date-btn {
        background: #004287;
        line-height: 50px;
        width: 32%;
        color: #fff;
        top: 0px;
        right: 0px;
        position: relative;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #004287;
        border-radius: 0px 10px 10px 0px;
    }
    
    .pnr-wrp-from-to input:focus {
        outline: none;
    }
    
    .pnr-wrp input:focus {
        outline: none;
    }
    
    .pnr-wrp-from-to .live-station-btn:focus {
        outline: none;
    }
    
    .pnr-wrp-from-to select:focus {
        outline: none;
    }
    
    .pnr-wrp-from-to select:radius {
        width: 36% !important;
        border: 1px solid #004287 !important;
        border-radius: 0px;
        transition: all 0.5s;
        padding-left: 16px;
        font-size: 25px;
        height: 50px;
        outline: none;
    }
    
    .text-left {
        text-align: left;
        margin: 0px 4%;
    }
    
    .text-right {
        text-align: right;
        margin: 0px 3%;
    }
    
    .bg-none {
        background: none !important;
    }
    
    .result p {
        background: #34A853;
        font-size: 16px;
        padding: 5px 0px 5px 0px;
        text-align: center;
        width: 100%;
        margin-top: 0px;
    }
    
    .result h1 {
        margin-bottom: 25px;
    }
    
    .result h3 {
        float: left;
        width: 100%;
    }
    
    .greenupdatedonindex {
        background: #34A853;
        font-size: 16px;
        padding: 5px 10px 5px 10px;
        text-align: center;
        margin: 10px 0 10px 0;
        line-height: 1.5em;
        font-weight: 400;
        color: #fff;
    }
    
    .greenupdatedon {
        background: #34A853;
        font-size: 16px;
        padding: 5px 10px 5px 10px;
        text-align: center;
        margin: 10px 0 20px 0;
        line-height: 1.5em;
        font-weight: 400;
        color: #fff;
    }
    
    h1 {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        font-family: "Lato", sans-serif;
        /* letter-spacing: 0.5px; */
    }
    
    .servive-info h1 {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        font-family: "Lato", sans-serif;
        /* letter-spacing: 0.5px; */
        /* border-bottom: solid 1px #333; */
        display: inline-block;
    }
    
    .about-info h1 {
        display: block;
        font-size: 23px;
        text-align: left;
        border-bottom: 2px solid #fff;
        padding-bottom: 8px;
        font-family: lato, sans-serif;
    }
    
    .about-info-traintype h1 {
        display: block;
        font-size: 20px;
        text-align: left;
        border-bottom: 2px solid #fff;
        padding-bottom: 8px;
        font-family: lato, sans-serif;
    }
    
    h2,
    h3,
    h4,
    h5,
    b {
        font-size: 18px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        color: #000;
        line-height: 1.5em;
        letter-spacing: 0.5px;
    }
    
	.servive-info {
    padding: 10px 20px;
    background: #ebf6f5;
    border: 1px solid #dae9f3;
    border-radius: 7px;
    margin-top: 25px;
    overflow: auto;
    color: #333333d9 !important;
}
.servive-info p {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    color: #333;
    font-weight: 400;
}


    .servive-info h2,
    h3,
    h4,
    h5,
    b {
        font-size: 18px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        color: #000;
        line-height: 1.5em;
        letter-spacing: 0.5px;
    }
    

    .about-info {
        overflow: hidden;
        margin-top: 0 !important;
    }
    
	   .about-info h2,
    h3,
    h4,
    h5,
    b {
        font-size: 18px;
        font-weight: 500;
        font-family: "Lato", sans-serif;
        color: #000;
        line-height: 1.5em;
        letter-spacing: 0.5px;
    }
	
    .notfound-info {
        overflow: hidden;
        margin-top: 25px !important;
    }
    
    .servive-info li {
        list-style-type: square;
        font-size: 17px !important;
        padding-top: 10px !important;
        vertical-align: middle !important;
        color: #333333f0 !important;
    }
    
    .out-footer {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        background: #004287;
        margin-top: 2%;
    }
    
    .out-footer .infooter {
        width: 1050px;
        display: block;
        margin: 0 auto;
        padding: 30px 0 0;
        overflow: hidden;
    }
    
    .infooter .footer-box {
        width: 16%;
        float: left;
        padding: 0px 0 0 3%;
        vertical-align: top;
    }
    
    ul.footer-list {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    
    ul.footer-list li {
        width: 100%;
        display: block;
        margin: 0 0 7px;
        padding: 0;
        list-style: none;
    }
    
    ul.footer-list li a {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        color: #fff;
        text-decoration: none;
        /* font-family: 'Open Sans', Arial; */
        font-size: 16px;
        font-weight: 400;
    }
    
    ul.footer-list li i {
        margin: 0 5px 0 0;
    }
    
    .infooter .copy {
        width: 100%;
        margin: 35px 0 0 0;
        padding: 25px 0;
        display: block;
        text-align: center;
        /* font: 11px 'Open Sans',Arial; */
        color: #fff;
        border-top: 1px solid #3e619275;
        font-size: 14px;
    }
    
    .footer-list .footer-heading {
        color: #fff;
        display: block;
        margin: 0 0 9px;
        border-bottom: 1px inset #3e619275;
        line-height: 1.8;
        margin-bottom: 15px;
        padding-bottom: 6px;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }
    
    .clear {
        clear: both;
    }
    
    .footer-train-services {
        width: 40% !important;
    }
    
    .footer-train-services ul {
        margin-right: 50px;
    }
    
    .footer-train-services ul li {
        width: 49%;
        display: inline-block;
        margin: 0 0 7px;
        padding: 0;
        list-style: none;
    }
    
    button.tabnav-sm {
        display: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 83px;
        background-color: #004287;
        color: #ffffff;
        border-radius: 4px;
        padding: 4px;
        border: none;
        /* font-size: 14px; */
        outline: none;
    }
    
    .tabsy>button {
        width: 100%;
        font-family: inherit;
        font-size: 100%;
        margin: 0;
        outline: 0;
        border: 0;
        vertical-align: baseline;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
    }
    
    .tabsy>.tabButton {
        display: block;
        margin-top: 0px;
        background: #ebf6f5;
        color: #000;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        margin-left: 3px;
        position: relative;
        border-radius: 7px 7px 3px 3px;
        /* border: 1px solid #ddd; */
        border: 1px solid #dae9f3;
    }
    
    .tabsy>input {
        display: none
    }
    
    .tabsy>input:checked+label+.tab {
        display: block;
        background: transparent;
    }
    
    .tabsy>input:checked+label+.tab>.content {
        -webkit-animation: showTab 250ms ease-in-out;
        animation: showTab 250ms ease-in-out
    }
    
    .tabsy>.tab {
        background: #fff;
        display: none
    }
    
    .tabButton {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 5px 10px 5px;
        width: 15%;
        /* line-height: 25px; */
        text-align: center;
        /* margin: 0 auto; */
        margin-left: 1px !important;
        /* height: 55px; */
    }
    
    .tabButton img {
        /* margin-right: 10px; */
        /* height: 30px; */
        width: 30px;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    
    .tab {
        /* padding: 2px; */
        text-align: left;
    }
    
    .tabButton:first-child {
        border-top-left-radius: 94px !important;
    }
    
    .tabsy input .tabButton:first-child {
        border-radius: 100px !important;
        background: red !important;
    }
    
    label.tabButton:before {
        position: absolute;
        /* content: ''; */
        width: 7px;
        height: 7px;
        background: #c7c8c9;
        top: 68px;
        left: 30px;
        border-radius: 100%;
        border: 4px double #fff;
    }
    
    label.tabButton:after {
        position: absolute;
        /* content: ''; */
        width: 7px;
        height: 7px;
        background: #c7c8c9;
        top: 68px;
        right: 30px;
        border-radius: 100%;
        border-radius: 100%;
        border: 4px double #fff;
    }
    
    .tabsy>input:checked+label:before {
        position: absolute;
        /* content: ''; */
        width: 7px;
        height: 7px;
        background: #004287;
        top: 68px;
        left: 30px;
        border-radius: 100%;
        border: 4px double #fff;
    }
    
    .tabsy>input:checked+label.tabButton:after {
        position: absolute;
        /* content: ''; */
        width: 7px;
        height: 7px;
        background: #004287;
        top: 68px;
        right: 30px;
        border-radius: 100%;
        border-radius: 100%;
        border: 4px double #fff;
    }
    
    .tabsy>input:checked+label.tabButton img {
        filter: brightness(10000%) grayscale(10%);
    }
    
    .tabsy>input:checked+label {
        background: #004287;
        color: #fff;
    }
    
    .ampd-two-thirds {
        width: 100%;
        background: transparent;
    }
    
    .large-tab {
        float: left;
        width: 845px;
        background: transparent;
    }
    
    .ampd-third {
        width: 100%;
        margin-top: 25px;
    }
    
    .right-side-part {
        width: 336px;
        float: left;
        margin-left: 30px;
    }
    
    .ad-img {
        /* width: 728px; */
		width: 100%;
        max-width: 728px;
        /* height: 90px; */
		height: auto;
        max-height: 280px;
        /* line-height: 90px; */
        margin: 0 auto;
        display: block;
        text-align: center !important;
        overflow: hidden;
        /* background: #fff; */
        /* border: 1px solid #dae9f3; */
    }
    
    .ad-img img {
        width: 100%;
        overflow: inherit !important;
    }
    
    .adsbygoogle {
        height: auto !important;
    }
    
    .ad-img-other {
        width: 728px;
        /* height: 90px; */
        margin: 10px 0px;
        display: table;
        background-color: #333;
    }
    
    .ad-img-other img {
        width: 100%;
        overflow: inherit !important;
    }
    /*//////////////////////////  Seat Avialbility css  /////////////////////////////*/
    
    .seat-select {
        float: left;
        width: 100%;
        margin: 10px 0 23px 0;
    }
    
    .seat-select-zon {
        width: 24%;
        float: left;
        margin: 0px 4px;
    }
    
    .seat-select-zon label {
        display: block;
        text-align: left;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .seat-select-zon select {
        display: block;
        height: 40px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #dae9f3;
        border-radius: 4px;
        width: 100%;
        cursor: pointer;
    }
    
    .seat-select-zon option {
        /* background: #ebf6f5; */
        font-size: 15px;
    }
    
    .seat-select-zon select:focus {
        outline: 0;
    }
    
    .t-head td span {
        float: left;
        width: 100%;
        margin-top: 7px;
    }
    
    .seat-table tr td {
        border: 0px solid #eee;
    }
    

    
    .index-info {
        /* margin-top: 0px; */
        padding: 10px 20px;
    }
    
    .index-search-section {
        background: #ebf6f5;
        /* #c3dff3 */
        border: 1px solid #dae9f3;
        height: auto;
        margin: 0 auto;
        /* width: 1230px; */
        width: auto;
        padding: 0px 0px;
        overflow: hidden;
        /* text-align: center; */
        border-radius: 7px;
        /* margin-top: 20px; */
        padding-top: 15px;
        margin-bottom: 25px;
        /* box-shadow: 0px 0px 3px 0px rgba(171, 171, 171, 1); */
    }
    
    .inner-search-index {
        /* width: 1050px; */
        /* width: 880px; */
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .inner-search-index h2 {
        text-align: left;
        /* border-bottom: 1px solid; */
        border-bottom: 1px solid #c3c3c3;
        padding-bottom: 8px;
        margin-bottom: 30px;
    }
    
    .search-grid {
        float: left;
        /* width: 18%; */
        width: 22%;
        display: block;
        position: relative;
        margin-bottom: 35px;
    }
    
    .search-grid label {
        float: left;
        width: 100%;
        text-align: left;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    
    .search-grid input {
        float: left;
        width: 93%;
        border-radius: 4px;
        margin-top: 10px;
        height: 26px;
        border: 1px solid #dae9f3;
        padding: 10px 0px 10px 0px;
        text-align: center;
        font-size: 14px;
    }
    
    .search-grid input:focus {
        outline: none;
    }
    
    .search-grid button {
        color: #fff;
        background: #004287;
        border: none;
        font-size: 18px;
        width: 100%;
        border-radius: 8px;
        height: 44px;
        margin-top: 34px;
        border: 2px solid #cacaca;
        cursor: pointer;
    }
    
    .search-grid button:focus {
        outline: none;
    }
    
    .search-grid-right {
        float: left;
    }
    
    .shifting-trains-arrow {
        width: 6%;
        float: left;
        vertical-align: middle;
        margin-top: 45px;
        margin-right: 0px;
    }
    
    .shifting-trains-arrow p {
        cursor: pointer;
        margin: 0px;
    }
    
    .shifting-trains-arrow p img {
        width: 35px;
    }
    
    .mr-left {
        /* margin-left: 40px; */
        margin-left: 0px;
    }
    
    .float-right-part {
        float: right;
    }
    
    .or-span {
        float: left;
        margin-top: 44px;
        margin-left: 40px;
        font-weight: 400;
        color: #333;
        font-size: 18px;
    }
    /* .sticky {
    position: fixed;
    top: 0;
} */
    /************************************************/
    
    .two-section {
        overflow: hidden;
        padding: 5px;
        /* margin-bottom: 20px; */
    }
    
    .left-grid {
        min-height: 100px;
        /* width: 70%; */
        width: 100%;
        float: left;
    }
    
    .right-grid {
        /* width: calc(32% - 57px); */
        width: 0px;
        margin-left: 30px;
        overflow: visible;
    }
    
    .train-fare-zon {
        width: 29%;
        float: left;
        margin: 0px 15px 10px 15px;
    }
    
    .get-fare-button {
        background: #333;
        border: none;
        color: #fff;
        font-size: 16px;
        padding: 8px 40px;
        border-radius: 5px;
        float: left;
        margin-left: 14px;
        margin-top: 10px;
    }
    /******================== Coach Postion Starts =======================******/
    
    .coach {
        text-align: center;
        padding-bottom: 20px;
        margin: 0 auto;
        width: 100%;
    }
    
    .coach-position {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding-top: 10px;
        width: 800px;
        /* width: 950px; */
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
    
    .coach-position .coach-grid {
        width: 53px;
        /* float: left; */
        margin: 0px 5px;
        display: inline-block;
    }
    
    .coach-position .coach-grid a span {
        float: left;
        width: 100%;
        border: 1px solid #00428738;
        background: #fff;
        padding: 10px 0px;
        border-radius: 5px;
        font-size: 18px;
        box-shadow: 0px 0px 2px #00428738;
        /* margin: 0px 4px; */
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }
    
    .coach-position .coach-grid a {
        color: #333;
        font-size: 18px;
    }
    
    @media (min-width:1367px) {
        .coach-position {
            width: 80%;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        .coach-position {
            width: 96%;
        }
    }
    
    @media (max-width: 767px) {
        .coach-position {
            width: 96%;
            height: 600px;
            overflow-y: scroll;
            margin-top: 10px;
        }
        .coach-position .coach-grid {
            width: 100%;
            margin: 0px;
            display: block;
            text-align: center;
        }
        .coach-position .coach-grid a {
            color: #333;
            font-size: 18px;
            display: inline-block;
            width: 16%;
            text-align: center;
            padding: 2px 6px;
            line-height: 35px;
            vertical-align: middle;
        }
    }
    
    @media (min-width: 380px) and (max-width: 480px) {
        .coach-position .coach-grid a {
            width: 21%;
            line-height: 32px;
        }
    }
    
    @media (min-width: 320px) and (max-width: 379px) {
        .coach-position .coach-grid a {
            width: 22%;
            line-height: 30px;
        }
    }
    
    @media (min-width: 280px) and (max-width: 319px) {
        .coach-position .coach-grid a {
            width: 25%;
            line-height: 25px;
        }
    }
    /******================== Coach Postion Ends =======================******/
    
    .show-all {
        color: #004287;
        font-size: 15px;
        text-decoration: underline;
    }
    
    .good-time {
        color: #128f12 !important;
    }
    
    .bad-time {
        color: #FF0000 !important;
    }
    
    .normal-time {
        color: sandybrown;
    }
    
    .pnr-other-button a {
        background: #004287;
        border: none;
        line-height: 35px;
        padding: 5px 20px;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        /* float: left; */
        margin: 0px 8px;
        display: inline-block;
    }
    
    .pnr-other-button a img {
        float: left;
        filter: brightness(100000%) grayscale(10%);
        margin-right: 10px;
        width: 25px;
        vertical-align: middle;
        margin-top: 4px;
    }
    
    .canel-trains-grids {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .canel-trains-grids .left-cancel {
        float: left;
        width: 60%;
        margin-top: 10px;
    }
    
    .canel-trains-grids .left-cancel span {
        float: left;
        font-size: 16px;
        background: #34A853;
        color: #fff;
        font-weight: 400;
        padding: 8px 8px;
        border-radius: 3px;
        text-align: left;
        line-height: 1.5em;
        width: auto;
    }
    
    .canel-trains-grids .right-cancel {
        float: right;
        width: 30%;
        margin-top: 10px;
    }
    
    .canel-trains-grids .right-cancel label {
        float: left;
        vertical-align: middle;
        line-height: 39px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }
    
    .canel-trains-grids .right-cancel input {
        width: 230px;
        height: 22px;
        border: 1px solid #dae9f3;
        /* margin-left: 10px; */
        border-radius: 5px;
        padding: 8px 8px 8px 16px;
        /* text-align: center; */
        float: right;
    }
    
    .canel-trains-grids .right-cancel input:focus {
        outline: none;
        /* border: 1px solid #004287 !important; */
    }
    
    .ticket-date h1 {
        text-align: center;
    }
    
    .right-side-add-zon {
        width: 100%;
        /* height: 280px; */
        margin-top: 25px;
        text-align: center;
        /* border: 1px solid #dae9f393; */
        overflow: hidden;
    }
    
    .right-side-add-zon img {
        width: 100%;
    }
    
    .no-margin {
        margin-top: 0px;
    }
    
    .no-padding-result {
        padding-bottom: 0px;
    }
    
    .flight-result h2 {
        text-align: left;
    }
    /**********************   Contact Css  ***************************/
    
     .contact-form-section {
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    
    .contact-form-section .input-form {
        width: 100%;
        float: left;
    }
    
    .contact-form-section .input-form input {
        border: 1px solid #dae9f3;
        width: 30%;
        height: 30px;
        border-radius: 5px;
        float: left;
        padding: 10px;
        margin-left: 0px;
        margin-right: 10px;
        font-size: 14px;
    }
    
    .contact-form-section .input-form textarea {
        border: 1px solid #dae9f3;
        width: 96%;
        height: 75px;
        border-radius: 5px;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
        padding: 10px;
        font-size: 15px;
    }
    
    .contact-form-section .input-form textarea:focus {
        outline: none;
    }
    
    .contact-form-section .input-form input:focus {
        outline: none;
    }
    
    .contact-form-section .conbtn {
        font-size: 15px !important;
        padding: 8px 35px !important;
        line-height: 30px !important;
        margin-left: 0px !important;
        margin-top: 20px !important;
        background: #004287 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 8px !important;
        cursor: pointer !important;
    }
    
    .contact-form-section .conbtn:focus {
        outline: none !important;
    }
    /* End */
    .main_submit_button {
        color: #fff;
        background: #004287;
        border: none;
        font-size: 16px;
        /* width: 100%; */
        width: 92%;
        border-radius: 8px;
        height: 42px;
        margin-top: 40px;
        border: 1px solid #dae9f3;
        cursor: pointer;
        line-height: 42px;
        text-align: center;
    }
    
    .runtime_btn {
        background: #004287;
        padding: 11px 72px;
        color: #fff;
        border: 0px solid;
        border-radius: 6px;
        display: inline-block;
        font-size: 16px;
        margin: 0 0 10px 0px;
    }
    
    .serviceinfotable {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid rgb(218, 218, 206);
        font-size: 17px; /* 14 to 17 */
    }
    
    .serviceinfotable td {
        border-collapse: collapse;
        border: 1px solid rgb(218, 218, 206) !important;
        padding: 5px 10px 5px 10px;
    }
    
    .serviceinfotable tr:nth-child(odd) {
        background-color: #f3fbfd;
    }
    
    .errmessage {
        width: 100%;
        text-align: center;
        margin: 10px 0px 10px 0px;
        color: red;
        font-size: 17px;
    }
    
	.errmessagecont {
    color: #c82333;
    font-size: 19px;
    font-weight: 600;
}

    .blocknavlist {
        display: inline-block;
    }
    /* pnr box para */
    
    .pnr-box p {
        font-family: "Lato", sans-serif;
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 1.5em;
        color: #333;
        font-weight: 400;
    }
    /* pnr box para ends */
    
    @media screen and (min-width: 600px) {
        .ampd-half,
        .ampd-fourth {
            width: 50%;
        }
    }
    
    @media screen and (min-width: 999px) {
        .ampd-fourth {
            width: 25%;
        }
        .ampd-three-fourths {
            width: 75%;
        }
    }
    /* New sidenav toggle starts*/
    
    .hamtoggle {
        display: block;
        margin: 0 auto;
    }
    
    .m-menu__checkbox {
        display: none;
    }
    
    label.m-menu__toggle {
        cursor: pointer;
        /* margin: 17px 30px 17px 17px;
        padding: 13px 10px; */
        padding: 17px 10px;
        height: 31px;
        float: right;
    }
    
    .m-menu {
        position: fixed;
        top: 0;
        right: 0;
        max-width: 280px;
        width: calc(100vw - 30px);
        height: 100%;
        -moz-transform: translate3d(480px, 0, 0);
        -o-transform: translate3d(480px, 0, 0);
        -ms-transform: translate3d(480px, 0, 0);
        -webkit-transform: translate3d(480px, 0, 0);
        transform: translate3d(480px, 0, 0);
        -moz-transition: transform 0.35s;
        -o-transition: transform 0.35s;
        -webkit-transition: transform 0.35s;
        transition: transform 0.35s;
        z-index: 21;
        overflow: hidden;
        background-color: #ebf6f5;
    }
    
    .m-menu__overlay {
        background-color: rgba(103, 103, 103, 0.5);
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        z-index: 21;
        display: none;
    }
    
    .m-menu__header {
        padding: 0 16px;
        height: 50px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: space-around;
        -webkit-align-items: center;
        align-items: center;
        border-bottom: 1px solid #dae9f3;
    }
    
    .m-menu__header span {
        font-size: 19.2px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        color: #004287;
        /* padding: 0 35px; */
    }
    
    .m-menu .m-menu {
        -moz-transform: translate3d(480px, 0, 0);
        -o-transform: translate3d(480px, 0, 0);
        -ms-transform: translate3d(480px, 0, 0);
        -webkit-transform: translate3d(480px, 0, 0);
        transform: translate3d(480px, 0, 0);
    }
    
    .m-menu ul {
        height: 100%;
        overflow-y: auto;
        -webkit-padding-start: 0px;
        margin-block-start: 0em;
    }
    
    .m-menu ul li {
        list-style-type: none;
        font-size: 14px;
        padding-top: 0px;
        vertical-align: middle;
    }
    
    .m-menu ul li label {
        display: block;
        text-align: left;
        padding: 0 20px;
        line-height: 47px;
        text-decoration: none;
        color: #333;
        cursor: pointer;
        font-size: 16px;
        /* border-bottom: 1px solid #e8e8e8; */
        position: relative;
    }
    
    .m-menu ul li a {
        display: inline-block;
        text-align: left;
        /* padding: 0 15px; */
        line-height: 47px;
        text-decoration: none;
        color: #333;
        cursor: pointer;
        font-size: 16px;
        /* border-bottom: 1px solid #e8e8e8; */
        position: relative;
        vertical-align: middle;
    }
    
    .m-menu ul li img {
        vertical-align: middle;
        padding: 0 35px 0 0;
    }
    
    .m-menu ul li label.a-label__chevron::after {
        content: "";
        position: absolute;
        display: inline-block;
        height: 7px;
        width: 7px;
        border-color: #004287;
        border-style: solid;
        border-width: 2px 2px 0 0;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        margin-top: -5px;
        right: 16px;
    }
    
    .m-menu ul li .-invisible {
        border-bottom: 0;
    }
    
    .m-menu .m-menu label.m-menu__toggle {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        border-bottom: 0;
        padding: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    
    .m-menu__checkbox:checked~.m-menu__overlay {
        display: block;
    }
    
    .m-menu__checkbox:checked~.m-menu {
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* New sidenav toggle ends*/
    /* New breadcrumb start */
    
    .breadwrapper {
        /* width: 1050px; */
        width: 100%;
        margin: 0 auto;
        /* background-color: #000; */
        display: block;
        overflow: hidden;
    }
    
    .breadcrumb {
        font: .75em sans-serif;
        list-style: none;
        margin: 14px auto 15px auto;
        padding: 0;
        /* margin-top: 9px; */
        width: 100%;
    }
    
    .breadcrumb.bc2x {
        font-size: 1em;
    }
    
    .breadcrumb.bc3x {
        font-size: 1.25em;
    }
    
    .breadcrumb p {
        margin: 0;
    }
    
    .breadcrumb li {
        display: inline-block;
        margin-bottom: .2em;
        font-size: 14px;
        padding: 0px;
    }
    
    .breadcrumb li a {
        background-color: #004287;
        box-sizing: border-box;
        color: #fff;
        display: block;
        max-height: 2em;
        padding: .5em 1em .5em 1.5em;
        /* padding: 0.5em 0.5em 0.5em 0.5em; */
        position: relative;
        text-decoration: none;
        transition: .25s;
        font-size: 13px;
    }
    
    .breadcrumb li a:before {
        border-top: 1em solid transparent;
        border-bottom: 1em solid transparent;
        border-left: 1em solid #fff;
        content: "";
        position: absolute;
        top: 0;
        right: -1.25em;
        z-index: 1;
    }
    
    .breadcrumb li a:after {
        border-top: 1em solid transparent;
        border-bottom: 1em solid transparent;
        border-left: 1em solid #004287;
        content: "";
        position: absolute;
        top: 0;
        right: -1em;
        transition: .25s;
        z-index: 1;
    }
    
    .breadcrumb li a:hover {
        background-color: #0098d9;
    }
    
    .breadcrumb li a:hover:after {
        border-left-color: #0098d9;
    }
    
    .breadcrumb li:last-child a {
        background-color: #c82333;
        /* pointer-events: none; */
    }
    
    .breadcrumb li:last-child a:after {
        border-left-color: #c82333;
    }
    /* @media (min-width: 280px) and (max-width: 319px) {
        .breadcrumb li:last-child {
            padding-top: 5px !important;
        }
    } */
    /* New breadcrumb end */

	/* Accordion Collapsible Panel Starts */
	  

.faqtitle {
    font-weight: 700;
    font-size: 24px;
    color: black;
    padding: 15px 15px 0;
    font-family: Sans-Serif;
    border: none;
}

.accordion>input[type="checkbox"] {
    position: absolute;
    left: -100vw;
}

.accordion .content {
    overflow-y: hidden;
    height: 0;
}

.accordion>input[type="checkbox"]:checked~div> div>.content {
    height: auto;
    overflow: visible;
}

.accordion label {
    display: block;
}

.accordion {
    border-bottom: 2px solid #fff;
    padding: 15px 0px 8px 0px;
    overflow: hidden;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

.accordion>input[type="checkbox"]:checked~div> div>.content {
    padding: 10px 15px 0px 15px;
    border: 0px solid #e8e8e8;
    border-top: 0;
    border-top: 2px solid #004287;
    margin-top: 10px;
}

.accordion .handle {
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
    border-left: 2px solid #c82333;
    margin-right: 10px;
}

.accordion label {
    color: #000;
    cursor: pointer;
    padding: 10px 15px;
}

.accordion label:hover,
.accordion label:focus {
    background: none;
}

.accordion .handle label:before {
    content: '';
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #FBBC05;
    display: inline;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    float: right;
    transform: rotate(45deg);
    margin-top: 22px; /* pre 6px */
}

.accordion>input[type="checkbox"]:checked~.handle label:before {
    content: "";
    transform: rotate(135deg);
}

.accordion:last-child {
    margin-bottom: 1em;
}
    /* Accordian Collapsible Panel Ends */

    /* Train/Station Info Starts */
    
    .traininfo {
        width: 500px;
        margin: 0 auto;
    }
    
    .traininfo table {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        font-size: 16px;
        width: 100%;
        height: auto;
        border-collapse: collapse;
    }
    
    .traininfo tr td {
        padding: 9px;
        vertical-align: top;
    }
    
    .traininfo tr:nth-child(odd) {
        background: #dae9f3 !important;
    }
    
    .traininfo tr td a {
        color: #004287;
    }
    /* Train/Station Info Ends */
    /* Responsive Table Start */
    
    .rstable {
        /* max-width: 1024px; */
        width: 100%;
        margin: 0 auto;
        padding: 16px 0px;
    }
    
    .rstable table {
        font-family: calibri, sans-serif;
        border-collapse: collapse;
        font-size: 16px;
        width: 100%;
        font-weight: 400;
    }
    
    .rstable tr {
        border-bottom: 1px solid #ccc;
    }
    
    .rstable tr td {
        text-align: left;
        padding: 9px;
        color: #333;
    }
    
    .rstable th {
        text-align: left;
        padding: 10px 9px;
        background: #004287;
        color: #fff;
        font-weight: 500;
    }
    
    .rstable tr:nth-child(even) {
        background: #f9fbfdc4;
    }
    
    .rstable tr:nth-child(odd) {
        background: #dae9f3;
    }
    
    .rstable tr td a {
        color: #004287;
        font-size: 16px;
    }
    /* .rstable td,
th {
    padding: 8px;
    text-align: left;
} */
    
    @media (min-width: 768px) and (max-width: 1023px) {
        .rstable table {
            font-size: 15px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .rstable table {
            font-size: 16px;
            font-weight: 400;
            /* border: 1px solid #ccc; */
        }
        .rstable thead {
            display: none;
        }
        .rstable td:first-child {
            text-align: left;
            display: inline-grid;
            width: 90%;
        }
        /* .rstable td:last-child {
        text-align: left;
        display: inline-grid;
        width: 100%;
    } */
        /* .rstable td:first-child:before {
        content: attr(data-title);
        font-weight: 600;
        padding-bottom: 5px;
        padding-right: 5px;
    } */
        /* .rstable tr {
        border: 1px solid #ccc;
    } */
        .rstable td {
            text-align: left;
            /* display: table-cell; */
            display: inline-grid;
            width: 26%;
            vertical-align: top;
            color: #333;
            font-weight: 400;
        }
        .rstable td:before {
            content: attr(data-title);
            font-weight: 500;
            padding-bottom: 5px;
            font-size: 16px;
            color: #000;
            /* display: table-cell; */
        }
    }
    
    @media (min-width: 280px) and (max-width: 319px) {
        .rstable td {
            width: 23%;
        }
    }
    /* Responsive Table Ends */
    /* Responsive Table 1 Start */
    
    .rstable1 {
        width: 100%;
        margin: 0 auto;
        padding: 16px 0px;
    }
    
    .rstable1 table {
        font-family: calibri, sans-serif;
        border-collapse: collapse;
        font-size: 16px;
        width: 100%;
        font-weight: 400;
    }
    
    .rstable1 tr {
        border-bottom: 1px solid #ccc;
    }
    
    .rstable1 tr td {
        text-align: left;
        padding: 9px;
        color: #333;
    }
    
    .rstable1 th {
        text-align: left;
        padding: 10px 9px;
        background: #004287;
        color: #fff;
        font-weight: 500;
    }
    
    .rstable1 tr:nth-child(even) {
        background: #f9fbfdc4;
    }
    
    .rstable1 tr:nth-child(odd) {
        background: #dae9f3;
    }
    
    .rstable1 tr td a {
        color: #004287;
        font-size: 16px;
    }
    
    @media screen and (max-width: 767px) {
        .rstable1 table {
            font-size: 16px;
            font-weight: 400;
            /* border: 1px solid #ccc; */
        }
        .rstable1 thead {
            display: none;
        }
        .rstable1 td:first-child {
            text-align: left;
            display: inline-grid;
            width: 90%;
        }
        .rstable1 td:last-child {
            text-align: left;
            display: inline-grid;
            width: 90%;
        }
        .rstable1 td {
            text-align: left;
            /* display: table-cell; */
            display: inline-grid;
            width: 26%;
            vertical-align: top;
            color: #333;
            font-weight: 400;
        }
        .rstable1 td:before {
            content: attr(data-title);
            font-weight: 500;
            padding-bottom: 5px;
            font-size: 16px;
            color: #000;
            /* display: table-cell; */
        }
    }
    
    @media (min-width: 280px) and (max-width: 319px) {
        .rstable1 td {
            width: 23%;
        }
    }
    /* Responsive Table 1 Ends */
    /* Responsive Table Exceptional Trains Start */
    
    .rstable2 {
        width: 100%;
        margin: 0 auto;
        padding: 16px 0px;
    }
    
    .rstable2 table {
        font-family: calibri, sans-serif;
        border-collapse: collapse;
        font-size: 16px;
        width: 100%;
        font-weight: 400;
    }
    
    .rstable2 tr {
        border-bottom: 1px solid #ccc;
    }
    
    .rstable2 tr td {
        text-align: left;
        padding: 9px;
        color: #333;
    }
    
    .rstable2 th {
        text-align: left;
        padding: 10px 9px;
        background: #004287;
        color: #fff;
        font-weight: 500;
    }
    
    .rstable2 tr:nth-child(even) {
        background: #f9fbfdc4;
    }
    
    .rstable2 tr:nth-child(odd) {
        background: #dae9f3;
    }
    
    .rstable2 tr td a {
        color: #004287;
        font-size: 16px;
    }
    
    @media screen and (max-width: 767px) {
        .rstable2 table {
            font-size: 16px;
            font-weight: 400;
            /* border: 1px solid #ccc; */
        }
        .rstable2 thead {
            display: none;
        }
        .rstable2 td {
            text-align: left;
            /* display: table-cell; */
            display: inline-grid;
            width: 26%;
            vertical-align: top;
            color: #333;
            font-weight: 400;
        }
        .rstable2 td:before {
            content: attr(data-title);
            font-weight: 500;
            padding-bottom: 5px;
            font-size: 16px;
            color: #000;
            /* display: table-cell; */
        }
    }
    
    @media (min-width: 280px) and (max-width: 319px) {
        .rstable2 td {
            width: 23%;
        }
    }
    /* Responsive Table Exceptional Trains Ends */
    /* Responsive Table Live Trains Status Starts */
    
    .livecircle .liveblink {
        background: #ff9800 !important;
        animation: blinker 1s linear infinite;
        box-shadow: 0 0 2px 2px #ff9800;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        top: 3px;
        left: 3px;
        position: absolute;
    }
    
    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
    
    .livecircle {
        border-radius: 50%;
        width: 16px;
        height: 16px;
        /* opacity: .25; */
        position: relative;
        border: 1px solid #34A853;
        background: #f9fbfd;
        text-align: center;
        margin: 10px -4px;
    }
    
    .livetstable {
        width: 100%;
        margin: 0 auto;
        padding: 16px 0px;
    }
    
    .livetstable table {
        font-family: calibri, sans-serif;
        border-collapse: collapse;
        font-size: 16px;
        width: 100%;
        font-weight: 400;
    }
    
    .livetstable table tr td {
        text-align: left;
        vertical-align: top;
        /* display: inline-grid; */
        padding: 9px;
        color: #333;
    }
    
    .livetstable table th {
        text-align: left;
        padding: 10px 9px;
        background: #004287;
        color: #fff;
        font-weight: 500;
    }
    
    .livetstable table tr {
        border-bottom: 0px solid #ccc;
    }
    
    .livetstable table tr:nth-child(even) {
        background: #f9fbfdc4;
    }
    
    .livetstable table tr:nth-child(odd) {
        background: #dae9f3;
    }
    
    .livetstable table tr td a {
        color: #004287;
        font-size: 16px;
    }
    
    .livetstable table td:first-child {
        position: absolute;
        width: 10px;
        display: table-cell;
        height: 37px;
        padding: 0;
        text-align: center;
        background: #34A853;
    }
    
	    @media (min-width: 768px) and (max-width: 1023px) {
        .livetstable table td:first-child {
            height: 56px;
        }
        .livecircle {
            margin: 12px -4px;
        }
    }
	
    @media screen and (max-width: 767px) {
        .livetstable table {
            font-size: 16px;
            font-weight: 400;
        }
        .livetstable table thead {
            display: none;
        }
        .livetstable table td {
            text-align: left;
            display: inline-grid;
            width: 26%;
            vertical-align: top;
            color: #333;
            font-weight: 400;
        }
        .livetstable table td:before {
            content: attr(data-title);
            font-weight: 500;
            padding-bottom: 5px;
            font-size: 16px;
            color: #000;
        }
        .livetstable table td:first-child {
            position: relative;
        }
        .livecircle {
            margin: 33px -2px;
        }
        .livetstable table tr td {
            margin-left: 9px;
            padding: 9px 0px 9px 9px;
        }
    }
    

    /* Responsive Table Live Trains Status Ends */
    /* Arrow Icon for Bet and Home Starts */
    
    [class*="icon"] {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #666;
        box-sizing: border-box;
    }
    
    [class*="icon"]:after,
    [class*="icon"]:before {
        content: "";
        box-sizing: border-box;
    }
    
    [class*="arrowicon"] {
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid;
        border-bottom-color: transparent;
        border-left-color: transparent;
        margin: 10px;
    }
    
    [class*="arrowicon"]:before {
        right: 0;
        top: -3px;
        position: absolute;
        height: 4px;
        box-shadow: inset 0 0 0 32px;
        transform: rotate(-45deg);
        width: 10px;
        transform-origin: right top;
    }
    
    [class*="arrowicon"][class*="-left"] {
        transform: rotate(45deg);
    }
    /* Arrow Icon for Bet and Home Ends */
    /* Train Service Tab Resposive CSS Starts */
    
    @media screen and (min-width: 768px) {
        .tabsy {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .tabsy>.tabButton {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            /* width: 120px; */
            cursor: pointer
        }
        .tabsy>.tab {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2
        }
    }
    
    @media (min-width: 1024px) and (max-width: 1200px) {
        .tabButton img {
            /* margin-right: 10px; */
            display: block;
            margin: 0 auto;
            /* height: 30px; */
            width: 30px;
        }
        .tabButton {
            font-size: 16px;
            font-weight: 500;
            padding: 10px 5px 10px 5px;
            width: 15%;
            /* line-height: 30px; */
            text-align: center;
            /* margin: 0 auto; */
            margin-left: 1px !important;
            /* height: 55px; */
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        .tabsy>input:checked+label+.tab {
            display: block;
            background: transparent;
            width: 100%;
        }
        .tabButton {
            font-size: 16px;
            font-weight: 500;
            padding: 10px 5px 10px 5px;
            width: 15%;
            /* line-height: 20px; */
            text-align: center;
            /* margin: 0 auto; */
            /* margin-left: 1px !important; */
            margin-right: -3px !important;
            /* height: 55px; */
        }
    }
    
    @media (max-width: 767px) {
        .tabsy-mobile {
            /* white-space: nowrap; */
            overflow: auto;
            width: 100%;
            /* width: calc(100% - 50px); */
            margin: 0 auto;
            display: -webkit-inline-box;
        }
        .tabsy>input:checked+label+.tab {
            display: block;
            background: transparent;
            overflow: auto;
        }
        .tabButton {
            display: block;
            font-size: 16px;
            font-weight: 500;
            padding: 10px 5px 10px 5px;
            width: 14%;
            /* line-height: 19px; */
            text-align: center;
            /* margin: 0 auto; */
            margin-left: 1px !important;
            /* margin-right: -3px !important; */
            /* height: 70px; */
        }
        .firstwordblock {
            display: block !important;
        }
    }
    
    @media (min-width: 425px) and (max-width: 524px) {
        .tabButton {
            width: 18%;
        }
    }
    
    @media (min-width: 375px) and (max-width: 424px) {
        .tabButton {
            width: 20%;
        }
    }
    
    @media (min-width: 320px) and (max-width: 374px) {
        .tabButton {
            width: 24%;
        }
    }
    
    @media (min-width: 280px) and (max-width: 319px) {
        .tabButton {
            width: 30%;
        }
    }
    /* Train Service Tab Resposive CSS Ends */
	

    
	/* #Train-list 1 */
	
    #train-list {
    float: left;
    list-style: none;
    margin-top: -1px;
    padding: 0;
    display: block;
    width: 100%;
    max-height: 250px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 1px 1px #dae9f3;
	border-radius: 3px 0px 0px 3px;
    }
    #train-list li {
    display: block;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-bottom: #f0f0f0 0px solid;
    text-decoration: none;
    font-family: 'Open Sans',Arial;
    width: auto;
    font-size: 14px;
    }
	
	#train-list li:hover {
    border: none;
    background: #004287;
    color: #fff;
    font-size: 14px;
	margin: 2px 4px;
	}

   #suggesstion-box{
    z-index:2;
    position:absolute;
	 width: 70%;
    }
	/* Ends */
	

	
	
	/* #Train-list 2 */
#train-list-two {
    list-style: none;
    margin-top: -1px;
    padding: 0;
    display: block;
    width: 100%;
    max-height: 250px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 1px 1px #dae9f3;
	border-radius: 3px 0px 0px 3px;
    }
    #train-list-two li {
    display: block;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-bottom: #f0f0f0 0px solid;
    text-decoration: none;
    font-family: 'Open Sans',Arial;
    width: auto;
    text-align:left;
    font-size: 14px;
    }
	
	#train-list-two li:hover {
    border: none;
    background: #004287;
    color: #fff;
    text-align:left;
    font-size: 14px;
	margin: 2px 4px;
	}
	
	#suggesstion-box-two{
    z-index:2;
    position:absolute;
	width: 40%;
	margin: 0 0 0 4px;
    }
	
	/* Ends */
	
			/* #Train-list 1 */
	
    #train-list-one {
    list-style: none;
    margin-top: -1px;
    padding: 0;
    display: block;
    width: 100%;
    max-height: 250px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 1px 1px #dae9f3;
	border-radius: 3px 0px 0px 3px;
    }
    #train-list-one li {
    display: block;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-bottom: #f0f0f0 0px solid;
    text-decoration: none;
    font-family: 'Open Sans',Arial;
    width: auto;
    text-align:left;
    font-size: 14px;
    }
	
	#train-list-one li:hover {
    border: none;
    background: #004287;
    color: #fff;
    text-align:left;
    font-size: 14px;
	margin: 2px 4px;
	}

   #suggesstion-box-one {
    z-index:2;
    position:absolute;
	width: 40%;
	margin: 0px 2px 0px 3px;
    }
	/* Ends */
	
		
	/* #Train-list 3 */
#train-list-three {
    list-style: none;
    margin-top: -1px;
    padding: 0;
    display: block;
    width: 62%;
    max-height: 250px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 1px 1px #dae9f3;
	border-radius: 3px 0px 0px 3px;
    }
    #train-list-three li {
   display: block;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-bottom: #f0f0f0 0px solid;
    text-decoration: none;
    font-family: 'Open Sans',Arial;
    width: auto;
    text-align:left;
    font-size: 14px;
    }
	
	#train-list-three li:hover {
     border: none;
    background: #004287;
    color: #fff;
    text-align:left;
    font-size: 14px;
	margin: 2px 4px;
	}
	
	#suggesstion-box-three{
    z-index:2;
    position:absolute;
	width: 59.5%;
	margin: 0px 2px 0px 3px;
	right: 0;
    }
	
	/* Ends */

	/* #Train-list 4 */
#train-list-four {
    list-style: none;
    margin-top: -1px;
    padding: 0;
    display: block;
    width: 100%;
    max-height: 250px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 1px 1px #dae9f3;
	border-radius: 3px 0px 0px 3px;
	position: absolute;
    }
    #train-list-four li {
    display: block;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-bottom: #f0f0f0 0px solid;
    text-decoration: none;
    font-family: 'Open Sans',Arial;
    width: auto;
    text-align:left;
    font-size: 14px;
    }
	
	#train-list-four li:hover {
     border: none;
    background: #004287;
    color: #fff;
    text-align:left;
    font-size: 14px;
	margin: 2px 4px;
	}
	
	#suggesstion-box-four{
    z-index: 2;
    position: absolute;
    width: 93%;
    margin: 0px 1px 0px 1px;
	bottom: 0;
    }
	
	/* Ends */
	
		/* #Train-list 3 */
#train-list-five {
     list-style: none;
    margin-top: -1px;
    padding: 0;
    display: block;
    width: 100%;
    max-height: 250px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 1px 1px #dae9f3;
	border-radius: 3px 0px 0px 3px;
	position: absolute;
    }
    #train-list-five li {
   display: block;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-bottom: #f0f0f0 0px solid;
    text-decoration: none;
    font-family: 'Open Sans',Arial;
    width: auto;
    text-align:left;
    font-size: 14px;
    }
	
	#train-list-five li:hover {
     border: none;
    background: #004287;
    color: #fff;
    text-align:left;
    font-size: 14px;
	margin: 2px 4px;
	}
	
	#suggesstion-box-five{
    z-index: 2;
    position: absolute;
    width: 93%;
    margin: 0px 1px 0px 1px;
	bottom: 0;
    }
	
	/* Ends */

  @media (max-width: 1200px) {
	  #suggesstion-box-four{
	 width: 99%;
    }
		#suggesstion-box-five{
	 width: 99%;
    }
  }
  
  @media (max-width: 767px) {
    #suggesstion-box{
	 width: 60%;
    }


    #suggesstion-box-two{
	 width: 98%;
	  margin-top: -9px;
    }  
	
	#suggesstion-box-one{
	 width: 98%;
	  margin-top: -9px;
    }  
	
	#suggesstion-box-three{
	 width: 98%;
	  margin-top: 0px;
    }  
	#train-list-three {
     width: 99%;
	}
	
	#suggesstion-box-four{
	 width: 100%;
    }
	#train-list-four{
	 width: 99%;
    }  
	
	#suggesstion-box-five{
	 width: 100%;
    }
	#train-list-five{
	 width: 99%;
    }  
	
	}
	/* Table search and pagination starts */
    .arrow-right,
    .arrow-left {
        display: block;
        margin: 10px auto;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
    }
    
    .arrow-right {
        transform: rotate(135deg);
    }
    
    .arrow-left {
        transform: rotate(-45deg);
    }
    
    .hidden {
        display: none;
    }
    
.pagination-container {
    width: calc(100% - 0rem);
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0;
    padding: 0rem 0;
    justify-content: right;
    /* text-align: center; */
}

.pagination-number,
.pagination-button {
    font-family: calibri, sans-serif;
    font-size: 16px;
    background-color: #0085b6;;
    border: none;
    margin: 0.1rem 0.1rem;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    border-radius: 0.2rem;
}

.newpagination-numbers {
    font-family: calibri, sans-serif;
    font-size: 16px;
    background-color: #333;;
    border: none;
    margin: 0.1rem 0.1rem;
    height: 2rem;
    width: auto;
    line-height: 2rem;
    border-radius: 0.2rem;
    color: #fff;
    text-align: center;
	padding: 0px 4px;
}
.newpagination-numbers:hover {
background: #34A853;
}
.pagination-number:hover,
.pagination-button:not(.disabled):hover {
    color: #fff !important;
    background: #FBBC05;
}

div.disabled {
background-color: #c82333; /*Make it whatever color you want*/
}


.disabled { 
    
    color: #333 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
    
}

span.disabled {
    border-color: #333 !important;

}


.pagination-number.active {
    color: #fff;
    background: #0085b6;
}
/* Table search and pagination ends */