/**
* Template Name: izimoove
* Version: 1.0
* Author: Ikram Hossen
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/
@import url('https: //fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet');
/*====================================================================
	root css
====================================================================*/
:root {
    --theme-body-font: 'Poppins', sans-serif;
    --baseColor: #333663;
    --secondaryColor: #f9ac19;
    --grayColor: #f7f7f7;
    --blackColor: #000000;
    --whiteColor: #ffffff;
    --redColor:#eb3433;
}
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);
    /* font-size: 14px; */
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
}
/*====================================================================
	Header css
====================================================================*/
.header_wrapper {
    position: sticky;
    top: 0;
    z-index: 33;
}
.link_nav a:hover::before {
    transform: scale(1);
}
/* .link_nav a::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--baseColor);
    transform: scale(0);
    transition: all 0.3s;
} */
.topbar a{
    color: var(--blackColor);
}
.topbar a:hover {
    color: var(--secondaryColor)!important;
}
header {
    background: var(--whiteColor);
    border-bottom: 0;
}
.topbar {
    background: var(--baseColor);
}
.text-language{
    color: var(--blackColor) !important;
}
.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;
    color: var(--whiteColor) !important;
}
.demoNavBar li a {
    color: #11286e !important;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
.demoNavBar li .login_reg {
    color: var(--baseColor) !important;
}
.demoNavBar li  .login_reg:hover{
    color: var(--secondaryColor) !important;
}
.nav-link.active {
    font-weight: 500;
}
.demoNavBar li a:hover {
    color: var(--secondaryColor) !important;
}
.nav-link.active {
    color: var(--secondaryColor) !important;
    position: relative;
}
i.fa.fa-chevron-down {
    font-size: 12px;
    font-weight: 600;
    color: var(--whiteColor);
}
.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: 220px;
    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;
}
.b-search-map__wrap .form-control {
    border: 5px !important;
}
.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(--baseColor);
    background: var(--baseColor);
}
.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: #11286e;
    display: inline-block;
    font-size: 23px;
    border: 2px solid;
}
.login-user-icon:hover {
    color: var(--secondaryColor) !important;
}
.login-user-icon::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -15px;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
.demoNavBar li {
    padding: 0px 15px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
    background: var(--whiteColor);
}
#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);
}
  
  .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
====================================================================*/
.home_banner_section .owl-theme .owl-nav button span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #11286e;
    line-height: 30px;
    font-size: 30px;
    border-radius: 50%;
    color: var(--whiteColor);
}
.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;
}
/* =========banner img ====== */
.banner_carousel {
    overflow: hidden;
    border-radius: 25px;
}
.banner_carousel  .owl-stage-outer {
    background: #003058;
}
.home_banner_section {
    max-height: 450px;
    position: relative;
    min-height: 250px;
    background: var(--baseColor) !important;
}
/* .home_banner_section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0000002e;
    opacity: .9;
} */
.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;
}
.booking-box .booking-box__body {
    position: relative;
    z-index: 1;
    padding: 25px;
    background-color: var(--baseColor);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.booking-box .booking-box__popup {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: var(--whiteColor);
    overflow: hidden;
    z-index: 0;
    padding: 20px 25% 24px 24px;
    box-sizing: border-box;
    transition: all .3s ease-out;
}
.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;
}

.industry-btn {
    background-color: var(--redColor) !important;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    min-height: 35px;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px !important;
    border-radius: 30px !important;
    min-width: 150px;
    text-align: center;
    border: 0;
}


/* .industry-btn:hover{
    opacity: 0.8;
} */
.industry-btn:hover {
    background: var(--secondaryColor) !important;
    color: var(--whiteColor);
}
.modify_search_wraper  button#searchButton {
    background: var(--redColor) !important;
}
.modify_search_wraper button#searchButton:hover {
    background: var(--secondaryColor) !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: var(--blackColor);
}
.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_btn {
    color: var(--whiteColor);
    text-transform: uppercase;
    font-weight: 600;
    transition: .2s all ease-in-out;
    margin-top: 0px;
    letter-spacing: 0.3px;
    border-radius: 30px !important;
    background-color: var(--secondaryColor);
    background-image: linear-gradient(45deg,rgba(112, 112, 112, 0.288) 50%,var(--redColor) 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    transition: all 0.4s ease-in-out!important;
    touch-action: manipulation;
    border: 1px solid transparent;
    width: 100%;
    min-height: 44px;
}
.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_wraper .b-search-map-wrapper .b-form-group label {
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
/*====================================================================
	Marque css
====================================================================*/
.marquee_flex {
    display: flex;
    align-items: center;
    background-color: var(--baseColor);
    border-radius: 10px;
 
}
.marquee_title {
    background: var(--redColor);
    padding: 0px 8px;
    color: var(--whiteColor);
    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: 30%;
    text-align: center;

}
.marquee-news {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    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
--------------------------------------------------------------*/
.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: var(--secondaryColor);
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    background-position: center;
}
.trip_book_now_btn {
    font-size: 20px;
    background: var(--blackColor);
    padding: 10px 40px;
    display: inline-block;
    border-radius: 30px;
    color: var(--whiteColor) !important;
    text-decoration: none;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
    transition: all ease-in-out 0.2s;
    text-transform: capitalize;
    margin-top: 10px;
}
.trip_book_now_btn:hover {
    background: var(--blackColor);
    color: var(--whiteColor) !important;
} */
/*====================================================================
	Services css
====================================================================*/
/* .section-title h2 {
    font-size: 35px;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: 600;
}
.how_works {
    background: #fff;
    border-radius: 0 30px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
    border: 0px !important;
}
.how_it_works_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 250px;
}
.mb-3.service-icon-wrapper img {
    max-height: 100px;
    object-fit: contain;
}
.icon-box-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.icon-box-text {
    font-size: 15px;
    min-height: auto;
    width: 100%;
    margin: 0;
}
.step-number {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--baseColor);
} */
 /* =============================================
 slider section
  ============================================= */
.section-title{
    text-align: center;
    margin-bottom: 30px;
  }
  .dest-title {
      margin: 0;
      text-align: center;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px 10px;
      color: var(--whiteColor);
      background: #333663;
  }
  /* .destination-content-wrap:hover .dest-title {
      background: #333663;
      color: #fff;
      transition: all ease 0.3s;
      border: 0;
  } */
  .destination-content-wrap img{
    border-radius: 5px 5px 0px 0px !important;
  }
  .item{
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid #eee;
  }
  .home_banner_section .homeBanner_slider img {
      height: 463px;
      object-fit: cover;
  }
 /*============================================
how_it_works
=============================================*/
.how_work {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s all ease-in-out;
    /* border-bottom: 3px solid var(--baseColor); */
    box-shadow: 0px 0px 2px 3px #eee;
}

 .how_work:hover {
     transform: translateY(-5px);
     border: 1px solid var(--redColor);
 }

 .how_it_works_inner {
     transition: all .2s;
 }

 .service-icon-wrapper {
     position: relative;
 }

 .section-title h2 {
     font-size: 34px;
     text-transform: capitalize;
     padding-bottom: 20px;
     font-weight: 600;
 }

 .icon-box-title {
     font-size: 20px;
     font-weight: 600;
     text-transform: capitalize;
 }

 .icon-box-text {
     font-size: 16px;
     min-height: 70px;
     width: 70%;
     margin: 0 auto;
 }
/*====================================================================
	Sales Count
====================================================================*/
/* .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
} */
 /* ===============================================
why choose
=================================================== */


 .listar-feature-item {
     position: relative;
 }

 .listar-feature-item a {
     position: absolute;
     top: -12px;
     left: 15px;
     width: calc(100% - 30px);
     height: calc(100% + 4px);
     border-radius: 1000px;
     z-index: 10;
 }

 .listar-feature-item .listar-feature-item-inner {
     padding: 50px 30px;
     border-radius: 6px;
     z-index: 5;
     position: relative;
     height: 100%;
 }

 .listar-feature-item .listar-feature-item-inner {
     padding-top: 60px;
     padding-bottom: 60px;
 }

 .listar-feature-right-border {
     position: absolute;
     width: calc(100% + 24px);
     height: calc(100% + 24px);
     top: -12px;
     left: 50%;
     overflow: hidden;
 }

 .listar-feature-items {
     text-align: center;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .listar-feature-right-border:before {
     border: 11px solid #2f53bf;
 }

.listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px solid var(--baseColor);
    border-radius: 800px;
    left: -55%;
}



 .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
     content: "";
     background-color: #fff;
     z-index: 6;
     position: absolute;
     background-repeat: no-repeat;
     background-position: center center;
 }

 .listar-feature-icon-wrapper {
     width: 148px;
     height: 148px;
     line-height: 148px;
     border-radius: 500px;
     position: relative;
     background-color: #fff;
     box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     left: 50%;
     vertical-align: middle;
     margin-left: -74px;
     top: -66px;
     margin-top: -74px;
 }

 .listar-feature-icon-inner {
     width: 120px;
     height: 120px;
     line-height: 120px;
     border-radius: 500px;
     position: relative;
     display: inline-block;
     vertical-align: middle;
     box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
     background: #fff;
     top: 0px;
 }

 .listar-feature-icon-inner div {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     display: inline-block;
     position: relative;
     width: 120px;
     height: 120px;
     line-height: 120px;
     text-align: left;
 }

 .listar-feature-icon-inner img {
     position: relative;
     margin: 0 auto;
     vertical-align: middle;
     display: inline-block;
     width: auto;
     left: 50%;
     -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
     -ms-transform: translate(-50%);
     -o-transform: translate(-50%);
     transform: translate(-50%);
     height: 55px;
 }

 .listar-feature-item img,
 .listar-feature-item i {
     position: relative;
     display: inline-block;
     border-bottom: 0;
     font-size: 40px;
     top: 30;
     padding: 0;
     color: #258bd5;
 }



 .listar-feature-content-wrapper {
     position: relative;
     margin-top: -15.5px;
 }

 .listar-feature-item .listar-feature-item-title {
     padding-top: 0;
     margin: 0 0 30px;
     text-align: center;
     line-height: 1.5;
 }

.listar-feature-item .listar-feature-item-title.listar-feature-counter-added>span {
    margin-left: 25px;
    border-radius: 0 50px 50px 0;
    color: #333663;
    font-weight: 600;
}

 .listar-feature-item .listar-feature-item-title>span {
     box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
         5px 0px 40px rgba(80, 80, 80, 0.1);
     padding: 10px 20px;
     display: inline-block;
     position: relative;
     background-color: #fff;
 }

.listar-feature-item .listar-feature-item-title>span span {
    box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
        5px 0px 80px rgba(80, 80, 80, 0.15);
    padding: 10px 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -3px;
    left: -40px;
    border-radius: 50px;
    background-color: #fff;
    color: #333663;
    font-weight: 600;
}

 .listar-feature-item .listar-feature-item-title span {
     display: inline-block;
     font-size: 14px;
     line-height: normal;
     font-weight: 400;
     text-shadow: none;
     border-radius: 50px;
     color: #252525;
     font-size: 18px;
 }

 .listar-feature-item-excerpt {
     padding: 0 20px;
 }

.listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 70px;
}

 .listar-feature-items{
     padding-top: 60px;
     padding-bottom: 60px;
 }


 .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
     margin-left: -25px;
     width: 50px;
     height: 50px;
     border-radius: 50px;
     box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
         15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
     bottom: -30px;
     background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
     background-size: 40%;
     color: #555;
     line-height: 52px;
 }


 .col-xs-12 {
     align-self: flex-start;
 }
/* ==================why chose end */
/* .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
====================================================================*/
.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;
}
.route_section a{
    text-decoration: none;
}

.route-link {
    background: #77b6cd38;
    border: 1px dashed #f5fbff;
    padding: 5px 10px;
    transition: all ease-in-out 0.2s;
    border-radius: 10px;
    height: 100%;
}
.route-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--blackColor);
}
.route-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--blackColor);
}
.route-link:hover {
    border: 1px dashed var(--baseColor);
    box-shadow: none;
}
.route-link .price span {
    font-size: 16px;
}
/*====================================================================
	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-width: 354px;
}
.app_sub_title {
    font-size: 16px;
    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: 50px;
    text-align: left;
    font-weight: 600;
    color: var(--whiteColor);
    text-transform: capitalize;
    margin-bottom: 15px;
}
/*====================================================================
	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
====================================================================*/
#banerInfo {
    background: #d0e8d0;
    text-align: center;
    margin-top: auto;
    padding: 40px 0px;
}

#banerInfo h2 {
    margin: 0;
    color: #ee3135;
    text-transform: uppercase;
    font-size: 30px;
}
footer {
    background-color: #11286e;
    position: relative;
    margin-top: auto;
    border-top: 0px;
}
.footer_top {
    padding: 50px 0px;
    z-index: 1;
    position: relative;
}
.top_inner_footer {
    border-bottom: 1px solid #eeeeee4d;
    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(--whiteColor);
}
.social_icon {
    color: var(--blackColor);
    border: 1px solid #ffffff24;
}
.footer_imp_link a {
    position: relative;
    text-transform: capitalize;
    color: var(--whiteColor);
}
/* .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-link {
    display: inline-flex;
    padding: 0;
    align-items: center;
    gap: 5px;
}
.social-link i  {
    background: var(--whiteColor);
    font-size: 15px;
    display: inline-block;
    transition: 0.3s;
    color: var(--blackColor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50% !important;
    border: 0 !important;
    margin: 0;
}
.social-link i:hover {
    color: var(--whiteColor);
    border: 0;
    background: var(--redColor);
}
.footer_logo {
    max-width: 200px;
    margin-top: 0;
    max-height: 82px;
    object-fit: contain;
}
.pay-card {
    object-fit: contain;
}
.b-footer-primary {
    background: var(--baseColor);
    border-top: 0;
    position: relative;
    z-index: 1;
    background-color: var(--redColor);
}
.footer_imp_link a:hover {
    color: var(--redColor);
}
.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;
}
.modify_search_wraper {
    position: relative;
    margin-top: 0px;
}
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    color: var(--blackColor);
}
.modify_search_wraper .b-search-map__wrap {
    background: #EBECF0;
    position: relative;
}

.b-form-group {
    position: relative;
}
.banner_carousel .owl-nav button span {
    background: var(--baseColor) !important;
}
.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: 37.5px;
    left: auto;
    border-radius: 50%;
    border: 2px solid #003058 !important;
    z-index: 4;
    right: -9px !important;
    transform: none;
}
.single_search_result_item ul.result_content li {
    padding: 0px;
}
.single_search_result_item ul.result_content li {
    flex-basis: auto;
}
/* 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: 5px;
} */
 ul.datebar {
     display: flex;
     justify-content: space-between;
     list-style: none;
     border-radius: 4px !important;
     border: 1px solid #ddd;
     padding: 0;
 }
ul.datebar li {
    width: 14.3%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    justify-content: center;
    line-height: 22px;
}
.price_discount_title {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #eb3136;
    text-transform: uppercase;
    white-space: nowrap;
}
.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(--baseColor);
    color: var(--whiteColor);
}
.dcbtn-disable {
    cursor: no-drop !important;
}
ul.datebar li:first-of-type {
    border: 0px !important;
}
ul.datebar li.active {
    background: var(--baseColor);
    border-bottom: 0px;
}
ul.datebar li.active a {
    color: var(--whiteColor);
}
ul.datebar li a {
    color: #11286e;
}
li.date-disable a {
    opacity: 0.7;
    cursor: no-drop;
}
section.ticket-src-result{
    background: #eee;
}
.total_trip_busbora {
    font-size: 18px;
    font-weight: 500;
}
.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: 1px solid #f4f4f4;
}
.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: 14px;
    color: #333663;
    font-weight: 700;
}
.bus_dp_route{
    border-right: 1px dashed var(--baseColor);
}
.bi_arrow span {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid var(--redColor);
    display: block;
    border-radius: 50%;
    background: var(--whiteColor);
}
.bi_arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px !important;
    position: relative;
    z-index: 2;
}
.duration_time{
    color: var(--redColor);
    font-weight: 600;
}
.single_search_result_item ul.result_content li .item-content .seat_left {
    font-size: 14px;
    font-weight: 500;
    color: var(--baseColor);
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
}
li > div {
    width: 100%;
}
.bus_name .operator {
    margin: 0;
    color: #444;
    font-size: 14px;
    font-weight: 600;
}

.routeTitle {
    font-size: 14px !important;
    line-height: 16px;
    padding-top: 3px;
}
.single_search_result_item .result_content li .bus_name .operator {
    font-size: 15px;
    color: #11286e;
    font-weight: 600;
    text-transform: capitalize;
    margin: 4px 0;
    line-height: 20px;
}

.bus_imges{
    width: 198px;
    margin: 22px 9px;
        
}
.bus_imges img{
    width: 116px;

}
.preview-wrap {
    width: 115px;
    position: relative;
    background: #f1f1f1;
    text-align: center;
}
.preview-wrap:hover span {
    opacity: 1;
}
.preview-wrap span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #00000052;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_search_result_item ul.result_content li .item-content h6 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.find-result-btn {
    font-size: 18px;
    font-weight: 500;
}
.single_search_result_item ul.result_content li .price {
    font-size: 16px;
    color: var(--baseColor);
    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: #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(--baseColor);
    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(--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: #000;
    font-size: 14px;
}
.departure {
    border: 1px dashed var(--baseColor);
}
.select-ticket-row-wrapper {
    border-left: 3px solid var(--baseColor);
}
.seatFare.amount_td {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #444444;;
}
.total-amount {
    border: 1px solid #eee;
    padding: 2px 15px;
    font-size: 18px;
    background: #eee;
    margin-bottom: 10px;
    color: #444444;
}
/* 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: #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: 13px;
    font-weight: 400;
}
.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 15px !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;
}
.bus_name p {
    margin-bottom: 0;
    color: #444;
    font-size: 12px;
}
.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 5px 5px 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 5px !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;
}
.b-search-map__wrap {
    margin-top: 20px;
    box-shadow: none;
}
/* ======go button top=== */
/* .btn_scroll {
    background: var(--redColor);
    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;
} */
 .go_top_button {
    background: 0.3s ease;
        border: 0.3s ease;
        border-radius: 0.3s ease;
        box-shadow: 0.3s ease;
        transform: 0.3s ease;
 }

 .btn_scroll {
     color: #f7f7f7;
     border: 1px solid #27354d;
 }

 .btn_scroll:hover {
     color: #0075ff;
     border-color: #0075ff;
 }

 .btn_scroll span {
     display: inline-block;
     font-weight: var(--tj-fw-bold);
     text-transform: uppercase;
     writing-mode: vertical-lr;
     letter-spacing: -0.03em;
     font-size: 14px !important;
 }

.btn_scroll {
    display: inline-flex;
    width: 40px;
    height: 130px;
    text-align: center;
    background: transparent;
    color: var(--whiteColor);
    border: 1px solid #575a7a;
    border-radius: 25px !important;
    transition: all, 0.3s;
    line-height: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    bottom: 58px;
    z-index: 2;
}

 .btn_scroll i {
     margin-bottom: 10px;
     animation: bounce2 2s infinite;
 }

 @keyframes bounce2 {

     0%,
     20%,
     50%,
     80%,
     100% {
         transform: translateY(0);
     }

     40% {
         transform: translateY(6px);
     }

     60% {
         transform: translateY(3px);
     }
 }
/* ======go button end=== */
.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(--baseColor);
    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: 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;
}
.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 2px 0px 0px;
    height: 27px;
}
.form-gp input {
    border-radius: 10px;
}
.form-gp input {
    width: 100%;
    height: 44px;
    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: 15px !important;
}
#select2-phonePrefix-container .img-flag {
    width: 30px !important;
}
.pess-dtls-box {
    min-height: 485px;
}
.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 about */
/* .industry-about-area .right-content-area .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--baseColor);
}
button#searchButton {
    border-radius: 30px !important;
}
.industry-about-area .left-content-wrap {
    padding-right: 80px;
    position: relative;
    max-width: 500px;
    margin-left: auto;
}
.industry-about-area .left-content-wrap .shape {
    position: absolute;
    right: 20px;
    top: 0;
}
.industry-about-area .left-content-wrap .industry-video-wrap {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}
.industry-video-wrap img {
    border: 10px solid #fff;
}
.industry-about-area .left-content-wrap .vertical-image {
    position: relative;
    display: inline-block;
    left: -150px;
}
.industry-about-area .left-content-wrap .vertical-image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--baseColor);;
    opacity: .8;
}
.industry-video-wrap .experience {
    position: absolute;
    right: -29px;
    bottom: -40px;
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-bottom: 4px solid var(--baseColor);;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
}
.industry-video-wrap .experience .year {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--baseColor);
}
.industry-video-wrap .experience .title {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.industry-what-we-offer-area {
    background: #f7f7f7;
} */
/*  */
.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 .icon {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    color: var(--baseColor);
    transition: all .3s;
} */
.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: 200px;
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    height: 100%;
}
.cont_right_box_icon {
    font-size: 22px;
    color: var(--baseColor);
    border: 1px dashed var(--baseColor);
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 10px !important;
}
.b-google-map__info-window-address-title {
    color: var(--baseColor);
    margin-bottom: 10px;
}
.cont_right_box .desc {
    color: var(--blackColor);
}
.btn_view_eats {
    background: var(--baseColor);
    border-color: var(--baseColor);
    min-width: 120px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.btn_view_eats:hover {
    color: var(--baseColor);
    border: 1px solid var(--baseColor);
}
#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;
}

/* About us */
.short_banner {
    background: url('../img/banner-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    position: relative;
}
.short_banner::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000063;
    height: 100%;
    width: 100%;
}
.short_banner .content {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    top: 50%;
    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(--redColor);
    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;
}
/* search page */
/* ======seat layout==== */
.seat_layout {
    background: url('../img/bus-top-view-img.png') no-repeat;
    margin-bottom: 10px;
    position: relative;
    background-size: cover;
    padding-bottom: 20px;
    background-position: top;
    border: none;

}

.ticket-status-table>tbody {
    vertical-align: inherit;
    border: none !important;
}

.seat-status-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-right: 10px;
}

.seat-status-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 110px 20px 0px;
}

.seat-available {
    border: 1px solid #28a745;
    height: 25px;
    border-radius: 10px 10px 2px 2px;
    width: 25px;
    background-color: #ffffffee !important;
}

.legend-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 7px;
}

.seat-selected {
    background-color: #419ae3;
    border: 1px solid #419ae3;
    height: 24px;
    border-radius: 7px 7px 1px 1px;
    width: 24px;
}

.seat-booked {
    background-color: #eaebed;
    border: 1px solid #eaebed;
    height: 24px;
    border-radius: 7px 7px 1px 1px;
    width: 24px;
}

li.seat-booked.female {
    background: #e91e63;
    border: 1px solid #e91e63;
}

.seat-booked {
    background-color: #eaebed;
    border: 1px solid #eaebed;
    height: 24px;
    border-radius: 7px 7px 1px 1px;
    width: 24px;
}

.ticket-status-table>tbody>tr>td {
    text-align: center;
    border: 0;
    padding: 4px 0px !important;
}
.seatStatusFree+label {
    /* border: 1px solid #eaebed; */
    background: #ffffff !important;
    color: var(--blackColor);
}
.seatStatusFree+label {
    border: 1px solid #28a745;
    cursor: pointer;
}
.seat-available {
    border: 1px solid green;
    /* background: green; */
}
/* .seatStatusSold+label {
    background-color: #ff0000 !important;
    border: 1px solid #ff0000;
} */
.seatStatusSold+label {
    background-color: #e91e63 !important;
    color: #fff;
    border: 1px solid #e91e63;
    cursor: no-drop;
}
.seatStatusFree+label:hover {
    opacity: 0.8;
    background-color: #28a74547 !important;
    color: #070606;
}
.tkt_check_box:checked+label {
    background-color: #419ae3 !important;
    border: 1px solid #419ae3;
    color: #f1f1f1 !important;
}
.ticket-status-table>tbody>tr>td {
    /* padding: 3px !important; */
}
/* .tkt_check_box+label {
    display: inline-block;
    width: 35px;
    text-align: center;
    margin: 0;
    font-size: 13px;
    min-height: 35px;
    line-height: 35px;
    border-radius: 7px;
    font-weight: 400 !important;
} */
 .tkt_check_box+label {
     width: 35px;
     text-align: center;
     margin: 0;
     font-size: 12px;
     font-weight: 600 !important;
     min-height: 35px;
     line-height: normal;
     border-radius: 10px 10px 2px 2px;
     display: inline-flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }
.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: #f5f7fc;
}
.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%;
    margin-top: 20px;
    height: 30px;
    object-fit: contain;
}
.radio-btn .hobbies-icon h3 {
    color: var(--baseColor);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}
.pay-now-btn {
    border: 2px solid var(--redColor);
    text-align: center;
    background: var(--redColor);
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.pay-now-btn {
    border: 2px solid var(--secondaryColor);
    background-color: var(--secondaryColor);
   
}
.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: 700;
    font-size: 16px;
    text-decoration: line-through;
    opacity: 0.8;
    color: #333663;
}
.service_title {
    color: var(--baseColor);
}
.service_tbl thead {
    background: var(--baseColor);
}
.mid_cont_btns {
    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(--redColor) !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_btns:hover{
background-color: var(--secondaryColor) !important;
}
.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;
}

.font_sze {
    font-size: 15px !important;
}
/* 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: #000000;
    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);
}
label {
    font-weight: 600 !important;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--blackColor);
}

.boarding_btm_area ul {
    list-style: none !important;
    padding: 2px !important;
    line-height: 28px !important;
    margin: 0;
    font-size: 14px;
}
.phone_numbers a{
    color: #0075ff !important;
    text-decoration: underline;
}
.phone_numbers a:hover {
    color: #4e91de !important;
}
/* ====droping end=== */

.app_sections{
    display: flex;
}
.pay_card_img_wrap {
    display: flex;
    flex-direction: column !important;
    align-items: baseline;
    gap: 8px;
    /* flex-wrap: wrap; */
}
.screen_img{
    margin: 0px 25px;
}
.pay_card_img_wrap img {
    max-width: 180px;
    border: 1px solid #484848;
    border-radius: 15px;
}
.payment_wrap {
    background: white;
    border-radius: 12px;
    display: inline-block;
    padding: 5px;
}
.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(--whiteColor);
}
.guten-icon-list-item i {
    font-size: 15px;
    color: var(--blackColor);
    display: inline-block;
    width: 25px;
    background: var(--whiteColor);
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    border-radius: 5px;
}
.accordion-header {
    text-transform: capitalize;
    background: #ffff;
    border-radius: 7px;
}
.accordion-flush .accordion-item .accordion-button {
    padding: 10px;
    border-radius: 5px !important;
}
.accordion-header {
    text-transform: capitalize;
    background: #ffff;
    border-radius: 7px;
}
.accord-frequt {
    box-shadow: none !important;
}
.accordion-button p {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}
.accordion-button::after {
    opacity: 0.7;
}
.accordion-body {
    background: var(--whiteColor) !important;
    padding: 10px;
    margin: 0px;
    border-bottom: 1px dashed #eee;
}
.accordion-button:not(.collapsed) {
    color: var(--baseColor);
    background-color: #fff !important;
}
.accordion-flush .accordion-item .accordion-button:hover {
    background: #eee;
}
.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: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
    min-height: 130px;
}
  .process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
  }
  .process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
  }
  .process-step {
    background: #ffffff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px var(--secondaryColor);
    border-right: 1px solid #ddd;
    padding: 10px;
}
.process-point-wrap {
    width: 100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid var(--secondaryColor);
    box-shadow: 0 0 0px 4px var(--baseColor);
    margin: auto 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.process-point-right:before {
    content: "";
    height: 130px;
    width: 11px;
    background: #79797921;
    display: inline-grid;
    position: relative;
    left: 0;
    top: 0;
}
.process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid var(--secondaryColor);
    box-shadow: 0 0 0px 4px var(--baseColor);
    margin: auto 0;
    position: absolute;
    bottom: 50px;
    right: 37%;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #79797921;
    display: inline-grid;
    position: relative;
    left: 0px;
    top: 0px;
}
  .process-point-left.last:last-child::before {
    display: none;
  }
  .process-last:before {
    display: none;
  }
  .process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid var(--secondaryColor);
    border-left: 8px solid #04889800;
    border-right: 8px solid var(--secondaryColor);
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
  }
  .process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid var(--secondaryColor);
    border-left: 8px solid var(--secondaryColor);
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
  }
  /* 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;
     }

  /* .profile-user-icon i {
      border-radius: 50px;
      font-size: 35px;
      text-align: center;
      width: 60px;
      height: 60px;
      display: inline-block;
      line-height: 60px;
      color: var(--baseColor);
      border: 1px dashed var(--secondaryColor); 
    } */

     /* ===========payment success============ */
    .border__custom {
        padding-left: 40px;
        margin-bottom: 20px;
        /* padding-top: 15px; */
    }
    .dir_img {
        width: 20px;
        margin-top: -5px;
        filter: opacity(0.6);
    }
    .cancle_tckt_part {
        border: dashed 2px #bcbcbc45 !important;
        border-radius: 2px;
        padding: 10px;
    }
    .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: var(--baseColor) !important;
    }
    .arrow_direction p {
        font-size: 40px !important;
        color: var(--blackColor) !important;
        line-height: 22px;
        margin: 0;
        font-weight: 700;
        text-align: center;
        padding: 5px 5px;
    }
    .ticket_box .single_item {
        margin-bottom: 5px;
        padding: 2px 5px;
        font-size: 16px;
        font-weight: 500;
        color: #444;
        max-height: 72px;
        display: flex;
        /* border-bottom: 1px solid #ddd; */
        border: dashed 1px #beb7b7;
        background: #eee;
    }
    .single_item span:last-child {
        width: 43%;
        text-align: start;
    }
    .single_item span:first-child {
        width: 43%;
        text-transform: capitalize;
        font-weight: 700;
        text-align: start;
    }
    .tick_dtls_titles {
        font-size: 18px;
        color: var(--baseColor);
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .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(--baseColor);
        border-radius: 50%;
        text-align: center;
        height: 35px;
        position: absolute;
        left: -43px;
        top: -7px;
        color: var(--baseColor);
    }
    .mid_cont_btn {
        color: var(--whiteColor) !important;
        background: var(--baseColor);
        box-shadow: none !important;
        font-size: 15px;
        font-weight: 600;
        outline: none !important;
        transition: all ease-in-out 0.3s;
        margin: 0 auto;
        padding: 7px 35px;
        border-radius: 30px;
        text-transform: capitalize;
    }
    .mid_cont_btn:hover{
     background-color: var(--secondaryColor);

    }
    .back__home__btn {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        color: var(--baseColor);
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
    }
    .back__home__btn:hover {
        color: var(--secondaryColor);
      
    }

    .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;
        height: 100% !important;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 20%) !important;
        min-height: 0px !important;
    }

    .ticket_box_safe_title {
        font-weight: 500;
        margin: 4px;
    }

    .ticket_box_heading {
        font-size: 20px;
        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: #11286e;
    }


    .copy-text button {
        font-size: 14px;
        border: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 3px;
        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(--baseColor) !important;
        color: var(--whiteColor) !important;
    }

    .copy-text button:before {
        content: "Copied!";
        position: absolute;
        top: -37px;
        right: 0px;
        background: #000000;
        padding: 3px;
        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: 13px;
        height: 12px;
        background: #000000;
        transform: rotate(45deg);
        display: none;
    }

    .copy-text.active button:before,
    .copy-text.active button:after {
        display: block;
    }

    .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;
        }
    }

      
