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

/*====================================================================
	root css
====================================================================*/
:root {
    --theme-body-font: "Nunito Sans", serif;;
    --blueColor: #150fb8;
    --orangeColor: #ffc300;
    --grayColor: #f7f7f7;
    --darkColor: #232323;
    --whiteColor: #fff;
}
body{
    background-color: #eee;
}
/*====================================================================
	Header css
====================================================================*/
header {
    background: var(--whiteColor);
    border-bottom: 0;
}
.topbar {
    background: var(--blueColor);
}
.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: 500;
    transition: all ease-in-out 0.3s;
    display: inline;
    color: var(--whiteColor);
}
.topbar ul li a {
    color: var(--darkColor);
}
.demoNavBar li a {
    color: var(--darkColor) !important;
    font-size: 18px;
}
.demoNavBar li a:hover {
    color: var(--blueColor) !important;
}
.nav-link.active {
    color: var(--blueColor) !important;
    position: relative;
}
a.lang__anc.active_lan span {
    color: #000afa !important;
}
.site_logo {
    max-width: 240px;
    max-height: 60px;
}
.demoNavBar .drop-down ul {
    background: var(--orangeColor);
}
.active_lan {
    border: 0px !important;
    color: var(--grayColor) !important;
}
.lang__anc{
    margin-top: 2px;
}
.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;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    background: var(--whiteColor)
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(48% - 30px);
    left: 50%;
    transform: translateX(-50%);
    background: url('../../newukraine/img/site-logo.png');
    width: 180px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
#preloader .wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap:10px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 210px;
    justify-content: center;
    background-color: var(--blueColor);
    border: 1px dashed var(--blueColor);
    height: 210px;
    border-radius: 50%;
    transform: translateY(-50%);
    padding: 60px 0px 0 15px;
}
#preloader .wrapper h2 {
    margin: 30px 0 10px;
    font-size: 16px;
    color: var(--whiteColor);
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
}
  
  #preloader .content {
    position: relative;
    height: 30px;
    width: 30px;
    margin-top: 20px;
  }
  #preloader .content .circle {
    position: absolute;
    border-radius: 50%;
    background: var(--whiteColor);
    height: 20%;
    width: 20%;
  }
 #preloader .content .one {
    right: 40%;
  }
 #preloader .content .two {
    top: 10%;
    right: 10%;
    animation-delay: 0.1s;
  }
 #preloader .content .three {
    top: 40%;
    right: 0;
    animation-delay: 0.2s;
  }
 #preloader .content .four {
    right: 10%;
    bottom: 10%;
    animation-delay: 0.3s;
  }
 #preloader .content .five {
    right: 40%;
    bottom: 0;
    animation-delay: 0.4s;
  }
 #preloader .content .six {
    bottom: 10%;
    left: 10%;
    animation-delay: 0.5s;
  }
 #preloader .content .seven {
    top: 40%;
    animation-delay: 0.6s;
  }
 #preloader .content .eight {
    left: 10%;
    top: 10%;
    animation-delay: 0.7s;
  }
  
  .animation {
    animation: minute 0.8s infinite;
  }
  
  @keyframes minute {
    from {
      background: var(--whiteColor);
    }
    to {
      background: transparent;
    }
  }
  .demoNavBar .drop-down ul::after {
    background: var(--blueColor);
}
.back__home__btn {
    display: inline-block;
    font-weight: 700;
    color: var(--blueColor);
    text-transform: capitalize;
    box-shadow: none !important;
}
/*====================================================================
	Banner css
====================================================================*/
.search {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.home_main_title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 35px;
    color: #ffffff;
    position: relative;
    bottom: 100px;
    background: #0000008c;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
}
.search .form-control {
    border-radius: 10px !important;
    min-height: 44px;
    border: 1px solid #dddddd !important;
}
.search_btn {
    background: var(--blueColor) !important;
    border: 1px solid var(--blueColor) !important;
}
.repeat-arrow-img-btn {
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 31px;
    left: auto;
    border-radius: 50%;
    border: 2px solid #ff6e23 !important;
    z-index: 3;
    right: -25px;
}
.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: 600 !important;
    color: #000;
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
/*====================================================================
	Marque css
====================================================================*/
.news_scroll {
    margin-top: 50px;
}
.marquee_title {
    background: var(--blueColor);
    color: var(--whiteColor);
    white-space: nowrap;
    letter-spacing: 0.4px;
    border-radius: 5px 0px 0px 5px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    height: 40px;
    padding: 0 10px;
}
.marquee-news {
    background: #ffffff;
    width: auto !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
}
marquee {
    margin-top: 9px;
}
.marquee-news p {
    font-weight: 400;
    font-size: 16px;
    color: var(--darkColor);
}
/*====================================================================
	Services css
====================================================================*/
.how_works {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    border-right: 4px dashed #ffc300;
}
.how_it_works_inner {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-icon-wrapper img {
    max-height: 150px;
    object-fit: contain;
    width: 150px;
    border-radius: 15px;
    padding: 5px;
}
.icon-box-title {
    text-transform: capitalize;
    color: #150fb8;
    font-weight: 700;
    font-size: 18px;
}
/*====================================================================
	Sales Count
====================================================================*/
.sales-count-section{
    background: var(--whiteColor);
}
/*====================================================================
	Route css
====================================================================*/
.gallery__section {
    overflow: hidden;
}
.route_name {
    font-weight: 600;
    text-align: center;
    margin: 15px 0 0;
    font-size: 22px;
}
.gall-img {
    min-height: 250px;
    object-fit: cover;
    height: 300px;
}
.route_section a{
    text-decoration: none;
}
.gallery_carousel .owl-nav {
    top: 42% !important;
}
#gallery_carousel .owl-nav {
    top: 50% !important;
}
.route-link {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    height: 100%;
    border: 2px dashed lightgrey;
}
.route-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.route-item .route-text {
    font-size: 18px !important;
    font-weight: 500;
    color: var(--darkColor);
}
.route-item .price-text {
    font-weight: 700;
    font-size: 16px !important;
    margin: 0;
    color: var(--darkColor);
}
.route-link:hover {
    border: 2px dashed var(--orangeColor);
    box-shadow: none;
}
/*====================================================================
	FAQ Section css
====================================================================*/
.accordion-item {
    background-color: var(--whiteColor);
    border: none;
    border-radius: 10px !important;
    margin-bottom: 10px;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 10px !important;
    padding: 12px;
}
.accordion-button p {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.accordion-button .title {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.accordion-button:not(.collapsed) .title {
    color: var(--blueColor) !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-body {
    padding: 10px;
}
.accordion-body p {
    font-size: 15px;
    margin: 0;
    line-height: 28px;
}
.accrod-bg {
    background: var(--whiteColor);
    transition: all ease-in-out 0.2s;
}
.accord-frequt {
    box-shadow: none !important;
    padding: 10px;
    border: 1px solid #eee;
}
/*====================================================================
	Count box css
====================================================================*/
.single-count.count-up {
    text-align: center;
    padding: 25px;
    border-radius: 50%;
    background: #ffc30047;
    height: 250px;
    width: 90%;
    margin: 0 auto 50px;
}
.fact_title {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.counter-head {
    font-size: 40px;
    color: var(--blueColor);
    margin: 10px 0;
    font-weight: 700;
}
.single-count.count-up p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.happy_customer {
    background: #fcfcff;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 6px dashed #150fb836;
}
.customer_cont {
    text-align: center !important;
}
.login-user-icon::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -18px;
    display: none;
}
/*====================================================================
	Footer css
====================================================================*/
footer {
    position: relative;
    margin-top: auto;
    background-image: url('../../newukraine/img/footer_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 35px;
    overflow: hidden;
}
.footer-wrap {
    background: #232323;
    border-radius: 32px;
    padding: 30px;
    margin-top: 390px;
}
.btn-scroll {
    background-color: var(--blueColor);
}
.b-blog-short-post {
    display: block;
    text-align: center;
    border-top: 1px solid #ffffff2b;
    padding-top: 20px;
}
.footer_title {
    color: var(--whiteColor);
}
.social_icon {
    color: var(--whiteColor);
    border: 1px solid #ffffff24;
}
.footer_imp_link a {
    color: var(--whiteColor);
}
.footer_logo {
    max-width: 200px;
    margin-top: 0;
}
.footer_imp_link a {
    line-height: 30px;
    font-size: 15px;
}
.footer-wrap p {
    font-size: 15px;
    line-height: 30px;
}
.pay-card {
    margin-top: 10px;
    border: 1px solid #aaaaaa63;
    padding: 10px;
    height: 52px;
    width: 80px;
    border-radius: 3px;
    margin-right: 5px;
    object-fit: contain;
}
.footer_imp_link a:hover {
    color: var(--orangeColor);
}
.fq-link a:hover {
    color: var(--orangeColor);
}
.social-links a {
    font-size: 15px;
    display: inline-block;
    transition: 0.3s;
    color: var(--darkColor);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--whiteColor);
    margin-right: 7px;
    border-radius: 50%;
}
.social-links a:hover{
    color: var(--whiteColor);
    background-color: var(--orangeColor);
}
/* Search Bus */
.search_banner {
    background: url('../img/ticket-search-bg-.png');
    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;
}
.modify_search_wraper {
    position: relative;
    z-index: 1;
    margin-top: -60px;
}
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    color: var(--whiteColor);
}
.modify_search_wraper .b-search-map__wrap {
    background: rgba(0, 48, 88, 0.64);
    position: relative;
}

.b-form-group {
    position: relative;
}
.modify_search_wraper .b-form-group {
    position: relative;
    z-index: 2;
}
.modify_search_wraper .b-search-map__wrap::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    background: var(--orangeColor);
}
.modify_search_wraper .search_btn {
    background: #003058 !important;
    border: 0 !important;
    margin: 0px !important;
}
.modify_search_wraper .repeat-arrow-img-btn {
    top: 29.5px;
    left: auto;
    border-radius: 50%;
    border: 2px solid #003058 !important;
    z-index: 4;
    right: -13px !important;
    transform: none;
}
/* datebar */
.datebar_wrapper {
    margin: 20px 0px;
}
li.date-disable {
    opacity: 0.5;
}
ul.datebar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 10px !important;
    padding: 0;
    margin: 0;
}
ul.datebar li {
    width: 14.3%;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-top: 2px solid transparent;
    border-bottom: 2px solid var(--whiteColor);
    border-radius: 5px;
    background: var(--orangeColor);
    justify-content: center;
    background: var(--whiteColor);
}
.mobile.datebar li {
    width: 100% !important;
}
ul.datebar li span {
    font-size: 14px;
    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(--blueColor);
    color: var(--whiteColor);
}
.dcbtn-disable {
    cursor: no-drop !important;
}
ul.datebar li:first-of-type {
    border: 0px !important;
}
ul.datebar li.active {
    background: var(--whiteColor);
    border-bottom: 2px solid var(--blueColor);
}
ul.datebar li.active a {
    color: var(--blueColor);
}
ul.datebar li a {
    color: var(--darkColor);
}
ul.datebar li a:hover .arrow-icon i{
    color: var(--whiteColor);
    background-color: var(--orangeColor);
}
ul.datebar .date-disable a:hover .arrow-icon i{
    color: var(--whiteColor);
    background-color: var(--blueColor);
}
li.date-disable a {
    opacity: 0.7;
    cursor: no-drop;
}
.single_search_result_item {
    border: 1px dashed var(--orangeColor);
}
.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: 16px;
    color: var(--blueColor);
    font-weight: 700;
}
.bi_arrow span {
    width: 16px;
    height: 16px;
    border: 2px solid var(--orangeColor);
    display: block;
    border-radius: 50%;
    background: var(--whiteColor);
}
.single_search_result_item ul.result_content li .item-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--darkColor);
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
}
li > div {
    width: 100%;
}
.bus_name p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.single_search_result_item .result_content li .bus_name h6 {
    font-size: 20px;
    color: var(--orangeColor);
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0;
}
.demoNavBar .drop-down ul {
    background: var(--blueColor);
}
.find-result-btn {
    font-size: 18px;
    font-weight: 500;
}
.single_search_result_item ul.result_content li .price {
    font-size: 30px;
    color: #003058;
}
.price_package_toggle_btn {
    cursor: pointer;
    color: #008bff;
    max-width: 120px;
}
.dPoint{
    font-weight: 500;
}
.price_package_toggle_btn:hover{
    color: var(--orangeColor);
}
.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: #000000;
    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(--orangeColor);
    transition: all .5s ease 0s;
    font-weight: 700;
}
.pricingTable .per_adult {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.pricingTable .heading {
    font-size: 24px;
    color: var(--orangeColor);
    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(--orangeColor);
    text-transform: uppercase;
    transition: all .3s ease 0s;
    border: 1px solid;
}

.pricingTable .pricingTable-signup .pricing_btn:hover {
    color: var(--orangeColor);
    border: 1px solid var(--orangeColor);
    background-color: transparent;
}
.pricingTable.green .pricingTable-signup .pricing_btn:hover {
    color: var(--blueColor);
    border: 1px solid var(--blueColor);
    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(--blueColor)
}

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

.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: #000;
    font-size: 14px;
}
.departure {
    border: 1px dashed #ff6e23;
}
.select-ticket-row-wrapper {
    border-left: 3px solid #ff6e23;
}
/* Package Table End */
.ticket_bottom_content .flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #ff6e23;
    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: #000;
    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: #000;
    padding: 4px 10px;
}
.dPoint {
    font-size: 14px;
}
.adt-info input.addChildren {
    height: 33px;
}
.pay-details-box.psngr-details.pess-dtls-box table td:first-child {
    width: 130px;
}
.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 15px !important;
}
.tkt_table th, .tkt_table td {
    border: 1px solid var(--orangeColor);
    font-weight: 500;
}
.single_srch_result {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    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(--orangeColor);
    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(--orangeColor);
    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(--orangeColor);
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
    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_prefix_wrap {
    width: 200px;
}
.phone_postfix_inp{
    border-radius: 0px 10px 10px 0px !important;
}
.phone-dial-code .select2-container--default .select2-selection--single {
    border-radius: 5px 0 0px 5px !important;
    border-right: 0px !important;
    background: #eee !important;
}
.code_with_mobile_inp {
    border-radius: 0px 5px 5px 0px !important;
}
.btn_scroll {
    background: #ff6e23;
    font-size: 26px;
    height: 40px;
    width: 40px;
    line-height: 20px;
    color: #fff;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: 0;
    position: absolute;
    right: 15px;
    bottom: 50px;
    z-index: 2;
}
.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: #000;
    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%;
}
/* Station collapse design */
.amenities-toggle-box {
    display: none;
}
.scroll_route_heading {
    color: var(--blueColor);
    font-weight: 600;
    font-size: 14px;
}
.direct_collpase_btn {
    cursor: pointer;
    text-transform: capitalize;
}
.direct_collpase_btn::selection {
    color: none;
    background: none;
}
.direct_collpase_btn::-moz-selection {
    color: none;
    background: none;
}
.busstops__boking {
    list-style: none;
    margin: 0px;
    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;
}
.busstops__boking li span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 23px;
}
.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: 0 0 10px;
    height: 32px;
}
#select2-phonePrefix-container span {
    font-size: 15px !important;
}
#select2-phonePrefix-container .img-flag {
    width: 30px !important;
}
.pess-dtls-box {
    min-height: 485px !important;
}
.select2-container {
    min-width: 136px !important;
}
.abs_spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.adlt_child_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    height: 46px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}
.adlt_child_btn_wrap button {
    border: 0px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    background: var(--orangeColor);
    height: 22px;
    width: 22px;
    border-radius: 50%;
    line-height: 0;
}
.b-form-group label {
    display: block;
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}
.quantity.qtycls {
    width: 50px;
    text-align: center;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    color: #484848;
    padding-top: 5px;
}
.adlt_child_btn_wrap button[disabled] {
    cursor: no-drop;
    opacity: 0.3;
}
/* Search bus */
.buslist_wrapper {
    background: #eee;
}
.search_bus_area.modify_bus_area {
    position: relative;
    bottom: 0;
}
.modify_bus_area {
    margin: 30px 0px 10px;
    box-shadow: none !important;
}
.search_bus_area {
    background: var(--whiteColor);
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 0px 15px 0px rgb(0 0 0 / 11%);
    margin: 30px 0px 35px;
}
.tripinfo_part .head-text {
    border: 2px dashed var(--blueColor);
    padding: 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    height: 100%;
    justify-content: center;
}
.info_count {
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 600;
    color: var(--blueColor);
}
.info_title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: var(--darkColor);
    margin: 0;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.from-to-flex {
    display: flex;
    align-items: center;
}
.radio label {
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-right: 8px;
}
.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: var(--whiteColor) !important;
    border-radius: 100%;
    border: 2px solid var(--blueColor) !important;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    margin-right: 4px;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: var(--blueColor) !important;
    box-shadow: inset 0 0 0 4px #f4f4f4 !important;
    margin-right: 4px;
}
label.search_bus_form_label {
    text-align: left;
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
    color: #222;
    letter-spacing: 0.3px;
}
.from-to-flex > label {
    width: 50%;
}
.location-flex-area {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 8px;
}
.repeat-arrow-img {
    position: absolute;
    top: 5px;
    z-index: 1;
    cursor: pointer;
    left: 48.5%;
    border-radius: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 35px;
    padding: 7px;
    border: 2px solid var(--blueColor);
    height: 35px;
    object-fit: contain;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
    overflow: hidden;
}
.butn-adult {
    background: var(--whiteColor) !important;
    text-decoration: none !important;
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: left;
    padding: 0px 7px;
    border-radius: 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ddd;
}
.btnsubmit {
    font-weight: 500;
    transition: 0.3s;
    background: var(--blueColor) !important;
    color: var(--whiteColor);
    border: 0 !important;
    letter-spacing: 0.5px;
    border-radius: 30px;
    text-transform: capitalize;
    width: 100%;
    height: 44px;
}
.btnsubmit:hover {
    background: var(--orangeColor) !important;
    color: var(--darkColor);
}
.bus-departure {
    border: 1px solid #eee;
    background: var(--whiteColor);
    padding: 10px;
    margin-top: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0px 15px 0px rgb(0 0 0 / 11%);
}
.mbrnad-coach {
    font-size: 14px;
    font-weight: 600;
    color: #565956;
    margin-bottom: 0px !important;
}
.mbrnad-name {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    color: #000;
}
.amenities_img_wrap img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.dept-time-wrapper h4 {
    margin: 0px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    background: var(--whiteColor);
    font-size: 18px;
}
.dept-time-wrapper p {
    margin: 0px;
    position: relative;
    z-index: 2;
    background: var(--whiteColor);
    padding: 0 3px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #555;
}
p.duration_time_wrap.text-danger {
    font-size: 18px;
    font-weight: 700;
}
.abs_line {
    position: absolute;
    width: 100%;
    height: .1px;
    background: #a4a4a4;
    top: 12px;
}
.dept-time-wrapper .abs_line::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #c7c7c7;
    background: var(--whiteColor);
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 50%;
}
.dept-time-wrapper .abs_line::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
     border: 2px solid #c7c7c7;
    background: var(--whiteColor);
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 50%;
}
.dept_price {
    font-size: 25px;
    font-weight: 800;
    color: var(--darkColor);
    margin: 0;
    line-height: 28px;
}
.bus_name_flex {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}
.trip_with_all_station_flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.bus_icon {
    width: 50px;
    object-fit: contain;
    object-position: center;
    max-height: 50px;
}
.trip-time .stops-info, .trip-time {
    align-items: center;
    display: flex;
    width: 100%;
}
.trip-time .stops-info {
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 10px;
    position: relative;
}
.trip-time .stops-info, .trip-time {
    align-items: center;
    display: flex;
    width: 100%;
}
.trip-time .end-time .time-text, .trip-time .start-time .time-text {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
}
.trip-time .end-time .destination-text, .trip-time .start-time .destination-text {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}
.trip-time .stops-info .stop-numbers, .trip-time .stops-info .stop-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #444;
}
span.stop-numbers {
    margin-top: 0;
    margin-bottom: 25px;
}
.trip-time .stops-info .stop-wrapper {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    position: absolute;
    top: calc(50% - 6px);
    width: 100%;
}
.trip-time .stops-info .stop-wrapper .stop {
    background-color: #150fb8;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    width: 12px;
}
.trip-time .stops-info .stop-pointer:after, .trip-time .stops-info .stop-pointer:before {
    background-color: #ecf3fe;
    border: 1px solid #150fb8;
    border-radius: 100%;
    content: "";
    height: 12px;
    position: absolute;
    top: -6px;
    width: 12px;
}
.trip-time .stops-info .stop-pointer:after, .trip-time .stops-info .stop-pointer:before {
    background-color: #ecf3fe;
    border: 1px solid #150fb8;
    border-radius: 100%;
    content: "";
    height: 12px;
    position: absolute;
    top: -6px;
    width: 12px;
}
.trip-time .stops-info .stop-pointer:after {
    right: 0;
}
.trip-time .stops-info .stop-pointer {
    background: #150fb8;
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.trip-time .end-time .time-text .extra-day {
    align-self: flex-start;
    color: #f33a3a;
    font-size: .7142857143rem;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
}
/* Sale page */
.sale_wrapper {
    background: #eee;
}
.wrap {
    background: var(--whiteColor);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}
.sidebar-wrap {
    background-color: var(--whiteColor);
    min-height: 730px;
    padding: 15px;
    border-radius: 15px;
    position: sticky;
    top: 94px;
    margin-top: 15px;
}
.sidebar-wrap .page-heading p {
    text-transform: capitalize;
}
.page-heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 10px;
}
.hoppa img {
    margin-right: 8px;
    width: 38px;
    height: 38px;
    object-fit: contain;
    border: 1px dashed var(--orangeColor);
    padding: 3px;
    border-radius: 50%;
}
.page-heading p {
    color: var(--blueColor);
    font-size: 22px;
    /* text-transform: capitalize; */
    margin: 0;
    font-weight: 700;
}
.selectSeatDetailsWrapper {
    border: 1px dashed var(--orangeColor);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.selectSeatDetailsWrapper:last-child {
    margin-bottom: 0px;
}
label {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: var(--darkColor);
    line-height: 26px;
}
.pasngrs_title {
    padding-bottom: 10px;
}
.phone_prefix_wrap {
    min-width: 130px;
}
.payment-form input {
    border: 1px solid #ddd;
    background-color: var(--whiteColor);
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    min-height: 45px;
}
.seats {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
}
.chair {
    padding: 0px 10px;
}
.seat-text {
    text-align: left;
}
.seat-text h5 {
    margin: 0;
    color: var(--darkColor);
    font-size: 18px;
    padding-top: 2px;
}
#simple_timer {
    font-size: 30px;
    font-weight: 800;
    color: #cc0707;
    display: inline-block;
    min-width: 82px;
}
.checkout_btn {
    background: var(--blueColor);
    border: 0;
    width: 100%;
    font-size: 18px;
    color: var(--whiteColor) !important;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    padding: 8px;
    transition: all ease-in-out 0.2s;
    border-radius: 30px;
    text-transform: capitalize;
}
.checkout_btn:hover {
    background-color: var(--orangeColor) !important;
    color: var(--darkColor) !important;
}
.coupon_input_grp {
    position: relative;
    margin-top: 15px;
}
#couponInput {
    min-height: 45px;
}
.coupon_input_grp button {
    position: absolute;
    top: 0;
    right: 5px;
}
.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.total_data {
    color: var(--textColor);
    font-weight: 400;
    font-size: 15px;
}
.busstops__boking .node_blank_start::before {
    position: absolute;
    content: "\f21d";
    left: -6px;
    border-radius: 50%;
    top: 2px;
    z-index: 1;
    color: var(--blueColor);
    font-family: fontAwesome;
    font-size: 18px;
    background: #fff;
    height: 22px;
}
.busstops__boking li::before {
    position: absolute;
    content: "";
    top: 8px;
    bottom: 0;
    left: 0px;
    width: 1px;
    background: #c9c9c9;
    height: 100%;
}
.busstops__boking .node_blank_end::before {
    position: absolute;
    content: "\f041";
    left: -4px;
    border-radius: 50%;
    top: 1px;
    z-index: 1;
    color: var(--blueColor);
    font-family: 'fontAwesome';
    font-size: 19px;
    background: #fff;
    height: 22px;
}
.sidebar-wrap .pbodyb {
    display: flex;
    align-items: baseline;
}
.single_item_blank.time {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
}
.date {
    color: var(--blueColor);
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
.phone_prefix_text_inp {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.arrow_dir_tikt {
    width: 35px;
    display: inline-block;
    font-size: 28px;
    border: 1px solid var(--darkColor);
    border-radius: 50%;
    text-align: center;
    height: 35px;
    position: absolute;
    left: -43px;
    top: -8px;
    color: var(--darkColor);
    line-height: 35px;
}
.cancle_tckt_part {
    border: dashed 2px #bcbcbc45;
    border-radius: 2px;
    padding: 10px;
}
.arrow_direction p {
    font-size: 40px !important;
    color: #000 !important;
    line-height: 22px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding: 5px 5px;
}
.dir_img {
    width: 20px;
    margin-top: -5px;
    filter: opacity(0.5);
}
.tick_dtls_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: left;
    border-bottom: 2px dashed #ddd;
    padding: 0px 0px 5px;
    color: var(--darkColor);
}
.single_item_coach_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    position: relative;
    margin: 0 0 15px;
}
.border__custom {
    padding-left: 40px;
    margin-bottom: 20px;
}
/* ===busonline search page */
.bg-light {
    background-color: #eee !important;
}
hr {
    border: 1px solid #dcdcdc !important;
}
.nav-link.active::after {
    background-color: var(--blueColor) !important;
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
img.img-flag {
    width: 25px;
}
.select2-container .select2-selection--single {
    height: 45px;
}
.demoNavBar .drop-down li:last-child a {
    background: #fff;
}
.app_google_store img {
    object-fit: contain;
    width: 160px;
    border-radius: 30px;
    margin-right: 5px;
}
.app_sec .section-title h2 {
    font-size: 40px;
    font-weight: 900;
    width: 40%;
    color: var(--blueColor);
    text-transform: uppercase;
}
.app_google_store img:hover{
    opacity: 0.8;
}
.service_title {
    border-bottom:none;
 
}
.Features_subHeadingTxt {
    font-weight: 500;
    margin-bottom: 40px;
}
#simple_timer {
    color: var(--blueColor);
}
.payment-time-text{
    color: var(--blueColor);
}
.adultChild-dropdown-content {
    min-width: 300px;
    right: 0 !important;
    left: auto !important;
    z-index: 3;
}
.dropdown-end {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 44px);
    width: 100%;
    background: var(--whiteColor);
    display: block;
    list-style: none;
    text-align: left;
    border-radius: 5px;
    top: 10px;
    box-shadow: 0 10px 40px 0 rgb(104 113 123 / 20%);
    padding: 0px 10px;
    z-index: 3;
}
.dropdown-items {
    color: var(--darkColor) !important;
    padding: 5px 0px;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-left: 2px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}
.count-butn div {
    white-space: nowrap;
}
.count-butn button {
    margin: 0;
    padding: 0;
    display: inline;
    border: 0;
    background-color: #2b86bb1a;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
}
.adultChild_closBtn {
    font-weight: 500;
    transition: 0.5s;
    background: var(--blueColor) !important;
    color: var(--whiteColor);
    border: 0 !important;
    letter-spacing: 0.5px;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 30px;
}
#trip-msg {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
.seo-section-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.heads span {
    font-size: 22px;
    font-weight: 600;
    color: var(--blueColor);
}
.ftco-section {
    padding: 3em 0;
}
.not_trip_msg {
    font-size: 18px;
    margin: 0;
}
/* Checkmark animation */
.checkmark {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    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: 5;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 2s 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;
    }
  }
  /* check-img-animate end*/
 .data_view_box {
   margin-bottom: 20px;
   background: var(--whiteColor);
   padding: 25px 20px;
   border-radius: 25px;
   position: relative;
   border: dashed 3px var(--blueColor);
 }
 .hide_data_view_boxs {
   position: absolute;
   top: 0;
   z-index: 1;
   right: 15px !important;
   left: auto;
   width: 40px;
   height: 40px;
   background: #eee;
   text-align: center;
   line-height: 40px;
   border-radius: 50%;
   font-size: 20px;
   color: #dc3545;
   cursor: pointer;
   transition: all ease 0.2s;
 }
 .hide_data_view_boxs:hover{
   background-color: #dc3545;
   color: #fff;
 }
 .data_view_box label {
   font-weight: 600;
 }
 .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: 2px 10px;
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
    background: #f2f2f2ab;
}
.copy-text {
    position: relative;
}
.copy-text button {
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 5px;
    box-shadow: none;
    background: var(--blueColor);
    color: var(--whiteColor);
    line-height: 20px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
}
.ticket_box_pnr {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: #ff0002;
}
.header_top {
    font-size: 18px;
}
.bg__box:last-child {
    margin: 0;
}

.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: var(--blueColor);
    padding: 2px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
    color: #fff;
    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;
}
/* ====language==== */
.lang_title span {
    font-size: 15px;
    font-weight: 700;
    color: var(--whiteColor );
}
.location_sale_form {
    font-size: 18px !important;
}
.pbodyb a{
    color:#0a58ca ;
}
.pbodyb a:hover{
    color:#ffc300;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn_view_eats {
    background: var(--blueColor);
    color: #fff !important;
    position: relative;
    z-index: 1;
    padding: 6px 20px !important;
    font-weight: 600;
    border-radius: 7px;
    transition: all ease-in-out 0.3s;
    white-space: nowrap;
    text-transform: capitalize;
    margin-top: 5px;
}
.btn_view_eats:hover {
    background: var(--orangeColor);
    color: #232323 !important;
    box-shadow: none;
}
.transfer_time_title {
    padding: 3px 5px;
    font-size: 15px;
    font-weight: 700;
    color: #dc3551;
    margin: 0;
    text-align: center;
    background: #00bcd424;
    border-radius: 4px;
    text-transform: capitalize;
}
/* transit modal */
.fdc {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/* ---------- Summary Bar ---------- */
.fdc__summary {
    padding: 5px 15px 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 12px;
    border-bottom: 1px solid #ddd;
}
.fdc__route {
    font-weight: 800;
    font-size: 18px;
}
.fdc__time i {
    color: #f5c26b;
}
.fdc__meta {
    font-size: 12.5px;
    color: #6b7280;
}
.fdc_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fdc__meta strong {
    color: #111827;
}p.fdc__title {
    font-size: 20px;
    font-weight: 800;
    color: var(--blueColor);
    padding: 15px 15px 0px;
    margin: 0;
}
.fdc__pill {
    justify-self: end;
    align-self: center;
    background: #fff8e6;
    color: #000000;
    border: 1px solid #b57625;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
.busDetailsModal .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #232323;
    padding: 8px 15px;
}
.busDetailsModal .btn-close {
    filter: invert(1);
    opacity: 1;
}
#offcanvasRightLabel {
    margin: 0;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}
.offcanvas-end {
    width: 500px !important;
}
.offcanvasRightBtn {
    border: 1px solid #ddd;
    background: #0000000d;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    font-size: 15px;
    color: var(--blueColor);
    font-weight: 700;
}
.offcanvasRightBtn:hover {
    background: #eeeeee78 !important;
}
.direct_collpase_btn_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* ---------- Scroll Area ---------- */
/* Scrollbar styling (webkit) */
.fdc__scroll::-webkit-scrollbar {
    width: 10px;
}
.fdc__scroll::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #e6e8ee;
}
.fdc__scroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 999px;
}
.fdc__scroll:hover::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-width: 2px;
}

/* ---------- Timeline ---------- */
.fdc__timeline {
    position: relative;
    display: grid;
    row-gap: 35px;
    padding: 15px;
}
.fdc__row {
    display: grid;
    grid-template-columns: 100px 20px 1fr;
    column-gap: 12px;
    align-items: start;
}

/* time column */
.fdc__time {
    font-weight: 800;
    font-size: 13px;
    color: #000;
    line-height: 22px;
    margin-top: 2px;
    text-align: right;
}
.fdc__time small {
    display: block;
    font-weight: 600;
    color: #6b7280;
}

/* rail */
.fdc__rail {
    position: relative;
}
.fdc__rail::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100px;
    background: #150fb86e;
}
.fdc__layover .fdc__rail::before {
    background: #fff;
    border-left: 1px dashed #f5c26b;
    left: 4px;
    top: -10px;
}
.fdc__dot {
    position: relative;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #150fb8;
    display: inline-block;
}
.fdc__layover .fdc__dot {
    background: #f5c26b;
    border: 1px solid #b57625;
    margin-left: -1px;
}
.direct_transfer_tag {
    background: #ff98003b;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}
.busDetailsModal .offcanvas-body {
    background: #eee;
}
.fdc__layover .fdc__city i {
    color: var(--blueColor);
    padding: 3px;
}
.pulse {
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--blueColor);
  animation: pulse 2s infinite;
}

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

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

  100% {
    box-shadow: 0 0 0 0 rgba(222, 84, 72, 0);
  }
}
/* details */
.fdc__city {
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.coach_row .fdc__dot {
    display: none;
}
.coach_row .fdc__rail::before {
    top: 17px !important;
}
.fdc__row:first-child .fdc__rail::before {
    top: 8px;
}
.fdc__row:last-child .fdc__rail::before {
    background: #fff;
    top: 15px;
}
.fdc__layover .fdc__city {
    font-size: 15px;
}
.fdc__airport {
    margin: 2px 0 6px 0;
    font-size: 12.5px;
    color: #6b7280;
}
.fdc__airline {
    color: #0b1b33;
    font-weight: 700;
}

/* layover banner */
.fdc__layover {
    margin: 0;
    border: 1px dashed #f5c26b;
    background: #fff8e6;
    border-radius: 7px;
    padding: 10px 0px;
    position: relative;
}
.fdc__layover svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}
/* small helpers */
.fdc .muted {
    color: #6b7280;
}