/**
* Template Name: Saraparibahan
* Version: 1.0
* Author: Ikram Hossen
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/*====================================================================
	root css
====================================================================*/
:root {
    --theme-body-font: 'Poppins', sans-serif;
    /* --baseColor: #1ac0ec; */
    --baseColor: #2a2a72;
    --secondaryColor: #F88922;
    --greenColor: #58b747;
    --redColor: #ed2c29;
    --grayColor: #f7f7f7;
    --blackColor: #222222;
    --whiteColor: #ffffff;
    --blueColor:#2a2a72;
}
body {
    font-family: var(--theme-body-font);
    color: var(--blackColor);
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 28px;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--theme-body-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--blackColor);
}
p, span, div{
    font-family: var(--theme-body-font);
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
}
/*====================================================================
	Header css
====================================================================*/
/* .beta_tag {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    padding: 3px;
    background: #f10303 !important;
    position: relative;
    z-index: 66;
}
.sticky .beta_tag {
    display: none;
} */
 .header_top{
    font-size: 18px ;
 }
.topbar a{
    color: var(--whiteColor);
}
.topbar a:hover {
    color: var(--blackColor)!important;
}
header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
    border: 0px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    box-shadow: none;
}
header.sticky {
    border-bottom: 1px solid #ddd;
}
.topbar {
    background: var(--baseColor);
}
.call-item .svg-inline--fa {
    max-height: 22px;
    padding: 1px 7px;
    color: #fff;
}
.call-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.call_item_flex {
    display: flex;
    align-items: center;
}
.call_item_flex a {
    width: 30px;
    display: inline-block !important;
    text-align: center;
}
.topbar a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    display: inline;
}
.demoNavBar li a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
     color: var(--blackColor) !important;
}
.sticky .demoNavBar li a {
    font-size: 16px;
}
.sticky .demoNavBar li .phone {
    line-height: 22px;
    font-size: 14px;
}

.nav-link.active {
    font-weight: 500;
}
.demoNavBar li a:hover {
    color: var(--baseColor) !important;
}
.nav-link.active {
    color: var(--baseColor) !important;
    position: relative;
}
.pulse {
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--secondaryColor);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--secondaryColor);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(222, 84, 72, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
  }
}
i.fa.fa-chevron-down {
    font-size: 12px;
    font-weight: 600;
}
.dropdown-menu{
    z-index: 99999;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
a.lang__anc.active_lan span {
    color: var(--baseColor) !important;
}
.site_logo {
    max-width: 300px;
    max-height: 90px;
    transition: all ease-in-out .5s;
}
.sticky .site_logo {
    max-width: 230px;
    max-height: 60px;
}
.nav-link.active::after {
    display: none;
}
.active_lan {
    border: 0px !important;
    color: var(--grayColor) !important;
    background-color: transparent !important;
}
.lang__anc{
    margin-top: 2px;
}
.lang__anc:hover span{
    color: var(--baseColor) !important;
}
.call-item .svg-inline--fa {
    margin-top: -4px;
}
.demoNavBar .drop-down li a {
    border-left: 0px;
}
.demoNavBar .drop-down li a:hover {
    border-left: 30px;
}
.form-control {
    border-radius: 10px !important;
    max-width: 100% !important;
    border: 1px solid #ddd;
}
.b-search-map__wrap .form-control {
    border-radius: 10px !important;
    background: #fff;
}
.forget_txt {
    color: var(--baseColor);
}
.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(--greenColor);
    background: var(--greenColor);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--baseColor) !important;
    background: var(--baseColor) !important;
}
.login-user-icon {
    color: var(--baseColor);
    display: inline-block;
    font-size: 18px;
    border: 0;
    background: #fff;
    line-height: 35px;
    margin-right: 5px;
}
.login-user-icon::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -15px;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
.login-user-icon{
    background-color: #eee;
}
.demoNavBar li {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.sticky .demoNavBar li {
    padding: 5px 15px;
}
 .demoNavBar li.phone_number_menu a {
    color: var(--whiteColor) !important;
}
.sticky .demoNavBar li a:hover {
    color: var(--baseColor) !important;
}
.sticky .demoNavBar li.phone_number_menu a:hover {
    color: var(--blackColor) !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    background: #f2f2f2;
}
#preloader .loader {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #preloader .loader .center {
    width: 35px;
    height: 35px;
    background: var(--baseColor);
    border-radius: 50%;
    animation: center 3.2s ease-in-out infinite;
    margin-left: 30px;
    color:var(--whiteColor);
}
#preloader .loader .item {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--baseColor);
    border-radius: 50%;
    content: '';
    color:var(--whiteColor);
}
#preloader img {
    object-fit: contain;
    object-position: center;
}
  .item-1 {
    animation: anim-1 3.2s ease-in-out infinite 0.2s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-1 {
    0%, 60%, 100% {
      transform: rotate(45deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(45deg) translateX(0) scale(1.5);
    }
  }
  .item-2 {
    animation: anim-2 3.2s ease-in-out infinite 0.4s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-2 {
    0%, 60%, 100% {
      transform: rotate(90deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(90deg) translateX(0) scale(1.5);
    }
  }
  .item-3 {
    animation: anim-3 3.2s ease-in-out infinite 0.6s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-3 {
    0%, 60%, 100% {
      transform: rotate(135deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(135deg) translateX(0) scale(1.5);
    }
  }
  .item-4 {
    animation: anim-4 3.2s ease-in-out infinite 0.8s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-4 {
    0%, 60%, 100% {
      transform: rotate(180deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(180deg) translateX(0) scale(1.5);
    }
  }
  .item-5 {
    animation: anim-5 3.2s ease-in-out infinite 1s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-5 {
    0%, 60%, 100% {
      transform: rotate(225deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(225deg) translateX(0) scale(1.5);
    }
  }
  .item-6 {
    animation: anim-6 3.2s ease-in-out infinite 1.2s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-6 {
    0%, 60%, 100% {
      transform: rotate(270deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(270deg) translateX(0) scale(1.5);
    }
  }
  .item-7 {
    animation: anim-7 3.2s ease-in-out infinite 1.4s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-7 {
    0%, 60%, 100% {
      transform: rotate(315deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(315deg) translateX(0) scale(1.5);
    }
  }
  .item-8 {
    animation: anim-8 3.2s ease-in-out infinite 1.6s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-8 {
    0%, 60%, 100% {
      transform: rotate(360deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(360deg) translateX(0) scale(1.5);
    }
  }
  @keyframes center {
    0%, 10%, 90%, 100% {
      transform: scale(0.7);
    }
    45%, 55% {
      transform: scale(1);
    }
  }
/*====================================================================
	Banner css
====================================================================*/
.banner-title {
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: -45px;
    left: 0;
    text-shadow: 0px 3px 10px #000;
}
.icon-img{
    margin: 12px 0px;
}
.owl-prev {
    right: 70px !important;
    left: auto !important;
}
button.owl-prev {
    left: auto !important;
}
button.owl-next {
    right: 20px !important;
}
.banner_carousel .owl-nav button span {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 20px;
    opacity: 0.6;
    background: transparent !important;
    display: inline-block;
    border: 2px solid var(--whiteColor);
    border-radius: 0px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--blackColor) !important;
}
/* =========banner img ====== */
.banner_carousel {
    overflow: hidden;
}
.home_banner_section {
    position: relative;
    width: 100%;
    height: calc(100vh - 73px);
    overflow-x: hidden;
    max-height: 100vh;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 75px;
}
.banner_carousel  .owl-stage-outer {
    background: #fff;
    border-radius: 0px !important;
}
.home_banner_section .banner_carousel .item {
    height: calc(100vh - 73px); 
    max-height: calc(100vh - 73px);
}

.home_banner_section .banner_carousel .item img.banner_img {
    width: 100%;
    height: calc(100vh - 73px);
    object-fit: cover;
    max-height: 100%;
}
.banner_carousel .item::after{
    display: none;
}
.tab_wrapper_container {
    z-index: 2;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.tab_wrapper_container.sticky {
    position: sticky;
    /* top: 95px; */
    top: 59px;
    z-index: 999;
    background: #efefef;
    transition: all 0.3s ease;
    padding: 10px 0px;
}
.beta_tab_wrapper_container.sticky {
    top: 95px !important;
}
.tab_wrapper {
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
}
.sticky .tab_wrapper {
    padding: 3px 20px;
}
.tab_wrapper .nav-pills-wrap {
    text-align: center;
}
.tab_wrapper .nav-pills {
    background: var(--whiteColor);
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,117,255,.09);
    left: 50%;
    padding: 0 60px;
    transform: translate(-50%,calc(-50% - 5px));
}
.tab_wrapper .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0px;
    min-width: 100px;
    border-bottom: 3px solid var(--whiteColor);
    color: var(--blackColor) !important;
    padding: 15px 10px;
    transition: all .2s cubic-bezier(.4,0,.2,1);
    font-size: 16px;
    font-weight: 500 !important;
}
.tab_wrapper .nav-pills .nav-link.active {
    color: var(--baseColor) !important;
    background: transparent !important;
    border-bottom: 3px solid var(--secondaryColor);
}
.tab_wrapper .tab-content {
    background: var(--whiteColor);
    border-radius: 20px;
    box-shadow: 0 20px 100px 10px rgba(24,33,77,.05);
    padding: 50px 25px 25px;
    min-height: 154px;
}
.phone_number_menu .phone_icon {
    color: #fff;
}
.tab_wrapper .booking-box__body {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.tab_wrapper .form-control {
    border-radius: 0px !important;
    padding: 0;
    border: 0;
    font-size: 26px;
    font-weight: 600;
    color: #444444;
    border: 0px !important;
}
.tab_wrapper .repeat-arrow-img-btn {
    border: 1px solid #dbdde0 !important;
}
.tab_wrapper .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-radius: 0px !important;
}
.b-form-group{
    position: relative;
}
.tab_wrapper .b-form-group::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60%;
    background: #dbdde0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto 0;
}
.tab_wrapper .b-form-group-end:after {
    display: none !important;
}
.tab_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 26px;
    font-weight: 600;
}
.tab_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.tab_wrapper .booking-box .b-form-group label {
    color: #666;
    margin: 0 0 -4px !important;
    font-size: 14px;
    font-weight: 500 !important;
}
.sticky .tab_wrapper .booking-box .b-form-group label {
    font-size: 12px;
}
.sticky  .tab_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
}
.sticky .tab_wrapper .form-control {
    font-size: 22px;
}
.sticky .tab_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.sticky .tab_wrapper .form-control {
    min-height: 35px;
}
.form-control {
    min-height: 43px !important;
}
.date_show_area {
    min-height: 42px;
    line-height: 42px;
    margin: 0;
    cursor: pointer;
}
.date_text_lg {
    font-size: 26px;
    font-weight: 600;
    color: #444444;
    white-space: nowrap;
    display: block;
}
.date_text_sm {
    font-size: 12px;
    font-weight: 500;
    color: var(--redColor);
    display: block;
    line-height: 15px;
    margin-top: -4px;
}
.select2-dropdown {
    border: 1px solid #dbdde0 !important;
    box-shadow: 0 20px 100px 10px rgba(24,33,77,.05) !important;
    padding: 10px !important;
    border-radius: 10px !important;
    margin-top: 10px;
}
.site_navbar .phone_number_menu a {
    background-color: var(--baseColor);
    border-radius: 4px;
    padding: 0px 20px !important;
    font-weight: 400 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.demoNavBar li .phone {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 15px;
}
.call_now_text {
    border-bottom: 1px solid #ffffffbd;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdde0;
    border-radius: 7px;
}
.select2-search--dropdown {
    display: block;
    padding: 0 0 5px;
}
.topbar button#dropdownMenuButton1 {
    padding-right: 0;
}
/* Scrollbar এর প্রস্থ */
.select2-dropdown ::-webkit-scrollbar {
  width: 5px; /* vertical scrollbar */
  height: 20px; /* horizontal scrollbar */
}

/* Scrollbar ট্র্যাক (ব্যাকগ্রাউন্ড) */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Scrollbar থাম্ব (হ্যান্ডেল) */
::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 10px;
}
/* tab wrapper end */
.booking-box .form-control
.booking-box__body__inner{
    position: relative;
}
.booking-box {
    margin-top: 0;
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 30px;
    padding: 0;
    margin-left: auto !important;
}
.marquee-news {
    border: 0px;
}
.booking-box .booking-box__popup .wrapper-station-list {
    position: relative;
    width: calc(100%);
    height: 100%;
    overflow: auto;
    scrollbar-color: #f2f1f1 var(--baseColor);
    padding-left: 10px;
    scroll-behavior: smooth;
    padding-right: 15px;
}
.booking__box__popup__visible {
    left: -80% !important;
    opacity: 1 !important;
    z-index: -1 !important;
    visibility: visible !important;
}
.booking-box .booking-box__popup .wrapper-station-list ul {
    list-style: none;
    padding: 0px;
}
.booking-box .booking-box__popup .wrapper-station-list .station-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.booking-box .form-control {
    border: none;
    max-width: 100%;
    border-radius: 10px !important;
}
.amount_td {
    font-weight: 800;
}
.currency {
    font-weight: 700;
}
.sorting_select {
    border-radius: 10px;
}
.industry-btn {
    background-color: transparent;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    min-height: 42px !important;
    display: inline-block;
    line-height: 42px !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    min-width: 150px;
    text-align: center;
    border: 0;
   background-image: linear-gradient(150deg, #7070a0 0%, #f68d22 100%) !important;
}
.industry-btn:hover {
    background-image: linear-gradient(150deg, #f68d22 0%, #7070a0 100%) !important;
}
.booking-box .booking-box__popup .wrapper-station-list .station-list-item h6 {
    padding: 8px 0;
    color: var(--blackColor);
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px 0px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    z-index: 9;
    text-transform: uppercase;
}
.banner_title {
    font-size: 30px;
    color: #ffffff;
    text-transform: capitalize;
}
.sticky .banner_title{
    display: none;
}
.spinerSB {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--secondaryColor);
    width: 100%;
    background: #f1f1f1;
    min-height: 45px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search__panel {
    margin-top: 0;
}
.search_btn{
    color: var(--whiteColor);
    text-transform: capitalize;
    font-weight: 600;
    transition: .2s all ease-in-out;
    margin-top: 0px;
    letter-spacing: 0.3px;
    border-radius: 10px !important;
    background-color: var(--baseColor);
    background-image: none;
    background-size: 250% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-in-out!important;
    touch-action: manipulation;
    border: 1px solid transparent;
    width: 100%;
    min-height: 44px;
    display: inline-block;
}
.search_btn:hover{
     background-color: var(--greenColor) !important
}
.repeat-arrow-img-btn {
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 37px;
    left: auto;
    border-radius: 50%;
    border: 2px solid var(--baseColor) !important;
    z-index: 3;
    right: -20px;
}
.repeat-arrow-img-btn img {
    height: 34px;
    width: 24px;

    filter: brightness(0);
    object-fit: contain;
    padding: 3px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.booking-box .b-form-group label {
    font-weight: 500 !important;
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    letter-spacing: 0.2px;
}
/* .modify_search_top_wraper {
    background: #fff;
    border-top: 1px solid #e1f2de;
    padding: 10px 0px;
    border-bottom: 1px solid #e1f2de;
} */
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 22px;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 36px  !important;
    height: 36px !important;
    font-size: 16px !important;
 
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #77b6cd !important;

}
.return-date-text {
    position: absolute;
    background: #fff;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #777;
    font-weight: 500;
    text-transform: capitalize;
    pointer-events: none;
}
.cross-icon {
    position: absolute;
    top: 58%;
    right: 5px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ed2c29;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    z-index: 3;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.cross-icon:hover{
    opacity: 1;
}
.sticky .cross-icon {
    top: 50%;
}


/*====================================================================
	Marque css
====================================================================*/
.marquee_flex {
    display: flex;
    align-items: center;
    background-color: var(--baseColor);
    border-radius: 0;
}
.marquee_title {
    background: var(--redColor);
    padding: 0px 8px;
    white-space: nowrap;
    letter-spacing: 0.4px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    height: 43px;
    line-height: 43px;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 0 46%, 0% 0%);
    width: 202px;
    text-align: center;
    border-radius: 0px;
}
.marquee-news {
    height: 43px;
    width: 100% !important;
    background: var(--baseColor);
}
marquee {
    margin-top: 3px;
}
.marquee-news p {
    font-weight: 500;
    color: #fff;
    font-style: italic;
}
/*--------------------------------------------------------------
# about us
--------------------------------------------------------------*/
.section-padding{
    padding: 60px 0px;
}
.title_about_us {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    max-width: 77%;
}
.cirle_sine {
    color: var(--greenColor);
}
.about_img {
    max-width: 446px;
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}
.list-services {
    gap: 10px;
}
.b-contact-form-box {
    background: #fff;
    border-radius: 15px;
    /* height: 100%; */
    padding: 20px;
}
.about_page_img {
    max-width: 400px;
    display: inline-block;
    border-radius: 50%;
    width: 100%;
}
.call-to-action-2-section {
    background-color: transparent;
    background-image: linear-gradient(150deg, #e7f6fe 0%, #eff9ff 100%);
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
}
.call_action_right_img {
    max-width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}
.call-to-action-title {
    max-width: 70%;
    color: var(--greenColor);
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.stay_up{
    font-weight: 600;
    font-size: 20px;
    color: var(--blackColor);
}
.trip_book_now_btn {
    font-size: 18px;
    background: transparent;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
    text-transform: capitalize;
    margin: 0;
    background-image: linear-gradient(150deg, #2a2a72 0%, #f68d22 100%);
}
.trip_book_now_btn:hover {
     background-image: linear-gradient(150deg, #f68d22 0%, #2a2a72 100%);
}
/*====================================================================
	Why Services css
====================================================================*/
.why_choose_us_dtls{
    padding-left: 18px;
}
.section-title h2 {
    font-size: 35px;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: 600;
}
.service-icon-wrapper {
    position: relative;
    text-align: center;
}
.service-icon-wrapper svg {
    fill: var(--greenColor);
    max-width: 60px;
}
.why_busbora {
    background: #ffffff;
}
.how_it_works_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    text-align: center;
    background: transparent;
    padding: 0px 30px;
    height: 100%;
    border-radius: 10px;
}
.theme-light-bg{
    background-color: #58b74714 !important;
}
.service-icon-wrapper img {
    max-height: 100px;
    object-fit: contain;
}
.icon-box-title {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.icon-box-text {
    font-size: 15px;
    width: 100%;
    margin: 0;
    min-height: 60px;
    height: 100%;
}
.step-number {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: var(--greenColor);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    font-family: cursive;
    margin-bottom: 10px;
    position: relative;
}
.step-number::before {
    content: '';
    position: absolute;
    left: -7px;
    bottom: -7px;
    height: 40px;
    width: 40px;
    z-index: inherit;
    border-left: 3px solid var(--greenColor);
    border-bottom: 3px solid var(--greenColor);
    border-radius: 10px;
}
.step-number::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--greenColor);
}
/*====================================================================
	Sales Count
====================================================================*/
.sales-count-section {
    background: var(--whiteColor);
    position: relative;
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
.sales-count-section .section-title h2 {
    color: var(--blackColor);
}
/* .sales-count-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #10168fd6;
    opacity: .9;
    z-index: 1;
} */
.sales-count-section .container {
    position: relative;
    z-index: 2;
}
/*====================================================================
	Route css
====================================================================*/
.route-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;

}
.route-card:hover {
    box-shadow: 0 20px 100px 10px rgba(24,33,77,.05);
    border-color: var(--baseColor);
    background: #24c2ef1c;
}
.route-card:hover .route-info .route_icon {
    background-color: var(--whiteColor);
}
.route-info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.route-info .route_icon {
    display: inline-block;
    height: 43px;
    width: 40px;
    text-align: center;
    background: #24c2ef12;
    border-radius: 7px;
    line-height: 45px;
    color: var(--baseColor);
    border: 1px dashed #24c2ef;
    font-size: 18px;
}
.route-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackColor);
}
.route-price {
    line-height: 22px;
}
.route-price .price{
     font-size: 14px;
    font-weight: 600;
    color: var(--redColor);
}p.route-distance{
    line-height: 20px;
}

.gallery__section {
    overflow: hidden;
}
.route_name {
    font-weight: 600;
    text-align: center;
    margin: 15px 0 0;
}
.gall-img {
    min-height: 250px;
    object-fit: cover;
    height: 300px;
}

/*====================================================================
	Large Banner css
====================================================================*/
.large-welcome-section {
    /* background: #000 url('../../musango/img/title-background.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-position: center center;
    position: relative;
}
.large-welcome-section::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #10168fd6;
    opacity: .9;
    z-index: 1;
}
.large-welcome-section .container{
    position: relative;
    z-index: 2;
}
.large-welcome-section .title-wrapper {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.large-welcome-section .title-wrapper .title {
    margin: 10px 0;
    color: var(--whiteColor);
}
.large-welcome-section .title-wrapper .large-title {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}
.large-welcome-section .title-wrapper .medium-title {
    font-size: 35px;
    font-weight: 500;
    text-transform: initial;
}
.large-welcome-section .title-wrapper .small-title {
    text-transform:initial;
    font-weight: 400;
    font-size: 22px;
}
/*====================================================================
	App Section css
====================================================================*/
.download-animate {
    animation: dowld_animation 2s linear 1s infinite alternate running;
}
@keyframes dowld_animation {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(20px);
    }
    
}
.app_sec {
    background: var(--baseColor);
}
.download_app_image {
    object-fit: contain;
}
.download_app_image {
    height: auto;
    max-height: 500px;
}
.app_sub_title {
    font-size: 18px;
    line-height: 1.5;
    color: var(--whiteColor);
    text-align: left;
    margin: 0 0 5px;
    text-transform: capitalize;
    font-weight: 600;
    white-space: nowrap;
}
.app_sec .section-title h2 {
    font-size: 35px;
    text-align: left;
    font-weight: 600;
    color: var(--whiteColor);
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 50px;
}
/*====================================================================
	Count box css
====================================================================*/
.single-count.count-up {
    text-align: center;
    background: var(--whiteColor);
    padding: 30px 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 0px #e0d6d6;
}
span.Features_subHeadingTxt {
    color: var(--whiteColor);
    font-size: 16px;
    line-height: 26px;
}
.fact_title {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
}
.counter-head {
    font-size: 45px;
    color: var(--baseColor);
    margin: 10px 0;
}
.single-count.count-up p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}
/*====================================================================
	Footer css
====================================================================*/
footer {
    background-color: #58b74714;
    position: relative;
    margin-top: auto;
    border-top: 0px;
}
.footer_top {
    padding: 30px 0px;
    z-index: 1;
    position: relative;
}
.top_inner_footer {
    border-bottom: 1px solid #b7b7b757;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.btn-scroll {
    background-color: var(--baseColor);
}
.b-blog-short-post {
    display: block;
}
.footer_title {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--blackColor);
}
.social_icon {
    color: var(--blackColor);
    border: 1px solid #ffffff24;
}
.footer_imp_link a {
    position: relative;
    text-transform: capitalize;
    color: var(--blackColor);
}
.follow_us_wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: transparent !important;
}
.footer_imp_link a::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--baseColor);
    transform: scale(0);
    transition: all 0.3s;
}
.footer_imp_link a:hover::before {
    transform: scale(1);
}
.social-links {
    display: inline-flex;
    padding: 0;
    align-items: center;
    gap: 5px;
}
.social_links a {
    background: var(--baseColor);
    font-size: 15px;
    display: inline-block;
    transition: 0.3s;
    color: var(--whiteColor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50% !important;
    border: 0 !important;
    margin: 0;
}
.social-links a:hover {
    color: var(--whiteColor);
    border: 0;
    background: var(--secondaryColor);
}
.footer_logo {
    max-width: 300px;
    margin-top: 0;
    max-height: 60px;
    object-fit: contain;
}
.pay-card {
    object-fit: contain;
}
.b-footer-primary {
    background: var(--baseColor);
    border-top: 0;
    position: relative;
    z-index: 1;
}
.footer_imp_link a:hover {
    color: var(--baseColor);
}
.fq-link a:hover {
    color: var(--baseColor);
}

/* Search Bus */
.search_banner {
    background: url('../img/bus1.jpg');
    height: 150px;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.search_banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #205a7d7a;
}
.offcanvas {
    z-index: 9999;
}
.custom-focus:focus {
    outline: none !important;
    box-shadow: none !important;
}
.filter_bottons:hover i{
    color: var(--baseColor) !important;
}
.modify_search_wraper {
    position: relative;
    margin-top: 70px;
}
.beta_modify_search_wraper {
    margin-top: 105px;
}
.modify_search_top_wraper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff!important;
    border-radius: 10px !important;
}
.modify_search_top_wraper .b-search-map-wrapper .b-form-group label {
    color: var(--whiteColor);
}
.modify_search_wraper .b-search-map__wrap {
    background: var(--baseColor);
    position: relative;
    border: 0px;
    box-shadow: none;
    padding: 10px 15px 5px;
}
.b-form-group {
    position: relative;
    min-height: 80px;
}
.b-form-group-end{
    display: flex;
    align-items: center;
}
.modify_search_wraper .b-form-group {
    position: relative;
    z-index: 2;
}
.modify_search_wraper .search_btn {
    background: var(--secondaryColor) !important;
    border: 0 !important;
    margin: 0px !important;
}
.modify_search_wraper .repeat-arrow-img-btn {
    top: 31px;
    left: auto;
    border-radius: 50%;
    border: 1px solid #d5d5d5 !important;
    z-index: 4;
    right: -10px !important;
    transform: none;
}
.single_search_result_item ul.result_content li {
    padding: 0px;
}
.single_search_result_item ul.result_content li {
    flex-basis: auto;
    min-height: 80px;
}
/* datebar */
.datebar_wrapper {
    margin: 20px 0px;
}
ul.datebar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 10px !important;
    padding: 0;
    margin: 0;
    border: 0px;
    gap: 0;
    background: #fff;
}
ul.datebar li {
    width: 14.3%;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border: 0px;
    border-radius: 0;
    justify-content: center;
    background: #ffffff;
    line-height: 24px;
    border-radius: 10px;
}
.mobile.datebar li {
    width: 100% !important;
}
ul.datebar li span {
    font-size: 14px;
    font-weight: 500;
}
ul.datebar li.active span {
    font-weight: 600;
}
a {
    text-decoration: none;
}
.arrow-icon {
    font-size: 20px !important;
    display: inline-block;
}
span.arrow-icon i {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    line-height: 29px;
    background: var(--greenColor);
    color: var(--whiteColor);
}
.dcbtn-disable {
    cursor: no-drop !important;
}
ul.datebar li:first-of-type {
    border: 0px !important;
}
ul.datebar li.active {
    background: #f2f9f1;
    border-bottom: 0px;
    position: relative;
}
ul.datebar li.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: var(--greenColor);
}
ul.datebar li.active a {
    color: var(--greenColor);
}
ul.datebar li a {
    color: var(--blackColor);
}
li.date-disable a {
    opacity: 0.4;
    cursor: no-drop;
}
.datebar .select2-container--default .select2-selection--single {
    border: 0px !important;
}
.amenities-img-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.ticket-src-result{
    background: #eee;
}
.total_trip_busbora {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
li.duration_li {
    max-width: 300px;
}
.dept_duration {
    font-size: 12px;
    color: var(--blackColor);
    font-weight: 600;
}
.sorting_select {
    min-width: 220px;
    border: 1px solid #eee;
    background: #fff;
}
.text_sort {
    font-size: 16px;
    font-weight: 500;
    margin: 12px 0px 0px 0px;
}
.single_search_result_item {
    box-shadow: none;
    border: 0;
}
.dpe_ariv_wrap::before {
   display: none;
}
.dpe_ariv_wrap::after {
   display: none;
}
.single_search_result_item ul.result_content li .item-content p {
    font-size: 22px;
    color: var(--blackColor);
    font-weight: 600;
}
.bus_name p {
    line-height: 22px;
}
.maker_name{
    color: var(--secondaryColor) !important;
}
.bi_arrow span {
    width: 12px;
    height: 12px;
    border: 2px solid var(--greenColor);
    display: block;
    border-radius: 50%;
    background: var(--whiteColor);
}
.bi_arrow  span.first {
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #58b747;
    line-height: 18px;
    background: #e6f3e4;
    padding: 1px;
    border: 0;
}
.single_search_result_item ul.result_content li .item-content .seat_left {
    font-size: 14px;
    font-weight: 500;
    color: var(--greenColor);
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
}
li > div {
    width: 100%;
}
.bus_name p {
    margin: 0;
    color: var(--blackColor);
    font-size: 14px;
    font-weight: 600;
}
.single_search_result_item {
    padding: 15px;
}
.routeTitle {
    font-size: 15px !important;
    line-height: 20px;
    padding-top: 0;
    font-weight: 600 !important;
    text-transform: capitalize;
    margin: 0;
    color: #2a2a72 !important;
}
.route_with_subroute{
    display: inline-block;
    max-width: 200px;
    font-size: 12px;
    line-height: 17px;
    color: gray;
    font-weight: 500;
}
.single_search_result_item .result_content li .bus_name .operator {
    font-size: 20px;
    color: var(--blackColor);
    font-weight: 600;
    text-transform: capitalize;
    margin: 4px 0;
}

.find-result-btn {
    font-size: 18px;
    font-weight: 500;
}
.single_search_result_item ul.result_content li .price {
    font-size: 22px;
    color: var(--blackColor);
    font-weight: 700;
}
.price_package_toggle_btn {
    cursor: pointer;
    color: #008bff;
    max-width: 120px;
}
.price_package_toggle_btn:hover{
    color: var(--baseColor);
}
.price_package_rules_content {
    padding: 15px 0px 10px;
    display: none;
}
.price_package_toggle_btn::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
.price_package_toggle_btn::-moz-selection {
    color: none;
    background: none;
}
/* Package Table Start */
.pricingTable {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ababab8c;
    padding-bottom: 40px;
    border-radius: 10px;
    color: var(--blackColor);
    transform: scale(1);
    transition: all .5s ease 0s;
}
.pricingTable:hover {
    z-index: 1
}
.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}
.pricingTable .price-value {
    font-size: 30px;
    color: var(--baseColor);
    transition: all .5s ease 0s;
    font-weight: 700;
}
.pricingTable .per_adult {
    display: block;
    font-size: 16px;
    color: var(--blackColor);
    font-weight: 500;
    text-transform: capitalize;
}
.pricingTable .heading {
    font-size: 24px;
    color: var(--baseColor);
    margin: 20px 0;
    text-transform: uppercase;
    cursor: pointer;
}
.pricingTable .heading::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
.pricingTable .heading::-moz-selection {
    color: none;
    background: none;
}
.pricingTable a{
    text-decoration: none;
}
.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup .pricing_btn{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: var(--baseColor);
    text-transform: uppercase;
    transition: all .3s ease 0s;
    border: 1px solid;
}

.pricingTable .pricingTable-signup .pricing_btn:hover {
    color: var(--baseColor);
    border: 1px solid var(--baseColor);
    background-color: transparent;
}
.pricingTable.green .pricingTable-signup .pricing_btn:hover {
    color: var(--baseColor);
    border: 1px solid var(--baseColor);
    background-color: transparent;
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #0083be;
}

.pricingTable.blue .pricingTable-signup .pricing_btn,
.pricingTable.blue:hover .pricingTable-header {
    background: #0083be 
}

.pricingTable.blue .pricingTable-signup .pricing_btn:hover {
    color: #0083be;
    border: 1px solid #0083be;
    background-color: transparent;
}
.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: var(--baseColor)
}

.pricingTable.green .pricingTable-signup .pricing_btn,
.pricingTable.green:hover .pricingTable-header {
    background: var(--baseColor)
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}
.pricing-content{
    display: none;
}
.pricing-content p {
    text-align: left;
    color: var(--blackColor);
    font-size: 14px;
}
.departure {
    border: 0px;
    box-shadow: none !important;
    border-radius: 10px;
}
.bdrp-box {
    padding: 15px;
    border: 0px;
    margin-bottom: 10px;
    background: #eeeeee;
    border-radius: 10px;
}

.select-ticket-row-wrapper {
    border-left: 3px solid var(--baseColor);
}
/* Package Table End */
.ticket_bottom_content .flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--baseColor);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.flex_box_content h4 {
    font-size: 20px;
    color: var(--whiteColor);
    margin: 0;
    font-weight: 600;
}
.flex_box_content span {
    font-size: 16px;
    color: var(--whiteColor);
}
table.psngr-dtls-table td {
    color: var(--blackColor);
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #ddd;
    padding: 4px 10px;
}
.pay-details-box.pess-dtls-box.last_box td {
    font-size: 15px;
    font-weight: 500;
    color: var(--blackColor);
    padding: 4px 10px;
}
.dpe_ariv_wrap {
	position: relative;
	flex-wrap: nowrap !important;
}
.dPoint {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	line-height: 20px;
}
.adt-info input.addChildren {
    height: 33px;
}
.pay-details-box.psngr-details.pess-dtls-box table td:first-child {
    width: 130px;
}
.psngr-dtls-table td:first-child {
    width: 100px;
    overflow: hidden;
}
.pay-details-box.psngr-details.pess-dtls-box table td {
    font-size: 14px;
    padding: 4px 0px;
    border-bottom: 1px solid #ddd;
    vertical-align: text-bottom;
}
.bus_img_bg.dept_bus {
    opacity: .3;
    filter: none !important;
}
/* Route trip page */
.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;
}
.tkt_table {
    width: 100%;
    max-width: 100%;
}
.route_table td {
    padding: 10px 10px !important;
}
.tkt_table th, .tkt_table td {
    border: 1px solid var(--baseColor);
    font-weight: 500;
}
.single_srch_result {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(255 110 35 / 40%);
}
.single_srch_result ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single_srch_result .bus_name_wrap {
    display: grid;
    grid-template-columns: 40% 5% 40% 15%;
}
.single_srch_result .bus_name h6 {
    margin-bottom: 5px;
    color: var(--baseColor);
    font-size: 17px;
    font-weight: 700;
}
.single_srch_result .bus_name p {
    font-size: 13px;
    color: #5d686e;
    margin-bottom: 5px;
}
.single_srch_result .bus_name_wrap .fa-angle-right {
    color: var(--baseColor);
    font-size: 24px;
}
.single_srch_result .time {
    display: grid;
    grid-template-columns: 45% auto auto;
}
.single_srch_result .time p {
    font-weight: 700;
    font-size: 17px;
}
.single_srch_result .time button {
    background: var(--baseColor);
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 10px;
    transition: .2s all ease-in-out;
}
.single_srch_result .time button:hover {
    background: #cf591e
}
.route_banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000059;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.single_bus_terminal img {
    width: 22px;
}
.phone_postfix_inp {
    border-radius: 0px 10px 10px 0px !important;
}
.country_phone_inp {
    border-radius: 0px 5px 5px 0px !important;
}
.phone-dial-code .select2-container--default .select2-selection--single {
    border-radius: 10px 0px 0px 10px !important;
    border-right: 0px !important;
    background: #eee !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    border-radius: 10px;
    border: none!important;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--baseColor);
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 10px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
}
.b-search-map__wrap {
    margin-top: 20px;
}
.btn_scroll {
    background: var(--baseColor);
    font-size: 20px;
    height: 40px;
    width: 40px;
    color: var(--whiteColor) !important;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: 0;
    position: absolute;
    right: 15px;
    bottom: 58px;
    z-index: 2;
    border-radius: 10px !important;
    transition: all ease-in-out 0.3s;
}
.btn_scroll:hover{
    opacity: .8;
}
.how_it_works{
    overflow-x: hidden;
}
#modifySearchBar .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
}
.close_dpt {
    top: 10px !important;
    color: #fff !important;
    right: 15px !important;
}
.onw_seat_label {
    background: #ffffff;
    color: var(--blackColor);
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.onward_passanger_wrap span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.chk-form-box {
    height: 100%;
}
.right-table {
    width: 100%;
}
.check_out_head{
    margin-top: 70px !important;
}
/* Station collapse design */
.amenities-toggle-box {
    display: none;
}
.scroll_route_heading {
    color: var(--baseColor);
    font-weight: 600;
    font-size: 14px;
}
.direct_collpase_btn {
    cursor: pointer;
    text-transform: capitalize;
    background: #e6f3e4;
    padding: 0px 15px;
    font-size: 13px;
    border-radius: 30px;
    border: 1px solid #e6f3e4;
    font-weight: 500;
}
.direct_collpase_btn:hover{
    border-color: var(--greenColor);
}
.direct_collpase_btn::selection {
    color: none;
    background: none;
}
.direct_collpase_btn::-moz-selection {
    color: none;
    background: none;
}
.busstops__boking {
    list-style: none;
    margin: 0 0 10px;
    position: relative;
    padding: 0;
}
.busstops__boking li {
    line-height: 23px;
    text-align: left;
    margin-left: 90px;
    position: relative;
    min-height: 30px;
}
.busstops__boking li::before {
    position: absolute;
    content: '';
    top: 8px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #c9c9c9;
    height: 100%;
}
.busstops__boking .stops_time {
    position: absolute;
    left: -105px;
    max-width: 66px;
    line-height: 18px;
    font-size: 12px;
}
.busstops__boking .grey {
    background: #ddd!important;
    border: 1px solid #ddd!important;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    border-radius: 50%;
    top: 6px;
    z-index: 1;
}
.sub-break {
    color: red;
    margin-left: -3.5px;
    position: relative;
    z-index: 1;
    font-size: 13px;
}
.break_arrow_after {
    position: relative;
    padding-left: 4px;
}
.break_arrow_after::after {
    position: absolute;
    content: '';
    top: 48%;
    left: -15px;
    width: 17px;
    background: #dddddd;
    height: 2px;
    transform: translateY(-50%);
}
.busstops__boking li span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 23px;
}
#trip-msg {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
.not_trip_msg {
    font-size: 18px;
    margin: 0;
}
.bi_arrow {
    width: 100%;
    min-width: 250px;
    line-height: 1;
}
.busstops__boking li:last-child::after {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    width: 1px;
    background: var(--whiteColor);
    height: 100%;
}
.amenities-img-wrap img {
    margin: 0px;
    height: 22px;
}
.amenities-img-wrap .wifi {
    height: 15px;
}
.form-gp input {
    border-radius: 10px;
}
.form-gp input {
    width: 100%;
    height: 43px;
    border: 1px solid #c8c8c8;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}
#select2-phonePrefix-container span {
    font-size: 14px !important;
}
#select2-phonePrefix-container .img-flag {
    width: 30px !important;
}
.pess-dtls-box {
    border: 0px;
    border-bottom: 0px !important;
    border-radius: 10px;
    box-shadow: none;
    min-height: 400px;
    padding: 0;
    position: relative;
    background: #fff;
}
#detailsConfirm .offcanvas-body {
    background: #eee;
}
.select2-container {
    min-width: 142px !important;
}
#modifySearchToggleBtn {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--baseColor);
    border: 0;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
}
.abs_spinner {
    position: absolute;
    top: 46%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--baseColor);
}

.industry-single-what-we-cover-item {
    padding: 40px 30px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 2px 0px red;
}
.industry-single-what-we-cover-item .title {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .3s;
    color: var(--blackColor);
}
.industry-single-what-we-cover-item .readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--baseColor);
    transition: all .3s;
}
.lang__anc span {
    font-weight: 400;
}
.cont_right_box .single_box {
    background: #e8eff8;
    border-radius: 10px;
    box-shadow: none;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    height: 100%;
}
.guten-icon-list-item {
    display: flex;
    gap: 5px;
    align-items: baseline;
}
.contact_number_footer{
    display: flex;
    flex-direction: column;
    line-height: 24px;
}
.cont_right_box_icon {
    font-size: 22px;
    color: var(--redColor);
    border: 1px dashed var(--redColor);
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50% !important;
}
.b-google-map__info-window-address-title {
    color: var(--greenColor);
    margin-bottom: 10px;
}
.cont_right_box .desc {
    color: var(--blackColor);
}
.btn_view_eats {
    background-image: linear-gradient(150deg, #2a2a72 0%, #f68d22 100%);
    border: 0;
    min-width: 120px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
}
.btn_view_eats:hover {
     border: none !important;
     background-image: linear-gradient(150deg, #f68d22 0%, #2a2a72 100%);
     color: #fff !important;
}
.seat_left {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: var(--greenColor);
    text-transform: lowercase;
}
#myModal .modal-header {
    background-color: var(--baseColor);
}
.pay-details-box .title_Ablack {
    background: var(--baseColor);
}
.pess-dtls-box {
    border-bottom: 3px solid var(--baseColor);
}
.proceed_to_book_btn {
    background: #10168f !important;
    color: #fff !important;
    outline: none !important;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    border: 1px solid #0c1037 !important;
    border-radius: 30px;
    text-transform: uppercase;
}
i.fa.fa-spinner {
    padding: 0 !important;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.coupon_input_grp {
    position: relative;
    margin-top: 15px;
}
.coupon_input_grp button {
    position: absolute;
    top: 0;
    right: 5px;
}
/* About us */
.short_banner {
    background: url('../img/short-baner1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
    margin-top: 70px;
}
.short_banner .content {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
}
.short_banner_title {
    color: var(--whiteColor);
    font-size: 40px;
    text-transform: capitalize;
}
.breadcrumb__list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
}
.breadcrumb__list .breadcrumb__item .breadcrumb__link {
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.breadcrumb__list .breadcrumb__item .breadcrumb__link:hover{
    color: #c1c1c1;
}
.breadcrumb__item_active {
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.breadcrumb__item:not(.breadcrumb__item:last-child)::after {
    content: "/";
    color: var(--whiteColor);
    padding: 0 0 0 10px;
}
.about_section .right-content-area .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #435356;
}
.about_section.second{
    background: #e8eff8;
}
.team {
    border: 2px dashed var(--baseColor);
    padding: 20px 0px;
}
.team_name {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--blackColor);
    margin: 0 0 5px;
}
.designation {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--baseColor);
    
}
.team_social a {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid ;
    line-height: 32px;
    border-radius: 0px;
    color: var(--baseColor);
    transition: all ease-out 0.3s;
}
.team_social a:hover{
    background: var(--blackColor) !important;
    border: 1px solid var(--blackColor);
    color: var(--whiteColor);
}
.about_sec_img{
    margin-top: -95px;
}
.payment_page{
    position: relative;
    z-index: 9999;
}
/* search page */
#ui-datepicker-div {
    z-index: 9999 !important;
}
.modify_search_wraper.return {
    margin-top: 70px !important;
}
.seat-status-box {
    gap: 10px;
}
li.seat_legend {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.seat-status-box ul {
    margin-right: 0;
    background: #e7f5e7;
    padding: 3px 5px;
    border-radius: 30px;
}
.seatStatusFree+label {
    border: 1px solid var(--baseColor);
    background: var(--whiteColor);
    color: var(--baseColor);
}
.seat-available {
    border: 1px solid var(--baseColor);
    background: var(--whiteColor);
    color: var(--baseColor);
}
.seatStatusSold+label {
    background-color: #ff0000 !important;
    border: 1px solid #ff0000;
}
.seatStatusFree+label:hover {
    opacity: 0.8;
    background-color:var(--whiteColor) !important;
    color:var(--secondaryColor);
}
.seat-selected {
    background-color: #2a2a72 !important;
    border: 1px solid #2a2a72 !important;
}
.tkt_check_box:checked+label {
    background-color: #2a2a72 !important;
    border: 1px solid #2a2a72;
    color: var(--whiteColor) !important;
}
.ticket-status-table>tbody>tr>td {
    padding: 3px !important;
}
.tkt_check_box+label {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin: 0;
    font-size: 13px;
    min-height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-weight: 400 !important;
}
.offcanvas-bottom {
    height: max-content !important;
}
.tkt_check_box.upper_desk+label {
    min-height: 70px;
    line-height: 70px;
}
.single_bus_terminal {
    border: 1px dashed var(--baseColor);
    font-weight: 600;
}
.gallery_carousel .owl-nav button span {
    background: var(--baseColor)
}
.demo_list_ul {
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0;
    border: 1px dashed #0000004f;
}
.footer_imp_link a {
    line-height: 35px;
    font-size: 15px;
}
.clock_bg {
    background-color: #fff;
    color: var(--greenColor);
}
.ctext {
    color: var(--blackColor);
}
.loader-bg {
    border-color: var(--baseColor);
}
.pay-now-btn {
    min-width: 180px;
    border-radius: 30px;
    background: #f5f7fc;
}
.radio-buttons {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap !important;
}
.custom-radio input {
    display: none;
}
.radio-btn {
    margin: 0 0 15px;
    width: 220px;
    min-height: 150px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fff;
}
.radio-btn:hover{
    border: 3px solid #e4e4e4;
}
.phone_prefix_wrap {
    display: flex;
    align-items: center;
}
.number_prefix {
    background: #ddd;
    min-height: 44px;
    line-height: 44px;
    padding: 0px 10px;
    min-width: 70px;
    text-align: center;
    border-radius: 10px 0px 0px 5px;
    font-weight: 500;
}
 #phoneNumber {
    border-radius: 0px 5px 5px 0px !important;
}
.custom-radio input:checked + .radio-btn {
    border: 2px solid var(--baseColor);
}
.radio-btn > i {
    color: #ffffff;
    background-color: var(--baseColor);
    font-size: 16px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.4s all ease-out;
    pointer-events: none;
    opacity: 0;
    padding: 5px;
}
.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.radio-btn .hobbies-icon {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 5%;
}
.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    height: 45px;
    object-fit: contain;
}
.radio-btn .hobbies-icon h3 {
    color: var(--baseColor);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 10px;
}
.pay-now-btn {
    border: 2px solid var(--blackColor);
    text-align: center;
    background: var(--blackColor);
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.active .location_title_dept {
    color: var(--baseColor);
}
.modify_src_btn {
    background: var(--baseColor);
    border-color: var(--baseColor);
}
.modify_src_btn:hover {
    color: var(--baseColor) !important;
    border-color: var(--baseColor) !important;
}
.previous_price {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.4;
}
.service_title {
    color: var(--baseColor);
    border-bottom: none;
}
.service_tbl thead {
    background: var(--baseColor);
}
.mid_cont_btn {
    color: #fff !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 35px;
    border-radius: 30px;
    min-height: 44px;
    text-transform: uppercase;
    outline: none !important;
    background-color: var(--baseColor) !important;
    background-image: linear-gradient(45deg,rgba(112, 112, 112, 0.288) 50%,var(--baseColor) 50%);
    background-size: 250% 100%;
    transition: all 0.4s ease-in-out !important;
}
.mid_cont_btn:hover {
    background-color: #ed292a !important;
}
.back__home__btn {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: var(--blackColor);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.back__home__btn:hover {
    color: var(--baseColor);
}
.submit-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.onward_passanger_wrap .ticket {
    background: #eeeeee8f;
}
/* .payment-tkt-dlist-wrap {
    height: 100%;
    border-radius: 15px;
    border: 1px solid #ddd;
} */
 .passenger-info-tbl {
     font-size: 18px;
     text-align: center;
     font-weight: 700;
     text-transform: capitalize;
     color: var(--textColor);
 }
.payment-tkt-dlist-wrap {
    padding: 20px;
    background: #fff !important;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.font_sze {
    font-size: 15px !important;
}

.payment-time-text {
    font-weight: 600;
    color: #ff0000;
}

#simple_timer {
    font-size: 27px;
    font-weight: 800;
    color: #ff0000;
    display: inline-block;
    width: 82px;
}

.payment-tkt-dlist .table td:last-child,
.payment-tkt-dlist .table th:last-child {
    font-weight: 600;
}

.payment-tkt-dlist .table td,
.payment-tkt-dlist .table th {
    padding: 5px 0px !important;
    font-size: 15px;
    border: 0px;
    border-bottom: 1px dashed #dddddd;
    font-weight: 500;
    box-shadow: none !important;
    background: none !important;
}
/* ===payment process end== */
/* Complaint page */
.complaint_banner{
    background: var(--baseColor);
}
.complaint_form {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    padding: 20px 40px;
    position: relative;
    z-index: 1;
}
/* Free ticket Modal */
.free_ticket_modal .modal-content {
    border-radius: 25px;
    padding: 20px;
}
.well_done_title{
    font-size: 20px;
    font-weight: 600;
    color: var(--blackColor);
    text-transform: capitalize;
}
.ticket_icon {
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
}
.ticket_icon.right {
    left: auto;
    right: 0;
}
.ticket_number {
    font-size: 35px;
    font-family: monospace;
    font-weight: 800;
    color: var(--baseColor);
    padding: 0px 3px;
}
.page_title {
    text-align: center;
    font-size: 34px;
    margin: 0;
    color: var(--blackColor);
}
.ticket-status-table>tbody {
    border: 0px !important;
    background: transparent !important;
}
.seat_layout {
    position: relative;
    border: 4px solid var(--greenColor);
    overflow: hidden;
}

.seat_layout::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    height: 16px;
    background: var(--greenColor);
    border-radius: 0 0 10px 10px;
}

/* .seat_layout::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 30px;
    right: 30px;
    height: 20px;
    background: var(--greenColor);
    border-radius: 15px 15px 0 0;
} */
label {
    font-weight: 500 !important;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--blackColor);
}
.email_label{
    text-transform: initial !important;
}
.pay_card_img_wrap {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
.pay_card_img_wrap img {
    max-width: 200px;
    border: 1px solid #ffffff29;
    border-radius: 12px;
    width: 100%;
}
.payment_wrap {
    background: white;
    border-radius: 12px;
    display: inline-block;
    padding: 5px;
}
.seat_fares{
    margin: 0 auto !important;
}
.payment_wrap .payment-img {
    width: 230px;
}
.payment_wrap span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #005079;
}
span.list-text {
    font-size: 15px;
    line-height: 35px;
    color: var(--blackColor);
    width: calc(100% - 33px);
}
.bus_footer {
    max-width: 180px;
}
.guten-icon-list-item i {
    font-size: 13px;
    color: var(--whiteColor);
    display: inline-block;
    width: 28px;
    background: var(--greenColor);
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    border-radius: 50%;
}
.accordion-header {
    text-transform: capitalize;
    background: #ffff;
    border-radius: 7px;
}
.accordion-button {
    padding: 1rem 0px;
}
.accordion-flush .accordion-item .accordion-button {
    display: flex;
    gap: 5px;
}
.accordion-header {
    text-transform: capitalize;
    background: #ffff;
    border-radius: 7px;
}
.accord-frequt {
    box-shadow: none !important;
}
.accordion-button p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.accordion-button::after {
    opacity: 0.7;
}
.accordion-body {
    background: var(--whiteColor) !important;
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px dashed #eee;
}
.accordion-button::after {
    width: 30px;
    height: 30px;
    background-image: url('../../saraparibahan/img/plus.svg');
    background-size: 30px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../../saraparibahan/img/sum.svg');
    transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) {
    color: var(--baseColor);
    background-color: #fff !important;
}
.accordion-flush .accordion-item .accordion-button:hover {
    color: var(--baseColor);
    background-color: transparent;
}
.spiner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color:var(--baseColor);
    width: 100%;
    background: #f1f1f1;
    min-height: 45px;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* How it works process design */
.process-box {
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    position: relative;
    min-height: 200px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px 0 #00000014;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all ease-in-out 0.3s;
}
.process-box:hover{
    transform: translateY(-10px);
}
.process-box.first {
    background-color: transparent;
    background-image: linear-gradient(150deg, #2a2a72 0%, #f68d22 100%);
}
.process-box.first .icon-box-title, .process-box.first .icon-box-text {
    color: #ffffff;
}
  /* customer_profile */
  .profile-left-tab li .active {
      background-color: #77b6cd !important;
      color: #fff !important;
  }
  .profile-user-icon {
      text-align: center;
      padding: 10px;
  }
  .profile-left-tab li a:hover {
      background: #77b6cd1a;
     }

.trade_license {
    border: 1px dashed var(--greenColor);
    margin-top: 10px;
    font-size: 17px;
    line-height: 30px;
    color: var(--greenColor);
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 10px;
    background: #58b74714;
}
  /* Scroll Animation  */
  .animate-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
  }
  .animate-scroll.show {
    opacity: 1;
    transform: translateY(0);
  }
.zoomIn {
  opacity: 0;
  transform: scale(0.8);
  transition: all 2s ease;
}

.zoomIn.show {
  opacity: 1;
  transform: scale(1);
}

/* ================================================== 
Flash Deals Starts
 ================================================== */
.flash_deals .flip-card {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.flash_deals .flip-card .front {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.flash_deals .flip-card .front .front-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: cover;
}
.flash_deals .flip-card .front .countdown {
    position: absolute;
    bottom: 6px;
    right: 5px;
    display: flex;
    gap: 6px;
    z-index: 2;
    left: auto;
}
.flash_deals .flip-card .back {
    background: var(--whiteColor);
    text-align: center;
    padding: 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 0px 0px 7px 7px;
    border-top: 1px solid #ddd;
}
.flash_deals .flip-card:hover .back{
    background-color: #58b74714 !important
}
.flash_deals .countdown div {
    background: #f9f7ff;
    padding: 4px;
    border-radius: 10px;
    text-align: center;
    opacity: 80%;
    min-width: 40px;
    max-width: 45px;
    line-height: 10px;
}
.flash_deals .countdown span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: var(--blackColor);
    line-height: 22px;
}
.flash_deals .countdown small {
    font-size: 12px;
    color: #000;
}
.flash_price {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-weight: 600;
}
.old_price {
    color: #666;
    text-decoration: line-through;
}
.discounted_price {
    color: var(--redColor);
    text-shadow: none;
}
/* Owl Carousel arrows (optional) */
.flash_deals .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 18%) !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 12px !important;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    font-size: 25px !important;
}
.flash_deals .owl-nav button:hover{
     background: var(--baseColor) !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
     background: var(--baseColor) !important;
}
.flash_deals .owl-nav .owl-prev { left: -20px !important; }
.flash_deals .owl-nav .owl-next { right: -20px !important; }
.operator_logo {
    max-width: 180px;
}
.discount_text {
    position: absolute;
    z-index: 2;
    left: 50%;
    text-align: center;
    top: 30px;
    font-size: 35px;
    font-weight: 700;
    color: #dc3545;
    background: #ffffff;
    padding: 15px 30px;
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 50px;
    margin: 0;
}
.flash_view_all_btn {
    position: absolute;
    z-index: 33;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.front {
    position: relative;
}

.front-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.tickets_text {
    position: absolute;
    left: 5px;
    top: 6%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50px;
    padding: 0px 15px;
}
.maximum_discount {
    position: absolute;
    left: 5px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    padding: 0px 10px;
     background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50px;
    margin: 0;
}
.flash-title {
    margin: 0;
}
.bdt_price{
    margin-left: 6px;
}



/* ================================================== 
Booking Confirm Data Modal
 ================================================== */
.booking-confirm-wrapper-v2 {
    width: 100%;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
}

.booking-confirm-flex-container-v2 {
    display: flex;
    min-height: 40vh;
}

.booking-confirm-section-v2 {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.booking-confirm-section-v2:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}

.booking-confirm-title-v2 {
    color: var(--blackColor);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #1ac0ec;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booking-confirm-title-v2 i {
    margin-right: 8px;
    color: var(--baseColor);
    font-size: 16px;
}

.booking-confirm-content-area-v2 {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    max-height: 325px;
}

.booking-confirm-content-area-v2::-webkit-scrollbar {
    width: 4px;
}

.booking-confirm-content-area-v2::-webkit-scrollbar-track {
    border-radius: 10px;
}

.booking-confirm-content-area-v2::-webkit-scrollbar-thumb {
    background: var(--baseColor);
    border-radius: 10px;
}

.booking-confirm-content-area-v2 table {
    width: 100%;
    border-collapse: collapse;
}
.offcanvas-header {
    border-bottom: 0px !important;
}
.booking-confirm-content-area-v2 table tr {
    border-bottom: 1px dashed #f0f0f0;
}

.booking-confirm-content-area-v2 table tr:last-child {
    border-bottom: none;
}

.booking-confirm-content-area-v2 table td {
    padding: 2px 0;
    font-size: 14px;
}

.booking-confirm-content-area-v2 table td:first-child {
    color: #666;
    font-weight: 500;
    width: 45%;
}

.booking-confirm-content-area-v2 table td:last-child {
    color: var(--blackColor);
    font-weight: 600;
    text-align: right;
}

.booking-confirm-route-highlight-v2 {
    color: var(--blackColor) !important;
    padding: 3px;
    border-radius: 10px;
    margin: 8px 0;
    text-align: center;
    font-weight: 700 !important;
    display: block;
    background: #e7f5e7;
}

.booking-confirm-passenger-info-v2 .single_pass_info_box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e8e8e8;
}

.booking-confirm-passenger-info-v2 .single_pass_info_box:last-child {
    border-bottom: none;
}

.booking-confirm-passenger-info-v2 p {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    margin: 0;
    font-size: 13px;
}

.booking-confirm-passenger-info-v2 .pas_info {
    color: #7f8c8d;
    font-weight: 500;
}

.booking-confirm-passenger-info-v2 span:not(.pas_info) {
    color: #2c3e50;
    font-weight: 600;
    text-align: right;
}

.booking-confirm-seat-badge-v2 {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 6px 0;
    font-size: 13px;
    box-shadow: 0 3px 8px rgba(52, 152, 219, 0.3);
}

.booking-confirm-payment-section-v2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.booking-confirm-payment-table-v2 {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 8px;
    border: 2px dashed #ffc107a6;
}

.booking-confirm-payment-table-v2 table {
    width: 100%;
    border-collapse: collapse;
}

.booking-confirm-payment-table-v2 table tr {
    border-bottom: 1px solid #f0f0f0;
}

.booking-confirm-payment-table-v2 table tr:last-child {
    border-bottom: none;
    border-top: 2px solid #ddd;
}
.booking-confirm-payment-table-v2 table tr:last-child td {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--greenColor) !important;
}

.booking-confirm-payment-table-v2 table td {
    padding: 8px 0;
    font-size: 14px;
    color: var(--blackColor);
}

.booking-confirm-payment-table-v2 table td.text-end {
    text-align: right;
    font-weight: 600;
}

.booking-confirm-terms-box-v2 {
    background: #fff9e6;
    padding: 8px;
    border-radius: 6px;
    border-left: 3px solid #ffc107;
    margin: 12px 0;
    font-size: 11px;
}

.booking-confirm-terms-box-v2 label {
    color: #856404;
    margin-left: 5px;
    cursor: pointer;
}

.booking-confirm-terms-box-v2 a {
    color: #0056b3 !important;
    text-decoration: none;
    font-weight: 600;
}

.booking-confirm-btn-proceed-v2 {
    background: linear-gradient(150deg, #58b747 0%, #1ac0ec 100%) !important;
    color: white !important;
    border: none !important;
    transition: all 0.3s;
    letter-spacing: 0.5px;
    width: 100%;
}

.booking-confirm-btn-proceed-v2:hover {
    box-shadow: 0 6px 16px rgba(39, 174, 96, 0.4);
}

.booking-confirm-btn-proceed-v2:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.agree_and_process_wrap {
    position: static !important;
}
@media (max-width: 992px) {
    .booking-confirm-flex-container-v2 {
        flex-direction: column;
        min-height: auto;
    }

    .booking-confirm-section-v2:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
}
.seat_total_amnt_bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #fff;
    padding: 20px;
    z-index: 1050;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    transition: bottom 0.4s ease-in-out;
}

.seat_total_amnt_bar.active {
    bottom: 0;
}
.total-amount-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 600;
}

 #returnDate {
    /* background: url('https://cdn-icons-png.flaticon.com/512/747/747310.png') no-repeat 8px center; */
    background-size: 16px 16px;
    /* padding-left: 30px; space for the icon */
    color: #666;
} 

/*====================================================================
	Congratulations Page
====================================================================*/
.congratulations_section{
    margin-top: 70px ;
}
.payment_process_top{
   margin-top: 100px;
}
.margin_top_pay{
    margin-top: 75px;
}

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

.ticket_box {
    padding: 15px;
    border: 1px solid var(--lightGray);
    background: #fff;
    border-radius: 10px;
    min-height: 100% !important;
}

.ticket_box_safe_title {
    font-weight: 500;
    margin: 4px;
}

.ticket_box_heading {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
}

.ticket_box_pnr_wrap.copy-text {
    max-width: 290px;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
    box-shadow: 1px 1px 4px #27337038;
}

.copy-text {
    position: relative;
}

.ticket_box_pnr {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: var(--baseColor);
}

.copy-text button {
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    box-shadow: none;
    background: var(--blueColor);
    color: var(--whiteColor);
    line-height: 22px;
    width: 23px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
}

.copy-text button:focus {
    background: var(--blueColor) !important;
    color: var(--whiteColor) !important;
}

.copy-text button:before {
    content: "Copied!";
    position: absolute;
    top: -37px;
    right: 0px;
    background: #000000;
    padding: 3px;
    border-radius: 10px;
    font-size: 13px;
    display: none;
    color: #fff;
    z-index: 2;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 7px;
    width: 13px;
    height: 12px;
    background: #000000;
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.border__custom {
    padding-left: 40px;
    margin-bottom: 20px;
    /* padding-top: 15px; */
}

.dir_img {
    width: 20px;
    margin-top: -5px;
    filter: opacity(0.6);
}

.single_item_bank.time {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px;

}

.date.single_item_bank {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0;
    color: #224c88 !important;
}

.ticket_box .single_item {
    margin-bottom: 5px;
    padding: 3px 5px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    max-height: 72px;
    border: dashed 1px #beb7b7;
    background: #eee;
}
.single_item_blank.time {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px;
}
.tick_dtls_title {
    font-size: 18px;
    color: var(--blueColor);
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: var(--whiteColor);
    text-align: start !important;
}

.single_item_coach_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    position: relative;
    margin: 0 0 15px;
}

.arrow_dir_tikt {
    width: 35px;
    display: inline-block;
    font-size: 28px;
    border: 1px solid var(--blueColor);
    border-radius: 50%;
    text-align: center;
    height: 35px;
    position: absolute;
    left: -43px;
    top: -7px;
    color: var(--blueColor);
}
.arrow_direction {
    margin: auto;
    text-align: center;
}
.arrow_direction span {
    font-size: 40px !important;
    color: var(--blackColor) !important;
    line-height: 22px;
    margin: 25px;
    font-weight: 700;
    text-align: center;
    padding: 5px 5px;
}

/* .single_item span:first-child {
    width: 37% !important;
    text-transform: capitalize;
    font-weight: 700;
    text-align: start !important;
    font-size: 14px !important;
    font-weight: 600;
} */

.single_item span {
    font-size: 13px !important;
    font-weight: 500;
    text-transform: capitalize;
    color: #ed2a27;
}

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

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

.td_com {
    border-radius: 10px;
    margin: 10px 0px;
}

.ticket_box.top h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0px;
}

.checkmark {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 4s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 1s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
/* number or pnr copy */
.back_to_home_btn {
    color: var(--blackColor);
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: none;
}

.back_to_home_btn:hover {
    color: var(--blueColor) !important;
}

.mid_cont_btn i {
    margin: 0px 10px !important;
}

.copy-text button:focus {
    background: var(--secondaryColor) !important;
    color: var(--blackColor) !important;
}

.copy-text button:before {
    content: "Copied!";
    position: absolute;
    top: -37px;
    right: 0px;
    background: var(--blueColor);
    padding: 2px;
    border-radius: 10px;
    font-size: 13px;
    display: none;
    color: var(--whiteColor);
    z-index: 2;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 7px;
    width: 10px;
    height: 10px;
    background: var(--blueColor);
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.cancle_tckt_part {
    border: dashed 2px #bcbcbc45 !important;
    border-radius: 2px;
    padding: 10px;
}

/* Flash deals page Design */
.flashdeals-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
}
.flashdeals-image-container {
    position: relative;
    overflow: hidden;
    width: 45%;
    min-height: 320px;
    max-height: 320px;
}

.flashdeals-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.flashdeals-card:hover .flashdeals-image-container img {
    transform: scale(1.08);
}

.flashdeals-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    z-index: 10;
}

.flashdeals-content {
    padding: 30px;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flashdeals-heading {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    font-weight: 600;
}

.flashdeals-description {
    color: #666;
    font-size: 1.05rem;
    margin-bottom: 15px;
}

.flashdeals-link {
    color: #d52f3f;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    font-size: 16px;
}

.flashdeals-link:hover {
    color: var(--redColor);
    gap: 12px;
}

.flashdeals-social {
    display: flex;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.flashdeals-social-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 35px;
}
.flashdeals-social-btn:hover{
    color: var(--whiteColor) !important;
}

.flashdeals-social-btn.fd-facebook {
    background: #3b5998;
}

.flashdeals-social-btn.fd-facebook:hover {
    background: #2d4373;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(59, 89, 152, 0.4);
}

.flashdeals-social-btn.fd-twitter {
    background: #1da1f2;
}

.flashdeals-social-btn.fd-twitter:hover {
    background: #0d8bd9;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(29, 161, 242, 0.4);
}

.flashdeals-social-btn.fd-linkedin {
    background: #0077b5;
}

.flashdeals-social-btn.fd-linkedin:hover {
    background: #005885;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 119, 181, 0.4);
}
.flashdeals-social-btn.fd-copy {
    background: #6c757d;
}

.flashdeals-social-btn.fd-copy:hover {
    background: #5a6268;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(108, 117, 125, 0.4);
}

.flashdeals-social-btn.fd-copy.fd-copied {
    background: #28a745;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.flashdeals-card {
    animation: fadeInUp 0.6s ease forwards;
}
/* =====failed===== */
 /* bus tracker */
 /* .bus_tracker{
    margin-top: 80px !important;
 } */
.bus_tracker {
    margin-top: 0 !important;
    padding-top: 80px !important;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;

}
.tracking_map_height {
    height: calc(100vh - 90px) !important;
    width: 100%;
    margin-bottom: 0 !important;
}

