<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: bold !important;
}
h2 {
  font-size: 16px !important;
  font-weight: 700 !important;
}
h3 {
  padding-top: 20px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.grey50 {
  color: #898b91;
}
.grey75 {
  color: #4f525a;
}
.lightGrey {
  color: #c2c2c2;
}
.visible-flex {
  display: flex !important;
}
.visible-flex.column {
  flex-direction: column;
}
.vertical-center {
  align-items: center;
}
.horizontal-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
.flex-shrink-zero {
  flex-shrink: 0;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-black {
  font-weight: 900;
}
.font-quicksand {
  font-family: quicksand;
}
.line-height16 {
  line-height: 16px;
}
.line-height18 {
  line-height: 18px;
}
.line-height20 {
  line-height: 20px;
}
.line-height22 {
  line-height: 22px;
}
.line-height28 {
  line-height: 28px;
}
.pushRight {
  margin-left: auto;
}
.make-flex {
  display: flex;
}
.flex-one {
  flex: 1;
}
.pushBottom {
  margin-top: auto;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.cap-text {
  text-transform: uppercase;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs22 {
  font-size: 22px;
}
.black,
.black-text {
  color: #141823;
}
.green-text {
  color: #18a160;
}
.orange-text {
  color: #ff6d38;
}
.blue-text {
  color: #2276e3;
}
.red,
.red-text {
  color: #ff3a5c;
}
.append-bottom5 {
  margin-bottom: 5px;
}
.append-bottom10 {
  margin-bottom: 10px;
}
.append-bottom20 {
  margin-bottom: 20px;
}
.append-bottom15 {
  margin-bottom: 15px;
}
.append-right5 {
  margin-right: 5px;
}
.append-right10 {
  margin-right: 10px;
}
.append-right15 {
  margin-right: 15px;
}
.append-left5 {
  margin-left: 5px;
}
.append-right20 {
  margin-right: 20px;
}
.append-top10 {
  margin-top: 10px;
}
.append-top5 {
  margin-top: 5px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left5 {
  padding-left: 5px;
}
.bdr-bottom {
  border-bottom: solid 1px #e1e7ee;
}
.cm__arrow {
  border: solid #2276e3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.cm__arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.cm__arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.cm__arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.cm__arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cm__no--scrolling::-webkit-scrollbar {
  display: none;
}
.cm__no--scrolling {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overlay {
  z-index: 101;
  background-color: rgba(20, 24, 35, 0.7);
}
.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideUpEffect {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.cm__sprite {
  background: url("https://gos3.ibcdn.com/TrainsImage-1623062797.png") no-repeat
    0 0;
  background-size: 300px 600px;
  flex-shrink: 0;
  display: inline-block;
}
.cm__sprite--arrow {
  width: 15px;
  height: 15px;
  background-position: -7px -50px;
}
.cm__sprite--train {
  width: 36px;
  height: 36px;
  background-position: -7px -4px;
}
.cm__sprite--runningStatus {
  width: 40px;
  height: 40px;
  background-position: -140px -4px;
}
.cm__sprite--platformLocator {
  width: 40px;
  height: 40px;
  background-position: -94px -4px;
}
.cm__sprite--trainDetails {
  width: 40px;
  height: 40px;
  background-position: -186px -4px;
}
.cm__sprite--coachInfo {
  width: 40px;
  height: 40px;
  background-position: -49px -4px;
}
.cm__sprite--irctc {
  width: 22px;
  height: 21px;
  background-position: -266px -7px;
}
.cm__sprite--sponsored {
  width: 24px;
  height: 22px;
  background-position: -232px -11px;
}
.cm__sprite--login {
  width: 30px;
  height: 30px;
  background-position: -69px -49px;
}
.cm__sprite--subscribe {
  width: 36px;
  height: 30px;
  background-position: -29px -49px;
}
.cm__sprite--cross {
  width: 14px;
  height: 14px;
  background-position: -125px -67px;
}
.cm__sprite--blueCross {
  width: 14px;
  height: 14px;
  background-position: -128px -93px;
}
.cm__sprite-bookTrain {
  width: 40px;
  height: 40px;
  background-position: -235px -48px;
}
.cm__sprite-bookTrainSm {
  width: 29px;
  height: 29px;
  background-position: -3px -93px;
}
.cm__sprite-confirmTrain {
  width: 40px;
  height: 40px;
  background-position: -187px -47px;
}
.cm__sprite-confirmTrainSm {
  width: 29px;
  height: 29px;
  background-position: -151px -49px;
}
.info-icon-red {
  width: 13px;
  height: 13px;
  background-position: -104px -51px;
}
.info-icon-green {
  width: 13px;
  height: 13px;
  background-position: -58px -93px;
}
.share-icon-blue {
  width: 18px;
  height: 18px;
  background-position: -4px -69px;
}
.psngr-icon-black {
  width: 10px;
  height: 12px;
  background-position: -119px -51px;
}
.info-icon-grey {
  width: 17px;
  height: 17px;
  background-position: -104px -67px;
}
.train-icon-black {
  width: 10px;
  height: 12px;
  background-position: -134px -51px;
}
.ticket-icon-large {
  width: 55px;
  height: 55px;
  background-position: -72px -88px;
  border-radius: 100%;
}
.location-icon {
  width: 12px;
  height: 17px;
  background-position: -282px -48px;
}
.refresh-icon-grey {
  width: 13px;
  height: 13px;
  background-position: -40px -108px;
}
.refresh-icon-blue {
  width: 14px;
  height: 12px;
  background-position: -41px -93px;
}
.refresh-icon-white {
  width: 14px;
  height: 12px;
  background-position: -41px -93px;
  filter: brightness(100);
}
.cm__sprite-switch {
  width: 20px;
  height: 20px;
  background-position: -128px -117px;
}
.cm__sprite-search {
  width: 20px;
  height: 18px;
  background-position: -154px -119px;
}
.cm__sprite-sortActiveUp {
  width: 8px;
  height: 10px;
  background-position: -164px -94px;
}
.cm__sprite-sortActiveDown {
  width: 8px;
  height: 10px;
  background-position: -164px -94px;
  transform: rotate(-180deg);
}
.cm__sprite-sortUp {
  width: 8px;
  height: 10px;
  background-position: -149px -94px;
  transform: rotate(-180deg);
}
.cm__sprite-sortDown {
  width: 8px;
  height: 10px;
  background-position: -149px -94px;
}
body {
  color: #141823;
  font-size: 14px;
  background-color: #eff3f8;
}
header {
  position: relative;
  background: #fff;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 3px;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  display: inline-block !important;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
header .header-mb {
  display: none;
}
.otherLinksWrapper,
main {
  max-width: 1200px;
  /* margin: 0 auto; */
  margin-bottom: 25px;
  margin:auto;
  
}
.otherLinksWrapper
{
   margin: 0 auto;
}
.breadcrumbs-warp {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-warp li {
  color: #2276e3;
  font-size: 12px;
  font-weight: 700;
  margin-right: 4px;
  line-height: 1.33;
  flex-shrink: 0;
}
.breadcrumbs-warp li.current {
  color: #141823;
  margin-right: 0;
}
.offer-wrap {
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding: 6px 9px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.offer-wrap .offer-wrap-value {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0 5px;
  border-radius: 4px;
  color: #2bac36;
}
.offer-wrap span:nth-child(2) {
  color: #2bac36;
  font-size: 14px;
  margin-left: 4px;
}
.offer-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  font-family: Quicksand;
  margin-left: 16px;
  color: #2276e3;
  background-color: #d1e5ff;
}
.checkPNR-wrap {
  position: relative;
  padding: 12px 10px 8px 10px;
  background-color: #2276e3;
}
.checkPNR-wrap .checkPNR-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
}
.checkPNR-wrap .checkPNR-main label {
  line-height: 18px;
}
.checkPNR-wrap .checkPNR-main input {
  margin: 4px 0;
  padding: 4px;
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 12px;
  color: #141823;
  border: 0 none;
  outline: 0;
  border-bottom: solid 1px #979797;
}
.checkPNR-wrap .checkPNR-main input::-webkit-input-placeholder {
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 12px;
  color: #dcddde;
}
.checkPNR-wrap .checkPNR-main input:-ms-input-placeholder {
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 12px;
  color: #dcddde;
}
.checkPNR-wrap .checkPNR-main input::placeholder {
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 12px;
  color: #dcddde;
}
.checkPNR-wrap .checkPNR-main div:first-child {
  min-width: 265px;
}
.checkPNR-wrap .checkPNR-main input::-webkit-inner-spin-button,
.checkPNR-wrap .checkPNR-main input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkPNR-wrap .checkPNR-main input[type="number"] {
  -moz-appearance: textfield;
}
.checkPNR-wrap .checkPNR-main button {
  width: 180px;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  color: #fff;
}
.login-wrap {
  display: flex;
  align-items: center;
  padding: 8px 24px 8px 10px;
  background-color: #fff;
}
.login-wrap .cm__sprite {
  margin-right: 15px;
}
.login-wrap button {
  width: 110px;
  padding: 8px 12px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  border-radius: 4px;
  background-color: #fdba00;
}
.recent-bookings-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.recent-bookings-top {
  display: flex;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  align-self: baseline;
}
.recent-bookings-top li {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  color: #2276e3;
  padding: 8px 48px;
  border-top: 2px solid #1951b5;
  position: relative;
  cursor: pointer;
}
.recent-bookings-top li.active {
  color: #fff;
  background-color: #1951b5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.recent-bookings-top li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1951b5;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.recent-bookings-bottom {
  display: flex;
  padding: 16px 10px 12px 10px;
}
.recent-bookings-bottom li {
  min-width: 285px;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 8px;
  border: solid 1px#d1e5ff;
  background-color: #fff;
  margin-right: 15px;
}
.recent-bookings-bottom li:last-child {
  margin-right: 0;
}
.recent-bookings-bottom li .recent-bookings-bottom__pnr {
  width: 100%;
  max-width: 172px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #2276e3;
  line-height: 0.75;
  letter-spacing: 3px;
  border-radius: 13px;
  background-color: #d1e5ff;
  align-self: baseline;
}
.recent-bookings-bottom li .recent-bookings-bottom__tag {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 3px 13px;
  border-radius: 2px;
  background-color: #1951b5;
}
.ad-header-wrap {
  max-width: 970px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 12px;
}
.ad-header-img-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #d1e5ff;
  margin-right: 28px;
  flex-shrink: 0;
}
.ad-header-wrap button {
  width: 109px;
  height: 40px;
  padding: 10px 35px;
  border-radius: 4px;
  background-color: #d1e5ff;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  color: #2276e3;
  margin-left: auto;
}
.ad-fb-wrap {
  display: none;
  max-width: 970px;
  margin: 0 auto;
}
.quick-links-wrap {
  margin: 16px auto 0;
}
.quick-links-wrap ul {
  display: flex;
  align-items: center;
  overflow: auto;
  flex-wrap: wrap;
}
.quick-links-wrap ul li {
  display: flex;
  align-items: center;
  margin-right: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  border: solid 2px #eff3f8;
  background-color: #fff;
  min-width: 288px;
}
.quick-links-wrap ul li:last-child {
  margin-right: 0;
}
.quick-links-wrap ul::after {
  flex: 0 0 16px;
  content: "";
}
.quick-links-wrap ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #2276e3;
  font-family: Quicksand;
  font-weight: 700;
}
.faq-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.faq-wrap ul {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.faq-wrap ul li {
  margin-bottom: 16px;
  position: relative;
}
.faq-wrap ul li:last-child {
  margin-bottom: 0;
}
.faq-wrap ul li label {
  display: flex;
  align-items: center;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 16px;
  border-radius: 12px;
  background-color: #fff;
  color: #141823;
}
.faq-wrap ul li label span p strong {
  font: 400 13px/1.231 "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #141823;
  list-style: none;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.faq-wrap ul li div div p {
  font: 400 13px/1.231 "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  color: #898b91;
  line-height: 1.71;
  background-color: #fff;
  margin-top: 4px;
  border-radius: 12px;
  height: auto;
  padding: 16px 16px 20px;
}
.faq-wrap ul li input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.faq-wrap ul li input:checked ~ label {
  display: none;
}
.faq-wrap ul li input:checked + p {
  height: auto;
  padding: 16px 16px 20px;
}
.ad-header-wrap {
  margin: 10px auto;
}
.breadcrumbs-warp {
  flex-wrap: wrap;
}
.breadcrumbs-warp li {
  flex-shrink: 0;
}
.dt-hidden {
  display: none !important;
}
.pnr-section {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.pnr-section h2 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 5px;
}
.pnr-section h2 span {
  font-weight: 300;
  margin-right: 10px;
}
.chart-info {
  display: flex;
  margin-bottom: 10px;
}
.chart-status {
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 5px;
  display: flex;
  align-items: center;
}
.chart-status.prepared {
  background: #e9f6ea;
  color: #2bac36;
  width: 124px;
}
.chart-status.not-prepared {
  color: #ff3a5c;
  background: #ffebee;
  width: 148px;
}
.chart-status .info-icon-green,
.chart-status .info-icon-red {
  margin-left: 5px;
}
.chart-time {
  font-size: 12px;
  line-height: 18px;
}
.share-wrap {
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  font-size: 12px;
  width: 40px;
  height: 40px;
}
.psngr-wrap {
  display: flex;
}
.psngr-card {
  width: 348px;
  height: 128px;
  padding: 8px;
  border-radius: 8px;
  border: solid 1px #ddd;
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}
.psngr-card:last-of-type {
  margin-right: 0;
}
.ticket-status {
  background: #f1f1f1;
  border-radius: 2px;
  padding: 2px 4px;
  display: flex;
}
.rac-wrap {
  background: #eff3f8;
  border-radius: 0 0 10px 10px;
  display: flex;
  padding: 10px 20px 10px 20px;
  position: relative;
  z-index: 0;
  margin: -10px 0 10px 0;
}
.rac-wrap .rac-col {
  width: 20%;
}
.boarding-details {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
}
.train-other-info {
  display: flex;
  justify-content: space-between;
}
.platform-info {
  display: flex;
}
.paltfrom-note {
  background: #fef8e5;
  border-radius: 2px;
  padding: 2px 6px;
  color: #777;
  margin-left: 50px;
}
.paltfrom-note-mb {
  display: none;
}
.route-sch-wrap {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.route-wrap {
  padding: 10px 20px;
}
.train-running-tag {
  background: #861388;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px;
  display: inline-block;
}
.route-info-wrap {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.travel-time {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #c2c2c2;
  position: relative;
  height: 50px;
  margin: 0 10px;
  align-self: center;
}
.travel-time::after,
.travel-time::before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #c2c2c2;
  position: absolute;
  top: -3px;
  content: "";
  display: block;
}
.travel-time::after {
  right: 0;
}
.travel-time::before {
  left: 0;
}
.traval-time-tag {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 2px 10px;
}
.schedule-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
}
.current-station-tag {
  background-image: linear-gradient(96deg, #1149f3, #00c3ff);
  border-radius: 10px 3px 3px 10px;
  color: #fff;
  font-weight: 800;
  padding: 1px 4px 1px 20px;
  position: relative;
  font-size: 14px;
  height: 20px;
  margin-left: -20px;
}
.current-station-tag::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.current-station-tag::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: linear-gradient(135deg, #1149f3, #00c3ff);
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
}
.schedule-list {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-top: 40px;
}
.schedule-list li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  padding-left: 10px;
  border-left: solid 1px #9d9d9d;
}
.schedule-list li:last-of-type {
  border-left: none;
  margin-top: -3px;
}
.schedule-list li.current-station {
  border-left: dashed 1px #2276e3;
}
.schedule-list li .station-name {
  width: 280px;
}
.schedule-list li .schedule-col {
  width: 150px;
}
.schedule-list li .book-btn {
  width: 83px;
  height: 34px;
  padding: 6px 20px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #eff3f8;
  color: #2276e3;
  margin-top: -10px;
}
.schedule-list li .station-tag {
  position: relative;
}
.schedule-list li .station-tag::before {
  content: "";
  width: 10px;
  height: 10px;
  display: flex;
  border-radius: 100%;
  border: solid 3px #777;
  position: absolute;
  top: 3px;
  left: -25px;
  background: #fff;
}
.schedule-list li .day-tag {
  width: 54px;
  height: 24px;
  border-radius: 4px;
  background: #4f525a;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin: 0 0 10px 10px;
}
.schedule-list li .day-tag.one {
  margin-top: -33px;
}
.confirm-ticket-wrap {
  background: #fff;
  border: solid 3px #18a160;
  border-bottom: none;
  display: flex;
  border-radius: 12px 12px 0 0;
  padding: 20px 20px 30px 15px;
}
.confirm-ticket-details {
  display: flex;
  flex-direction: column;
}
.confirm-ticket-details .ticket-heading {
  background: #e9f6ea;
  border-radius: 12px 12px 0 0;
  padding: 10px 20px 10px 20px;
  margin-top: -10px;
}
.ticket-type-wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 10px 20px;
}
.ticket-type-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.ticket-info-wrap {
  display: flex;
  margin-bottom: 20px;
}
.ticket-info-wrap li {
  display: flex;
  flex-shrink: 0;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  width: 196px;
  min-height: 68px;
  background: #d1e5ff;
  padding: 8px 1px 1px 1px;
  margin-right: 20px;
}
.ticket-info-wrap li .ticket-all-info {
  background: #fff;
  border-radius: 8px;
  display: flex;
  width: 100%;
  padding: 10px 20px;
}
.ticket-info-wrap li .travel-class-info {
  display: flex;
  flex-direction: column;
}
.ticket-info-wrap li .avl-price {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-left: auto;
}
.ticket-info-wrap li .ticket-class {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 800;
}
.ticket-info-wrap li .ticket-catgry {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.ticket-info-wrap li .ticket-avilable {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #2bac36;
  margin-bottom: 5px;
}
.ticket-info-wrap li .ticket-price {
  font-size: 16px;
  color: #000;
}
.ticket-info-wrap li.selected {
  background-image: linear-gradient(115deg, #1149f3, #00c3ff);
  padding: 8px 1px 8px 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}
.ticket-info-wrap li.selected::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 195, 255, 0);
  border-top-color: #1e93f7;
  border-width: 10px;
  margin-left: -10px;
}
.ticket-info-wrap li.selected .ticket-all-info {
  font-weight: 800;
}
.route-map-wrap {
  display: flex;
  align-items: center;
  background: rgba(220, 221, 222, 0.3);
  padding: 10px 20px;
  width: 842px;
  border-radius: 12px;
}
.blue-btn {
  border-radius: 8px;
  background-image: linear-gradient(109deg, #1149f3, #00c3ff 100%);
  width: 102px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  margin-left: auto;
}
.route-points {
  display: flex;
  flex-direction: column;
  width: 670px;
}
.route-points-destiny {
  display: flex;
  justify-content: space-between;
}
.route-points-destiny span {
  width: 25%;
  font-size: 10px;
  color: #000;
}
.route-track {
  border-top: solid 1px #c2c2c2;
  display: flex;
  position: relative;
  margin: 10px 0;
}
.route-track::after,
.route-track::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #141823;
  position: absolute;
  top: -2px;
  display: block;
}
.route-track::before {
  left: 0;
}
.route-track::after {
  right: 0;
}
.route-track-active {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #2276e3;
  width: 197px;
  margin: 0 auto;
}
.route-track-active::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #2276e3;
  position: absolute;
  top: -5px;
  display: block;
}
.route-track-active::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 12px;
  background: #2276e3;
  position: absolute;
  top: -2px;
  display: block;
  right: 0;
}
.nearby-station-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 820px;
}
.nearby-station-info .left,
.nearby-station-info .right {
  font-size: 16px;
}
.nearby-time-tag {
  background: #eef4fd;
  border-radius: 10px;
  padding: 2px 10px;
}
.train-nearby-staion {
  display: flex;
}
.train-name-text {
  font-size: 22px;
}
.running-days-text {
  flex-shrink: 0;
}
.train-nearby-staion li {
  width: 150px;
  flex-shrink: 0;
  background: #d1e5ff;
  border-radius: 8px;
  padding: 2px 1px 1px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  position: relative;
}
.train-nearby-staion li.reg {
  background: #edf4fd;
}
.train-nearby-staion li .inner-info {
  width: 100%;
  min-height: 61px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.train-nearby-staion li .class-type {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.train-nearby-staion li:first-of-type .class-type {
  text-align: right;
}
.train-nearby-staion li .avl-status {
  font-size: 16px;
  font-weight: 800;
}
.train-nearby-staion li .tckt-price {
  font-size: 14px;
}
.recom-tag {
  font-size: 12px !important;
  width: 100px;
  position: absolute;
  top: -2px;
  left: -5px;
  background-image: linear-gradient(100deg, #1149f3, #00c3ff 100%);
  color: #fff;
  text-align: center;
  padding: 2px;
  margin: 0 auto;
}
.recom-tag:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 9px solid #00c3ff;
  z-index: 0;
}
.recom-tag:after {
  right: -10px;
  border-left-width: 1px;
  border-right-color: transparent;
}
.recom-tag .recom-tag-content:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #141823 transparent transparent transparent;
  bottom: -5px;
}
.recom-tag .recom-tag-content:before {
  left: 0;
  border-width: 5px 0 0 5px;
}
.lrg-blue-btn,
.lrg-lightblue-btn {
  border-radius: 4px;
  background-color: #2276e3;
  color: #fff !important;
  display: flex;
  text-decoration: none;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.lrg-lightblue-btn {
  color: #2276e3 !important;
  background-color: #d1e5ff;
}
.backdrop,
.schedule-wrap-overlay {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  header {
    color: #fff;
    padding: 10px 16px !important;
    font-size: 18px;
    font-weight: 700;
    font-family: quicksand;
    line-height: 1.33;
    background-image: none;
    background-color: #2276e3;
  }
  header .header-mb {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .otherLinksWrapper,
  main {
    padding-top: 0;
  }
  .breadcrumbs-warp {
    padding: 8px;
  }
  .offer-wrap {
    margin-top: 0;
  }
  .offer-wrap a {
    margin-left: auto;
  }
  .login-wrap {
    padding: 6px 8px;
  }
  .login-wrap .cm__sprite {
    margin-right: 6px;
  }
  .checkPNR-wrap {
    padding: 8px 10px 30px 10px;
  }
  .checkPNR-wrap .checkPNR-main button {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 12px;
  }
  .checkPNR-wrap .checkPNR-main {
    padding: 12px 14px 30px 20px;
  }
  .checkPNR-wrap .checkPNR-main div:first-child {
    width: 100%;
  }
  .checkPNR-wrap &gt; p {
    margin-left: 0;
    font-family: Quicksand;
    font-size: 16px;
    line-height: 1.38;
  }
  .checkPNR-wrap .checkPNR-main input {
    width: 100%;
    margin: 8px 0;
    padding: 0;
  }
  .recent-bookings-top {
    width: 100%;
  }
  .recent-bookings-top li {
    flex: 1;
    padding: 8px 15px;
    text-align: center;
  }
  .recent-bookings-bottom {
    overflow: auto;
  }
  .recent-bookings-bottom::after {
    flex: 0 0 12px;
    content: "";
  }
  .recent-bookings-bottom li {
    min-width: 188px;
    margin-right: 12px;
  }
  .recent-bookings-bottom li .cm__arrow {
    margin-right: 2px;
  }
  .recent-bookings-bottom::-webkit-scrollbar {
    display: none;
  }
  .recent-bookings-bottom li .recent-bookings-bottom__tag {
    font-size: 11px;
    padding: 4px;
  }
  .recent-bookings-bottom {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ad-header-wrap {
    display: none;
  }
  .ad-fb-wrap {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 12px auto 0;
    background-color: #fff;
    padding: 6px 8px 12px 20px;
  }
  .ad-fb-img-placeholder {
    width: 48px;
    height: 48px;
    margin: 0 12px 0 0;
    background-color: #eff3f8;
  }
  .ad-fb-wrap .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #d1e5ff;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #2276e3;
    flex-shrink: 0;
    width: 88px;
    height: 48px;
    margin-left: auto;
  }
  .quick-links-wrap {
    padding: 0 10px;
  }
  .quick-links-wrap ul li {
    min-width: inherit;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .quick-links-wrap ul li:nth-child(even) {
    margin-right: 0;
  }
  .quick-links-wrap .cm__arrow {
    display: none;
  }
  .quick-links-wrap ul li a {
    padding: 3px 8px;
    height: 60px;
  }
  .quick-links-wrap ul li a &gt; span:first-child {
    margin-right: 8px !important;
  }
  .faq-wrap {
    padding: 0 10px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .quick-links-wrap ul li a {
    font-size: 13px;
  }
}
.modify-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px 16px 18px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-top: 12px;
}
.modify-header .modify-input-container.toStn .cm__sprite {
  position: absolute;
  left: -24px;
  top: 50%;
  cursor: pointer;
  margin-bottom: 0;
  transform: translateY(-50%);
}
.buttonAdust {
  top: 25px;
}
.modify-header .modify-input-container.toStn .cm__sprite::after {
  position: absolute;
  content: "";
  left: 9px;
  top: -16px;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
  z-index: 1;
}
.modify-header .modify-input-container.toStn .cm__sprite::before {
  position: absolute;
  content: "";
  left: 9px;
  bottom: -16px;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
  z-index: 1;
}
.modify-header .modify-input-container {
  display: flex;
  flex-direction: column;
  min-width: 286px;
  margin-right: 28px;
  position: relative;
}
.modify-header .modify-input-container:last-child {
  margin-right: 0;
  min-width: 236px;
}
.modify-header .modify-input-container.toStn {
  position: relative;
}
.modify-header .modify-input-container &gt; span {
  font-size: 14px;
  line-height: 1.29;
  color: #4f525a;
  margin-bottom: 8px;
}
.modify-header .modify-input-container &gt; div {
  display: flex;
  align-items: center;
  border-bottom: solid 0.3px #e5e5e5;
}
.modify-header .modify-input-container.calendar &gt; div &gt; span#seocal,
.modify-header .modify-input-container:not(.calendar) textarea,
.modify-header .modify-input-container:not(.calendar) &gt; div &gt; span {
  border: 0 none;
  outline: 0;
  padding-bottom: 8px;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #141823;
  flex: 1;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
}
.modify-header .modify-input-container.calendar &gt; div &gt; span#seocal {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.modify-header .modify-input-container.calendar div span {
  max-width: 127px;
}
.modify-header .modify-input-container &gt; div &gt; ul {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-bottom: 7px;
}
.modify-header .modify-input-container &gt; div &gt; ul li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  padding: 4.5px 8px;
  color: #898b91;
  border-radius: 3px;
  background-color: #eef4fd;
  margin-right: 14px;
  cursor: pointer;
}
.modify-header .modify-input-container &gt; div &gt; ul li:last-child {
  margin-right: 0;
}
.modify-header .modify-input-container &gt; div &gt; ul li.active {
  color: #fff;
  background-color: #2276e3;
}
.modify-input-container button {
  width: 180px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 17px;
  line-height: 1.38;
  font-family: Quicksand;
  outline: 0;
}
.search-wrap {
  display: flex;
  margin-top: 30px;
}
.search-input-container {
  flex: 1;
  display: flex;
  align-items: center;
}
.search-input-container &gt; span {
  flex-shrink: 0;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2276e3;
}
.search-input-container &gt; input {
  width: 100%;
  padding: 6.5px 16px;
  font-size: 14px;
  color: #898b91;
  line-height: 1.29;
  border: solid 2px #d1e5ff;
  background-color: #fff;
}
.search-input-container input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Helvetica;
  color: #898b91;
  padding-bottom: 10px;
}
.search-input-container input:-ms-input-placeholder {
  font-size: 14px;
  font-family: Helvetica;
  color: #898b91;
  padding-bottom: 10px;
}
.search-input-container input::placeholder {
  font-size: 14px;
  font-family: Helvetica;
  color: #898b91;
  padding-bottom: 10px;
}
.search-wrap ul {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow-x: auto;
}
.search-wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 30px;
  border-radius: 8px;
  background-color: #eef4fd;
  font-size: 12px;
  line-height: 1.33;
  color: #898b91;
  margin-right: 32px;
  padding: 5px;
}
.search-wrap ul li.active {
  color: #fff;
  font-weight: 700;
  background-color: #2276e3;
}
.search-wrap ul li:last-child {
  margin-right: 0;
}
.search-input-container input {
  outline: 0;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #141823;
}
.sort-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  margin-top: 12px;
  height: 30px;
  top: 0;
  z-index: 101;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 18%);
}
.sort-wrap li {
  display: flex;
  align-items: center;
}
.sort-wrap li a {
  color: #898b91;
  font-size: 12px;
  line-height: 1.33;
  margin-right: 4px;
}
.sort-wrap li.active a {
  color: #2276e3;
}
.popular-trains-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.popular-trains-wrap-title {
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #141823;
}
.popular-trains-wrap-subtitle {
  font-size: 12px;
  color: #4a4a4a;
  margin-top: 5px;
}
.popular-trains-wrap &gt; ul {
  display: flex;
  flex-direction: column;
}
.popular-trains-wrap &gt; ul &gt; li {
  display: flex;
  flex-direction: column;
  padding: 12px 32px 16px 32px;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 8px;
}
.popular-trains-wrap .train-nearby-staion {
  justify-content: space-between;
}
.popular-trains-wrap .train-nearby-staion li {
  width: 182px;
}
.popular-trains-wrap .train-nearby-staion li:last-child {
  margin-right: 0;
}
.popular-trains-wrap .train-nearby-staion li .class-type {
  margin: 0 15px;
}
.train-nearby-staion li.running {
  background: #861388;
  border-radius: 9px;
  border: 1px solid #d1e5ff;
  border-top: 0;
  padding: 2px 1px 1px 1px;
}
.special.popular-trains-wrap &gt; ul &gt; li {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.special.popular-trains-wrap &gt; ul &gt; li &gt; div:first-child {
  flex: 1;
  margin-right: 80px;
}
.popular-trains-wrap .train-nearby-staion li.running .class-type {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.popular-trains-wrap-tile-heading {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: normal;
  color: #141823;
  background-color: rgba(209, 229, 255, 0.3);
  padding: 1px 17px;
  align-self: baseline;
}
.popular-trains-wrap-tile-heading .cm__arrow {
  margin-left: auto;
}
.popular-trains-wrap-tile-subHeading {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.33;
  color: #141823;
}
.popular-trains-wrap-tile-subHeading &gt; span {
  background-color: #f3f3f3;
  padding: 2px 6px;
  margin-right: 3px;
}
.marginLR15 {
  margin-left: 15px;
  margin-right: 15px;
}
.popular-trains-wrap-tile-info &gt; div:not(.slider-scroll) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 8px 0 20px;
}
.popular.popular-trains-wrap .popular-trains-wrap-tile-info {
  width: calc(100% - 265px);
}
.special.popular-trains-wrap
  &gt; ul
  &gt; li
  .popular-trains-wrap-tile-info
  &gt; div:not(.slider-scroll) {
  margin-bottom: 0;
}
.popular-trains-wrap-tile-info &gt; div:not(.slider-scroll) &gt; div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.popular-trains-wrap-tile-info &gt; div:not(.slider-scroll) &gt; div:nth-child(2) {
  align-items: center;
}
.popular-trains-wrap-tile-info &gt; div:not(.slider-scroll) &gt; div:last-child {
  align-items: flex-end;
}
.popular-trains-wrap-tile-date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  color: #141823;
}
.popular-trains-wrap-tile-src {
  font-size: 12px;
  line-height: 1.33;
  color: #4f525a;
}
.popular-trains-wrap-tile-time {
  font-size: 16px;
  line-height: 1.38;
  color: #141823;
  margin: 4px 0 1px;
}
.popular-trains-wrap-tile-duration {
  width: 461px;
  height: 18px;
  border-radius: 4px;
  background-color: #eff3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.33;
  color: #4f525a;
}
.popular-trains-wrap-tile-distance {
  font-size: 12px;
  color: #898b91;
  line-height: 1.33;
  margin-top: 3px;
}
.popular-trains-wrap-tile-running {
  width: 314px;
  padding: 3px 8px;
  border-radius: 2px;
  background-color: #861388;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.popular-trains-wrap-tile-running .cm__arrow {
  margin-left: auto;
  border-color: #fff;
}
.popular-trains-wrap-tile-avail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.popular-trains-wrap-tile-avail a {
  width: 199px;
  padding: 14px 40px;
  border-radius: 8px;
  background-color: #d1e5ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-more-btn {
  width: 335px;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  cursor: pointer;
}
.view-more-btn.dt-hidden {
  display: none;
}
.view-more-btn a {
  display: flex;
  align-items: center;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.view-more-btn a .circle {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d1e5ff;
  border-radius: 50%;
}
.view-more-btn a:hover .circle {
  background-color: #f77521;
}
.view-more-btn a:hover .circle .cm__arrow {
  border-color: #fff;
}
.view-more-btn a .circle .cm__arrow {
  margin-top: -2px;
}
.other-links {
  display: grid;
  grid-gap: 18px 16px;
  grid-template-columns: 50% 50%;
  margin: 16px auto;
}
.other-links &gt; li {
  display: flex;
  flex-direction: column;
}
.other-links &gt; li &gt; p {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  color: #141823;
}
.popular-trains-wrap-subtitle a {
  color: #4a4a4a;
}
.other-links &gt; li &gt; div {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 10px;
  overflow: scroll;
}
.other-links &gt; li &gt; div li a {
  cursor: pointer;
  font-size: 14px;
  color: #4f525a;
  line-height: 1.29;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 18px;
  border-bottom: solid 0.3px rgba(209, 229, 255, 0.5);
  text-align: left;
}
.other-links &gt; li &gt; div a {
  padding: 8px;
  text-align: center;
}
.about-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:inherit
}
.about-wrap h2{
 margin-top: 20px;
 margin-left: 20px;
 margin-bottom: 2px;
}
.about-wrap h2:first-child,
.faq-wrap h3 {
  margin-bottom: 16px;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 700;
  color: #141823;
}
.about-wrap p {
  padding: 16px 20px 20px 16px;
  font-size: 14px;
  color: #898b91;
  line-height: 1.71;
  background-color: #fff;
}
.calendarWrap {
  position: absolute;
  z-index: 103;
  top: 32px;
}
.calendarWrap .DayPicker-Caption,
.calendarWrap .DayPicker-Day {
  font-size: 1.125rem !important;
}
.calendarWrap .DayPicker-Caption {
  padding: 20px;
}
.goBlue {
  color: #2276e3;
}
.calendarWrap .DayPicker-Weekday span {
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 10px !important;
  text-transform: uppercase;
}
.calendarWrap .DayPicker-Weekday.db {
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex: 1;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.calendarWrap .calendarWidget {
  display: flex;
  position: absolute;
  flex-direction: column;
  background: #fff;
  width: 360px;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 16%);
  border-radius: 12px;
}
.searchWidgetDropdown {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 16%);
  width: 350px;
  padding: 20px 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 60px;
}
.searchWidgetDropdown .dropdownList {
  padding-bottom: 10px;
}
.searchWidgetDropdown .dropdownList li {
  font: 400 13px/1.231 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 25px;
  flex: initial;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.hsBackDrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 102;
}
.calendarWrap .icon-arrow-back:before {
  display: inline-block;
  transform: rotate(0);
}
@media (min-width: 320px) and (max-width: 768px) {
  .modify-header {
    padding: 10px;
    margin-top: 0;
    border-radius: 0;
    flex-wrap: wrap;
    position: relative;
  }
  .other-links &gt; li &gt; div {
    height: 100%;
    max-height: 170px;
  }
  .modify-header .modify-input-container.toStn .cm__sprite {
    position: absolute;
    left: -8px;
  }
  .modify-header .modify-input-container.toStn .cm__sprite::after,
  .modify-header .modify-input-container.toStn .cm__sprite::before {
    display: none;
  }
  .modify-header .modify-input-container {
    min-width: auto;
    margin-right: 0;
  }
  .modify-header .modify-input-container:first-child {
    border-right: solid 0.3px #e5e5e5;
  }
  .modify-header .modify-input-container.toStn,
  .modify-header .modify-input-container:first-child {
    position: relative;
    width: 49.9%;
  }
  .modify-header .modify-input-container.toStn &gt; div,
  .modify-header .modify-input-container.toStn &gt; span {
    width: 180px;
  }
  .modify-header .modify-input-container:not(.calendar) &gt; div &gt; span {
    padding-bottom: 3px;
  }
  .modify-header .modify-input-container:not(.calendar) textarea,
  .modify-header .modify-input-container:not(.calendar) &gt; div &gt; span {
    font-size: 14px;
    line-height: 1.29;
    padding-bottom: 3px;
  }
  .modify-header .modify-input-container textarea::-webkit-scrollbar {
    display: none;
  }
  .modify-header .modify-input-container textarea {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modify-header .modify-input-container:not(.calendar) &gt; div &gt; span {
    height: 18px;
  }
  .modify-header .modify-input-container.calendar {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 30px;
    padding-top: 12px;
    border-top: solid 0.3px #e5e5e5;
  }
  .modify-header .modify-input-container.calendar &gt; span {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .modify-header .modify-input-container:last-child {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
  }
  .modify-header .modify-input-container &gt; div {
    border-bottom: 0;
  }
  .modify-header .modify-input-container &gt; div &gt; ul {
    padding-bottom: 0;
  }
  .modify-header .modify-input-container.calendar &gt; div {
    flex: 1;
    border-bottom: 0;
  }
  .search-input-container {
    flex: none;
  }
  .search-input-container &gt; input {
    display: none;
  }
  .search-wrap ul {
    justify-content: inherit;
  }
  .search-wrap ul li {
    padding: 7px;
    height: auto;
    width: auto;
    flex-shrink: 0;
    margin-right: 8px;
  }
  .popular-trains-wrap-tile-avail {
    margin-left: unset;
  }
  .popular-trains-wrap-tile-duration {
    width: 124px;
    text-align: center;
    height: auto;
    min-height: 18px;
  }
  .popular-trains-wrap-tile-heading {
    font-size: 16px;
    padding: 0 8px;
    overflow: hidden;
    width: 100% !important;
    align-items: center;
  }
  .popular-trains-wrap-tile-subHeading {
    align-items: end;
    flex-wrap: wrap;
  }
  .popular-trains-wrap .train-nearby-staion li {
    width: 82px;
  }
  .popular-trains-wrap-tile-subHeading &gt; span:first-child {
    width: 58%;
    margin-right: 0;
  }
  .popular-trains-wrap-tile-subHeading &gt; span:nth-child(2) {
    margin-left: 2px;
    width: 40%;
  }
  .popular-trains-wrap-tile-subHeading &gt; span:last-child {
    width: 100%;
    margin-top: 4px;
  }
  .popular-trains-wrap.special
    .popular-trains-wrap-tile-subHeading
    &gt; span:first-child {
    width: 100%;
  }
  .popular-trains-wrap.special
    .popular-trains-wrap-tile-subHeading
    &gt; span:last-child {
    margin-right: 0;
  }
  .popular-trains-wrap-tile-avail {
    width: 100%;
  }
  .popular-trains-wrap-tile-avail a {
    width: 100%;
    padding: 8px;
    font-size: 12px;
  }
  .popular-trains-wrap-tile-date {
    font-size: 14px;
  }
  .popular-trains-wrap-tile-info &gt; div:not(.slider-scroll) &gt; div:nth-child(2) {
    margin: 0 5px;
  }
  .popular-trains-wrap-tile-running {
    width: 100%;
  }
  .popular-trains-wrap-title {
    font-size: 16px;
    position: relative;
  }
  .popular-trains-wrap-title::before {
    content: "";
    width: 2px;
    height: 11px;
    background-color: #141823;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .popular-trains-wrap-subtitle,
  .popular-trains-wrap-title {
    padding-left: 10px;
  }
  .popular-trains-wrap &gt; ul &gt; li {
    padding: 8px 8px 16px 10px;
    border-radius: 0;
  }
  .popular-trains-wrap .train-nearby-staion li .inner-info div.dt-hidden {
    flex-direction: column;
  }
  .popular-trains-wrap .slider-scroll {
    margin: 0;
  }
  .popular-trains-wrap-tile-info &gt; div:not(.slider-scroll) {
    align-items: flex-start;
  }
  .special.popular-trains-wrap &gt; ul &gt; li {
    padding: 8px 10px;
    flex-direction: column;
  }
  .special.popular-trains-wrap &gt; ul &gt; li &gt; div:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .other-links {
    padding: 0 4px;
    grid-template-columns: auto;
  }
  .other-links &gt; li &gt; p {
    padding: 0 6px;
  }
  .view-more-btn {
    width: calc(100% - 12px);
    margin: 8px 6px 0;
  }
  .view-more-btn.dt-hidden {
    display: block;
  }
  .view-more-btn.mob-hidden {
    display: none;
  }
  .about-wrap {
    padding: 0 10px;
  }
  .about-wrap p:first-child {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .about-wrap p:last-child {
    padding: 16px;
  }
  .calendarWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 360px;
  }
  .calendarWrap .calendarWidget {
    width: calc(100% - 20px);
    margin: 0 auto;
    position: static;
  }
  .searchWidgetDropdown {
    width: calc(100vw - 20px);
    height: 400px;
    overflow-y: scroll;
  }
  .modify-input-container.toStn .searchWidgetDropdown {
    left: unset;
    right: 0;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .mob-hidden {
    display: none !important;
  }
  .dt-hidden {
    display: flex !important;
  }
  .pnr-section {
    padding: 10px;
  }
  .psngr-wrap {
    flex-direction: column;
    border: solid 1px #ddd;
    border-radius: 8px;
  }
  .psngr-card {
    width: 100%;
    margin-right: unset;
    border: none;
    margin-bottom: 20px;
  }
  .psngr-card:last-of-type {
    margin-bottom: 5px;
  }
  .ticket-status {
    display: block;
    margin: 10px 0;
  }
  .rac-wrap {
    width: 96%;
    margin: 0 auto 10px;
    padding: 10px;
  }
  .rac-wrap .rac-col {
    width: 25%;
  }
  .rac-wrap .rac-col:first-of-type {
    width: 50%;
  }
  .platform-info {
    display: flex;
    flex-direction: column;
  }
  .paltfrom-note {
    display: none;
  }
  .paltfrom-note-mb {
    display: block;
    background: #fef8e5;
    border-radius: 2px;
    padding: 2px 6px;
    margin-top: 8px;
    color: #777;
  }
  .boarding-details,
  .route-sch-wrap {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
  }
  .route-wrap {
    padding: 0;
  }
  .route-info-wrap {
    width: 100%;
  }
  .schedule-box {
    border-radius: 4px;
    background-color: rgba(209, 229, 255, 0.4);
    padding: 6px;
    display: flex;
  }
  .link-arrow {
    border: solid #2276e3;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .route-map-wrap {
    width: calc(100% + 40px);
    border-radius: 0;
    margin: 0 -20px -10px;
    flex-direction: column;
  }
  .route-points {
    width: 100%;
  }
  .route-points-destiny span {
    text-transform: uppercase;
  }
  .blue-btn {
    margin-left: unset;
    margin-top: 10px;
  }
  .route-track-active {
    width: 35%;
  }
  .route-track-active {
    background: #000;
  }
  .route-track-active::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #000;
    position: absolute;
    top: -2px;
    display: block;
  }
  .route-track-active::after {
    background: #000;
  }
  .ticket-type-title {
    flex-direction: column;
  }
  .ticket-info-wrap li {
    width: 84px;
    padding: 20px 2px 2px;
    margin-right: 10px;
  }
  .ticket-info-wrap li.selected {
    padding: 20px 2px 2px;
  }
  .ticket-info-wrap li .ticket-all-info {
    padding: 5px;
    flex-direction: column;
  }
  .ticket-info-wrap li .travel-class-info {
    flex-direction: row-reverse;
    align-items: baseline;
    margin-top: -22px;
    justify-content: space-between;
  }
  .ticket-info-wrap li .ticket-class {
    font-size: 12px;
    color: #fff;
  }
  .ticket-info-wrap li .ticket-catgry {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
  }
  .ticket-info-wrap li .avl-price {
    margin-left: unset;
    text-align: center;
  }
  .ticket-info-wrap li .ticket-avilable,
  .ticket-info-wrap li .ticket-price {
    font-size: 13px;
  }
  .slider-scroll {
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .slider-scroll::-webkit-scrollbar {
    display: none;
  }
  .ticket-type-wrap {
    border-radius: 0;
  }
  .train-name-text {
    width: 70%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
  }
  .nearby-station-info {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .nearby-station-info .left,
  .nearby-station-info .right {
    width: 30%;
    font-size: 12px;
  }
  .travel-time {
    width: 40%;
  }
  .train-nearby-staion {
    padding-top: 15px;
  }
  .train-nearby-staion li {
    width: 82px;
    margin-right: 10px;
  }
  .train-nearby-staion li .inner-info {
    padding: 5px;
  }
  .recom-tag {
    width: 80px;
    font-size: 10px !important;
    top: -14px;
    height: 18px;
  }
  .lrg-blue-btn {
    width: calc(100% - 40px);
    margin: 5px auto;
  }
  .train-nearby-staion li:first-of-type .class-type {
    text-align: center;
  }
  .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: block;
  }
  .schedule-wrap-overlay {
    background: #fff;
    width: calc(100% - 20px);
    height: 80%;
    border-radius: 12px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    overflow: auto;
    display: block;
  }
  .schedule-wrap {
    padding: 10px 0 0 10px;
  }
  .schedule-list li .schedule-col {
    width: 20%;
    display: flex;
    flex-direction: column;
  }
  .schedule-list li .day-tag {
    margin: 0 0 10px 0;
  }
  .schedule-list li .station-name {
    width: 100%;
    display: flex;
  }
  .schedule-list li .book-btn {
    margin-right: 10px;
  }
  .schedule-list li .station-tag {
    position: relative;
  }
  .schedule-list li .station-tag::before {
    content: "";
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 100%;
    border: solid 3px #777;
    position: absolute;
    top: 2px;
    left: -20px;
    background: #fff;
  }
}

.pageHdrCnt {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  background-color: #2276e3;
}
.routePg__mainContCnt {
  width: 100%;
  margin-top: 10px;
}
.searchWidget {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.searchWidget__frrmToCnt {
  padding: 12px;
  width: 50%;
}
.searchWidget__frrmToCnt:last-child {
  border-left: 1px solid #e1e7ee;
}
.searchWidget__datCnt {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 42px 12px;
  border-top: 1px solid #e1e7ee;
}
.searchWidget__srchBtn {
  position: absolute;
  bottom: 0;
  align-self: center;
}
.giOrngBtn {
  padding: 9px 22px;
  background-color: #2276e3;
  border-radius: 32px;
  outline: 0;
  border: none;
  cursor: pointer;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.routePg__trnLstSecHdr {
  padding: 0 12px;
  margin-top: 15px;
}
.addtnlRtInf__vmLnk,
.routePg__trnLstVmLnk {
  display: block;
  background-color: #fff;
  color: #2276e3;
  margin-top: 8px;
  padding: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.routePg__trnLstItem {
  background-color: #fff;
  padding: 10px 12px;
  margin-top: 8px;
}
.routePg__trnLstItmDurCnt {
  padding: 2px 12px;
  background: #eff3f8;
  border-radius: 4px;
  text-align: center;
}
.routePg__trnLstItmJrnDtlCnt {
  width: 99px;
}
.vwAllTrnLnk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 12px;
  background-color: #fff;
  color: "#2276E3";
  margin: 30px 0 30px;
  border: 1px solid #d1e5ff;
}
.rightArw {
  display: flex;
  align-items: center;
}
.rightArw::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #2276e3;
  border-right: 1px solid #2276e3;
  transform: rotate(45deg);
  margin-left: 10px;
}
.addtnlRtInf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 20px;
}
.addtnlRtInf__col:not(:last-child) {
  margin-bottom: 30px;
}
.addtnlRtInf__rtLstItm {
  background-color: #fff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addtnlRtInf__rtLstItm:not(:last-child) {
  margin-bottom: 2px;
}
.linkBtn {
  font-size: 12px;
  line-height: 14px;
  color: #2276e3;
}
.addtnlRtInf__vmLnk {
  margin-top: 2px;
}
.addtnlRtInf__trnPsThruLstItm {
  background-color: #fff;
  padding: 10px 12px;
}
.addtnlRtInf__trnPsThruLstItm:first-child {
  margin-top: 8px;
}
.addtnlRtInf__trnPsThruLstItm:not(:first-child) {
  margin-top: 4px;
}
.faqCnt__ansWrp .linkBtn {
  font-size: 16px;
  line-height: 19px;
}
.faqCnt__qstnOpn {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2276e3;
  border-right: 2px solid #2276e3;
  transform: rotate(-45deg);
}
.abtTheRtCnt {
  margin-top: 30px;
}
.abtTheRtCnt__pdWrp {
  background-color: #fff;
  padding: 20px;
  margin-top: 14px;
}
.brdCrmbs {
  display: flex;
  align-items: center;
}
.brdCrmbs &gt; li {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.brdCrmbs &gt; li:not(:last-child):after {
  display: block;
  content: "&gt;";
  margin-left: 8px;
  color: #2276e3;
}
.addtnlRtInf__rtLstCnt {
  margin-top: 8px;
}
.irctcLgWrp {
  padding: 8px;
  background-color: #292d78;
  display: flex;
  justify-content: center;
}
.irctcIcn {
  width: 17px;
  height: 17px;
}
.routePg__calIcn {
  width: 20px;
  height: 20px;
}
.routePg__lctnIcn {
  width: 8px;
  height: 11px;
}
.pageHdrCnt__bckIcn {
  padding: 12px 8px;
  width: 14px;
  height: 12px;
}
.routePg__trnLstTable {
  width: 100%;
}
.routePg__trnLstTblHdrRw {
  padding: 9px 12px;
  background-color: #fff;
}
.routePg__trnLstTable th {
  padding: 9px;
  font-size: 12px;
  color: #777;
  font-weight: 700;
  font-family: Helvetica;
  border-bottom: 8px #eff3f8 solid;
  padding-left: 8px;
}
.routePg__trnLstTblHdrCl {
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #777;
  padding: 0px;
}
.routePg__trnLstTable td {
  padding: 9px;
  font-size: 12px;
  background-color: #fff;
  border-bottom: 4px #eff3f8 solid;
}
.routePg__trnLstTable .chkAvlBtn--thmDrk {
  background-color: #2276e3;
  color: #fff;
}
.routePg__trnLstTable .chkAvlBtn {
  border: none;
  background-color: #2276e3;
  padding: 12px 18px;
  border-radius: 52px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  outline: 0;
}
.faqCnt {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.faqCnt__qstWrp {
  font-size: 16px;
  line-height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 16px;
  cursor: pointer;
}
.faqCnt__ansWrp {
  background-color: #fff;
  padding: 16px 20px;
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #777;
}
.hrzntlLine1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  margin-bottom: 60%;
}
.font18 {
  font-size: 18px !important;
  line-height: 18px;
}
.font16 {
  font-size: 16px !important;
  color: #000 !important;
}
.routePg__trnLstTable td {
  padding: 9px;
  font-size: 12px;
  background-color: #fff;
  border-bottom: 4px #eff3f8 solid;
}
.routePg__trnLstTblFtrCl .txtBtn {
  font-size: 16px;
  line-height: 19px;
  color: #2276e3;
  border: none;
  background-color: #fff;
  cursor: pointer;
  outline: 0;
}
.font32 {
  font-size: 32px;
  line-height: 32px;
}
.quicksand {
  font-family: quicksand;
}
.quicksandBold {
  font-family: quicksand;
  font-weight: 700;
}
.appendTop16 {
  margin-top: 16px;
}
.appendTop20 {
  margin-top: 20px;
}
.appendTop28 {
  margin-top: 25px;
}
.appendTop8 {
  margin-top: 8px;
}
.appendTop2 {
  margin-top: 2px;
}
.appendTop4 {
  margin-top: 4px;
}
.appendTop4New {
  margin-top: 6px;
}
.appendLeft8 {
  margin-left: 8px;
}
.appendTop14 {
  margin-top: 14px;
}
.appendTop10 {
  margin-top: 10px;
}
.appendRight38 {
  margin-right: 38px;
}
.lineHight22 {
  line-height: 22px !important;
}
.lineHight14 {
  line-height: 14px !important;
}
.lineHight21 {
  line-height: 21px !important;
}
.lineHight18 {
  line-height: 18px !important;
}
.lineHight16 {
  line-height: 16px !important;
}
.boldFont {
  font-weight: 700;
}
li,
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.show {
  display: block;
}
.blackText {
  color: #000;
}
.blackText2 {
  color: #141823 !important;
}
.darkText {
  color: #4a4a4a;
}
.darkGreyText {
  color: #4a4a4a;
}
.grayText {
  color: #9b9b9b;
}
.grayText2 {
  color: #898b91;
}
.grayText3 {
  color: #4f525a;
}
.grayText4 {
  color: #777;
}
.grayText5 {
  color: #c2c2c2;
}
.grayText6 {
  color: #404040;
}
.whiteText {
  color: #fff !important;
}
.blueText {
  color: #008cff;
}
.blueText2 {
  color: #2276e3 !important;
}
.liteBlueText {
  color: #a9d4f6;
}
.greenText {
  color: #249995;
}
.greenText2 {
  color: #2bac36;
}
.greenText3 {
  color: #00b014;
}
.greenText4 {
  color: #18a160;
}
.lightGreenText {
  color: #33d18f;
}
.redText {
  color: #eb2026;
}
.lightRedText {
  color: #ff3a5c;
}
.lightRedText2 {
  color: #ff0657;
}
.lightRedText3 {
  color: #ff5f84;
}
.orangeText {
  color: #cf8100;
}
.orangeText2 {
  color: #ff6d38;
}
.yellowText {
  color: #f5a623;
}
.darkOrangeText {
  color: #f27239;
}
.pinkText {
  color: #db6281;
}
.paleGreyText {
  color: #647a97;
}
.makeFlex {
  display: flex;
}
.makeFlexNew {
  display: flex;
  width: 120px;
}
.makeFlex.hrtlCenter {
  align-items: center;
}
.appendLeft12 {
  margin-left: 12px;
}
.appendTop48 {
  margin-top: 48px;
}
.lineHight24 {
  line-height: 24px !important;
}
.font20 {
  font-size: 20px;
  line-height: 20px;
}
.marginR15 {
  margin-right: 15px;
}
.makeFlex.spaceBetween {
  justify-content: space-between;
}
.routePg__trnLstVmLnk {
  display: block;
  background-color: #fff;
  color: #2276e3;
  margin-top: 8px;
  padding: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
p {
  margin: 0;
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none !important;
}
.sprite {
  background: url("https://gos3.ibcdn.com/routePageSprite-1649317655.png")
    no-repeat;
  display: inline-block;
  background-size: 150px 150px;
  font-size: 0px;
  flex-shrink: 0;
}
.spriteNew {
  background: url('https://gos3.ibcdn.com/logo_images-1652435971.png') no-repeat 0 0;
  background-size: 575px 205px;
  display: block;
}
.irctcLogo {
  background-position: -3px -2px;
  width: 26px;
  height: 26px;
}
.calIconBlue {
  background-position: -33px -3px;
  width: 20px;
  height: 20px;
}
.calIconWhite {
  background-position: -57px -3px;
  width: 20px;
  height: 20px;
}
.locationIcon {
  background-position: -82px -6px;
  width: 8px;
  height: 11px;
}
.locationIconNew {
  background-position:-215px -150px !important;
  width: 8px;
  height: 11px;
}
.backIcon {
  background-position: -95px -5px;
  width: 14px;
  height: 12px;
}
.fbIcon {
  background-position: -4px -35px;
  width: 32px;
  height: 28px;
  border-radius: 4px;
}
.twitrIcon {
  background-position: -41px -35px;
  width: 32px;
  height: 28px;
}
.appendLeft5 {
  margin-left: 5px;
}
.appendRight5 {
  margin-right: 5px;
}
.appendLeft30 {
  margin-left: 30px;
}
.appendTop30 {
  margin-top: 30px;
}
.appendLeft30 {
  margin-left: 30px;
}
.appendTop40 {
  margin-top: 40px;
}
.sprite-calender-icon {
  background: url("https://gos3.ibcdn.com/calender_icon-1649934628.png")
    no-repeat;
  display: inline-block;
  background-size: 150px 150px;
  font-size: 0px;
  flex-shrink: 0;
}
.routePg__trnLstItmStrtFrm {
  padding: 4px;
  background-color: #e9f6ea;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #18a160;
  margin-top: 8px;
}
.textRight {
  text-align: right;
}
.lineHightUni1 {
  line-height: 1 !important;
}
.font12 {
  font-size: 12px;
  line-height: 12px;
}
.blueText2 {
  color: #2276e3;
}
.textCenter {
  text-align: center;
}
.whyBkThruGi {
  padding-left: 12px;
  margin-top: 30px;
}
.lineHight20 {
  line-height: 20px !important;
}
.quicksandBold {
  font-weight: 700;
}
.quicksand,
.quicksandBold {
  font-family: quicksand;
}
.font16 {
  font-size: 16px;
  line-height: 16px;
}
.blackText2 {
  color: #141823 !important;
}
.whyBkThruGi__scrlVw {
  display: flex;
  overflow: scroll;
  margin-top: 20px;
}
.whyBkThruGi__scrlVwItm {
  flex-shrink: 0;
  width: 286px;
  margin-right: 12px;
  background-color: #fff;
}
.whyBkThruGi__scrlVwItmBrdrWrp {
  height: 4px;
  display: flex;
}
.whyBkThruGi__scrlVwItmInfoDtls {
  padding: 8px 16px;
}
.lineHight22 {
  line-height: 22px !important;
}
.font18 {
  font-size: 18px;
  line-height: 18px;
}
.blackText {
  color: #000;
}
.appendTop4 {
  margin-top: 4px;
}
.lineHight16 {
  line-height: 16px !important;
}
.font12 {
  font-size: 12px;
  line-height: 12px;
}
.grayText4 {
  color: #777;
}
.whyBkThruGi__infoDtlsKnwMr {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #2276e3;
  display: block;
  margin-top: 4px;
}
.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:before {
  background-color: #141823;
}
.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:after {
  background-color: #18a160;
}
.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:after,
.whyBkThruGi__scrlVwItmBrdrWrp--lghtBl:after,
.whyBkThruGi__scrlVwItmBrdrWrp--orgDrk:after {
  display: block;
  content: "";
  width: 197px;
}
.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:before {
  background-color: #141823;
}
.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:before,
.whyBkThruGi__scrlVwItmBrdrWrp--lghtBl:before,
.whyBkThruGi__scrlVwItmBrdrWrp--orgDrk:before {
  display: block;
  content: "";
  width: calc(100% - 197px);
}
.faqCnt h2 {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 22px !important;
  font-family: quicksand;
  font-weight: 700;
  font-size: 18px;
  color: #141823;
}
.listWrp {
  max-width: 270px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thngsToDo {
  margin-top: 30px;
}
.paddingLR12 {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 12px;
}
.thngsToDo__mainCnt {
  margin-top: 10px;
  background-color: #fff;
  padding: 16px 12px;
}
.font14 {
  font-size: 14px;
  line-height: 14px;
}
.knwMoreBtn {
  display: inline-block;
  background-color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}
.thngsToDo__explrLstItm {
  margin-top: 16px;
}
.appendBottom6 {
  margin-bottom: 6px;
}
.greenText5 {
  color: #18a160;
}
.font15 {
  font-size: 14px;
  line-height: 14px;
}
.thngsToDo__explrLstItm {
    margin-top: 16px;
}

.paddingLR13 {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 12px;
}
.whyBkThruGi__scrlVwWrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
  }
  
.whyBkThruGi__scrlVwWrap .leftArwBtn , .whyBkThruGi__scrlVwWrap .rightArwBtn {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 100%;
    background-color: #D1E5FF;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .whyBkThruGi__scrlVwWrap .rightArwBtn {
    right: 0;
  }

  .whyBkThruGi__scrlVwWrap .leftArwBtn {
    left: 0;
  }

  .whyBkThruGi__scrlVwWrap .rightArwBtn::after, .whyBkThruGi__scrlVwWrap .leftArwBtn::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
  }

  .whyBkThruGi__scrlVwWrap .rightArwBtn::after {
    border-top: 2px solid #2276e3;
    border-right: 2px solid #2276e3;
    transform: rotate(45deg);
  }

  .whyBkThruGi__scrlVwWrap .leftArwBtn::after {
    border-top: 2px solid #2276e3;
    border-left: 2px solid #2276e3;
    transform: rotate(-45deg);
  }
  .whyBkThruGi__scrlVw1 {
  display: flex;
  overflow: scroll;
  margin-top: 20px;
  justify-content: center;
}
.marked-class {
    text-align: inherit;
}
 .chkAvlBtn--thmDrk1 {
  background-color: #2276e3;
  color: #fff;
}

.hotelsLst {
    margin-top: 30px;
}

.hotelsLst__scrlVwWrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 12px;
  }

.hotelsLst__scrlVw {
    display: flex;
    overflow: hidden;
}

.hotelsLst__scrlItm {
    width: 286px;
    flex-shrink: 0;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 8px;
}

a.hotelsLst__scrlItmHtlNam {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #2276E3;
}

.hotelsLst__scrlItmVmLnk {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
}

.hotelsLst__scrlVwWrap .leftArwBtn , .hotelsLst__scrlVwWrap .rightArwBtn {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 100%;
    background-color: #D1E5FF;
    cursor: pointer;
    border: none;
    outline: none;
  }

  .hotelsLst__scrlVwWrap .rightArwBtn {
    right: 0;
  }

  .hotelsLst__scrlVwWrap .leftArwBtn {
    left: 0;
  }

  .hotelsLst__scrlVwWrap .rightArwBtn::after, .hotelsLst__scrlVwWrap .leftArwBtn::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
  }

  .hotelsLst__scrlVwWrap .rightArwBtn::after {
    border-top: 2px solid #2276e3;
    border-right: 2px solid #2276e3;
    transform: rotate(45deg);
  }

  .hotelsLst__scrlVwWrap .leftArwBtn::after {
    border-top: 2px solid #2276e3;
    border-left: 2px solid #2276e3;
    transform: rotate(-45deg);
  }
h1{margin: 0;list-style: none;padding: 0;font-weight: bold !important;}h2{font-size: 16px!important;font-weight: 700!important;} h3{padding-top: 20px!important;font-size: 18px!important;font-weight: 700!important;}.grey50{color:#898b91}.grey75{color:#4f525a}.lightGrey{color:#c2c2c2}.visible-flex{display:flex!important}.visible-flex.column{flex-direction:column}.vertical-center{align-items:center}.horizontal-center{justify-content:center}.space-between{justify-content:space-between}.flex-shrink-zero{flex-shrink:0}.font-weight-regular{font-weight:400}.font-weight-bold{font-weight:700}.font-weight-black{font-weight:900}.font-quicksand{font-family:quicksand}.line-height16{line-height:16px}.line-height18{line-height:18px}.line-height20{line-height:20px}.line-height22{line-height:22px}.line-height28{line-height:28px}.pushRight{margin-left:auto}.make-flex{display:flex}.flex-one{flex:1}.pushBottom{margin-top:auto}.text-right{text-align:right}.text-center{text-align:center}.cap-text{text-transform:uppercase}.fs12{font-size:12px}.fs14{font-size:14px}.fs16{font-size:16px}.fs18{font-size:18px}.fs22{font-size:22px}.black,.black-text{color:#141823}.green-text{color:#18a160}.orange-text{color:#ff6d38}.blue-text{color:#2276e3}.red,.red-text{color:#ff3a5c}.append-bottom5{margin-bottom:5px}.append-bottom10{margin-bottom:10px}.append-bottom20{margin-bottom:20px}.append-bottom15{margin-bottom:15px}.append-right5{margin-right:5px}.append-right10{margin-right:10px}.append-right15{margin-right:15px}.append-left5{margin-left:5px}.append-right20{margin-right:20px}.append-top10{margin-top:10px}.append-top5{margin-top:5px}.padding-bottom15{padding-bottom:15px}.padding-left10{padding-left:10px}.padding-left5{padding-left:5px}.bdr-bottom{border-bottom:solid 1px #e1e7ee}.cm__arrow{border:solid #2276e3;border-width:0 2px 2px 0;display:inline-block;padding:3px}.cm__arrow.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.cm__arrow.left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.cm__arrow.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.cm__arrow.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.cm__no--scrolling::-webkit-scrollbar{display:none}.cm__no--scrolling{-ms-overflow-style:none;scrollbar-width:none}.overlay{z-index:101;background-color:rgba(20,24,35,.7)}.animated{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideUpEffect{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:slideInUp;animation-name:slideInUp}.cm__sprite{background:url('https://gos3.ibcdn.com/TrainsImage-1623062797.png') no-repeat 0 0;background-size:300px 600px;flex-shrink:0;display:inline-block}.cm__sprite--arrow{width:15px;height:15px;background-position:-7px -50px}.cm__sprite--train{width:36px;height:36px;background-position:-7px -4px}.cm__sprite--runningStatus{width:40px;height:40px;background-position:-140px -4px}.cm__sprite--platformLocator{width:40px;height:40px;background-position:-94px -4px}.cm__sprite--trainDetails{width:40px;height:40px;background-position:-186px -4px}.cm__sprite--coachInfo{width:40px;height:40px;background-position:-49px -4px}.cm__sprite--irctc{width:22px;height:21px;background-position:-266px -7px}.cm__sprite--sponsored{width:24px;height:22px;background-position:-232px -11px}.cm__sprite--login{width:30px;height:30px;background-position:-69px -49px}.cm__sprite--subscribe{width:36px;height:30px;background-position:-29px -49px}.cm__sprite--cross{width:14px;height:14px;background-position:-125px -67px}.cm__sprite--blueCross{width:14px;height:14px;background-position:-128px -93px}.cm__sprite-bookTrain{width:40px;height:40px;background-position:-235px -48px}.cm__sprite-bookTrainSm{width:29px;height:29px;background-position:-3px -93px}.cm__sprite-confirmTrain{width:40px;height:40px;background-position:-187px -47px}.cm__sprite-confirmTrainSm{width:29px;height:29px;background-position:-151px -49px}.info-icon-red{width:13px;height:13px;background-position:-104px -51px}.info-icon-green{width:13px;height:13px;background-position:-58px -93px}.share-icon-blue{width:18px;height:18px;background-position:-4px -69px}.psngr-icon-black{width:10px;height:12px;background-position:-119px -51px}.info-icon-grey{width:17px;height:17px;background-position:-104px -67px}.train-icon-black{width:10px;height:12px;background-position:-134px -51px}.ticket-icon-large{width:55px;height:55px;background-position:-72px -88px;border-radius:100%}.location-icon{width:12px;height:17px;background-position:-282px -48px}.refresh-icon-grey{width:13px;height:13px;background-position:-40px -108px}.refresh-icon-blue{width:14px;height:12px;background-position:-41px -93px}.refresh-icon-white{width:14px;height:12px;background-position:-41px -93px;filter:brightness(100)}.cm__sprite-switch{width:20px;height:20px;background-position:-128px -117px}.cm__sprite-search{width:20px;height:18px;background-position:-154px -119px}.cm__sprite-sortActiveUp{width:8px;height:10px;background-position:-164px -94px}.cm__sprite-sortActiveDown{width:8px;height:10px;background-position:-164px -94px;transform:rotate(-180deg)}.cm__sprite-sortUp{width:8px;height:10px;background-position:-149px -94px;transform:rotate(-180deg)}.cm__sprite-sortDown{width:8px;height:10px;background-position:-149px -94px}body{color:#141823;font-size:14px;background-color:#eff3f8}header{position:relative;background:#fff;width:100%;padding-left:2%;padding-right:2%;padding-top:3px;border-bottom:1px solid #e5e5e5;box-shadow:0 1px 3px rgb(0 0 0 / 10%);display:inline-block!important;background-size:cover;background-repeat:no-repeat;display:inline-block}header .header-mb{display:none}.otherLinksWrapper,main{max-width:1200px; margin-bottom: 25px} .breadcrumbs-warp{display:flex;flex-wrap:wrap}.breadcrumbs-warp li{color:#2276e3;font-size:12px;font-weight:700;margin-right:4px;line-height:1.33;flex-shrink:0}.breadcrumbs-warp li.current{color:#141823;margin-right:0}.offer-wrap{display:flex;align-items:center;margin-top:12px;padding:6px 9px;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.15)}.offer-wrap .offer-wrap-value{display:flex;align-items:center;font-size:16px;padding:0 5px;border-radius:4px;color:#2bac36}.offer-wrap span:nth-child(2){color:#2bac36;font-size:14px;margin-left:4px;}.offer-wrap a{display:flex;align-items:center;justify-content:center;padding:4px;color:#fff;font-size:9px;font-weight:700;font-family:Quicksand;margin-left:16px;color:#2276e3;background-color:#d1e5ff}.checkPNR-wrap{position:relative;padding:12px 10px 8px 10px;background-color:#2276e3}.checkPNR-wrap .checkPNR-main{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:12px 18px;border-radius:12px;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.05)}.checkPNR-wrap .checkPNR-main label{line-height:18px}.checkPNR-wrap .checkPNR-main input{margin:4px 0;padding:4px;font-family:Quicksand;font-size:22px;font-weight:700;line-height:1.27;letter-spacing:12px;color:#141823;border:0 none;outline:0;border-bottom:solid 1px #979797}.checkPNR-wrap .checkPNR-main input::-webkit-input-placeholder{font-family:Quicksand;font-size:22px;font-weight:700;line-height:1.27;letter-spacing:12px;color:#dcddde}.checkPNR-wrap .checkPNR-main input:-ms-input-placeholder{font-family:Quicksand;font-size:22px;font-weight:700;line-height:1.27;letter-spacing:12px;color:#dcddde}.checkPNR-wrap .checkPNR-main input::placeholder{font-family:Quicksand;font-size:22px;font-weight:700;line-height:1.27;letter-spacing:12px;color:#dcddde}.checkPNR-wrap .checkPNR-main div:first-child{min-width:265px}.checkPNR-wrap .checkPNR-main input::-webkit-inner-spin-button,.checkPNR-wrap .checkPNR-main input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.checkPNR-wrap .checkPNR-main input[type=number]{-moz-appearance:textfield}.checkPNR-wrap .checkPNR-main button{width:180px;padding:10px 20px;border-radius:20px;font-family:Quicksand;font-size:16px;font-weight:700;line-height:1.38;color:#fff}.login-wrap{display:flex;align-items:center;padding:8px 24px 8px 10px;background-color:#fff}.login-wrap .cm__sprite{margin-right:15px}.login-wrap button{width:110px;padding:8px 12px;margin-left:auto;font-size:12px;font-weight:700;line-height:1.33;border-radius:4px;background-color:#fdba00}.recent-bookings-wrap{display:flex;flex-direction:column;margin-top:12px;background-color:rgba(255,255,255,.8)}.recent-bookings-top{display:flex;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);background-color:#fff;align-self:baseline}.recent-bookings-top li{font-family:Quicksand;font-size:16px;font-weight:700;line-height:1.38;color:#2276e3;padding:8px 48px;border-top:2px solid #1951b5;position:relative;cursor:pointer}.recent-bookings-top li.active{color:#fff;background-color:#1951b5;box-shadow:0 1px 4px 0 rgba(0,0,0,.25)}.recent-bookings-top li.active:after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #1951b5;position:absolute;bottom:-8px;left:50%;transform:translateX(-50%)}.recent-bookings-bottom{display:flex;padding:16px 10px 12px 10px}.recent-bookings-bottom li{min-width:285px;display:flex;flex-direction:column;padding:8px;border-radius:8px;border:solid 1px#d1e5ff;background-color:#fff;margin-right:15px}.recent-bookings-bottom li:last-child{margin-right:0}.recent-bookings-bottom li .recent-bookings-bottom__pnr{width:100%;max-width:172px;height:26px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#2276e3;line-height:.75;letter-spacing:3px;border-radius:13px;background-color:#d1e5ff;align-self:baseline}.recent-bookings-bottom li .recent-bookings-bottom__tag{font-size:10px;font-weight:700;line-height:1.4;color:#fff;padding:3px 13px;border-radius:2px;background-color:#1951b5}.ad-header-wrap{max-width:970px;display:flex;align-items:center;margin:0 auto;padding:10px 16px;border-radius:8px;background-color:#fff;margin-top:12px}.ad-header-img-placeholder{width:70px;height:70px;border-radius:50%;background-color:#d1e5ff;margin-right:28px;flex-shrink:0}.ad-header-wrap button{width:109px;height:40px;padding:10px 35px;border-radius:4px;background-color:#d1e5ff;font-family:Quicksand;font-size:16px;font-weight:700;color:#2276e3;margin-left:auto}.ad-fb-wrap{display:none;max-width:970px;margin:0 auto}.quick-links-wrap{margin:16px auto 0}.quick-links-wrap ul{display:flex;align-items:center;overflow:auto;flex-wrap:wrap}.quick-links-wrap ul li{display:flex;align-items:center;margin-right:16px;border-radius:8px;box-shadow:0 2px 12px 0 rgba(0,0,0,.05);border:solid 2px #eff3f8;background-color:#fff;min-width:288px}.quick-links-wrap ul li:last-child{margin-right:0}.quick-links-wrap ul::after{flex:0 0 16px;content:""}.quick-links-wrap ul li a{width:100%;display:flex;align-items:center;padding:10px 20px;color:#2276e3;font-family:Quicksand;font-weight:700}.faq-wrap{margin-top:20px;display:flex;flex-direction:column}.faq-wrap ul{display:flex;flex-direction:column;margin-top:16px}.faq-wrap ul li{margin-bottom:16px;position:relative}.faq-wrap ul li:last-child{margin-bottom:0}.faq-wrap ul li label{display:flex;align-items:center;font-family:Quicksand;font-size:16px;font-weight:700;line-height:1.38;justify-content:space-between;cursor:pointer;padding:15px 16px;border-radius:12px;background-color:#fff;color:#141823}.faq-wrap ul li label span p strong{font:400 13px/1.231 "Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;color:#141823;list-style:none;font-family:Quicksand;font-size:16px;font-weight:700;line-height:1.38;cursor:pointer;box-sizing:border-box;margin:0;padding:0}.faq-wrap ul li div div p{font:400 13px/1.231 "Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:14px;list-style:none;box-sizing:border-box;margin:0;overflow:hidden;color:#898b91;line-height:1.71;background-color:#fff;margin-top:4px;border-radius:12px;height:auto;padding:16px 16px 20px}.faq-wrap ul li input{position:absolute;left:-9999px;opacity:0}.faq-wrap ul li input:checked~label{display:none}.faq-wrap ul li input:checked+p{height:auto;padding:16px 16px 20px}.ad-header-wrap{margin:10px auto}.breadcrumbs-warp{flex-wrap:wrap}.breadcrumbs-warp li{flex-shrink:0}.dt-hidden{display:none!important}.pnr-section{display:flex;flex-direction:column;padding:20px;background:#fff;border-radius:8px}.pnr-section h2{font-size:18px;line-height:24px;color:#000;margin-bottom:5px}.pnr-section h2 span{font-weight:300;margin-right:10px}.chart-info{display:flex;margin-bottom:10px}.chart-status{border-radius:2px;font-size:14px;padding:2px 5px;display:flex;align-items:center}.chart-status.prepared{background:#e9f6ea;color:#2bac36;width:124px}.chart-status.not-prepared{color:#ff3a5c;background:#ffebee;width:148px}.chart-status .info-icon-green,.chart-status .info-icon-red{margin-left:5px}.chart-time{font-size:12px;line-height:18px}.share-wrap{border-radius:8px;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-left:auto;font-size:12px;width:40px;height:40px}.psngr-wrap{display:flex}.psngr-card{width:348px;height:128px;padding:8px;border-radius:8px;border:solid 1px #ddd;display:flex;flex-direction:column;margin-right:60px}.psngr-card:last-of-type{margin-right:0}.ticket-status{background:#f1f1f1;border-radius:2px;padding:2px 4px;display:flex}.rac-wrap{background:#eff3f8;border-radius:0 0 10px 10px;display:flex;padding:10px 20px 10px 20px;position:relative;z-index:0;margin:-10px 0 10px 0}.rac-wrap .rac-col{width:20%}.boarding-details{display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:10px 20px}.train-other-info{display:flex;justify-content:space-between}.platform-info{display:flex}.paltfrom-note{background:#fef8e5;border-radius:2px;padding:2px 6px;color:#777;margin-left:50px}.paltfrom-note-mb{display:none}.route-sch-wrap{background:#fff;border-radius:8px;display:flex;flex-direction:column}.route-wrap{padding:10px 20px}.train-running-tag{background:#861388;border-radius:2px;color:#fff;font-size:10px;padding:1px 4px;display:inline-block}.route-info-wrap{display:flex;width:70%;justify-content:space-between}.travel-time{width:50%;display:flex;align-items:center;justify-content:center;border-top:solid 1px #c2c2c2;position:relative;height:50px;margin:0 10px;align-self:center}.travel-time::after,.travel-time::before{width:6px;height:6px;border-radius:100%;background:#c2c2c2;position:absolute;top:-3px;content:"";display:block}.travel-time::after{right:0}.travel-time::before{left:0}.traval-time-tag{background:#f1f1f1;border-radius:10px;padding:2px 10px}.schedule-wrap{display:flex;flex-direction:column;padding:0 0 0 20px}.current-station-tag{background-image:linear-gradient(96deg,#1149f3,#00c3ff);border-radius:10px 3px 3px 10px;color:#fff;font-weight:800;padding:1px 4px 1px 20px;position:relative;font-size:14px;height:20px;margin-left:-20px}.current-station-tag::before{content:"";display:block;width:16px;height:16px;background:#fff;border-radius:100%;position:absolute;top:2px;left:2px}.current-station-tag::after{content:"";display:block;width:8px;height:8px;background-image:linear-gradient(135deg,#1149f3,#00c3ff);border-radius:100%;position:absolute;top:6px;left:6px}.schedule-list{display:flex;flex-direction:column;margin-left:10px;margin-top:40px}.schedule-list li{display:flex;flex-direction:column;padding-bottom:15px;padding-left:10px;border-left:solid 1px #9d9d9d}.schedule-list li:last-of-type{border-left:none;margin-top:-3px}.schedule-list li.current-station{border-left:dashed 1px #2276e3}.schedule-list li .station-name{width:280px}.schedule-list li .schedule-col{width:150px}.schedule-list li .book-btn{width:83px;height:34px;padding:6px 20px;border-radius:8px;font-size:16px;background-color:#eff3f8;color:#2276e3;margin-top:-10px}.schedule-list li .station-tag{position:relative}.schedule-list li .station-tag::before{content:"";width:10px;height:10px;display:flex;border-radius:100%;border:solid 3px #777;position:absolute;top:3px;left:-25px;background:#fff}.schedule-list li .day-tag{width:54px;height:24px;border-radius:4px;background:#4f525a;color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 0 10px 10px}.schedule-list li .day-tag.one{margin-top:-33px}.confirm-ticket-wrap{background:#fff;border:solid 3px #18a160;border-bottom:none;display:flex;border-radius:12px 12px 0 0;padding:20px 20px 30px 15px}.confirm-ticket-details{display:flex;flex-direction:column}.confirm-ticket-details .ticket-heading{background:#e9f6ea;border-radius:12px 12px 0 0;padding:10px 20px 10px 20px;margin-top:-10px}.ticket-type-wrap{display:flex;flex-direction:column;background:#fff;border-radius:0 0 12px 12px;padding:10px 20px}.ticket-type-title{display:flex;align-items:baseline;margin-bottom:10px}.ticket-info-wrap{display:flex;margin-bottom:20px}.ticket-info-wrap li{display:flex;flex-shrink:0;border-radius:8px;cursor:pointer;position:relative;width:196px;min-height:68px;background:#d1e5ff;padding:8px 1px 1px 1px;margin-right:20px}.ticket-info-wrap li .ticket-all-info{background:#fff;border-radius:8px;display:flex;width:100%;padding:10px 20px}.ticket-info-wrap li .travel-class-info{display:flex;flex-direction:column}.ticket-info-wrap li .avl-price{display:flex;flex-direction:column;text-align:right;margin-left:auto}.ticket-info-wrap li .ticket-class{font-size:16px;color:#000;margin-bottom:10px;font-weight:800}.ticket-info-wrap li .ticket-catgry{font-size:12px;color:#000;text-transform:uppercase}.ticket-info-wrap li .ticket-avilable{font-size:16px;text-transform:uppercase;font-weight:800;color:#2bac36;margin-bottom:5px}.ticket-info-wrap li .ticket-price{font-size:16px;color:#000}.ticket-info-wrap li.selected{background-image:linear-gradient(115deg,#1149f3,#00c3ff);padding:8px 1px 8px 1px;box-shadow:0 2px 4px 0 rgba(0,0,0,.18)}.ticket-info-wrap li.selected::after{top:100%;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,195,255,0);border-top-color:#1e93f7;border-width:10px;margin-left:-10px}.ticket-info-wrap li.selected .ticket-all-info{font-weight:800}.route-map-wrap{display:flex;align-items:center;background:rgba(220,221,222,.3);padding:10px 20px;width:842px;border-radius:12px}.blue-btn{border-radius:8px;background-image:linear-gradient(109deg,#1149f3,#00c3ff 100%);width:102px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff!important;font-size:18px;margin-left:auto}.route-points{display:flex;flex-direction:column;width:670px}.route-points-destiny{display:flex;justify-content:space-between}.route-points-destiny span{width:25%;font-size:10px;color:#000}.route-track{border-top:solid 1px #c2c2c2;display:flex;position:relative;margin:10px 0}.route-track::after,.route-track::before{content:"";width:4px;height:4px;border-radius:4px;background:#141823;position:absolute;top:-2px;display:block}.route-track::before{left:0}.route-track::after{right:0}.route-track-active{position:absolute;top:-1px;left:0;right:0;height:2px;background:#2276e3;width:197px;margin:0 auto}.route-track-active::before{content:"";width:12px;height:12px;border-radius:12px;background:#2276e3;position:absolute;top:-5px;display:block}.route-track-active::after{content:"";width:6px;height:6px;border-radius:12px;background:#2276e3;position:absolute;top:-2px;display:block;right:0}.nearby-station-info{display:flex;align-items:center;justify-content:space-between;width:820px}.nearby-station-info .left,.nearby-station-info .right{font-size:16px}.nearby-time-tag{background:#eef4fd;border-radius:10px;padding:2px 10px}.train-nearby-staion{display:flex}.train-name-text{font-size:22px}.running-days-text{flex-shrink:0}.train-nearby-staion li{width:150px;flex-shrink:0;background:#d1e5ff;border-radius:8px;padding:2px 1px 1px;display:flex;flex-direction:column;margin-right:20px;position:relative}.train-nearby-staion li.reg{background:#edf4fd}.train-nearby-staion li .inner-info{width:100%;min-height:61px;display:flex;flex-direction:column;justify-content:center;background:#fff;border-radius:8px;padding:10px}.train-nearby-staion li .class-type{font-size:14px;font-weight:800;text-align:center}.train-nearby-staion li:first-of-type .class-type{text-align:right}.train-nearby-staion li .avl-status{font-size:16px;font-weight:800}.train-nearby-staion li .tckt-price{font-size:14px}.recom-tag{font-size:12px!important;width:100px;position:absolute;top:-2px;left:-5px;background-image:linear-gradient(100deg,#1149f3,#00c3ff 100%);color:#fff;text-align:center;padding:2px;margin:0 auto}.recom-tag:after{content:"";position:absolute;display:block;bottom:0;border:9px solid #00c3ff;z-index:0}.recom-tag:after{right:-10px;border-left-width:1px;border-right-color:transparent}.recom-tag .recom-tag-content:before{content:"";position:absolute;display:block;border-style:solid;border-color:#141823 transparent transparent transparent;bottom:-5px}.recom-tag .recom-tag-content:before{left:0;border-width:5px 0 0 5px}.lrg-blue-btn,.lrg-lightblue-btn{border-radius:4px;background-color:#2276e3;color:#fff!important;display:flex;text-decoration:none;height:40px;justify-content:center;align-items:center}.lrg-lightblue-btn{color:#2276e3!important;background-color:#d1e5ff}.backdrop,.schedule-wrap-overlay{display:none}@media (min-width:320px) and (max-width:768px){header{color:#fff;padding:10px 16px!important;font-size:18px;font-weight:700;font-family:quicksand;line-height:1.33;background-image:none;background-color:#2276e3}header .header-mb{display:flex;align-items:center;height:100%}.otherLinksWrapper,main{padding-top:0}.breadcrumbs-warp{padding:8px}.offer-wrap{margin-top:0}.offer-wrap a{margin-left:auto}.login-wrap{padding:6px 8px}.login-wrap .cm__sprite{margin-right:6px}.checkPNR-wrap{padding:8px 10px 30px 10px}.checkPNR-wrap .checkPNR-main button{position:absolute;left:50%;transform:translate(-50%);bottom:12px}.checkPNR-wrap .checkPNR-main{padding:12px 14px 30px 20px}.checkPNR-wrap .checkPNR-main div:first-child{width:100%}.checkPNR-wrap&gt;p{margin-left:0;font-family:Quicksand;font-size:16px;line-height:1.38}.checkPNR-wrap .checkPNR-main input{width:100%;margin:8px 0;padding:0}.recent-bookings-top{width:100%}.recent-bookings-top li{flex:1;padding:8px 15px;text-align:center}.recent-bookings-bottom{overflow:auto}.recent-bookings-bottom::after{flex:0 0 12px;content:""}.recent-bookings-bottom li{min-width:188px;margin-right:12px}.recent-bookings-bottom li .cm__arrow{margin-right:2px}.recent-bookings-bottom::-webkit-scrollbar{display:none}.recent-bookings-bottom li .recent-bookings-bottom__tag{font-size:11px;padding:4px}.recent-bookings-bottom{-ms-overflow-style:none;scrollbar-width:none}.ad-header-wrap{display:none}.ad-fb-wrap{display:flex;flex-direction:column;max-width:100%;margin:12px auto 0;background-color:#fff;padding:6px 8px 12px 20px}.ad-fb-img-placeholder{width:48px;height:48px;margin:0 12px 0 0;background-color:#eff3f8}.ad-fb-wrap .button{display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:#d1e5ff;font-family:Quicksand;font-size:16px;font-weight:700;text-align:center;color:#2276e3;flex-shrink:0;width:88px;height:48px;margin-left:auto}.quick-links-wrap{padding:0 10px}.quick-links-wrap ul li{min-width:inherit;width:48%;margin-right:10px;margin-bottom:8px}.quick-links-wrap ul li:nth-child(even){margin-right:0}.quick-links-wrap .cm__arrow{display:none}.quick-links-wrap ul li a{padding:3px 8px;height:60px}.quick-links-wrap ul li a&gt;span:first-child{margin-right:8px!important}.faq-wrap{padding:0 10px}}@media (min-width:320px) and (max-width:359px){.quick-links-wrap ul li a{font-size:13px}}.modify-header{display:flex;align-items:center;justify-content:space-between;padding:12px 32px 16px 18px;border-radius:12px;box-shadow:0 2px 12px 0 rgba(0,0,0,.05);background-color:#fff;margin-top:12px}.modify-header .modify-input-container.toStn .cm__sprite{position:absolute;left:-24px;top:50%;cursor:pointer;margin-bottom:0;transform:translateY(-50%)}.modify-header .modify-input-container.toStn .cm__sprite::after{position:absolute;content:"";left:9px;top:-16px;width:1px;height:16px;background:#e5e5e5;z-index:1}.modify-header .modify-input-container.toStn .cm__sprite::before{position:absolute;content:"";left:9px;bottom:-16px;width:1px;height:16px;background:#e5e5e5;z-index:1}.modify-header .modify-input-container{display:flex;flex-direction:column;min-width:286px;margin-right:28px;position:relative}.modify-header .modify-input-container:last-child{margin-right:0;min-width:236px}.modify-header .modify-input-container.toStn{position:relative}.modify-header .modify-input-container&gt;span{font-size:14px;line-height:1.29;color:#4f525a;margin-bottom:8px}.modify-header .modify-input-container&gt;div{display:flex;align-items:center;border-bottom:solid .3px #e5e5e5}.modify-header .modify-input-container.calendar&gt;div&gt;span#seocal,.modify-header .modify-input-container:not(.calendar) textarea,.modify-header .modify-input-container:not(.calendar)&gt;div&gt;span{border:0 none;outline:0;padding-bottom:8px;font-family:Quicksand;font-size:18px;font-weight:700;line-height:1.33;color:#141823;flex:1;height:30px;cursor:pointer;overflow:hidden}.modify-header .modify-input-container.calendar&gt;div&gt;span#seocal{padding-bottom:0;display:flex;align-items:center;font-size:14px}.modify-header .modify-input-container.calendar div span{max-width:127px}.modify-header .modify-input-container&gt;div&gt;ul{display:flex;align-items:center;margin-left:auto;padding-bottom:7px}.modify-header .modify-input-container&gt;div&gt;ul li{font-size:12px;font-weight:700;line-height:1.33;padding:4.5px 8px;color:#898b91;border-radius:3px;background-color:#eef4fd;margin-right:14px;cursor:pointer}.modify-header .modify-input-container&gt;div&gt;ul li:last-child{margin-right:0}.modify-header .modify-input-container&gt;div&gt;ul li.active{color:#fff;background-color:#2276e3}.modify-input-container button{width:180px;font-size:16px;font-weight:700;border-radius:17px;line-height:1.38;font-family:Quicksand;outline:0}.search-wrap{display:flex;margin-top:30px}.search-input-container{flex:1;display:flex;align-items:center}.search-input-container&gt;span{flex-shrink:0;width:36px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#2276e3}.search-input-container&gt;input{width:100%;padding:6.5px 16px;font-size:14px;color:#898b91;line-height:1.29;border:solid 2px #d1e5ff;background-color:#fff}.search-input-container input::-webkit-input-placeholder{font-size:14px;font-family:Helvetica;color:#898b91;padding-bottom:10px}.search-input-container input:-ms-input-placeholder{font-size:14px;font-family:Helvetica;color:#898b91;padding-bottom:10px}.search-input-container input::placeholder{font-size:14px;font-family:Helvetica;color:#898b91;padding-bottom:10px}.search-wrap ul{flex:1;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow-x:auto}.search-wrap ul li{display:flex;align-items:center;justify-content:center;min-width:140px;height:30px;border-radius:8px;background-color:#eef4fd;font-size:12px;line-height:1.33;color:#898b91;margin-right:32px;padding:5px}.search-wrap ul li.active{color:#fff;font-weight:700;background-color:#2276e3}.search-wrap ul li:last-child{margin-right:0}.search-input-container input{outline:0;font-family:Quicksand;font-size:18px;font-weight:700;line-height:1.33;color:#141823}.sort-wrap{display:flex;justify-content:space-around;align-items:center;background-color:#fff;margin-top:12px;height:30px;top:0;z-index:101;box-shadow:0 1px 8px 0 rgb(0 0 0 / 18%)}.sort-wrap li{display:flex;align-items:center}.sort-wrap li a{color:#898b91;font-size:12px;line-height:1.33;margin-right:4px}.sort-wrap li.active a{color:#2276e3}.popular-trains-wrap{display:flex;flex-direction:column;margin-top:16px}.popular-trains-wrap-title{font-family:Quicksand;font-size:18px;font-weight:700;line-height:1.33;color:#141823}.popular-trains-wrap-subtitle{font-size:12px;color:#4a4a4a;margin-top:5px}.popular-trains-wrap&gt;ul{display:flex;flex-direction:column}.popular-trains-wrap&gt;ul&gt;li{display:flex;flex-direction:column;padding:12px 32px 16px 32px;border-radius:12px;background-color:#fff;margin-top:8px}.popular-trains-wrap .train-nearby-staion{justify-content:space-between}.popular-trains-wrap .train-nearby-staion li{width:182px}.popular-trains-wrap .train-nearby-staion li:last-child{margin-right:0}.popular-trains-wrap .train-nearby-staion li .class-type{margin:0 15px}.train-nearby-staion li.running{background:#861388;border-radius:9px;border:1px solid #d1e5ff;border-top:0;padding:2px 1px 1px 1px}.special.popular-trains-wrap&gt;ul&gt;li{display:flex;align-items:center;flex-direction:row}.special.popular-trains-wrap&gt;ul&gt;li&gt;div:first-child{flex:1;margin-right:80px}.popular-trains-wrap .train-nearby-staion li.running .class-type{display:flex;justify-content:space-between;color:#fff}.popular-trains-wrap-tile-heading{width:100%;display:flex;align-items:center;font-family:Quicksand;font-size:22px;font-weight:700;line-height:1.27;letter-spacing:normal;color:#141823;background-color:rgba(209,229,255,.3);padding:1px 17px;align-self:baseline}.popular-trains-wrap-tile-heading .cm__arrow{margin-left:auto}.popular-trains-wrap-tile-subHeading{display:flex;align-items:center;margin-top:6px;font-size:12px;line-height:1.33;color:#141823}.popular-trains-wrap-tile-subHeading&gt;span{background-color:#f3f3f3;padding:2px 6px;margin-right:3px}.marginLR15{margin-left:15px;margin-right:15px}.popular-trains-wrap-tile-info&gt;div:not(.slider-scroll){display:flex;align-items:flex-start;justify-content:center;margin:8px 0 20px}.popular.popular-trains-wrap .popular-trains-wrap-tile-info{width:calc(100% - 265px)}.special.popular-trains-wrap&gt;ul&gt;li .popular-trains-wrap-tile-info&gt;div:not(.slider-scroll){margin-bottom:0}.popular-trains-wrap-tile-info&gt;div:not(.slider-scroll)&gt;div{flex:1;display:flex;flex-direction:column;}.popular-trains-wrap-tile-info&gt;div:not(.slider-scroll)&gt;div:nth-child(2){align-items:center}.popular-trains-wrap-tile-info&gt;div:not(.slider-scroll)&gt;div:last-child{align-items:flex-end}.popular-trains-wrap-tile-date{font-size:16px;font-weight:700;line-height:1.38;color:#141823}.popular-trains-wrap-tile-src{font-size:12px;line-height:1.33;color:#4f525a}.popular-trains-wrap-tile-time{font-size:16px;line-height:1.38;color:#141823;margin:4px 0 1px}.popular-trains-wrap-tile-duration{width:461px;height:18px;border-radius:4px;background-color:#eff3f8;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1.33;color:#4f525a}.popular-trains-wrap-tile-distance{font-size:12px;color:#898b91;line-height:1.33;margin-top:3px}.popular-trains-wrap-tile-running{width:314px;padding:3px 8px;border-radius:2px;background-color:#861388;font-size:12px;font-weight:700;line-height:1.33;color:#fff;margin-top:6px;display:flex;align-items:center}.popular-trains-wrap-tile-running .cm__arrow{margin-left:auto;border-color:#fff}.popular-trains-wrap-tile-avail{display:flex;align-items:center;justify-content:center;margin-left:auto}.popular-trains-wrap-tile-avail a{width:199px;padding:14px 40px;border-radius:8px;background-color:#d1e5ff;font-size:14px;font-weight:700;line-height:1.14;display:flex;align-items:center;justify-content:center}.view-more-btn{width:335px;padding:10px;border-radius:12px;background-color:#fff;display:flex;align-items:center;justify-content:center;margin:8px auto 0;cursor:pointer}.view-more-btn.dt-hidden{display:none}.view-more-btn a{display:flex;align-items:center;font-family:Quicksand;font-size:16px;font-weight:700;width:100%;height:100%;text-align:center;justify-content:center}.view-more-btn a .circle{width:20px;height:20px;margin-left:8px;display:flex;align-items:center;justify-content:center;background-color:#d1e5ff;border-radius:50%}.view-more-btn a:hover .circle{background-color:#f77521}.view-more-btn a:hover .circle .cm__arrow{border-color:#fff}.view-more-btn a .circle .cm__arrow{margin-top:-2px}.other-links{display:grid;grid-gap:18px 16px;grid-template-columns:50% 50%;margin:16px auto}.other-links&gt;li{display:flex;flex-direction:column}.other-links&gt;li&gt;p{font-family:Quicksand;font-size:16px;font-weight:700;line-height:1.38;color:#141823}.popular-trains-wrap-subtitle a{color:#4a4a4a}.other-links&gt;li&gt;div{display:flex;flex-direction:column;border-radius:12px;background-color:#fff;margin-top:10px;overflow:scroll}.other-links&gt;li&gt;div li a{cursor:pointer;font-size:14px;color:#4f525a;line-height:1.29;display:flex;align-items:center;justify-content:space-between;padding:8px 18px;border-bottom:solid .3px rgba(209,229,255,.5);text-align:left}.other-links&gt;li&gt;div a{padding:8px;text-align:center}.about-wrap{margin-top:20px;display:flex;flex-direction:column; background: white;}.about-wrap h2:first-child,.faq-wrap h3{margin-bottom:16px;font-family:Quicksand;font-size:18px;font-weight:700;color:#141823}.about-wrap p{padding:10px 20px 0px 16px; font-size:14px;color:#898b91;line-height:1.71;background-color:#fff}.calendarWrap{position:absolute;z-index:103;top:32px}.calendarWrap .DayPicker-Caption,.calendarWrap .DayPicker-Day{font-size:1.125rem!important}.calendarWrap .DayPicker-Caption{padding:20px}.goBlue{color:#2276e3}.calendarWrap .DayPicker-Weekday span{font-size:14px!important;line-height:1!important;padding:10px!important;text-transform:uppercase}.calendarWrap .DayPicker-Weekday.db{-webkit-flex:initial;-moz-flex:initial;-ms-flex:initial;flex:initial;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex:1;justify-content:center;padding-top:.5rem;padding-bottom:.5rem;padding-top:5px;padding-bottom:5px}.calendarWrap .calendarWidget{display:flex;position:absolute;flex-direction:column;background:#fff;width:360px;box-shadow:0 2px 14px 0 rgb(0 0 0 / 16%);border-radius:12px}.searchWidgetDropdown{background:#fff;border-radius:4px;box-shadow:0 2px 14px 0 rgb(0 0 0 / 16%);width:350px;padding:20px 0;position:absolute;z-index:2;left:0;top:60px}.searchWidgetDropdown .dropdownList{padding-bottom:10px}.searchWidgetDropdown .dropdownList li{font:400 13px/1.231 "Helvetica Neue",Helvetica,Arial,sans-serif;color:#333;font-size:1.2rem;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;list-style:none;box-sizing:border-box;margin:0;padding:10px 25px;flex:initial;display:flex;flex-direction:row;cursor:pointer}.hsBackDrop{background:rgba(0,0,0,.5);position:fixed;left:0;top:0;width:100%;height:100vh;z-index:102}.calendarWrap .icon-arrow-back:before{display:inline-block;transform:rotate(0)}@media (min-width:320px) and (max-width:768px){.modify-header{padding:10px;margin-top:0;border-radius:0;flex-wrap:wrap;position:relative}.other-links&gt;li&gt;div{height:100%;max-height:170px}.modify-header .modify-input-container.toStn .cm__sprite{position:absolute;left:-8px}.modify-header .modify-input-container.toStn .cm__sprite::after,.modify-header .modify-input-container.toStn .cm__sprite::before{display:none}.modify-header .modify-input-container{min-width:auto;margin-right:0}.modify-header .modify-input-container:first-child{border-right:solid .3px #e5e5e5}.modify-header .modify-input-container.toStn,.modify-header .modify-input-container:first-child{position:relative;width:49.9%}.modify-header .modify-input-container.toStn&gt;div,.modify-header .modify-input-container.toStn&gt;span{width:180px}.modify-header .modify-input-container:not(.calendar)&gt;div&gt;span{padding-bottom:3px}.modify-header .modify-input-container:not(.calendar) textarea,.modify-header .modify-input-container:not(.calendar)&gt;div&gt;span{font-size:14px;line-height:1.29;padding-bottom:3px}.modify-header .modify-input-container textarea::-webkit-scrollbar{display:none}.modify-header .modify-input-container textarea{-ms-overflow-style:none;scrollbar-width:none}.modify-header .modify-input-container:not(.calendar)&gt;div&gt;span{height:18px}.modify-header .modify-input-container.calendar{display:flex;flex-direction:row;width:100%;align-items:center;margin-top:4px;margin-bottom:30px;padding-top:12px;border-top:solid .3px #e5e5e5}.modify-header .modify-input-container.calendar&gt;span{font-size:14px;color:#777;margin-bottom:0;margin-right:8px}.modify-header .modify-input-container:last-child{position:absolute;bottom:-17px;left:50%;transform:translate(-50%);display:flex;align-items:center}.modify-header .modify-input-container&gt;div{border-bottom:0}.modify-header .modify-input-container&gt;div&gt;ul{padding-bottom:0}.modify-header .modify-input-container.calendar&gt;div{flex:1;border-bottom:0}.search-input-container{flex:none}.search-input-container&gt;input{display:none}.search-wrap ul{justify-content:inherit}.search-wrap ul li{padding:7px;height:auto;width:auto;flex-shrink:0;margin-right:8px}.popular-trains-wrap-tile-avail{margin-left:unset}.popular-trains-wrap-tile-duration{width:124px;text-align:center;height:auto;min-height:18px}.popular-trains-wrap-tile-heading{font-size:16px;padding:0 8px;overflow:hidden;width:100%!important;align-items:center}.popular-trains-wrap-tile-subHeading{align-items:end;flex-wrap:wrap}.popular-trains-wrap .train-nearby-staion li{width:82px}.popular-trains-wrap-tile-subHeading&gt;span:first-child{width:58%;margin-right:0}.popular-trains-wrap-tile-subHeading&gt;span:nth-child(2){margin-left:2px;width:40%}.popular-trains-wrap-tile-subHeading&gt;span:last-child{width:100%;margin-top:4px}.popular-trains-wrap.special .popular-trains-wrap-tile-subHeading&gt;span:first-child{width:100%}.popular-trains-wrap.special .popular-trains-wrap-tile-subHeading&gt;span:last-child{margin-right:0}.popular-trains-wrap-tile-avail{width:100%}.popular-trains-wrap-tile-avail a{width:100%;padding:8px;font-size:12px}.popular-trains-wrap-tile-date{font-size:14px}.popular-trains-wrap-tile-info&gt;div:not(.slider-scroll)&gt;div:nth-child(2){margin:0 5px}.popular-trains-wrap-tile-running{width:100%}.popular-trains-wrap-title{font-size:16px;position:relative}.popular-trains-wrap-title::before{content:"";width:2px;height:11px;background-color:#141823;position:absolute;left:0;top:5px}.popular-trains-wrap-subtitle,.popular-trains-wrap-title{padding-left:10px}.popular-trains-wrap&gt;ul&gt;li{padding:8px 8px 16px 10px;border-radius:0}.popular-trains-wrap .train-nearby-staion li .inner-info div.dt-hidden{flex-direction:column}.popular-trains-wrap .slider-scroll{margin:0}.popular-trains-wrap-tile-info&gt;div:not(.slider-scroll){align-items:flex-start}.special.popular-trains-wrap&gt;ul&gt;li{padding:8px 10px;flex-direction:column}.special.popular-trains-wrap&gt;ul&gt;li&gt;div:first-child{width:100%;margin-right:0;margin-bottom:12px}.other-links{padding:0 4px;grid-template-columns:auto}.other-links&gt;li&gt;p{padding:0 6px}.view-more-btn{width:calc(100% - 12px);margin:8px 6px 0}.view-more-btn.dt-hidden{display:block}.view-more-btn.mob-hidden{display:none}.about-wrap{padding:0 10px}.about-wrap p:first-child{font-size:16px;margin-bottom:14px}.about-wrap p:last-child{padding:16px}.calendarWrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:360px}.calendarWrap .calendarWidget{width:calc(100% - 20px);margin:0 auto;position:static}.searchWidgetDropdown{width:calc(100vw - 20px);height:400px;overflow-y:scroll}.modify-input-container.toStn .searchWidgetDropdown{left:unset;right:0}}@media (min-width:320px) and (max-width:768px){.mob-hidden{display:none!important}.dt-hidden{display:flex!important}.pnr-section{padding:10px}.psngr-wrap{flex-direction:column;border:solid 1px #ddd;border-radius:8px}.psngr-card{width:100%;margin-right:unset;border:none;margin-bottom:20px}.psngr-card:last-of-type{margin-bottom:5px}.ticket-status{display:block;margin:10px 0}.rac-wrap{width:96%;margin:0 auto 10px;padding:10px}.rac-wrap .rac-col{width:25%}.rac-wrap .rac-col:first-of-type{width:50%}.platform-info{display:flex;flex-direction:column}.paltfrom-note{display:none}.paltfrom-note-mb{display:block;background:#fef8e5;border-radius:2px;padding:2px 6px;margin-top:8px;color:#777}.boarding-details,.route-sch-wrap{width:calc(100% - 20px);margin:10px;padding:10px}.route-wrap{padding:0}.route-info-wrap{width:100%}.schedule-box{border-radius:4px;background-color:rgba(209,229,255,.4);padding:6px;display:flex}.link-arrow{border:solid #2276e3;border-width:0 1px 1px 0;display:inline-block;padding:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.route-map-wrap{width:calc(100% + 40px);border-radius:0;margin:0 -20px -10px;flex-direction:column}.route-points{width:100%}.route-points-destiny span{text-transform:uppercase}.blue-btn{margin-left:unset;margin-top:10px}.route-track-active{width:35%}.route-track-active{background:#000}.route-track-active::before{content:"";width:6px;height:6px;border-radius:6px;background:#000;position:absolute;top:-2px;display:block}.route-track-active::after{background:#000}.ticket-type-title{flex-direction:column}.ticket-info-wrap li{width:84px;padding:20px 2px 2px;margin-right:10px}.ticket-info-wrap li.selected{padding:20px 2px 2px}.ticket-info-wrap li .ticket-all-info{padding:5px;flex-direction:column}.ticket-info-wrap li .travel-class-info{flex-direction:row-reverse;align-items:baseline;margin-top:-22px;justify-content:space-between}.ticket-info-wrap li .ticket-class{font-size:12px;color:#fff}.ticket-info-wrap li .ticket-catgry{font-size:10px;color:#fff;font-weight:400}.ticket-info-wrap li .avl-price{margin-left:unset;text-align:center}.ticket-info-wrap li .ticket-avilable,.ticket-info-wrap li .ticket-price{font-size:13px}.slider-scroll{overflow-x:auto;margin:0 -20px;padding:0 20px}.slider-scroll::-webkit-scrollbar{display:none}.ticket-type-wrap{border-radius:0}.train-name-text{width:70%;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:20px}.nearby-station-info{width:100%;flex-direction:column;align-items:flex-start;justify-content:unset}.nearby-station-info .left,.nearby-station-info .right{width:30%;font-size:12px}.travel-time{width:40%}.train-nearby-staion{padding-top:15px}.train-nearby-staion li{width:82px;margin-right:10px}.train-nearby-staion li .inner-info{padding:5px}.recom-tag{width:80px;font-size:10px!important;top:-14px;height:18px}.lrg-blue-btn{width:calc(100% - 40px);margin:5px auto}.train-nearby-staion li:first-of-type .class-type{text-align:center}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1;display:block}.schedule-wrap-overlay{background:#fff;width:calc(100% - 20px);height:80%;border-radius:12px;position:fixed;bottom:10px;left:10px;z-index:2;overflow:auto;display:block}.schedule-wrap{padding:10px 0 0 10px}.schedule-list li .schedule-col{width:20%;display:flex;flex-direction:column}.schedule-list li .day-tag{margin:0 0 10px 0}.schedule-list li .station-name{width:100%;display:flex}.schedule-list li .book-btn{margin-right:10px}.schedule-list li .station-tag{position:relative}.schedule-list li .station-tag::before{content:"";width:10px;height:10px;display:flex;border-radius:100%;border:solid 3px #777;position:absolute;top:2px;left:-20px;background:#fff}}

.pageHdrCnt{padding:12px 8px;display:flex;align-items:center;background-color:#2276e3}.routePg__mainContCnt{width:100%;margin-top:10px}.searchWidget{position:relative;background-color:#fff;display:flex;flex-direction:column}.searchWidget__frrmToCnt{padding:12px;width:50%}.searchWidget__frrmToCnt:last-child{border-left:1px solid #e1e7ee}.searchWidget__datCnt{display:flex;justify-content:space-between;padding:12px 20px 42px 12px;border-top:1px solid #e1e7ee}.searchWidget__srchBtn{position:absolute;bottom:0;align-self:center}.giOrngBtn{padding:9px 22px;background-color:#2276e3;border-radius:32px;outline:0;border:none;cursor:pointer;font-family:Quicksand;font-weight:700;font-size:14px;line-height:18px;color:#fff}.routePg__trnLstSecHdr{padding:0 12px}.addtnlRtInf__vmLnk,.routePg__trnLstVmLnk{display:block;background-color:#fff;color:#2276e3;margin-top:8px;padding:14px;text-align:center;font-size:14px;line-height:16px}.routePg__trnLstItem{background-color:#fff;padding:10px 12px;margin-top:8px}.routePg__trnLstItmDurCnt{padding:2px 12px;background:#eff3f8;border-radius:4px;text-align:center}.routePg__trnLstItmJrnDtlCnt{width:99px}.vwAllTrnLnk{display:flex;align-items:center;justify-content:space-between;padding:18px 12px;background-color:#fff;color:"#2276E3";margin:30px 0 30px;border:1px solid #d1e5ff}.rightArw{display:flex;align-items:center}.rightArw::after{display:block;content:"";width:8px;height:8px;border-top:2px solid #2276e3;border-right:2px solid #2276e3;transform:rotate(45deg);margin-left:10px}.addtnlRtInf{display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;row-gap:20px}.addtnlRtInf__col:not(:last-child){margin-bottom:30px}.addtnlRtInf__rtLstItm{background-color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.addtnlRtInf__rtLstItm:not(:last-child){margin-bottom:2px}.linkBtn{font-size:12px;line-height:14px;color:#2276e3;white-space: nowrap;}.addtnlRtInf__vmLnk{margin-top:2px}.addtnlRtInf__trnPsThruLstItm{background-color:#fff;padding:10px 12px}.addtnlRtInf__trnPsThruLstItm:first-child{margin-top:8px}.addtnlRtInf__trnPsThruLstItm:not(:first-child){margin-top:4px}.faqCnt__ansWrp .linkBtn{font-size:16px;line-height:19px}.faqCnt__qstnOpn{display:block;width:8px;height:8px;border-top:2px solid #2276e3;border-right:2px solid #2276e3;transform:rotate(-45deg)}.abtTheRtCnt{margin-top:30px}.abtTheRtCnt__pdWrp{background-color:#fff;padding:20px;margin-top:14px}.brdCrmbs{display:flex;align-items:center}.brdCrmbs&gt;li{margin-right:2px;display:flex;align-items:center}.brdCrmbs&gt;li:not(:last-child):after{display:block;content:"&gt;";margin-left:2px;color:#2276e3}.addtnlRtInf__rtLstCnt{margin-top:8px}.irctcLgWrp{padding:8px;background-color:#292d78;display:flex;justify-content:center}.irctcIcn{width:17px;height:17px}.routePg__calIcn{width:20px;height:20px}.routePg__lctnIcn{width:8px;height:11px}.pageHdrCnt__bckIcn{padding:12px 8px;width:14px;height:12px}.routePg__trnLstTable{width:100%}.routePg__trnLstTblHdrRw{padding:9px 12px;background-color:#fff}.routePg__trnLstTable th{padding:9px;font-size:12px;color:#777;font-weight:700;font-family:Helvetica;border-bottom:8px #eff3f8 solid;padding-left: 8px;}.routePg__trnLstTblHdrCl{text-align:left;font-weight:700;font-size:12px;line-height:16px;color:#777;padding-left: 8px;}.routePg__trnLstTable td{padding:7.5px;font-size:12px;background-color:#fff;border-bottom:4px #eff3f8 solid}.routePg__trnLstTable .routePg__trnLstTable.faqCnt{margin-top:30px;display:flex;flex-direction:column}.faqCnt__qstWrp{font-size: 16px; line-height: 22px !important; display: flex;align-items: center;justify-content: space-between;background-color: #fff;padding: 10px 16px;cursor: pointer;} .faqCnt__qstWrp p { max-width: 330px; } .faqCnt__ansWrp{background-color:#fff;padding:16px 20px;margin-top:2px;font-size:14px;line-height:18px;color:#777}.hrzntlLine{display:block;width:100%;height:1px;background-color:#c2c2c2;margin-bottom:30%}.font18{font-size:18px!important;line-height:18px}.font16{font-size:16px!important;color:#000!important}.routePg__trnLstTable td{padding:7.5px;font-size:12px;background-color:#fff;border-bottom:4px #eff3f8 solid}.routePg__trnLstTblFtrCl .txtBtn{font-size:16px;line-height:19px;color:#2276e3;border:none;background-color:#fff;cursor:pointer;outline:0}.font32{font-size:32px;line-height:32px}.quicksand{font-family:quicksand}.quicksandBold{font-family:quicksand;font-weight:700}.appendTop16{margin-top:16px}.appendTop20{margin-top:20px}.appendTop28{margin-top:25px}.appendTop8{margin-top:8px}.appendTop2{margin-top:2px}.appendTop4{margin-top:4px}.appendLeft8{margin-left:8px}.appendTop14{margin-top:14px}.appendTop10{margin-top:10px}.appendRight38{margin-right:38px}.lineHight22{line-height:22px!important}.lineHight14{line-height:14px!important}.lineHight21{line-height:21px!important}.lineHight18{line-height:18px!important}.lineHight16{line-height:16px!important}.boldFont{font-weight:700}li,ul{margin:0;list-style:none;padding:0}.show{display:block}.blackText{color:#000}.blackText2{color:#141823 !important;}.darkText{color:#4a4a4a}.darkGreyText{color:#4a4a4a}.grayText{color:#9b9b9b}.grayText2{color:#898b91}.grayText3{color:#4f525a}.grayText4{color:#777}.grayText5{color:#c2c2c2}.grayText6{color:#404040}.whiteText{color:#fff!important}.blueText{color:#008cff}.blueText2{color:#2276e3!important}.liteBlueText{color:#a9d4f6}.greenText{color:#249995}.greenText2{color:#2bac36}.greenText3{color:#00b014}.greenText4{color:#18a160}.lightGreenText{color:#33d18f}.redText{color:#eb2026}.lightRedText{color:#ff3a5c}.lightRedText2{color:#ff0657}.lightRedText3{color:#ff5f84}.orangeText{color:#cf8100}.orangeText2{color:#ff6d38}.yellowText{color:#f5a623}.darkOrangeText{color:#f27239}.pinkText{color:#db6281}.paleGreyText{color:#647a97}.makeFlex{display:flex}.makeFlex.hrtlCenter{align-items:center}.appendLeft12{margin-left:12px}.appendTop48{margin-top:48px}.lineHight24{line-height:24px!important}.font20{font-size:20px;line-height:20px}.marginR15{margin-right:15px}.makeFlex.spaceBetween{justify-content:space-between}.routePg__trnLstVmLnk{display:block;background-color:#fff;color:#2276e3;margin-top:8px;padding:14px;text-align:center;font-size:14px;line-height:16px}p{margin:0;list-style:none;padding:0}a{text-decoration:none!important}.sprite{background:url('https://gos3.ibcdn.com/routePageSprite-1649317655.png') no-repeat;display:inline-block;background-size:150px 150px;font-size:0px;flex-shrink:0}.irctcLogo{background-position:-3px -2px;width:26px;height:26px}.calIconBlue{background-position:-33px -3px;width:20px;height:20px}.calIconWhite{background-position:-57px -3px;width:20px;height:20px}.locationIcon{background-position:-82px -6px;width:8px;height:11px}.backIcon{background-position:-95px -5px;width:14px;height:12px}.fbIcon{background-position:-4px -35px;width:32px;height:28px;border-radius:4px}.twitrIcon{background-position:-41px -35px;width:32px;height:28px}.appendLeft5{margin-left:5px}.appendRight5{margin-right:5px}.appendLeft30{margin-left:30px}.appendTop30{margin-top:30px}.appendLeft30{margin-left:30px}.appendTop40{margin-top:40px}.sprite-calender-icon{background:url('https://gos3.ibcdn.com/calender_icon-1649934628.png') no-repeat;display:inline-block;background-size:150px 150px;font-size:0px;flex-shrink:0}.routePg__trnLstItmStrtFrm {padding: 4px;background-color: #e9f6ea;text-align: center;font-size: 12px;line-height: 16px;color: #18a160;margin-top: 8px;}.textRight {text-align: right;}.lineHightUni1 {line-height: 1!important;}.font12 {font-size: 12px;line-height: 12px;}.blueText2 {color: #2276e3;}.textCenter{text-align: center;} .whyBkThruGi {padding-left: 12px;margin-top: 30px;}.lineHight20 {line-height: 20px!important;}.quicksandBold {font-weight: 700;}.quicksand, .quicksandBold {font-family: quicksand;}.font16 {font-size: 16px;line-height: 16px;}.blackText2 {color: #141823 !important;}.whyBkThruGi__scrlVw {display: flex;overflow: scroll;margin-top: 20px;}.whyBkThruGi__scrlVwItm {flex-shrink: 0;width: 286px;margin-right: 12px;background-color: #fff;}.whyBkThruGi__scrlVwItmBrdrWrp {height: 4px;display: flex;}.whyBkThruGi__scrlVwItmInfoDtls {padding: 8px 16px;}.lineHight22 {line-height: 22px!important;}.font18 {font-size: 18px;line-height: 18px;}.blackText {color: #000;}.appendTop4 {margin-top: 4px;}.lineHight16 {line-height: 16px!important;}.font12 {font-size: 12px;line-height: 12px;}.grayText4 {color: #777;}.whyBkThruGi__infoDtlsKnwMr {font-weight: 400;font-size: 12px;line-height: 16px;color: #2276e3;display: block;margin-top: 4px;}.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:before {background-color: #141823;}.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:after {background-color: #18a160;}.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:after, .whyBkThruGi__scrlVwItmBrdrWrp--lghtBl:after, .whyBkThruGi__scrlVwItmBrdrWrp--orgDrk:after {display: block;content: "";width: 197px;}.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:before {background-color: #141823;}.whyBkThruGi__scrlVwItmBrdrWrp--grnBlk:before, .whyBkThruGi__scrlVwItmBrdrWrp--lghtBl:before, .whyBkThruGi__scrlVwItmBrdrWrp--orgDrk:before {display: block;content: "";width: calc(100% - 197px);}.faqCnt h2 { padding-right: 12px; padding-left: 12px; line-height: 22px!important; font-family: quicksand; font-weight: 700; font-size: 18px; color: #141823; }.listWrp {max-width: 200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.thngsToDo {margin-top: 30px;} .paddingLR12 { padding-right: 12px; padding-left: 12px; } .thngsToDo__mainCnt { margin-top: 10px; background-color: #fff; padding: 16px 12px;} .font14 { font-size: 14px; line-height: 14px; } .knwMoreBtn { display: inline-block; background-color: #fff; outline: none; border: none; cursor: pointer; } .thngsToDo__explrLstItm { margin-top: 16px;}.towerAds{    margin-top: 10.9%;
    margin-left: 3.2%;
    padding-left: 5.5%;
    margin-right: 0.7%;} .adsDisplayTower {display: flex; justify-content: space-evenly} .seoCompMain {margin-bottom:0;
    max-width : 1200px;
    margin: 0 auto}
    .sticky {
  
 
  position: sticky;
  height: 100%;
  top: 0;
}
.noAdsLeft{
  width:238px;
  /* height: 893px; */
}
.about-wrap h3 {
    padding-left: 10px;
}
.faqCnt__qstLstCnt input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.hidden {
    display: none;
}
.locationIconNew {
  background-position:-215px -150px !important;
  width: 8px;
  height: 11px;
}
.cardClick{
  cursor: pointer;
}
.searchClass{
  display: flex;
  margin-left: 25px;
 
}
.searchOuter{
  display: flex;
  flex-direction: column;
  
}
.mobileSearch{
  display: flex;
  flex-direction: column;
}
.mobileSearch1 {
  display: flex;
}
.faqCnt__qstWrpNew {
  font-size: 16px;
  line-height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 16px;
  cursor: pointer;
}
.vwAllTrnLnkNew {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  background-color: #fff;
  color: rgb(34, 118, 227) !important;
  margin: 30px 0 30px;
  border: 1px solid #d1e5ff;
  width: 100%;
}
.font18New {
  font-size: 18px !important;
  line-height: 18px;
}
.font22 {
	font-size: 22px !important;
	line-height: 22px !important;
}
.paddingLR123 {
  margin-top: 20px;
}
.gridR21fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.addtnlRtInf__rtLstItmAtag {
  width: 100%;
  padding: 12px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.othrTrnTyps {
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin-top: 30px;
}
.addtnlRtInf__rtLstItm1 {
  background-color: #fff;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.routePg__trnLstItmStrtFrm1 {
  padding: 4px;
  background-color: #2276e3;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-top: 8px;
}
.routePg__paraSec {
  margin-top: 20px;
}

.routePg__paraCnt {
  padding: 12px 24px;
  background-color: #fff;
  margin-top: 10px;
}

.knwMoreBtn {
  display: inline-block;
  background-color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}
.othrTrnTyp {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #777777;
}
.addtnlRtInf__rtLstItm2 {
  background-color: #fff;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addtnlRtInf__rtLstItm2:not(:last-child) {
  margin-bottom: 2px;
}
.modify-header1 {
  display: flex;
 
}
.buttonClass{
  display: flex;
  flex-direction: column;
}

.DayPicker-Day1:hover {
  background-color: #2276e3 !important;
  color: #fff;
}

.durationSize{
  width: max-content;
}</pre></body></html>