body {
background-image: url(../images/Mobile_Bg.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: 0 -100px; */
  background-position: 0 -12px;
}
.ticket-arrow {
  margin: 0 20px;
}
.content {
  margin-top: 40px;
}
.footer-content .content {
  margin-top: 0;
}
.logout-btn {
  margin: 0 auto;
}
.error-msg {
  color: #FF6E66;
  padding: 8px 17px 18px;
  font-weight: 400;
  font-size: 12px;
}

.success-msg {
  padding: 8px 17px 18px;
  font-weight: 400;
  font-size: 12px;
  color: #27AE60;
}


.w-100 {
  width: 100% !important;
}

.d-flex {
  display: flex !important;
}

.flex-sb {
  justify-content: space-between;
}

.flex-right {
  justify-content: right;
}

.text-right {
  text-align: right;
}

.flex-align-center {
  align-items: center;
}

.align-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center !important;
}

.route-container {
  margin-bottom: 24px;
  color: black;
  padding: 16px 12px;
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  border-radius: 8px;
}

.route-container input:checked+label,
.edit-pass-routes input:checked+label,
.route-list input:checked+label {
  color: #333333 !important;
}

.route-container input:checked+label::before,
.edit-pass-routes input:checked+label::before,
.route-list input:checked+label::before {
  content: url(../images/icons/check-circle.svg);
  height: 16px;
  margin-right: 6px;
}

.route-container .time-slot,
.time-slot {
  padding: 4px 12px;
  color: #999 !important;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #999999;
  border-radius: 16px;
  min-width: 130px;
  max-width: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.route-container .time-selection p {
  font-size: 12px;
  color: #999999;
}

.route-container .time-selection p span {
  font-size: 15px;
  color: #333333;
}

.secondary-btn {
  margin-top: 5px;
  padding: 8px 12px !important;
  background: #FFFFFF !important;
  /* box-shadow: 0px 16px 40px rgb(112 144 176 / 20%); */
  border: 1px solid #0066B3 !important;
  color: #0066B3 !important;
  font-weight: 500;
  font-size: 15px;
}

.select2-container {
  width: 100% !important;
  padding: 2px;
}

.time-slot-container {
  /* width: 330px; */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 12px 10px 12px 0 !important;
  margin-left: -10px;
}

.time-slot-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.time-slot-container>div {
  /* width: 500px; */
}

.time-slot {
  margin-right: 8px;
  max-width: 164px;
}

.route-btns .btn {
  /* width: 48%; */

  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-btn p {
  margin: 0;
}

.pass-btn {
  display: flex;
  justify-content: center;
  align-items: center;

}

.pass-btn p {
  margin: 0;
}

/* .pass-btn::before {
  content: url('../images/icons/Icon.svg');
  height: 19px;
  margin-right: 10px;
} */

.tools-ber {
  background-color: unset;
  padding: 10px 20px;
  margin: 0 5px 0px auto;
}

.tour-inner {
  margin-top: 0;
  padding: 0px 0 40px;
  background: unset;
}

.tour-content .title {
  font-weight: 700;
  font-size: 16px;
}

nav.navbar.bootsnav .navbar-header {
  margin-top: -10px;
  border-radius: 12px;
  background-color: white;
}

.route-tabs {
  padding: 15px;
  background: #FFFFFF;
  color: #333333;
  border-radius: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
.slider
{
  background: #FDB813;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  position: absolute;
  height: 80%;
  left: 15px;
  text-align: center;
  width: 45%;
}
.route-tabs div {
  font-size: 15px;
  transition: all .3s linear;
  cursor: pointer;
  z-index: 2;
  width: 45%;
  text-align: center;
}

.active-tab {
  /* background: #FDB813;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  border-radius: 12px; */
}

.back-btn {
  margin-bottom: 13px;
  font-weight: 700;
}

.back-btn a,
h1 a {
  text-decoration: none;
  color: #fff;
}

.h1 a:hover,
.back-btn a:hover {
  text-decoration: none;
}

.back-btn::before {
  content: url(../images/icons/back.svg);
  margin-right: 16px;
}

.route-list {
  padding: 18px 20px;
  margin-bottom: 118px;
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  border-radius: 8px;
  display: none;
}

.route-list>div {
  color: #999999;
  /* margin-bottom: 16px; */
}

.route-list>div:first-of-type div,
.route-list>div:last-of-type div {
  color: #0066B3;
}

.route-list .time-slot-container {
  padding: 0;
}

.route-list .icon {
  margin-right: 15px;
}

.route-list>div .icon {
  content: url(../images/icons/small-route.svg);
}

.route-list>div:first-of-type .icon {
  content: url(../images/icons/big-route.svg);
}

.stations>div:first-of-type .icon {
  content: url(../images/icons/small-route.svg);
}

.route-list>div:last-of-type .icon {
  width: 16px;
  height: 16px;
  margin-left: -3px;
  content: url(../images/icons/location.svg);
}

.tour-container {
  width: 95%;
  margin: 0 auto;
}

span+p {
  margin: 0;
}

.btn {
  height: 42px;
}

.empty-routes {
  padding: 0 0;
  text-align: center;
}

.empty-routes p {
  color: #333333;
}

.empty-routes .bold {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-top: 25px;
}

.seat-body {
  width: 48px;
  height: 48px;
  background: #EBEBEB !important;
  border-radius: 12px;
  border: none;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seat-handle-left,
.seat-handle-right,
.seat-bottom {
  display: none;
}

.seat.selected .seat-body {
  background: #57C796 !important;
  color: #FFFFFF;
}

.seat.ladies .seat-body {
  background: #FF6E66 !important;
  color: #FFFFFF;
}

span {
  color: #333333;
}

.seat-details-content>span {
  font-size: 15px;
  color: #666;
}

.seat-details .seat-body {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.price-details {
  padding: 0;
  border: none;
  margin-top: 0;
}

/* Seats Selection */
.seat-container {
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  display: none;
}

.seat-container>div {
  padding: 15px;
}

.seat-container .door {
  padding: 9px 10px;
  background: #F7F7F7;
  border-radius: 4px;
  ;
  color: #666666;
  font-weight: 700;
  font-size: 14px;
}

.seatsList>.row,
.returnSeatsList>.row {
  display: flex;
  justify-content: center;
}

.open-modal {
  display: none;
}

.modal-show {
  display: flex !important;
}

.open-modal {
  color: #333;
  background: rgb(51 51 51 / 35%);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-new-content {
  display: none;
  color: #333;
  /* position: absolute;
    top: calc(100vh - 48%);
    left: calc(100vw - 100%); */
  background: #33333347;
  width: 100%;
  height: 100%;
  width: 320px;
  border-radius: 12px;
  height: 217px;
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 20%;
}

.subtext {
  font-weight: 400;
  font-size: 10px;
  color: #999;
}

.show-tab {
  display: block !important;
}

nav.navbar.bootsnav,
.navbar-header button,
nav.navbar.bootsnav .navbar-toggle {
  background: none;
  background-color: none;
}

.receipt-container>.buy-pass-card,
.manage-pass>.buy-pass-card {
  margin-bottom: 0;
}

.pass-listing {
  margin-bottom: 0;
}

.edit-pass .route {
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 8px;
}

.edit-pass .route div:first-of-type {
  flex-basis: 30%;
}

.edit-pass .route span {
  color: #999999;
  font-weight: 400;
  font-size: 12px;
}

.edit-pass .route p {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}

.back-btn {
  margin-bottom: 25px;
}

.edit-pass .container {
  margin-bottom: 100px;
  padding: 14px;
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  border-radius: 8px;
}

.edit-pass .time-selection span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.edit-pass .time-selection .highlight {
  font-weight: 400;
  font-size: 15px;
  color: #4387FD;
}

#passUpdate .modal-body p {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  margin: 10px 0;
}

#passUpdate .my-header-new .close {
  margin-top: 0 !important;
}

#passUpdate .modal-body {
  text-align: center;
}

#reader {
  height: 370px !important;
  background: #fff;
  border-radius: 8px;
  border: none !important;
  box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#reader video {
  width: 343px !important;
}

#reader__scan_region {
  min-height: 100px;
  text-align: center;
  position: relative;
  border-radius: 24px;
  /* width: 343px;
    height: 343px; */
  /* text-align: center; */
  margin: 0 auto;
}

#reader__dashboard_section_csr button {
  background: none;
  font-weight: 500;
  font-size: 15px;
  color: #0066B3;
  border: 1px solid #0066B3;
  border-radius: 12px;
  padding: 6px 12px;
}

#reader__dashboard_section_swaplink {
  font-size: 14px;
  margin: 12px;
}

.scanner-page .divider span {
  padding: 0 12px;
}

.scanner-page .divider {
  margin: 50px 0 45px;
  color: #333333;
  text-align: center;
}

.scanner-page .divider::after,
.scanner-page .divider::before {
  content: "";
  margin-bottom: 10px;
  padding: 3px 10px;
  width: 45%;
  color: #333;
  border-bottom: 1px solid;
}

.scanner-page p {
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-bottom: 24px;
}

.buy-new-pass {
  display: none;
}

.buy-new-pass>div {
  width: 100%;
  margin: 0 auto;
}

.hide {
  display: none !important;
}
.show-icon {
  display: block !important;
}
.disable {
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
}

.swap-btn {
  display: none;
}

.tab-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 16%;
}

.desktop {
  display: none;
}

.navbar-collapse {
  background: #fff !important;
  box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
  border-radius: 0 0 12px 12px;
  padding-bottom: 20px;
}

.home-form {
  margin-left: unset;
}

nav.navbar.bootsnav .navbar-nav>li>a {
  border-bottom: none;
}

.contact-details span {
  color: #fff;
}

.modal-content {
  margin-top: 40%;
}

nav.navbar.bootsnav {
  box-shadow: none;
}

.menu-login>a {
  color: #333333 !important;
  background: #FDB813 !important;
  border-radius: 12px;
  height: 47px;
  padding: 13px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 75% !important;
  margin: 0 auto;
}

.ticket-wrap {
  background: #fff !important;
}

.area_location span,
.light {
  color: #999999;
  font-weight: 400;
  font-size: 12px;
}

.divider-line {
  display: flex;
  justify-content: center;
  margin: 24px;
}

.disable-btn {
  width: 48%;
  color: #999999;
  border: 1.5px solid #CCCCCC;
  border-radius: 8px;
  /* padding: 9px 17px; */
  display: flex;
  justify-content: center;
  /* align-items: end; */
  padding: 7px 4px 0;
}

#stopAutoRenew .modal-header {
  padding: 40px 10px 0;
}

#stopAutoRenew .modal-body div {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  text-align: center;
}

#callUsModal .my-header-new {
  padding: 15px 15px 0;
}

#callUsModal .modal-body {
  padding: 0 15px 15px;
}

.call-us-container p {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
}

.call-us-container .number>p a::before {
  content: url(../images/icons/phone-outline.svg);
  margin-right: 8px;
}

.call-us-container .number>p a {
  color: #333333;
  display: flex;
  align-items: flex-start;
}

.call-us-container>div>p {
  margin-top: 16px;
}

.call-us-container .number>p {
  padding-bottom: 8px;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 10px 8px 0;
  text-decoration: unset;
}

.seat-container .seat-header {
  padding: 15px 40px 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
  top: 0 !important;
  right: 0 !important;
}

.blue-btn {
  color: #0066B3;
    font-weight: 500;
    background: #fff;
    border: 1.5px solid #0066B3;
    border-radius: 8px;
    width: fit-content;
}
.yellow-btn {
  background: #FDB813;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-icon {
  margin-left: 7px;
  width: 24px;
  height: 24px;
}
.note-section {
  background: #F7F7F7;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 24px;
}
.note-section ul {
  padding: 12px 0 0 12px;
}
.suggest-container {
  background: #fff !important;
  color: #666
}
.suggest-btn {
  color: #333;
  padding: 14px 10px !important;
  background: #FDB813;
  border-radius: 12px;
  width: fit-content;
  margin: 0 auto;
}
.suggest-container .suggest-box {
  padding: 0 20px;
}
.book_pass .pass-list-btn {
  width: 33% !important;
}
.pass-list-date {
  font-size: 15px;
}
.pass-list .book_pass {
  margin-bottom: 16px;
}
.dwd-confirm-btn {
  font-size: 12px;
  height: fit-content !important;
  margin-top: 0;
  border-radius: 8px;
}
.pass-date {
  color:#333333;
}
/* .pass-date:first-of-type {
  color: #fff;
} */
.pass-list .route-btns .yellow-btn {
  width: 48%;
  border-radius: 8px;
  height: fit-content;
}
.pass-list .back-text,.pass-list .book_pass .back-btn span {
  color: #fff;
}
.ticket-type {
  /* margin-top: 12px; */
  display: flex;
  justify-content: space-evenly;
}
.ticket-type p {
  color: #666666;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}
.ticket-type + .statement {
  font-style: italic;
font-weight: 400;
font-size: 12px;
color: #666666;
}
.ticket-type input {
  height: unset;
}
.ticket-type label {
  color: #333333;
  width: 33%;
  justify-content: flex-start;
  font-weight: 400;
  margin-top: 0;
}
.ticket-type input:checked + label {
  color: #333333;
}
:root {
  --form-control-color: #FDB813;
  --checked-color: #FDB813;
  --color: #999;
  --bg-color: #e8e8e8;
}

input[type="radio"] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
  margin-bottom: 0;

}
.custom-radio {
  /* hiding browser el */
  appearance: none;
  /* Safari support */
  -webkit-appearance: none;
  border: 0.2rem solid #fff;
  background-color: var(--bg-color);
  border-radius: 50%;
}

/* keyboard navigation focus appearance */
.custom-radio:focus-visible {
  outline-offset: 0;
}

.box-shadow {
  box-shadow: 0 0 0 1px var(--color);
}

.box-shadow:hover {
  border-width: 0;

}

.box-shadow:checked {
  box-shadow: 0 0 0 1px var(--checked-color);
  background-color: var(--checked-color);
  border-width: 0.2rem;
}
.custom-date-picker {
  background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px !important;
}
input[type="checkbox"] {
  accent-color: #52462b;
  }
  .ticket-type label {
    display: flex;
    justify-content: center;
  }
  .ticket-type label, .statement {
    color: #fff ;
  }
  .c-grey , .ticket-type .c-grey{
    color: #333;
  }
  .homepage .ticket-type + .statement {
    color: #fff;
  }
  .date-stm {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    padding-top: 8px;
    height: 50px;
  }
  .statement.c-white {
    color: #fff;
  }
  .form-label-radio .label-text {
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #999;
}
input[type="date"].mobile-placeholder::before{
    content: 'DD-MM-YYYY';
}
.change-btn {
  color: #FDB813 !important;
  background-color: unset !important;
  width: fit-content !important;
  height: fit-content !important;
  margin: 0 !important;
}
.search-cities {
  display: flex;
  /* width: fit-content; */
}
.cities-block {
  padding: 20px 0;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
  border-radius: 8px;
}
.city-name {
  color: #fff;
}
.cities label, .cities-block label {
  width: 100%;
}
.pass_content h5 {
  margin: 4px 0;
}

.mobile-logo img, .mobile.navbar-brands img {
  width: 120px;
}
.navbar-header {
  width: 100%;
  background: #fff;
  padding: 10px;
}
.navbar > .container {
  display: flex;
    justify-content: center;

}
.booking_foot h5 {
  font-size: 13px;
}
.booking_head h5 {
  margin-top: 0;
}
.card-container:first-of-type{
  color: #fff !important;
}
.pass-list .newcard:first-of-type {
  background-color: #0066B3;
}
.newcard:nth-of-type(2) .pass-date, .newcard:nth-of-type(2) .pass-list-date {
  color: #fff;
}
.nav1_button {
  margin-top: 0 !important;
}
.dash-search {
  display: flex !important;
}
.trips-all {
  margin-bottom: 20px;
}
.home-form .form-block button {
  margin-top: 25px;
}
nav.navbar.bootsnav .container {
  padding: 0;
}
nav.navbar.bootsnav {
  margin: 25px 15px;
}
.login-btn {
  margin-right: -21%;
}
.mobile.navbar-brands.logOut {
  margin-left: -25%;
}
.invoice.route-btns .btn {
  width: 52%
}
.auto-text {
  font-size: 11px !important;
}
@media (max-width: 400px) {
  .ticket-type label:last-of-type input {
    width: 13px;
  }
  .ticket-type label:first-of-type input {
    width: 15px;
  }
}
@media (min-width: 598px) {
  .login-btn {
    margin-right: 25%;
  }
  .mobile.navbar-brands.logOut {
    margin-left: 2%;
  }
}
/*-------------------------- Desktop Styles -------------------------------------- */

@media (min-width: 767px) {
  .auto-text {
    font-size: 14px !important;
  }
  .date-stm {
    height: unset;
  }
  .navbar-nav .nav-item1 {
    margin-left: 60px;
  }
  .dash_form_body.mobile {
    display: none !important;
  }
  .login-btn {
    width: 10%;
    max-width: 145px;
    margin-right: 20px;
    margin-left: 70%;
  }
  .login-btn .btn{
    margin: 0px;
  }
  .desktop-logo img {
    width: 180px;
    height: auto !important;
  }
  .navbar-header::before, .navbar-header::after  {
    /* content: none; */
  }
  .navbar-header {
    /* width: 100%; */
    background: #fff;
    padding: 20px;
    border-radius: 0 !important;
    /* justify-content: space-between; */
  }
  nav.navbar.bootsnav {
    height: unset;
    margin: 0;
  }
  nav.navbar.bootsnav .navbar-header {
    padding: 0;
    margin: 0 !important;
    padding: 15px 0;
  }
  .navbar > .container {
    padding: 0;
    margin: 0;
  }
  .city-name {
    color: #0066B3;
  }
  .cities-block {
    width: 44%;
  }
  .desktop-d-flex {
    display: flex;
  }
  input[type="date"]:before {
    top: 9px;
    right: 12px;
  }
  .ticket-type-container {
    display: block !important;
    width: 60%;
  }

  .search-location .btn.search-btn.btn-block {
    margin: 0 0 30px !important;
  } 
  .search-location {
    width: 100%;
  }
  .pass-list .book_pass .back-btn span {
    color: #0066B3;
  }
  .pass-list .book_pass .back-btn::before {
    content: unset !important;
  }
  .suggest-container .suggest-box {
    width: 50%; 
    margin: 0 auto;
  }
  .navbar-collapse {
    background: unset !important;
    box-shadow: unset;
    border-radius: 0 0 12px 12px;
    padding-bottom: 20px;
  }

  body {
    background-image: url(../images/background_web.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0px;
  }

  /* hide the sidebar */
  .sidebar {
    height: unset;
    box-shadow: none;
  }

  .sidebar nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 15px !important;
  }

  .search-area .tools-ber {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    background: #fff;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
    border-radius: 8px;
    width: 82%;
    margin: 0 auto 32px;
    max-width: 1246px;
  }

  .search-area .tools-ber form {
    justify-content: space-between;
  }

  .search-area .tools-ber form>div:first-of-type {
    /* width: 60%; */
  }
  .ticket-type {
    justify-content: flex-start;
  }
  .ticket-type label {
    color: #333333 !important;
    width: unset;
  }
  .search-area .ticket-type label {
    margin-right: 50px;
  }
  .statement {
    color: #333333 !important;
  }
  .search-area .tools-ber form>div:last-of-type {
    width: 25%;
  }
  .statement {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
  }

  .search-area .form-block,
  .search-area .form-block form {
    width: 100%;
  }
  .dash_form_body {
    width: 100% !important;
  }
  .desktop-search-area {
    background: #FFFFFF;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
    border-radius: 12px;
    padding: 16px;
  }
  .search-area .form-block form {
    display: flex;
    flex-direction: column;
  }

  .search-area .form-block form>div {
    display: flex;
  }

  .main-search-inner .route-img {
    display: block;
  }

  .search-btn {
    height: fit-content;
    /* min-width: 240px; */
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 0 10px !important;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }

  nav.navbar.bootsnav ul.nav>li>a button {
    margin: 0 !important;
  }

  .tour-container {
    width: 80%;
    /* width: 100%; */
    margin: 0 auto;
  }

  .seats-container {
    width: 34%;
    max-width: 560px;
    margin-bottom: 136px;
    padding: 24px 36px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
  }

  .seats-container .back-btn {
    color: #0066B3;
    font-size: 24px;
  }

  .seats-container .back-btn::before {
    content: url(../images/icons/blue-back-desk.svg);
  }

  .route-tabs {
    background: #F7F7F7;
    border-radius: 18px;
  }

  .seat-container,
  .route-list {
    background: #F7F7F7;
    border-radius: 8px;
    box-shadow: none;
  }

  .tab-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }

  .seat-details-box {
    width: 100%;
  }

  .manage-pass {
    width: 35%;
    margin-bottom: 136px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
    margin-top: 3%;
  }

  .manage-pass>.buy-pass-card,
  .manage-pass>.pass-qr {
    width: 100%;
  }

  .pass-qr {
    width: 35%;
    margin-top: -58px;
  }

  .receipt-container .pass-qr {
    width: 100% !important;
  }

  .route-container {
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
    border-radius: 8px;
    box-shadow: none;
  }

  .route-container .routes-slots {
    width: 65%;
  }

  .route-container .route-btns .btn {
    width: 53%;
  }

  .route-container .time-slot-container {
    padding: 0 10px 12px 0 !important;
    margin-left: 0;
  }

  .route-container .route-btns {
    width: 24%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .route-container .btn {
    height: 46px;
    font-size: 15px;
  }

  .route-container .secondary-btn {
    height: 32px;
    margin-bottom: 16px;
    font-size: 12px;
    border-radius: 8px;
  }

  .tour-container {
    padding: 24px 36px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
  }

  .tour-container .title {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
  }

  .swap-btn {
    display: block;
  }

  .desktop-bg {
    width: 34%;
    margin: 0 auto;
    padding: 26px 36px;
    margin-bottom: 44px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
    border-radius: 12px;
  }

  .desktop-bg.seat-bg {
    width: 40%;
  }

  .back-btn {
    color: #0066B3;
    font-weight: 700;
    font-size: 24px;
  }

  .btn {
    height: 52px;
  }

  .route-container .time-selection p span {
    font-size: 16px;
    font-weight: 700;
  }

  .receipt-container.desktop-bg {
    margin-bottom: 0;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .note {
    padding: 8px 16px 16px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
  }

  .edit-pass {
    width: 35%;
  }

  .edit-pass .route,
  .edit-pass .container {
    background: #F9F9F9;
  }

  .edit-pass .container {
    box-shadow: none;
  }

  .back-icon {
    margin-right: 15px;
  }

  .back-btn::before {
    content: unset;
    /* content: url(../images/icons/blue-back-desk.svg); */
    margin-right: 16px;
  }

  .back-btn a,
  h1 a {
    color: #0066B3;
  }

  .feature-block-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .feature-block {
    width: 30%;
    padding-top: 40px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 374px;
    max-height: 294px;
    min-height: 294px;
    margin: 0 30px 36px;
  }

  .feature-block img {
    margin-bottom: 24px;
  }

  .feature-block-content span {
    font-size: 24px;
  }

  .feature-block-content p {
    margin-top: 24px;
  }

  .feature-block-content {
    text-align: center;
    padding: 0 10px;
    margin-left: 0;
  }

  .block-title {
    font-size: 36px;
  }

  .block-subtitle {
    margin: 20px 10px 48px;
  }

  .home-form {
    margin-left: 60px;
  }

  nav.navbar.bootsnav .navbar-header {
    margin-top: -25px;
  }
  

  .main-search-container {
    /* height: 700px; */
    height: 95vh;
  }

  .main-search-inner {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .route-img {
    display: none;
  }

  .navbar-nav {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }

  nav.navbar.bootsnav ul.nav>li>a:active,
  nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #FDB813;
  }

  .modal-content {
    margin-top: 10% !important;
  }

  .menu-login>a {
    color: #fff !important;
    background: unset !important;
    border-radius: 12px;
    height: unset;
    padding: unset;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: unset !important;
    margin: 0 auto;
  }

  .scanner {
    /* width: 30% !important; */
    margin: 0 auto !important;
  }

  .book_pass {
    margin-bottom: 0;
    padding-top: 0;
    background: none;
    box-shadow: none;
    border-radius: 8px;
    width: 82%;
    margin: 0 auto;
    max-width: 1246px;
  }

  .book_pass .btn-block {
    width: 100% !important;
    margin-top: 0px;
  }

  .book_pass .back-btn a {
    color: #fff;
  }

  .book_pass .back-btn::before {
    content: url(../images/icons/back.svg);
    margin-right: 16px;
  }
  .pass-list {
    width: 1170;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 40px !important;
  }
  .my-pass-list{
    width: 560px;
    background: #fff;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
  }
  .my-pass-list .back-btn {
    display: flex;
  }
  .pass-list .book_pass {
    margin-bottom: 24px;
    width: 100%;
  }
  .pass-list .book_pass .back-btn a {
    color: #0066B3;
  }
  .book_pass .pass-list-btn {
    width: 33% !important;
    color: #0066B3 !important;
    margin-bottom: 0;
    border: 1px solid #0066B3;
    border-radius: 12px;
    background: #fff;
  }
  .pass-list .book_pass .back-btn::before {
    content: url(../images/icons/blue-back-desk.svg);
  }
  .pass-list .card-container {
    margin-top: -10px;
  }
  .pass-list .pass-qr {
    width: 90%;
  }
  .navbar-toggle {
    display: block !important;
  }

  .navbar-nav>li {
    float: unset;
  }

  .navbar-nav {
    width: 100%;
    display: unset;
    margin-bottom: 45px;
  }

  .sidenav {
    width: 25%;
  }

  .desktop.navbar-brands img {
    height: 70px;
  }

  .navbar-header {
    width: 100%;
  }

  nav.navbar.bootsnav .navbar-header {
    background: unset;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 0;
  }

  .search-title-text>p {
    color: #333;
    margin-left: 10%;
    margin-bottom: 0;
  }

  .search-btn {
    margin: 0 !important;
  }

  .upcoming_trip_main_div p {
    /* color: #0066B3; */
    margin-top: 10px;
  }
	.upcoming_trip_main_div div:nth-child(1) {
    color: #333;
  }

  .disabled_scan_btn {
    padding: 15px 72px;
    border: 0;
    background: #cccccc7d;
    border-radius: 8px;
  }

  .buy-new-pass {
    margin-top: -12px;
  }

  .seat-container .seat-header {
    padding: 15px 70px 0;
  }

  .pass-list-date {
    font-size: 18px;
  }
  .dwd-confirm-btn {
    font-size: 15px;
  }
  /* .desktop.navbar-brands {
    margin-left: 80px;
  } */
  .change-number-block {
    width: 50%;
    margin: 0 auto;
    padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px rgb(112 144 176 / 20%);
    border-radius: 12px;
    margin-bottom: 27px;
  }
 .edit-profile {
    background-color: unset;
  }
  .user-image {
    margin-left: 75%;
  }
}




/* Pdf styles */
.pdf-container {
  padding: 24px;
  color: #333;
  background: #fff;
}

.pdf-container p {
  line-height: 135%;
  margin-bottom: 0;
}

.pdf-container .header .title {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

.pdf-container .border-btm {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
}

.pdf-container .label {
  padding: 0;
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}

.pdf-container .big-label {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.pdf-container .phone::before {
  content: url(../images/icons/pdf-phone.svg);
  width: 18px;
  margin-right: 4px;
}

.pdf-container .phone {
  margin-top: 9px;
  color: #333333;
}

.pdf-container .value {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.pdf-container .sm-title {
  max-width: 16px;
  min-width: 160px;
  padding-top: 5px;
  color: #333333;
  font-weight: 500;
  font-size: 10px;
}

.address-block {
  max-width: 180px;
}

.address-block p {
  margin-bottom: 4px;
  color: #666666;
  font-weight: 400;
  font-size: 8px;
}

.address-block .bold {
  color: #333333;
  font-weight: 500;
  font-size: 12px;
}

.locations {
  min-width: 315px;
  max-width: 315px;
}

.pdf-container .trip-details>div {
  margin-bottom: 24px;
}

.boarding-detail>div {
  flex-basis: 17%;
}

.boarding-detail>div:nth-of-type(2) {
  flex-basis: 25%;
}

.locations p {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
}

.discount,
.fare-amt,
.paid-amt {
  margin-bottom: 8px;
}

.discount p:last-of-type {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}

.fare-amt p:first-of-type {
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

.fare-amt p:last-of-type {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

.paid-amt p:first-of-type {
  margin-right: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.paid-amt p:last-of-type {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}

.customer-care {
  padding-top: 24px;
}

.customer-care .title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.flex-sbd {
  justify-content: center;
}

@media (max-width: 767px) {
  .pass_info h1, .pass_note h6, .pass_info .pass_content h5{
    color: white;
  }
}

.route-img{
  margin: auto;
}


@media (max-width: 768px) {
  .top-bg{
    background-color: #0066B3;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}
@media (max-width: 400px) {
  .login-btn {
    margin-left: -15%;
  }
}
.profile-container > img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
