/**
* Template Name: Busbora | Online Bus Ticket
* Version: 1.0
* Author: Ikram Hossen
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/

/*====================================================================
root css
====================================================================*/
:root {
  --theme-body-font: "PT Sans", sans-serif;
  --baseColor: #00aeef;
  --blueColor: #00aeef;
  --grayColor: #f7f7f7;
  --darkColor: #0b1b35;
  --whiteColor: #fff;
  --headerFooterBgColor: #fff !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eee;
  border-radius: 0px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset #eee;
  background-color: var(--blueColor);
}

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
.lightcase-open body {
  overflow: visible !important;
}
body {
  font-family: var(--theme-body-font);
  color: var(--darkColor);
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  letter-spacing: 0.3px;
}

a {
  color: var(--darkColor);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-body-font);
  color: var(--darkColor);
  font-weight: 600;
}

.bg_light_gray {
  background: #f9f9ff !important;
}

/* Plugin Customize */
.select2-container .select2-selection--single {
  height: 43px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: transparent !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
  background: #fff !important;
  border-radius: 5px;
  border: 1px solid #ced4da !important;
}
.phone-dial-code .select2-container--default .select2-selection--single {
  border-radius: 5px 0px 0px 5px !important;
  border-right: 0px !important;
  background: #eee !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--blueColor);
}

select {
  appearance: auto !important;
  -webkit-appearrance: auto;
}
.ticke-book-request-box .b-form-group {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 10px;
}

.form-control {
  border-radius: 5px !important;
  min-height: 44px;
}

.text-justify {
  text-align: justify !important;
}

.b-search-map__wrap .form-control {
  border: 0 !important;
}
.phone_postfix_inp {
  border-radius: 0px 5px 5px 0px !important;
}
.phone_prefix_wrap .select2-container--default .select2-selection--single {
  border-right: 0px !important;
}
.phone_prefix_wrap {
  min-width: 143px !important;
}
span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
img.img-flag {
  width: 25px;
}
/* Datepicker Customize */
.ui-widget-header {
  border: 1px solid #eee !important;
  background: #efeff5 !important;
  color: #444;
  font-weight: 600;
  font-size: 15px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #eee !important;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  padding: 10px;
  border-radius: 10px;
  min-width: 340px;
}

.ui-datepicker th {
  background: #f5f5f5;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}

.ui-datepicker-calendar tr td {
  border: 0px !important;
  padding: 3px 0px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #eee !important;
  color: #444;
  text-align: center;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  font-size: 16px;
  line-height: 27px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--blueColor);
  background: var(--blueColor);
  font-weight: normal;
  color: #fff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #0b1b35 !important;
  background: #0b1b35 !important;
  color: #fff !important;
  border-radius: 50%;
}
.travel_from {
  position: relative;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 5px 15px !important;
  background: #093f0b !important;
  font-weight: 600;
  color: #fff !important;
  font-size: 15px;
  border: 0px !important;
  border-radius: 3px;
  margin-bottom: 0;
  line-height: 22px;
}
.date-icons {
  position: relative;
}
.search_abs_icon {
  position: absolute;
  top: 14px;
  right: 14px;
}
/* Button Customize */
.theme_custom_btn {
  background-color: #093f0b;
  font-size: 16px;
  font-weight: 600;
  color: var(--whiteColor);
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  border: 1px solid #093f0b;
  outline: none;
  box-shadow: none;
  transition: all ease-in-out 0.3s;
}

.theme_custom_btn:hover {
  background-color: var(--blueColor);
  border: 1px solid;
}
.submit-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mid_cont_btn {
  color: #fff !important;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  padding: 6px 35px;
  border-radius: 30px;
  min-height: 44px;
  text-transform: uppercase;
  outline: none !important;
  background-color: var(--darkColor);
  background-image: linear-gradient(
    45deg,
    rgba(112, 112, 112, 0.288) 50%,
    var(--darkColor) 50%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  transition: all 0.4s ease-in-out !important;
  touch-action: manipulation;
  border: 1px solid transparent;
}
.mid_cont_btn:focus {
  color: #fff !important;
}
.mid_cont_btn:hover {
  background-position: left bottom;
}
/*---------------------------------------------
# Preloader
-----------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  background: #000000b0;
}
#preloader .wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  transform: translateY(-50%);
}
#preloader img {
  position: relative;
  height: 180px;
  width: 180px;
}
.beta_tag {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  padding: 3px;
  background: #f10303;
  position: relative;
  z-index: 66;
}
/*================================================
Header css
==================================================*/
.topbar {
  background: var(--blueColor);
}
.topbar_whatsapp {
  font-size: 18px !important;
  margin-right: 15px;
}
.topbar a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.topbar p {
  font-size: 18px;
}

.topbar a:hover {
  color: var(--darkColor) !important;
}
.header_wrapper {
  position: sticky;
  top: 0;
  z-index: 33;
}
header {
  background: var(--headerFooterBgColor);
  box-shadow: 0px 4px 10px #00000012;
  border-bottom: 1px solid #eee;
}
.navbar-brand {
  padding: 0;
}

.site_logo {
  max-width: 160px;
  max-height: 60px;
}

.dropdown-menu {
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  border: 1px solid #eee;
  right: 0;
  left: auto !important;
  padding: 10px 0 !important;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.dropdown-menu li {
  padding: 0 15px !important;
  line-height: 30px !important;
}

.dropdown-menu {
  margin: 0 !important;
}
.dropdown-menu {
  z-index: 9999 !important;
}
.lang__anc span {
  color: var(--darkColor);
  font-size: 15px !important;
  font-weight: 600;
}
.demoNavBar li {
  padding: 10px;
  line-height: 35px;
  position: relative;
  padding: 0px 19px;
}

.demoNavBar li:last-child a {
  padding-right: 0px !important;
}

.demoNavBar li:last-child {
  padding-right: 0px !important;
}

.demoNavBar .dropdown-menu li:last-child {
  padding: 0 15px !important;
}
.dropdown_header {
  padding: 0 !important;
}
.lang_title {
  font-weight: 600;
}
.lang_title span {
  font-size: 15px;
  font-weight: 600;
}
.lng_dropdown {
  position: relative;
  display: inline-block;
}
.demoNavBar li a {
  font-family: var(--theme-body-font);
  color: var(--darkColor) !important;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 17px;
  text-decoration: none;
}
.demoNavBar li a:hover {
  color: var(--blueColor) !important;
}
.demoNavBar .drop-down > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  font-weight: 600;
}
.demoNavBar .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s;
  width: 200px;
  right: 0;
  border-radius: 5px;
  z-index: 9999;
}
.demoNavBar .drop-down ul::after {
  content: "";
  height: 16px;
  width: 16px;
  background: #fff;
  top: -8px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  z-index: -1;
}
.demoNavBar .drop-down ul a {
  padding: 4px 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.demoNavBar .drop-down:hover > ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
.demoNavBar .drop-down li {
  min-width: 200px;
  position: relative;
  padding: 0;
  list-style: none;
  line-height: 28px;
}
.demoNavBar .drop-down li a {
  border-left: 3px solid #fff;
}
.demoNavBar .drop-down li a:hover {
  border-left: 3px solid var(--blueColor);
}
.demoNavBar .drop-down li a.active {
  background: #eee;
  border-left: 3px solid var(--blueColor);
  color: #00aeef !important;
}
.demoNavBar .drop-down li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.demoNavBar .drop-down li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.login-user-icon {
  font-size: 18px;
  height: 35px;
  width: 35px;
  color: var(--darkColor);
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  border: 2px solid;
  position: relative;
  margin-right: 17px;
}

.login-user-icon::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -18px;
}
.flag-icon {
  margin-right: 5px !important;
}
.flag-icon_eng {
  background-image: url(../img/icons/ln_eng.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
}
.flag-icon_frnch {
  background-image: url(../img/icons/ln_frnch.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
}
.flag-icon_dtch {
  background-image: url(../img/icons/ln_dutch.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
}
.flag-icon_grmn {
  background-image: url(../img/icons/ln_grmn.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
}
.login-user-icon:hover {
  color: var(--blueColor) !important;
}
.dropdown-toggle::after {
  display: none;
}
.nav-link.active {
  color: var(--darkColor) !important;
  position: relative;
  font-weight: 600;
}
.nav-link.active::after {
  background-color: var(--darkColor) !important;
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

/*=========================================================
parcel tracking css
===========================================================*/
.parcel_banner {
  background: url("../img/parcel-bg.webp") no-repeat;
  min-height: 300px;
  padding: 50px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.parcel_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 24%);
}

.home-track-inner {
  box-shadow: 0 0 20px -8px rgba(27, 30, 26, 0.45);
  padding: 0px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}

form#home_page_tracking {
  position: relative;
}

span.current_Location_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  z-index: 2;
}

.home-track-inner .common-btn {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  border-radius: 0 10px 10px 0;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  background-color: var(--baseColor);
  min-width: 140px;
}

.home-track-inner input {
  padding: 0px 0px 0px 45px;
  background: #fff;
  border-radius: 10px !important;
}

.section-title h1,
.section-title h2 {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 800;
}

.track-content {
  padding: 30px;
  background: #f1f3f4;
  border-radius: 6px;
  margin: 50px 0px;
}

.track-content-heading {
  display: flex;
  justify-content: space-between;
  margin: 0 0px 30px;
  border-bottom: 1px solid #e3e7e9;
  padding: 0 0px 30px;
  align-items: center;
}

.track-content-heading h3 {
  font-size: 30px;
  font-weight: 700;
}

.track-content-heading h4 {
  color: #3a3a3a;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
}

.track-info,
.track-delivery-info,
.track-order-info {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.track-order-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.track-order-info ul li {
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #1b1e1a;
  list-style: none;
  text-align: center;
  font-weight: 600;
}

.track-order-info ul li:first-child {
  text-align: left;
}

.track-order-info ul li:last-child {
  text-align: right;
}

.track-delivery-info ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.track-delivery-info ul li {
  position: relative;
  padding-left: 30px;
  min-height: 90px;
  color: #3a3a3a;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
}

.track-delivery-info ul li span,
.track-delivery-info ul li .track span {
  color: #1b1e1a;
  display: block;
  margin-bottom: 5px;
}

.track-delivery-info ul li:last-child {
  min-height: auto !important;
}

.track-delivery-info ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--baseColor);
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 0;
  box-shadow: 0 0 5px -1px rgba(27, 30, 26, 0.25);
  z-index: 5;
}

.track-delivery-info ul li:first-child:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  background: var(--darkColor);
}

.track-delivery-info ul li:last-child::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -6px;
  top: 0;
  box-shadow: 0 0 5px -1px rgba(27, 30, 26, 0.25);
  z-index: 7;
  color: var(--blueColor);
  font-weight: 600;
  width: auto;
  height: auto;
  background: #f1f3f4;
  font-size: 20px;
  margin-top: 3px;
}

.track-delivery-info ul::after {
  content: "\f207";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 20px;
  left: -8px;
  width: 18px;
  animation: scroll 3s infinite forwards;
  z-index: 2;
  font-weight: 600;
  color: var(--blueColor);
  background: #f1f3f4;
  height: 20px;
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

#tracking {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.tracking-item {
  border-left: 4px solid var(--baseColor);
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  margin-left: 10px;
  min-height: 5rem;
}

.tracking-item .tracking-icon {
  position: absolute;
  left: -10px;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.tracking-item .tracking-icon.status-intransit {
  color: var(--baseColor);
  font-size: 0.6rem;
}

.tracking-item .tracking-date {
  position: absolute;
  left: -9.2rem;
  width: 7.5rem;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}

.tracking-date svg {
  stroke: var(--greenColor);
}

.tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.tracking-content span {
  display: block;
  color: #666;
  font-size: 13px;
}

.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  min-height: 5rem;
  margin-left: 10px;
  opacity: 0.5;
}

.tracking-item-pending .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}

.tracking-item-pending .tracking-date {
  position: absolute;
  left: -9.2rem;
  width: 7.5rem;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}

.status-current .tracking-icon.status-intransit {
  color: var(--baseColor);
  animation: blink 1s infinite ease-in-out;
}

.status-current .tracking-icon {
  width: 1.4rem;
  height: 1.4rem;
  left: -13px;
}

@-webkit-keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(95, 155, 205, 0.699);
  }

  70% {
    -webkit-box-shadow: 0 0 0 0 rgba(95, 155, 205, 0.699);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(95, 155, 205, 0.699);
  }
}

@keyframes blink {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(95, 155, 205, 0.699);
    box-shadow: 0 0 0 0 rgba(95, 155, 205, 0.699);
  }

  70% {
    -moz-box-shadow: 0 0 0 0 rgba(95, 155, 205, 0.699);
    box-shadow: 0 0 0 10px #f72d6600;
  }

  to {
    -moz-box-shadow: 0 0 0 0 rgba(95, 155, 205, 0.699);
    box-shadow: 0 0 #f72d6600;
  }
}

.parcel-delivery-map {
  max-height: 130px;
}

/*=========================================================
Banner css
===========================================================*/
.booking-box__body .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  /* border: 1px solid #fff; */
  border-radius: 10px;
}
.home_banner_section {
  max-height: 400px;
  position: relative;
  min-height: 250px;
  background: linear-gradient(
    141deg,
    rgba(12, 16, 55, 1) 0%,
    rgba(0, 174, 239, 1) 52%
  );
}

.banner_carousel {
  position: relative;
}

.banner_carousel .owl-item img {
  background-position: center;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.banner_img {
  object-fit: cover;
}
.banner_carousel .item::after {
  background: #00000000;
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.banner-title {
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: -45px;
  left: 0;
  text-shadow: 0px 3px 10px #000;
}
.home_banner_section .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 10;
}

.home_banner_section .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  opacity: 1;
}

.home_banner_section .owl-theme .owl-dots .owl-dot.active span {
  background: green;
}

.banner-slogan {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 0px 4px 5px #00000080;
  font-size: 22px;
  margin: 20px 0px 25px;
}

.b-search-map-wrapper {
  position: relative;
}
.search__panel {
  margin-top: -50px;
}
.b-search-map__wrap {
  background: var(--blueColor);
  border-radius: 5px;
  left: 0;
  right: 0;
  padding: 25px;
  margin-top: 20px;
}

.b-search-map-wrapper .b-form-group label {
  color: #000;
  margin-bottom: 5px;
}

.f-search-map__fields label {
  line-height: 16px;
  color: var(--darkColor);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.ticke-book-request-box .b-form-group {
  width: 18%;
  overflow: hidden;
}

.form-control:focus {
  color: var(--darkColor);
  background-color: var(--whiteColor);
  border-color: #c8c8c8;
  outline: 0;
  box-shadow: none;
}

.banner_carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  margin: 0 !important;
}
button.owl-prev {
  left: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
button.owl-next {
  right: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner_carousel .owl-nav button span {
  background: var(--blueColor);
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}

.banner_carousel .owl-nav button:hover span {
  opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

/* ################ */
.booking-box {
  position: relative;
  z-index: 1;
  border-radius: 30px;
}
.booking-box .booking-box__body {
  position: relative;
  z-index: 1;
  padding: 25px;
  background-color: #00aeef;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.booking-box .b-form-group label {
  display: block;
  font-weight: 600 !important;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.booking-box .form-control {
  border: 1px solid #fff;
  border-radius: 5px !important;
  background: #fff;
  padding: 9px 16px;
}
.repeat-arrow-img-btn {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 31px;
  right: -19px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--blueColor) !important;
  z-index: 1;
}
.repeat-arrow-img-btn2 {
  right: -12px !important;
}

.repeat-arrow-img-btn img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  padding: 5px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.repeat-arrow-img-btn:focus {
  border: 2px solid var(--blueColor) !important;
}

.rotate-180 {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.demo_list_ul {
  list-style: none;
  background: #f2f3f4;
  padding: 20px;
  border-radius: 5px;
  margin: 0;
}
ul.demo_list_ul li {
  font-weight: 600;
}
.search_btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s all ease-in-out;
  margin-top: 27px;
  letter-spacing: 0.3px;
  border-radius: 30px !important;
  background-color: var(--darkColor);
  background-image: linear-gradient(
    45deg,
    rgba(112, 112, 112, 0.288) 50%,
    var(--darkColor) 50%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  transition: all 0.4s ease-in-out !important;
  touch-action: manipulation;
  border: 1px solid transparent;
  width: 100%;
  min-height: 44px;
}
.search_btn:hover {
  background-position: left bottom;
}
.b-search-map-wrapper .search_btn {
  margin-top: 26px !important;
  min-height: 44px;
  border-radius: 30px !important;
  transition: all ease-in-out 0.3s;
  border: 1px solid var(--blueColor) !important;
}
.prev-empty {
  background: #0b1b35 !important;
  color: #fff !important;
  border: 1px solid #0b1b35 !important;
  opacity: 0.3;
  cursor: no-drop;
}

/* ################## */
.service__box {
  position: relative;
  box-sizing: border-box;
  background-color: rgb(0 0 0 / 53%);
  text-align: center;
  margin: 0;
  padding: 15px 10px;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  width: 100%;
}
.service__title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 0;
  line-height: 32px;
  min-height: 50px;
}
/*============================================
how_it_works
=============================================*/
.how_works {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  border-bottom: 3px solid #00aeef;
}
.how_works:hover {
  transform: translateY(-5px);
}

.how_it_works_inner {
  transition: all 0.2s;
}
.service-icon-wrapper {
  position: relative;
}

.section-title h2 {
  font-size: 34px;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: 600;
}
.icon-box-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.icon-box-text {
  font-size: 16px;
  min-height: 70px;
  width: 70%;
  margin: 0 auto;
}
/*=================================================
why bosbora
===================================================*/
.why_busbora {
  background: #f7f7f7;
}
.how_works_box {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
}
.why_us_icon {
  animation: translateUp 0.6s linear alternate infinite;
}
/*================================================
Gallery
===================================================*/
.gallery__section {
  background: #f7f7f7;
}
.gall-img {
  min-height: 300px;
  object-fit: cover;
}

.gallery_carousel .gall_item_inner {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #eee;
}

.gallery_carousel .gall_item_inner img {
  transition: all 2s;
}

.gallery_carousel .gall_item_inner:hover img {
  transform: scale(1.2);
}

.gallery_carousel .owl-nav {
  margin-top: 0 !important;
  position: absolute !important;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.gallery_carousel .owl-nav button span {
  background: var(--blueColor);
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}

.gallery_carousel button.owl-prev {
  position: absolute !important;
  left: 5px;
}

.gallery_carousel button.owl-next {
  position: absolute !important;
  right: 5px;
}

.gallery_carousel .owl-nav button:hover span {
  opacity: 1;
}
/*==============================================
Top Operators
================================================*/
.box-operator-name {
  color: var(--darkColor);
  margin: 0;
  line-height: 37px;
  font-size: 15px;
  position: relative;
  padding-left: 27px;
  text-transform: uppercase;
}
.box-operator-name::before {
  position: absolute;
  content: "";
  background: url("../img/icons/bus_icon.png");
  top: 9px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
/*===============================================
Top Routes
=================================================*/
.bus-place {
  font-weight: 500;
  font-size: 15px;
  color: var(--darkColor);
  margin: 0;
  line-height: 38px;
  position: relative;
  padding-left: 27px;
  text-transform: uppercase;
}
.bus-place::before {
  position: absolute;
  content: "";
  background: url("../img/icons/location_1.png");
  top: 9px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
p#lightcase-caption {
  display: none !important;
}
.routes_list_all {
  display: none;
}
button.show_all_route_btn {
  border: none;
  outline: none;
  color: var(--darkColor);
  border-radius: 2px;
  position: relative;
  padding-bottom: 4px;
  margin-top: 4px;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
}
/* #################### */
.route_text_flex {
  background: #eee;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed var(--darkColor);
  border-radius: 7px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.route_text_flex:hover {
  color: var(--blueColor);
  border: 1px dashed var(--blueColor);
  background-color: var(--whiteColor);
}
/*=======================================================
Reviews
=========================================================*/
.single-stories {
  display: flex;
  padding: 10px;
  background: var(--whiteColor);
  border: 1px solid var(--headerFooterBgColor);
  border-radius: 4px;
  margin-right: 15px;
}

.single-stories-content {
  padding: 0px 20px;
}

.client_name {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.client_designation {
  margin: 0;
  color: var(--blueColor);
}

.rating_star {
  color: var(--blueColor);
}

.review_carousel {
  display: flex;
  align-items: center;
  width: 135%;
}

.review_carousel_wrapper {
  position: relative;
}

.slide_control_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 30px;
  outline: none !important;
  box-shadow: none !important;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

/*==========================================
App Section
============================================*/
.app_sec {
  background: var(--blueColor);
}
.qr_image {
  background: #fff;
  border-radius: 5px;
  width: 140px;
}
.app_sec .section-title h2 {
  font-size: 32px;
  color: var(--darkColor);
  text-align: left;
}
.app_sub_title {
  font-size: 16px;
  line-height: 1.5;
  color: var(--darkColor);
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.app_store_btn {
  display: inline-block;
  text-align: center;
}
.qr_code {
  width: 130px;
  color: var(--darkColor);
  border-radius: 3px;
}
.store_img_link {
  text-decoration: none;
}
.store_img_link img {
  border-radius: 15px;
  width: 180px;
  object-fit: cover;
}
.download_app_image {
  height: 450px;
}
.app_url_img {
  display: flex;
  gap: 10px;
}
/*================================================
Payment
==================================================*/
.payment_sec {
  background: #f1f1f1;
}

.payment-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pay-img-wrapper {
  height: 130px;
  width: 130px;
  background: var(--whiteColor);
  border-radius: 4px;
  margin: 5px;
  box-shadow: 0px 4px 5px #dddddd61;
  border: 1px solid #eee;
  position: relative;
}

.pay-img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}
/*=================================================
Partner
===================================================*/
.details {
  background: #f5fcfe;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px dashed #00aeef;
}
/*================================================
Footer
==================================================*/
footer {
  background-color: #eee;
  position: relative;
  margin-top: auto;
  border-top: 4px solid var(--darkColor);
}

.footer_contact_address {
  display: inline-flex;
  flex-direction: column;
}
.footer_contact_address a {
  text-decoration: none;
  line-height: 32px;
  font-weight: 400;
  transition: all ease-in-out 0.2s;
}
.footer_contact_address a:hover {
  color: #00aeef !important;
}
.footer_contact_address a:hover .social_icon {
  color: #00aeef !important;
}
.footer_contact_address a span {
  min-width: 160px;
  display: inline-block;
  text-align: left;
}
.social_icon {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 25px;
  color: #0c1037;
  font-size: 16px;
  transition: all ease-in-out 0.2s;
  border: 1px solid #0c103724;
  border-radius: 3px;
}
.footer_logo {
  max-width: 200px;
  margin-top: 32px;
}
.b-footer-logo-containter {
  position: relative;
  z-index: 1;
}
.xxs_logo {
  width: 115px;
}

.f-primary-sb {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--blueColor);
  text-transform: uppercase;
}

.fq-link a {
  display: inline-block;
  color: var(--darkColor);
  line-height: 26px;
  text-decoration: none;
}

.fq-link a:hover {
  color: var(--blueColor);
}

.b-blog-short-post {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-links {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  transition: 0.3s;
  color: var(--darkColor);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--darkColor);
  margin-right: 7px;
  border-radius: 50%;
  padding-left: 2px;
}
.social-links a:hover {
  color: var(--blueColor);
  border: 1px solid var(--blueColor);
}

.b-footer-primary {
  background: var(--darkColor);
}

.copy_right_text {
  font-size: 14px;
  color: var(--whiteColor);
}
.small_site_logo {
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  width: 74px;
  margin-left: 5px;
  object-fit: contain;
}
.footer_title {
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
}
.footer_bottom_link a {
  color: var(--whiteColor);
  font-size: 15px;
}

.footer_bottom_link a:hover {
  text-decoration: underline;
}
.footer_imp_link {
  display: inline-flex;
  flex-direction: column;
}
.footer_imp_link a {
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  text-transform: capitalize;
}
.footer_imp_link a:hover {
  color: var(--blueColor);
}
.scroll-to-top {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.btn-scroll {
  background: var(--darkColor);
  width: 60px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  transition: all ease-in-out 0.3s;
  color: var(--whiteColor);
  line-height: 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.btn-scroll i.fa.fa-angle-up {
  line-height: 18px;
  animation: translateUp 0.8s linear alternate infinite;
}
@keyframes translateUp {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(3px);
  }
}

.btn-scroll:hover {
  color: var(--blueColor);
}

span#vookmarkBtn {
  display: none;
}

.cupon_input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cuponbtn {
  border: 0;
  color: #ffffff;
  border-radius: 10px;
  padding: 12px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cuponbtn:hover {
  color: #ffffff !important;
}

/*=======================================================
Congratulations Page
=========================================================*/
.ticket_box {
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  padding: 30px;
  min-height: 380px;
  border: 1px solid #eee;
  border-radius: 15px;
  height: 100%;
}

.tick_dtls_title {
  font-size: 20px;
  background: var(--blueColor);
  text-align: center;
  padding: 5px;
  color: #fff;
  margin-bottom: 0px;
  border-radius: 5px;
}

.single_item {
  margin: 6px 0 0 0;
  padding: 2px;
  font-size: 15px;
  font-weight: 700;
  color: #444;
  background-color: #e3e3e36b;
  text-align: center;
  line-height: 20px;
}

.single_item span {
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  color: var(--blueColor);
}

.single_item.special {
  background: #eaeff5;
}

.operator_name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 5px;
  color: var(--blueColor);
  text-transform: capitalize;
}

.ticket_box.right {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ticket_box.right img {
  width: 100px;
}

.search_btn:focus {
  color: #fff !important;
}

/*=======================================================
Login Page
=========================================================*/
.login-box {
  padding: 25px 40px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  border-radius: 15px;
}

.login-form-head h4 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #444;
}

.form-gp {
  position: relative;
  margin-bottom: 15px;
}

.form-gp input {
  width: 100%;
  height: 44px;
  border: 1px solid #c8c8c8;
  outline: none !important;
  box-shadow: none !important;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.form-gp i {
  position: absolute;
  right: 10px;
  color: #3333336b;
  font-size: 16px;
  top: 13px;
}
.profile-right-tab-content .form-gp i {
  top: 38px !important;
}
.iti {
  display: block !important;
}

.social-btn a {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 5px;
}

.google-ico {
  background-color: #dd4f46 !important;
  color: #fff !important;
}

.fb-ico {
  background-color: #405893 !important;
  color: #fff !important;
}

.form-footer a {
  margin-left: 5px;
}

.forget_txt {
  font-size: 15px;
  font-weight: 500;
  color: var(--blueColor);
  text-decoration: none;
  text-transform: capitalize;
}

/*=========================================================
Profile Page
===========================================================*/
.profile-left-tab {
  border: 1px solid #eee;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.profile-right-tab-content {
  border: 1px solid #eee;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  min-height: 500px;
  padding: 20px;
}

li.top-li {
  padding: 15px;
  text-align: center;
}

.profile-left-tab li a {
  padding: 8px 15px;
  display: block;
  text-align: left;
  color: #3e3e52;
  font-weight: 500;
  border-radius: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  cursor: pointer;
}

.profile-left-tab li .active {
  background-color: var(--blueColor) !important;
  color: #fff !important;
}
.header-user-btn.signin {
  color: var(--blueColor) !important;
}
.wlc_msg {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  border-bottom: 1px dashed var(--blueColor);
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
}
li > div {
  width: 90%;
}

.profile-right-tab-content .form-gp input {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.lang__anc {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}
.flag-icon {
  margin-right: 5px !important;
}
/*========================================================
Download Ticket Page
==========================================================*/
.download-ticket-box {
  margin: 10px auto;
  transition: all 0.3s ease-in-out;
  padding: 25px 40px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  min-height: 365px;
  border: 0;
  border-radius: 5px;
}

.tkt-dnld-right-box {
  border: 1px solid #eee;
  background: #fff;
}

.tkt-dnld-right-box p {
  text-align: center;
  margin: 80px 7%;
  background: #f9ad1c;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}

.tkt-dnld-right-box p i {
  font-size: 40px;
}

/*===================================================
Contact Page
=======================================================*/
.b-contact-form-box {
  border: 1px solid #eee;
  min-height: 460px;
  padding: 20px 40px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
}

.cont_right_box {
  text-align: center;
}

.b-google-map__info-window-address-title {
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.cont_right_box .single_box {
  background: var(--blueColor);
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
}
.cont_right_box_icon {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  border: 1px dashed #fff;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.cont_right_box .desc {
  text-decoration: none;
  font-weight: 500;
  color: #eee;
  transition: all 0.3s;
}
.cont_right_box a.desc:hover {
  color: #000;
}
/*======================
404 page
=======================*/
.page_404 {
  padding: 40px 0;
  background: #fff;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(../img/error.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.contant_box_404 {
  margin-top: -30px;
}

/* **************  *************** */
.service_title {
  font-size: 17px;
  font-weight: 600;
  margin: 0px 0px 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  text-transform: capitalize;
  color: var(--blueColor);
}
.ckout_left_table td {
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding: 5px 0;
  font-weight: 500;
}
.ckout_left_table td:first-child {
  min-width: 120px;
}
.ckout_left_table td:last-child {
  text-align: right !important;
}
.ckout_left_table .amount_td {
  font-weight: 600 !important;
}
.chk-form-box {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
  margin-bottom: 30px;
}

.rightSide .right-table th {
  color: #000;
  font-size: 13px !important;
}

.rightSide .right-table th {
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 13px !important;
}

.right-table {
  margin-bottom: 15px;
}

.service_tbl {
  width: 100%;
  border-collapse: collapse;
}

.radio_td label {
  display: flex;
  align-items: center;
}

.service_tbl td {
  border: 1px solid #ddd;
  padding: 5px 6px;
  vertical-align: middle;
}

.service_tbl th {
  border: 1px solid #ddd;
  padding: 5px 6px;
}

.amount_td {
  text-align: center;
  font-weight: 600;
}

.service_tbl thead {
  background: var(--blueColor);
}
.service_tbl select {
  border: 1px solid #ddd;
  border-radius: 10px;
  min-height: 30px;
}
.service_tbl thead th {
  color: #fff !important;
}
.service_tbl .form-control {
  min-height: 30px !important;
  padding: 4px 10px !important;
}
.active .dept_title {
  color: #224e8b;
  opacity: 1;
}

.dept_title {
  color: #000;
  margin: 5px 0;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.3;
}

.active .bus_img_bg.dept_bus {
  opacity: 1;
  filter: grayscale(0);
}

.bus_img_bg.dept_bus {
  opacity: 0.3;
  filter: grayscale(1);
}

.active .return_title {
  color: #000;
  opacity: 1;
}

.return_title {
  color: #000;
  margin: 5px 0;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.3;
}

.active .bus_img_bg {
  opacity: 1;
}

.bus_img_bg {
  opacity: 0.3;
}

.pre_next_btn {
  color: #fff;
  background: var(--blueColor);
  border-color: var(--blueColor);
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  outline: none !important;
  transition: all ease-in-out 0.3s;
  margin: 0 auto;
  padding: 8px 5px;
  min-width: 90px;
  text-align: center;
}

.modify_src_btn {
  color: #fff;
  background: var(--blueColor);
  border-color: var(--blueColor);
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
  outline: none !important;
  transition: all ease-in-out 0.3s;
  margin: 0 auto;
  padding: 8px 5px;
  min-width: 90px;
  text-align: center;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.4;
  background: var(--blueColor);
  border-color: var(--blueColor);
  cursor: no-drop;
}

.b-search-map__wrap {
  margin-bottom: 20px;
}

.modify_src_btn:hover {
  color: var(--blueColor) !important;
  background-color: transparent !important;
  border-color: var(--blueColor) !important;
}

.border_right_gray {
  border-right: 2px dashed #e3e3e3;
}

.pre_next_btn:hover {
  color: #093f0b !important;
  background-color: transparent !important;
  border-color: #093f0b !important;
}

.active .location_title_dept {
  color: var(--blueColor);
  opacity: 1;
}

.location_title_dept {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0;
  opacity: 0.3;
}

.active .location_title_return {
  opacity: 1;
}

.location_title_return {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0;
  opacity: 0.3;
}

.active .date_title {
  opacity: 1;
}

.date_title {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  opacity: 0.3;
}

.close_dpt {
  position: absolute;
  top: 25px;
  font-size: 13px;
  color: #000;
  right: 19px;
  text-decoration: none;
  font-weight: 600;
  z-index: 9;
  cursor: pointer;
}

.close_dpt:hover {
  color: #fff;
}

.otp_resend_btn:hover {
  color: #f00;
}

.errorTextMsg {
  font-size: 14px !important;
  color: #ff0000;
  display: none;
}
.errorMsg {
  font-size: 14px !important;
  color: #ff0000;
  display: none;
}

.iti__country-list {
  width: 300px !important;
}

.iti__country {
  white-space: pre-wrap !important;
}

#otp_option_msg {
  font-weight: 500;
}

#regOtpResend {
  background: transparent;
  border: 0;
  font-weight: 500;
}
.coupon__err {
  font-size: 13px;
  margin: 0px 8px;
  color: rgb(255, 0, 0);
  font-weight: 500;
}
#myModal .modal-header {
  background-color: var(--blueColor);
}
#myModal .modal-title {
  color: #fff;
}
#myModal .btn-close {
  filter: invert(1);
  opacity: 1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
}
.start_end_point {
  position: relative;
  padding-left: 23px;
}
.abs_inner_line {
  position: absolute;
  content: "";
  top: 24px;
  left: 5px;
  width: 2px;
  height: 80%;
  background: #c1c1c1;
  transform: translateY(-50%);
  z-index: 0;
}
.busbora__home__ads {
  max-height: 240px;
  object-fit: contain;
  width: 100%;
}
.abs_inner_line::before {
  position: absolute;
  content: "";
  top: 0;
  left: -5px;
  width: 12px;
  height: 12px;
  background: #00aeef;
  border: 2px solid #00aeef;
  z-index: 0;
  border-radius: 50%;
}
.abs_inner_line::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -5px;
  background: #ff152b;
  z-index: 0;
  border-radius: 2px;
  font-size: 18px;
  line-height: 18px;
  height: 12px;
  width: 12px;
}
.active_lan {
  background-color: #dddddd;
  border-left-color: #5e196a !important;
}
/* Payment Page css */
.trip_details_ul {
  padding: 0 6px;
  border: 1px solid #ececec;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 10%);
  border-radius: 4px;
}
.tap_details_link {
  color: #00aeef !important;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 0;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.shadow {
  box-shadow: 0px 0px 30px rgb(127 137 161 / 10%) !important;
}
.payment-page-top h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0c1037;
}
.trip_details_ul li {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  list-style: none;
  display: flex;
}
.trip_details_ul li span:first-child {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  min-width: 130px;
  text-align: right;
  padding-right: 5px;
}
.circles-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
.loader {
  position: relative;
  float: left;
  user-select: none;
  box-sizing: border-box;
  height: 70px !important;
  margin: 10px 0;
  min-width: 160px;
}
.loader-bg {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #00aeef;
  box-shadow: 2px 2px 20px 0 transparent;
}
.ctext {
  text-align: center;
  font-size: 40px;
  color: #00aeef;
  font-weight: 700;
}
.payment-page-top h3 {
  font-size: 18px;
  font-weight: 600;
}
.time_remaining {
  color: #00aeef !important;
  text-transform: capitalize;
}
.pay-infos {
  margin: 30px auto 10px;
  position: relative;
}
#toasts {
  position: absolute;
  top: -35px;
  right: 0;
}
.text {
  color: #00aeef !important;
  font-weight: 700;
}
.pay-infos h5 {
  font-size: 18px;
  color: #0c1037;
  font-weight: 700;
  margin: 5px 0;
  text-align: left;
}
.pay-infos .business_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay-infos .num_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay_number {
  color: #f50404 !important;
}
.copy_icon {
  cursor: pointer;
}
.copy_icon:hover {
  opacity: 0.5;
}
.payment_dropdown {
  display: flex;
  gap: 10px;
  margin: 5px 0 20px;
  flex-wrap: wrap;
}
.payment_dropdown_img_label {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 4px 10px #bebbbb99;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.payment_dropdown_img_label .fa-info {
  position: absolute;
  right: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #bcbbbb;
  border-radius: 50%;
  top: 3px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  z-index: 1;
}
.payment_dropdown_img_label p {
  margin: 10px 0px 0px;
  font-size: 14px;
  font-weight: 600;
}
.payment_dropdown img {
  border-radius: 4px;
  cursor: pointer;
  width: 110px;
  position: relative;
  padding: 10px 10px 0px;
}
h5.or {
  position: relative;
  font-size: 18px;
  color: #6d6d6d;
}
h5.or::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #ddd;
  bottom: 11px;
}
h5.or strong {
  position: relative;
  padding: 0px 5px;
  z-index: 1;
  background: #fff;
}
.mobile_pay_group {
  position: relative;
}
.mobile_pay_group .fa-mobile-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.mobile_pay_group .mid_cont_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  padding: 5px 20px !important;
  font-size: 14px;
  min-height: auto !important;
  border-radius: 8px !important;
  font-weight: 500;
}
.select_payment_title {
  color: #00aeef;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.pay_method_subtitle {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}
.payment_dropdown input[type="radio"] {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.position-relateve {
  position: relative !important;
}
.spiner {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: #00aeef;
  width: 100%;
  background: #f1f1f1;
  min-height: 45px;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
}

.spinerSB {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  color: #00aeef;
  width: 100%;
  background: #f1f1f1;
  min-height: 42px;
  border-radius: 4px;
  text-align: center;
  line-height: 45px;
}
.routeTitle {
  color: #0b1b35 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 16px;
  padding-top: 3px;
}

.validation-star {
  color: #ff0000;
}
#payBackBtn {
  display: inline-block;
  background: #f2f2f2;
  padding: 8px 50px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: all ease-in-out 0.3s;
}
#payBackBtn:hover {
  background: #eee;
}
.coupon_code {
  font-size: 14px;
  color: #00aeef;
  font-weight: 600;
}
span.coupon_code_btm_txt {
  color: #f00;
  font-weight: 600;
  font-size: 13px;
}
.coupon_flex {
  border: 1px dashed #0c1037;
  padding: 2px 8px;
  border-radius: 5px !important;
  background: #eff1f3a8;
  display: block;
  width: 100%;
}
.coupon_close_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.remove_coupon {
  font-size: 25px;
  line-height: 0;
  font-weight: 600;
  cursor: pointer;
}
span.remove_coupon:hover {
  color: #f00;
}
.onward_passanger_wrap {
  margin-bottom: 10px;
}
.onward_passanger_wrap .ticket {
  background: #eee;
  padding: 5px 0;
  border-radius: 10px;
  margin: 0px 0px 10px;
}
.onward_seat_box {
  display: block;
  background: #ddd;
  padding: 10px;
  border-radius: 10px;
  cursor: no-drop;
  opacity: 0.7;
}
.onward_price_ckout {
  text-align: right;
  font-weight: 600;
  font-size: 22px;
  color: #0c1037;
}
.saleAreaInput {
  background: #fff;
  position: sticky;
  bottom: 0;
  z-index: 9;
  padding: 5px 0 10px;
  border-top: 1px dashed#ddd;
}
.page_title {
  text-align: center;
  font-size: 34px;
  margin: 0;
}
.modify_search_wraper.return {
  margin-top: 0 !important;
}
.route_table_box {
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed var(--blueColor);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.route_table_box span {
  color: var(--blueColor);
  font-weight: 600;
  font-size: 16px;
}
.route_table_box h3 {
  margin: 0;
  font-weight: 900;
  font-size: 30px;
}
.bus_terminal_wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single_bus_terminal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 13px 10px;
  border: 1px dashed var(--blueColor);
  margin: 10px 0px;
  border-radius: 30px;
}
.single_bus_terminal a:first-child {
  width: 68%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single_bus_terminal a img {
  width: 22px;
}
.single_bus_terminal a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--darkColor);
}

.extra-departure {
  display: none;
}

.viewless {
  display: none;
}
/*  */
.route_banner {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.route_banner img {
  width: 100%;
  background-size: cover;
  height: 100%;
  object-fit: cover;
}
.route_banner h1 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 8px #000;
  font-size: 45px;
  text-transform: capitalize;
}
.route_banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000059;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.btn_scroll {
  background: var(--primaryColor);
  font-size: 26px;
  height: 40px;
  width: 40px;
  line-height: 20px;
  color: #fff;
  padding: 0;
  border: 0;
  box-shadow: none !important;
  outline: 0;
}
/*  */
#adsPromtModal .modal-body {
  padding: 0;
  position: relative;
}
#adsPromtModal .modal-header {
  padding: 5px;
}
#adsPromtModal #close {
  background: #f90119;
  border: 0;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.9;
}
#adsPromtModal #close:hover {
  opacity: 1;
}
#adsPromtModal #close i {
  color: #fff;
}
#adsPromtModal .modal-content {
  background-color: transparent !important;
}

/* Marquee Scroll */
.scrollbar {
  margin-top: 50px;
}
.marquee_title {
  background: var(--darkColor);
  color: var(--whiteColor);
  white-space: nowrap;
  letter-spacing: 0.4px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  text-transform: capitalize;
  height: 40px;
  line-height: 38px;
  padding: 0 5px;
  width: 110px;
  text-align: center;
}
.marquee-news {
  width: calc(100% - 110px);
  border-radius: 0 5px 5px 0;
  background: #f7f7f7;
  height: 40px;
  line-height: 35px;
  border: 1px solid var(--blueColor);
}
.marquee-news h6 {
  color: #000;
  line-height: 37px;
  font-weight: 500;
}
.insctruction_close_btn {
  font-size: 20px;
  outline: none;
  box-shadow: none;
}
.payment_toggle_content_wrapper {
  font-size: 14px;
}
.d-start-time {
  font-size: 14px !important;
}
.amenities_img_wrap img {
  width: 25px;
  margin: 0 0 10px;
}
/* ====filters==== */

.range-values {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
}
.range-slider {
  appearance: none;
  width: 100%;
  height: 5px;
  background: #01adee;
  border-radius: 5px;
  outline: none;
  z-index: 2;
  margin: 10px 0px;
}

.offcanvas-bottom {
  height: 80vh !important;
}

.offcanvas-header {
  border-bottom: 1px solid #c1b6b6;
}
.custom-focus {
  border: 2px solid red;
  border-radius: 50%;
  font-size: 10px;
}
.custom-focus:focus {
  outline: 2px solid red !important;
  box-shadow: 0 0 5px red !important;
}
.offcanvs-bdy {
  padding: 0px 15px;
}
.offcanves_modals {
  background: #ffffff;
}
.filter_offcan {
  display: flex !important;
  justify-content: flex-end;
  text-align: right;
  gap: 20px;
}
h3 {
  margin-bottom: 10px;
}

.time-group {
  margin-bottom: 20px;
}

.time-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.time-button {
  padding: 5px 9px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  max-width: 112px !important;
  font-size: 14px;
  margin: 0px;
  color: #0e0d0d;
  font-weight: 500;
  cursor: pointer;
  height: auto;
  letter-spacing: 0.2px;
  min-width: 105px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.time-button.active {
  background: var(--baseColor);
  color: #fff;
}
.time-button i {
  font-size: 17px;
  color: #757373;
}
.check_icon {
  border: 1px solid #01adee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  font-size: 17px;
}
.check_icon_wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
  border: 1px solid #01adee;
  width: 54px;
  height: 54px;
  line-height: 20px;
  border-radius: 10px;
  padding: 3px;
  margin: 2px 0px;
}

.check_icons {
  font-size: 16px;
  margin-top: 2px;
}
.time-button.active i {
  color: #fff;
}
.filter_bottons {
  box-shadow: none !important;
  padding: 0px;
}

.filter_bottons:hover {
  background: #f7f7f7;
}
.total_trip_busbora {
  font-size: 17px;
  font-weight: 700;
}
.filter-list {
  text-align: start !important;
}
.title_type {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #070808 !important;
  text-transform: capitalize;
  margin: 12px 0px;
}
select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  border-color: #ced4da;
  height: 40px;
  background-image: none !important;
}

select.form-select:focus {
  box-shadow: none !important;
  border-color: #86b7fe;
}
.label_opartor {
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  color: #494948;
  margin-left: 5px;
}

.offcanvas-footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.show-trips-reset {
  padding: 8px;
  background: #e5e8ed;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}

.show-trips-reset:hover {
  color: var(--baseColor);
  background: #e7edf4;
}
.show-trips-apply {
  padding: 8px;
  background: var(--baseColor);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}

.show-trips-apply:hover {
  color: #fff;
  background: #000;
}
.button-container {
  display: flex;
  width: 100%;
  gap: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.button-container .reset {
  flex: 1;
}

.button-container .show-trips-reset {
  width: 100%;
}
.button-container .show-trips-apply {
  width: 100%;
}
/* ====drop===== */
.drop-dwon {
  display: flex;
}
.text_sort {
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}
.filter-icon-part {
  margin-top: 10px;
}
.found-total {
  margin-top: 10px;
}

.list-icons i {
  color: #0c1037;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  font-size: 17px;
}

.sorting_select {
  min-width: 200px;
  text-align: left;
  margin-top: 5px;
  height: 42px;
  border-radius: 5px;
}
.filter-item label {
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 28px;
}
.text-closess {
  box-shadow: none !important;
}

.amenites_toilet {
  margin-left: 12px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: transparent !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
  border-radius: 10px;
  border: none !important;
}
.sorting_select .select2-container .select2-selection--single {
  height: 42px;
}
.sorting_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
}

.sorting_select
  .select2-container--default
  .select2-results__option[aria-selected="true"]::before {
  content: "✔";
  position: absolute;
  left: 8px;
  font-family: "FontAwesome";
  font-weight: 700;
}
.sorting_select
  .select2-container--default
  .select2-selection__rendered::before {
  content: "✔";
  font-weight: 900;
  color: #000000;
  margin-right: 8px;
}
.sorting_select
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  position: relative;
  padding-left: 30px;
  color: #000000;
}

/* Award CSS */
.awards_section {
  background: #00aeef1f;
  position: relative;
  overflow: hidden;
}
.award_main_title {
    font-size: 35px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 15px 0px 20px;
    line-height: 1;
}
.award_sub_title {
    font-size: 25px;
    max-width: 75%;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}
p.award_sub_title span {
    color: #fc8e10;
}
.award_main_desc {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.images-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 10px;
    max-height: 400px;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, 0.4s ease;
  background: #1e293b;
  border-radius: 15px;
}
.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-wrapper:hover::before {
  opacity: 1;
}

.golden-frame {
    background: #e0f5fc;
}
.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    max-height: 400px;
}
.image-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: white;
    padding: 10px;
    font-weight: 500;
    font-size: 0.95rem;
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.award-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgb(251 191 36 / 7%);
    border: 2px solid #fbbf24;
    padding: 5px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    font-size: 15px;
}

.trophy-icon {
  font-size: 1.5rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 991px) {
  .award_main_title {
    font-size: 2.2rem;
  }

  .award_sub_title {
    font-size: 1.3rem;
  }

  .award_main_desc {
    font-size: 1rem;
  }
  .image-wrapper img {
    max-height: 285px;
}
}

@media (max-width: 767px) {
  .award_main_title {
    font-size: 1.8rem;
  }
.award_sub_title {
    font-size: 1.25rem;
    max-width: 100%;
}
  .image-wrapper {
    margin-bottom: 20px;
  }

.award_main_title {
    font-size: 1.5rem;
    margin: 15px 0px 10px;
}

  .award-badge {
    font-size: 0.85rem;
  }
}


.legend_group {
    background: #e8ecef91;
    padding: 3px;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
    margin-bottom: 10px;
    column-gap: 5px;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 30px;
}
.legend-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}