/**
* Template Name: AfriKonekta Bus
* Version: 2.0
* Author: Codeware Ltd
* Email: info@codewareltd.com
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/

/*====================================================================
	root css
====================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root {
    --theme-body-font: 'Raleway', sans-serif;
    --theme-body-font: 'Lato', sans-serif;
    --greenColor: #007600;
    --blueColor: #224e8b;
    --darkColor: #1f1f1f;
    --whiteColor: #fff;
    --FooterBgColor: #515151 !important;
}

* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}
.greenBgColor{
    background-color: var(--greenColor);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eee;
    border-radius: 25px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset #eee;
    background-color: #56ce00;
}

body {
    font-family: var(--theme-body-font);
    color: var(--darkColor);
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f2f3f4;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--theme-body-font);
    color: var(--darkColor);
    font-weight: 600;
}

.bg_light_gray {
    background: #f9f9ff !important;

}


.visibility-hidden {
    opacity: 0 !important;
}

.font-italic {
    font-style: italic !important;
}

/* Plugin Customize */
.select2-container .select2-selection--single {
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #32cd33;
}

.ticke-book-request-box .b-form-group {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 10px;
    border: 1px solid #e1e1e1 !important;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 10px !important;
    min-height: 48px;
}

.text-justify {
    text-align: justify !important;
}

/* Datepicker Customize */
.ui-widget.ui-widget-content {
    border: 1px solid #eee !important;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    padding: 10px;
    border-radius: 10px;
    min-width: 350px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #eee !important;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    padding: 10px;
    border-radius: 10px;
}

.ui-datepicker-calendar tr td {
    border: 0px !important;
    padding: 5px 3px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px !important;
    color: #444;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 33px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--greenColor);
    background: var(--greenColor);
    font-weight: normal;
    color: #fff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #10BC10 !important;
    background: #10BC10 !important;
    color: #fff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #35e737 !important;
    background: #36e837 !important;
    color: #777620;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    padding: 4px 10px !important;
    background: var(--greenColor) !important;
    font-weight: 600;
    color: #fff !important;
    font-size: 14px;
    border: 0px !important;
}

.daterangepicker {
    border: 1px solid #eee !important;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    padding: 10px !important;
    border-radius: 10px !important;
}

.ui-datepicker th {
    background: #f5f5f5;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0;
}

.return_dinp {
    position: relative;
}

.close_return {
    position: absolute;
    right: 7px;
    top: 13px;
    font-size: 18px;
    color: red;
    cursor: pointer;
}

/* Button Customize */
.search_btn {
    background-color: var(--blueColor);
    font-size: 14px;
    font-weight: 600;
    color: var(--darkColor) !important;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    border: 1px solid #31ed31;
    outline: none;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
}

.theme_custom_btn {
    background-color: var(--blueColor);
    font-size: 16px;
    font-weight: 600;
    color: var(--whiteColor);
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    border: 1px solid var(--blueColor);
    outline: none;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
}

.theme_custom_btn:hover {
    background-color: var(--greenColor);
    border: 1px solid;
}

/*====================================================================
	Header css
====================================================================*/
/* preloader */
#preloader {
    background: #fff;
    width: 100vw;
    height: 100vh;
    line-height: 50px;
    text-align: center;
    position: fixed;
    z-index: 9999999;
    overflow: hidden;
}

#loader_img {
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    object-fit: contain;
    max-width: 150px;
}

/* preloader */
#offcanvasExample1 {
    background: #10bb10;
    height: 40vh;
}
#offcanvasExample .btn-close, #offcanvasExample1 .btn-close {
    opacity: 1;
    filter: invert(1);
}
.topbar_content_inner .app_img_wrap img:hover {
    opacity: 0.8;
}
#offcanvasExample1 .offcanvas-body {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
}
.offcanvas-header {
    background: #10bb10;
}
.topbar {
    background: #10bc10;
    position: relative;
    z-index: 999;
}
.topbar_content_inner {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}
.topbar_content_inner p {
    margin: 0;
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    transition: all ease-out 0.2s;
}
.topbar_content_inner p:hover {
    background: #007600;
    border-color: #007600;
}
.topbar_content_inner a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}
.topbar_content_inner .app_img_wrap img {
    max-width: 72px;
}
.whatsapp_img_icon{
    filter: brightness(111);
    width: 16px;
}
header {
    background: var(--greenColor);
    position: sticky;
    top: 0;
    z-index: 333;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.site_logo {
    width: 250px;
}
.counter_section {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    box-shadow: 0px 0px 10px #dddddd21;
}
.counter-box {
    text-align: center;
}
.counter_section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background-color: #ffff !important;
    z-index: -1;
}
.counter-box span {
    color: var(--greenColor);
    font-size: 20px !important;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 20px;
}
.counter_section p.counter::after {
    content: " +";
    display: inline-block;
}
.counter_section p.first_counter::after {
    content: " k+";
    display: inline-block;
}
.counter_section p.last_counter::after {
    content: "";
    display: inline-block;
}
.counter-box .counter {
    color: var(--greenColor);
    font-size: 27px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 900;
}
.counter_text .counter {
    color: var(--greenColor);
    font-size: 48px;
    text-transform: capitalize;
    margin: 0px 0px 20px;
    font-weight: 900;
    line-height: normal;
}
.counter_text_bg .counter{
    color: var(--whiteColor);
}
.ticket_sles {
    color: var(--greenColor);
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
.counter_text_bg .ticket_sles {
    color: var(--whiteColor);
}
.counter_point {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 50px;
}

.counter_text{
    width: 200px;
    height: 200px;
    background: var(--whiteColor);
    color: var(--greenColor);
    display: flex;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--greenColor);
    box-shadow: 0px 0px 3px 0px var(--greenColor);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.counter_text_bg {
    background: var(--greenColor);
}

/* <...counter end....> */



/* <....partner section...> */
.section-title {
    padding: 30px;
}
.section-title h2 {
    text-transform: capitalize;
    /* padding-bottom: 25px; */
}

.partner_section {
    background: #fff;
}

.partner_carousel .item img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    margin: 0 auto;
}
/* <....partner end...> */

/* <....tracker section...> */
.tracker_carousel img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    margin: 0 auto;
    filter: brightness(0) !important;
}
/* <....tracker end...> */

/* <..our tracker bus....> */
.tracker_info_wrap h6 {
    border-bottom: 1px solid rgb(206, 198, 198);
    width: 100%;
    text-transform: capitalize;
}
.tracker_honars {
    border-bottom: 1px solid rgb(206, 198, 198);
    width: 100%;
}
.sub-title span{
    font-size: 10px;
}

.tracker-text1 p {
    font-size: 20px;
    color: green;
    text-transform: capitalize;
    font-weight: 600;
}
.tracker-categori p {
    font-size: 20px;
    color: rgb(2, 2, 2);
    text-transform: capitalize;  
}
.tracker_categori  a{
    color: #18f051;
    font-weight: 600;
   text-decoration: none;
}
.tracker-img{
    text-align: center;
}

.tracker_fr_btn {
    display: block;
    width: 150px;
    margin: 30px 0;

}
.tracker-button-btns {
    background: #fff;
    border: 1px solid #18f051;
    padding: 10px 15px;
    border-radius: 40px;
    color: #18f051 !important;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;  
    transition: all 1s ease;
}

.tracker-button-btns:hover{
    color: #000 !important;
    background: #18f051;
}
/* <...our tracker bus end...> */
.dropdown-menu {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    border: 1px solid #eee;
    right: 0;
    left: auto !important;
    padding: 10px 0 !important;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu li {
    padding: 0 15px !important;
    line-height: 30px !important;
}

li.nav-item.active a {
    color: #31ed31 !important;
}

.dropdown-menu {
    margin: 0 !important;
}

.demoNavBar li {
    padding: 10px;
    line-height: 35px;
}

.demoNavBar li:last-child a {
    padding-right: 0px !important;
}

.demoNavBar li:last-child {
    padding-right: 0px !important;
}

.demoNavBar .dropdown-menu li:last-child {
    padding: 0 15px !important;
}

.demoNavBar li a {
    font-family: var(--theme-body-font);
    color: #ffffff !important;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.dropdown-menu li a {
    color: var(--greenColor) !important;
}

.demoNavBar li a:hover {
    color: #31ED31 !important;
}
.drop_tree {
    color: #ffff !important;
    padding: 0px !important;
    font-size: 20px;
}
.drop_tree::after {
    display: none;
}
.login-user-icon {
    font-size: 24px;
    height: 40px;
    width: 40px;
    background: #10BC10;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #fff;
}

.theme_2nd_bg {
    background: #10BC10 !important
}

/*====================================================================
	Banner css
====================================================================*/
.home_banner_section {
    min-height: 530px;
    position: relative;
}
.homeBanner-carousel{
    position: absolute;
}
.homeBanner-carousel .banner_img_wrapper {
    position: relative;
    overflow: hidden;
}

.home_banner_section .owl-prev {
    top: auto !important;
    left: 20px;
    transform: none !important;
    bottom: 20px;
}

.home_banner_section .owl-next {
    top: auto !important;
    left: 70px !important;
    right: auto !important;
    transform: none !important;
    bottom: 20px;
}

.banner_caption {
    z-index: 99999;
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    overflow: hidden;
    width: 100%;
    right: 0;
    left: 0;
}

.banner_caption .banner-title {
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    font-size: 36px;
}

.banner_caption .banner-slogan {
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 0px 5px #000;
    margin: 0;
}
.redesig-amenites-info span {
    font-size: 14px;
}
.amenities_main {
    background: #10BC10 !important;
    color: #fff;
    z-index: 2;
}
.amenities {
    display: flex;
    align-items: center;
}

.amenities_img_wrap {
    width: 26px;
    margin-right: 7px;
    text-align: center;
}

.amenities span {
    display: inline-block;
}

.search_btn {
    background: #31ED31 !important;
    border-radius: 32px !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 30px;
    transition: .2s all ease-in-out;
    box-shadow: none !important;
}

.ticket-src-result .search_btn, .seoHomeSrcBtn{
    background: #31ED31 !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
    transition: .2s all ease-in-out;
    height: 46px;
    border: 0px !important;
}
.login-btn {
    display: table-footer-group;
    color: #fff !important;
}

.search_btn:hover {
    background: #10BC10 !important;
    color: #fff !important;
}

.booking-box {
    z-index: 3;
    width: 470px;
    border-radius: 30px;
    padding: 0;
    position: relative;
}

.book_title {
    font-size: 32px;
}

.booking-box .booking-box__body {
    position: relative;
    z-index: 1;
    padding: 24px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.booking-box .booking-box__popup .wrapper-station-list {
    position: relative;
    width: calc(100% - 32px);
    height: 100%;
    overflow: auto;
    scrollbar-color: #f2f1f1 #ddd;
    padding-right: 24px;
    scroll-behavior: smooth;
}

.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 .booking-box__popup .wrapper-station-list .station-list-item h6 {
    padding: 8px;
    color: #212529;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
}

.booking__box__popup__visible {
    right: 80% !important;
    opacity: 1 !important;
    z-index: -1 !important;
    visibility: visible !important;
}

.booking-box .booking-box__popup {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    z-index: 0;
    padding: 24px 20% 24px 24px;
    box-sizing: border-box;
    transition: all .3s ease-out;
}

.booking-box .form-control {
    border: 1px solid #f5f5f5;
    border-radius: 10px !important;
    background: #f5f5f5;
    padding: 10px 16px;
}

.booking-box .form-control:focus {
    border: 1px solid #56ce00;
}

.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: #31ED31;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    line-height: 0;
}

.adlt_child_btn_wrap button[disabled] {
    cursor: no-drop;
    opacity: 0.3;
}

.adlt_child_btn_wrap .number {
    font-size: 18px;
    font-weight: 500;
}

#add_return {
    height: 46px;
    width: 100%;
    background: #fff;
    display: block;
    padding: 6px 16px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: var(--darkColor);
    line-height: 26px;
    border: 1px solid var(--darkColor);
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

input#searchButton {
    margin-top: 5px;
}

#add_return span:nth-of-type(1) {
    position: absolute;
    top: -12px;
    background: #fff;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 6px;
}

#add_return span:nth-of-type(3) {
    position: absolute;
    bottom: -9px;
    background: #31ED31;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 17px;
}

.home_banner_section .owl-theme .owl-dots {
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #31ed31 !important;
}

.home_banner_section .owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    margin: 5px !important;
}

.home_banner_section .owl-dots {
    display: none !important;
}

.select2-dropdown {
    /* background-color: white; */
    /* position: absolute; */
    border: 0px;
    z-index: 1051;
    /* right: -600px !important; */
    /* width: 320px !important; */
    /* left: -343px !important; */
    /* height: 406px !important; */
    border-radius: 0px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
    /* top: -140px !important; */
    /* border-top-left-radius: 25px !important; */
    /* border-bottom-left-radius: 25px !important; */
    /* padding: 20px; */
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 320px !important;
    overflow-y: auto;
}

.ticket-src-result .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 0px !important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    border-bottom: 1px solid #ddd !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    outline: none !important;
    border-radius: 5px;
    padding: 5px 15px;
}

.f-search-map__fields label {
    line-height: 16px;
    color: var(--darkColor);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.b-form-group {
    margin-bottom: 15px;
}

.b-form-group label {
    display: block;
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}

.ticke-book-request-box .b-form-group {
    width: 18%;
    overflow: hidden;
}

.form-control:focus {
    color: var(--darkColor);
    background-color: var(--whiteColor);
    border-color: #c8c8c8;
    outline: 0;
    box-shadow: none;
}

.country_phone_inp:focus {
    border-color: #c8c8c8;
}

.homeBanner-carousel img {
    height: 530px;
}
.booking_container {
    margin-top: 50px;
}
.owl-prev {
    position: absolute;
    top: 50%;
    z-index: 22;
    left: 10px;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    top: 50%;
    z-index: 22;
    right: 10px;
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

.owl-theme button span {
    font-weight: 500;
    background: #10BC10;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 25px;
    color: #fff !important;
    font-size: 36px;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.amenities_.testimonial_promotions {
    background: #10BC10 !important;
    color: #fff;
    z-index: 2;
}

img.margn_negative_2 {
    height: 25px;
}

/*====================================================================
	Why Choose Us
====================================================================*/
.why_choose {
    padding: 22px;
    min-height: 180px !important;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
.why_book_us_subtitle {
    font-weight: 600;
    font-size: 30px;
    color: #000 !important;
    padding: 5px 0 !important;
}
.tripinfo_part .head-text {
    border: 2px dashed #11c50e;
    padding: 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    height: 100%;
}
.head-text h4{
    font-size: 22px;
    font-weight: 600;
    color: var(--darkColor);
}
.dis-time{
    font-size: 20px;
    font-weight: 500;
    color: var(--darkColor);
}
.why_choose.dashed {
    border: 2px dashed #10BC10;
}
.the-heads{
    font-size: 22px;
    font-weight: 600;
  
}
.info_count {
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 800;
    color: var(--greenColor);
}
.info_title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: var(--darkColor);
    margin: 0;
}
/* ======accordion part=== */
.accordion-body {
    background: var(--whiteColor) !important;
    padding: 10px;
    margin: 0px;
    border-bottom: 1px dashed #eee;
}
.accordion.accordion-flush {
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
}
.accordion-header {
    text-transform: capitalize;
    background: #ffff;
    border-radius: 7px;
}
.accordion-button .tops-heads {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.text-headers {
    background: #ffff;
    padding: 20px 20px;
    padding-bottom: 110px;
    border-radius: 5px;
}
 .p-headers{
    font-size: 20px;
    color: var(--darkColor);
    line-height: 20px;
}
.text-headers p{
    padding-top: 20px !important;
    font-size: 15px;
    color: var(--darkColor);
}
.tops{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.theme_color {
    color: #31cc31 !important;
}
.heads span {
    font-size: 20px;
    font-weight: 800;
    color: var(--greenColor);
}
.mombasa-nai-routes{
    font-size: 18px;
    font-weight: 600;
    color: var(--darkColor);
}
.seo-section-title {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 15px;
    text-transform: capitalize;
}
/* buttons */
.btn-title-text {
    font-size: 22px;
    font-weight: 600;
}
.btn-type .btn-change{
    display: block;
    background: var(--whiteColor);
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
/* sub_routes */
.sub-route{
    font-size: 20px;
    font-weight: 500;
}
.nai-routes span{
    font-size: 22px;
    font-weight: 600;
}
.mom-routes span{
    font-size: 22px;
    font-weight: 600;
}
.nai-routes p{
    font-size: 16px;
    font-weight: 500;
}
.mom-routes p{
    font-size: 16px;
    font-weight: 500;
}
/* sub-routes */
.collaborate_img {
    text-align: center;
}

.collaborate_img img {
    width: 70%;
}

.why_choose_label {
    text-align: center;
    margin: 20px 0 0;
    padding: 20px 10px;
    border-radius: 10px;
    letter-spacing: .4px;
    max-height: 100px;
    height: 100%;
    background: #10BC10;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}

.why_choose_label.one:hover,
.why_choose_label.two:hover {
    background-color: #31ED31 !important;
}

.why_choose_label img {
    height: 90px;
    padding: 5px 0;
}

.why_choose_label .icon_wrap {
    margin-right: 20px;
}

.why_choose_label h2 {
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 20px;
}

.why_choose_label p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.service-icon-wrapper img {
    height: 70px;
    margin: 0 auto;
}

.page_title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--greenColor);
}

.section-title h1, .section-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 900;
    color: var(--greenColor);
}
.section-title p span {
    color: var(--greenColor) !important;
    font-size: 14px;
    font-weight: 800;
}

.icon-box-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 5px;
    min-height: 55px;
}

p.icon-box-text {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

/*====================================================================
	Top Routes
====================================================================*/
.bus-list {
    padding-left: 25px;
}

.bus-list li {
    position: relative;
    line-height: 32px;
    list-style: none;
}

.bus-list li::before {
    position: absolute;
    top: 3px;
    left: -22px;
    content: url('../img/bus.png');
}

/*====================================================================
	Top Operators
====================================================================*/
.operator-box {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
    transition: all ease-in-out 0.3s;
    border: 1px solid #eee;
    background: var(--greenColor);
}

.box-operator-name {
    color: var(--darkColor);
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.inner_title {
    font-size: 20px;
}

/*====================================================================
	App Section
====================================================================*/
.app_sec {
    position: relative;
    background-color: var(--greenColor);
    overflow: hidden;
}

.app_white_part {
    width: 55%;
    float: left;
    padding: 60px 0px 0px 30px;
    background: #fff;
    border-radius: 0 15% 15% 0/0 100% 100% 0%;
    overflow: hidden;
    height: 100%;
}

.app_color_part {
    width: 45%;
    float: right;
    height: 100%;
    display: flex;
    padding: 60px 30px 0px;
}

.app_sec h2 {
    font-size: 5.5vw;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 100%;
    padding-top: 50px;
}

.app_white_part h2 {
    color: var(--greenColor);
}

.app_color_part h2 {
    color: var(--whiteColor);
    text-align: left;
}

.Features_appFeaturesItems__okSIm__wrapper {
    text-align: center;
}

.Features_appFeaturesItems__okSIm {
    display: inline-block;
    background: #ffffff;
    color: #666664;
    font-size: 18px;
    border-radius: 30px;
    padding: 2px 30px;
    margin: 0 10px 10px 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}

.Features_appFeaturesItems__okSIm__wrapper.first {
    position: absolute;
    left: 0;
    right: 0;
}

.Features_appFeaturesItems__okSIm__wrapper.second {
    white-space: nowrap;
}

.mobile_img {
    max-width: 350px;
    width: 100%;
}

.app_sec .check__icon {
    font-weight: 700;
    color: var(--greenColor);
    margin-right: 2px;
}

/*====================================================================
	Hologram Panel
====================================================================*/
.hologram_panel_inner {
    background-image: linear-gradient(to bottom, #10bc10, #0dae0c, #09a108, #069405, #038702, #078b05, #0a8e08, #0e920b, #18a815, #21be1e, #29d528, #31ed31);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: -45px;
    z-index: 2;
    position: relative;
}

/*====================================================================
	Footer
====================================================================*/

footer {
    background-color: var(--greenColor);
    position: relative;
    /* margin-top: auto; */
    padding-top: 50px;
}

.footer_logo {
    width: 220px;
    filter: brightness(100);
}

.xxs_logo {
    width: 115px;
}

.f-primary-sb {
    font-weight: 700;
    font-size: 13px;
    color: rgb(49 237 49);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_ul li a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

ul.footer_ul li span {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}

footer p {
    font-size: 13px;
}

.footer_ul li a:hover {
    opacity: 0.9;
}

.b-blog-short-post {
    margin: 0;
    display: inline-flex;
    flex-direction: column;
}

.social-links {
    display: inline-flex;
    align-items: center;
    /* background: #fff; */
    /* padding: 8px; */
    border-radius: 5px;
    justify-content: center;
    margin: 10px 0 20px;
}

.social-links a {
    font-size: 15px;
    display: inline-block;
    border: 1px solid;
    padding: 8px 0;
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: 0.3s;
    line-height: 16px;
    color: #ffffff;
    transition: .2s all ease-in-out;
}

.social-links a:hover {
    background-color: #31ED31 !important;
    color: #ffffff;
    border-color: #31ED31 !important;
}

.b-footer-primary {
    border-top: 1px dotted var(--whiteColor);
}

.footer_app_img {
    width: 140px;
    height: auto;
}

.bank_img_footer {
    background: var(--whiteColor);
    padding: 5px;
    border-radius: 4px;
    max-width: 264px;
}

.footer_subscribe {
    padding: 5px 20px;
    font-size: 14px;
    border: 0;
    white-space: nowrap !important;
}

.footer_ssl_img {
    height: 62px;
    object-fit: cover;
    border-radius: 4px;
}

.copy_right_text {
    font-size: 13px;
    color: var(--whiteColor);
}

.pwrdby_text {
    font-size: 13px;
}

.scroll-to-top {
    position: absolute;
    right: 20px;
    bottom: 80px;
}

.btn-scroll {
    color: var(--whiteColor);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid var(--whiteColor);
    transition: all ease-in-out 0.3s;
    padding: 0;
}

.btn-scroll:hover {
    background: #31ED31;
    color: var(--whiteColor);
}

span#vookmarkBtn {
    display: none;
}

/*====================================================================
	Congratulations Page
====================================================================*/
.ticket_box {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    padding: 30px;
    min-height: 380px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.tick_dtls_title {
    font-size: 20px;
    background: var(--greenColor);
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-bottom: 0px;
}

.single_item {
    margin: 10px 0 0 0;
    padding: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    background-color: #e3e3e36b;
}

.single_item.special {
    background: #eaeff5;
}

.ticket_box.right {
    text-align: center;
}

.ticket_box.right img {
    width: 100px;
}

/*====================================================================
	Login Page
====================================================================*/
.login_section {
    background: #f1f1f1;
}

.login-row {
    background: #ffffff;
    border-radius: .25rem;
}

.login_bg {
    text-align: center;
}

.login_bg img {
    width: 80%;
}

.login-form-body {
    padding: 0px 50px;
}

.login-box {
    position: relative;
    padding: 40px 0px;
    border-bottom: 4px solid #13bf13;
}

.login-box::after {
    content: '';
    top: 50%;
    left: 50%;
    height: 85%;
    width: .01rem;
    background: #ddd;
    position: absolute;
    transform: translate(-50%, -50%);
}

.login_left {
    border-right: 2px solid #efefef;
}

.login-form-head h4 {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.9375rem;
}

.form-gp {
    position: relative;
    margin-bottom: 15px;
}

.register_inp_group {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form-gp input {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
}

.regOtpResend_btn {
    color: #838383;
    text-decoration: underline;
    padding: 0;
    outline: 0 !important;
    font-weight: 500;
}

.regOtpResend_btn:hover {
    color: #0DC143;
}

.form-gp .form-select {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #ddd !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 14px I !important;
    color: #3d3d3d I !important;
    font-weight: 700 I !important;
}

.form-gp textarea {
    width: 100% !important;
    border: 1px solid #ddd !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    font-size: 14px I !important;
    color: #3d3d3d I !important;
    font-weight: 700 I !important;
}

.form-gp i {
    position: absolute;
    right: 10px;
    color: #3333336b;
    font-size: 16px;
    top: 14px;
}

#emailEditModal .form-gp i,
#phoneEditModal .form-gp i {
    top: 40px;
}

.regOtpResend_btn {
    box-shadow: none !important;
}

.text-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

/**/
/*Custom Tooltip*/
.curreny_tooltip_box {
    background: var(--greenColor);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    position: absolute;
    min-width: 200px;
    top: 8px;
    right: -140px;
    z-index: 2;
}

.info_tooltip {
    cursor: pointer;
    font-size: 24px;
    width: 22px;
    height: 22px;
    color: var(--greenColor);
    border-radius: 50%;
    line-height: 23px;
}

.user-bal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-relative {
    position: relative !important;
}

.curreny_tooltip_box::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: var(--greenColor);
    left: -7px;
    transform: rotate(45deg);
    top: 16px;
    z-index: 1;
}

.profile-right-tab-content .form-gp i {
    top: 40px !important;
}

input#cusPhone {
    background: #e7e7e7;
    cursor: no-drop;
}

.country_phone_inp {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.phone_prefix_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
    margin-top: -2px !important;
    background: #eee !important;
}

input#cusEmail {
    background: #e7e7e7;
    cursor: no-drop;
}

.custom-form__action-element-separator {
    margin: 25px 0 20px;
    text-align: center;
}

.custom-form__action-element-separator .text {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #6c757d !important;
    text-transform: capitalize;
}

.custom-form__action-element-separator .text::before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 3.125rem;
    height: .0625rem;
    background: #ddd;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(100% + .625rem);
    ;
}

.custom-form__action-element-separator .text::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 3.125rem;
    height: .0625rem;
    background: #ddd;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(100% + .625rem);
}

.social-btn a {
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

.google-ico {
    background-color: #DD4F46 !important;
    color: #fff !important;
}

.google-ico:hover {
    background-color: #cf2619 !important;
}

.fb-ico {
    background-color: #1877f2 !important;
    color: #fff !important;
}

.fb-ico:hover {
    background-color: #0050b9 !important;
}

.apple-ico {
    background-color: #000000 !important;
    color: #fff !important;
}

.apple-ico:hover {
    background-color: #313131 !important;
}

.insta-ico {
    background-color: #B430B9 !important;
    color: #fff !important;
}

.insta-ico:hover {
    background-color: #57005a !important;
}

.guest_tab_item {
    border: 1px solid #10BC10;
    width: 100%;
    border-radius: .25rem;
}

.guest_tab_item li {
    width: 50%;
}

.guest_tab_item .nav-link {
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 15px;
    color: #10BC10;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: .2s all ease-in-out;
}

.guest_tab_item .nav-link:hover {
    background-color: #31ED31 !important;
    color: #ffffff;
}

.guest_tab_item .nav-link.active {
    background-color: #10BC10 !important;
}

.forget_txt {
    color: #ed2e23 !important;
    cursor: pointer;
}

.forget_txt:hover {
    text-decoration: underline;
}

.form-footer a {
    margin-left: 5px;
}

.AfriKonekta_text {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.forget_txt {
    font-size: 15px;
    font-weight: 500;
    color: #405893;
    text-decoration: none;
}

.Register_modal {
    border-radius: .25rem;
}

/*====================================================================
	Profile Page
====================================================================*/
.profile-left-tab {
    border: 1px solid #eee;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.profile-right-tab-content {
    border: 1px solid #eee;
    min-height: 500px;
    padding: 20px;
    height: 100%;
    background: #fff;
}

li.top-li {
    padding: 15px;
    text-align: center;
}

.profile-left-tab li a {
    padding: 8px 15px;
    display: block;
    text-align: left;
    color: #333;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    cursor: pointer;
}

.profile-left-tab li svg {
    stroke: #10bc10;
    width: 25px;
    height: 25px;
    margin-right: 4px;
}

.profile-left-tab li .active svg {
    stroke: #fff !important;
}

.profile-left-tab li .active {
    background-color: var(--greenColor) !important;
    color: #fff !important;
}

.wlc_msg {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    border-bottom: 1px dashed #224e8b;
    color: #333;
    padding-bottom: 10px;
    font-weight: 600;
}

.profile-right-tab-content .form-gp input {
    border: 1px solid #ddd;
    padding: 10px;
}

/*====================================================================
	Download Ticket Page
====================================================================*/
.download-ticket-box {
    margin: 10px auto;
    transition: all 0.3s ease-in-out;
    padding: 25px 40px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    min-height: 365px;
    border: 0;
    border-radius: 5px;

}

.tkt-dnld-left-box {
    background: var(--greenColor);
}

.tkt-dnld-right-box {
    border: 1px solid #eee;
    background: #fff;
}

.tkt-dnld-right-box p {
    text-align: center;
    margin: 80px 7%;
    background: #f9ad1c;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}

.tkt-dnld-right-box p i {
    font-size: 40px;
}

/*====================================================================
	Contact Page
====================================================================*/
.b-contact-form-box {
    border: 1px solid #eee;
    min-height: 440px;
    padding: 20px 40px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    border-radius: 5px;
}

.cont_right_box_ul {
    list-style: none;
}

.cont_right_box_ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.b-google-map__info-window-address-title {
    font-weight: 600;
    color: var(--greenColor);
    text-transform: capitalize;
}

.cont_right_box_icon {
    color: #444444;
    border: 1px dashed #444444;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    font-size: 20px;
}

.drop-zone {
    width: 100%;
    height: 170px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 3px dashed #ddd;
    border-radius: 10px;
}

.drop-zone i.fa-upload {
    position: unset;
    display: block;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f1f1f1;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.input-group.mbl_inp input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.contact_form_section label {
    font-weight: 600 !important;
}

.contact_form_section .login-box::after {
    display: none !important;
}

/*======================
    404 page
=======================*/
.page_404 {
    padding: 40px 0;
    background: #fff;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(../img/error.gif);
    height: 400px;
    background-position: center;
}

.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.contant_box_404 {
    margin-top: -30px;
}

/* **************  *************** */
.service_title {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.rightSide .right-table th {
    color: #000;
    font-size: 13px !important;
}

.rightSide .right-table th {
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: 13px !important;
}

.right-table {
    margin-bottom: 15px;
}

.service_tbl {
    width: 100%;
    border-collapse: collapse;
}

.radio_td label {
    display: flex;
    align-items: center;
}

.service_tbl td {
    border: 1px solid #ddd;
    padding: 5px 6px;
    vertical-align: middle;
}

.service_tbl th {
    border: 1px solid #ddd;
    padding: 5px 6px;
}

.amount_td {
    text-align: center;
    font-weight: 600;
}

.service_tbl thead {
    background: #efeff5;
}

.dept_title {
    color: #000;
    margin: 5px 0;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.3;
}

.active .dept_title {
    opacity: 1;
}

.active .return_title {
    opacity: 1;
}

.bus_img_bg img {
    opacity: 0.3;
}

.active .location_title_dept {
    color: var(--greenColor);
    opacity: 1;
}

.active .location_title_return {
    color: var(--greenColor);
    opacity: 1;
}

.active .bus_img_bg img {
    opacity: 1;
}

.return_title {
    margin: 5px 0;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.3;
}

.active .date_title {
    opacity: 1;
}

.pre_next_btn {
    color: #fff;
    background: var(--greenColor);
    border-color: var(--greenColor);
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
    outline: none !important;
    transition: all ease-in-out 0.3s;
    margin: 0 auto;
    padding: 5px 10px;
    min-width: 90px;
    text-transform: uppercase;
    text-align: center;
}

.modify_src_btn {
    color: #fff;
    background: #56ce00;
    border-color: #56ce00;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
    outline: none !important;
    transition: all ease-in-out 0.3s;
    margin: 0 auto;
    padding: 5px 10px;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;
}

.modify_src_btn:hover {
    color: #44444a !important;
    background-color: transparent !important;
    border-color: #56ce00 !important;
}

.border_right_gray {
    border-right: 2px dashed #e3e3e3;
}

.pre_next_btn:hover {
    color: var(--greenColor) !important;
    background-color: transparent !important;
    border-color: var(--greenColor) !important;
}

.location_title_dept {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 0;
    opacity: 0.3;
}

.location_title_return {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 0;
    opacity: 0.3;
}

.date_title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    opacity: 0.3;
}

.close_dpt {
    position: absolute;
    top: 25px;
    font-size: 13px;
    color: #000;
    right: 19px;
    text-decoration: none;
    font-weight: 600;
    z-index: 9;
    cursor: pointer;
}

.close_dpt:hover {
    color: #fff;
}

/*====================================================================
	Transpilot Section Css
====================================================================*/
.tp-widget-reviews-grid {
    overflow-y: auto;
    max-height: 435px;
    overflow-x: hidden;
}

.tp-widget-reviews-grid::-webkit-scrollbar {
    display: none;
}

.tp-widget-reviews-grid:hover::-webkit-scrollbar {
    display: block;
}

.tp-widget-reviews-grid::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eee;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.tp-widget-reviews-grid::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.tp-widget-reviews-grid::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset #eee;
    background-color: #00b67a;
}

.wrapper-company-info {
    font-size: 0;
    padding: 16px 0 24px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrapper-company-info .tp-widget-humanscore,
.wrapper-company-info .tp-widget-stars {
    display: inline-block;
    margin: 0 6px 12px;
    vertical-align: middle;
}

.wrapper-company-info .tp-widget-humanscore h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.wrapper-company-info .tp-widget-stars {
    max-width: 100%;
    width: 140px;
}

.tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas,
.tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
    fill: #ff9525;
}

.wrapper-company-info .tp-widget-businessinfo {
    font-size: 14px;
    line-height: 18px;
}

.wrapper-company-info .tp-widget-businessinfo,
.wrapper-company-info .tp-widget-logo {
    display: inline-block;
    margin: 0 3px 6px;
    vertical-align: bottom;
}

.tp-widget-reviews-filter-label {
    color: #757575;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-left: 10px;
}

.trust_pilot_testimonial {
    background: #f5fbff;
    /* border-bottom: 1px solid #f5f5f5; */
}

.tp-widget-review {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f2f3f4;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    word-wrap: break-word;
    min-height: 180px;
    height: 100%;
    margin: 10px 0px;
}

.tp-widget-review .tp-widget-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.tp-widget-review .tp-widget-stars-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    max-width: 100%;
    width: 110px;
}

.tp-widget-review__name {
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.date.secondary-text {
    color: #757575;
    font-size: 14px;
    font-weight: 600;
}

.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
    fill: transparent;
}

.tp-widget-review .header {
    color: #191919;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 12px;
}

.tp-widget-review .text {
    color: #191919;
    max-height: 85px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 49px;
}

/*====================================================================
	Whatsapp Section Css
====================================================================*/
.background {
    position: relative;
    background: #f5fbff;
    overflow: hidden;
}

/* .background::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/background-lines.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
} */

.banner-whatsapp {
    position: relative;
    z-index: 2;
}

.bwitti-icon {
    width: 75px;
}

.what_female_smile {
    width: 80%;
    margin: 10px 0 10px;
}

.whatsapp_book_num {
    color: #fff;
    background: #54cf61;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 17px;
    margin-bottom: 4px;
    margin-left: -28px;
    z-index: -1;
    padding-left: 36px;
}

/*====================================================================
	Gallery Section Css
====================================================================*/
.gallery_carousel {
    position: relative;
}

.gallery_carousel .owl-item img {
    border-radius: 25px;
    border: 1px solid #eee;
}

.view_all_btn {
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: var(--greenColor) !important;
}

.view_all_btn:hover {
    text-decoration: underline;
}

.slide_caption {
    min-height: 55px;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery_carousel .owl-prev,
.gallery_carousel .owl-next {
    top: 40% !important;
}

/*====================================================================
	Help and FAQ page Css
====================================================================*/
.faq_ans{
    display: none;
  }
.help_categories {
    border: 3px solid #10BC10;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    min-height: 140px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .1s all ease-in-out;
    cursor: pointer;
}

.help_categories.active {
    background-color: #10BC10 !important;
}

.help_categories.active img {
    filter: brightness(111);
}

.help_categories.active h6 {
    color: #fff !important;
}

.help_categories:hover {
    border-color: transparent;
    box-shadow: 0 0 8px 0 rgba(3, 248, 20, 0.3);
}

.help_categories .icon i {
    font-size: 25px;
    color: #10BC10;
    margin-bottom: 15px;
}

.help_categories:hover .icon i {
    color: #31ED31;
}

.help_categories h6 {
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.help_support {
    width: 400px;
    height: 376px;
    margin: 0 auto;
    position: relative;
}

.help_support img {
    width: 100%;
    height: 100%;
}

.help_support .support_title {
    position: absolute;
    right: -80px;
    top: 66px;
    font-size: 15px;
    background: #31ED31;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
}

.ticket_faq {
    border: 1px solid #10BC10;
    padding: 13px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 180px;
}

.ticket_faq .ques {
    color: #10BC10;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
}

.ticket_faq .ans {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
}

.ticket_img img {
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
}

.ticket_support ul {
    padding-left: 150px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}

.contact_faq p {
    color: #000000;
    font-size: 15px;
}

.contact_faq p span {
    font-weight: 500;
    margin-right: 5px;
}

.contact_faq p a {
    text-decoration: none;
}

.contact_faq p a:hover {
    text-decoration: underline;
}

.ticket_social .social-links a {
    background-color: var(--greenColor);
    border-color: var(--greenColor);
}

.ticket_chat {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket_chat a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 500;
    transition: .2s all ease-in-out;
    font-size: 15px;
}

.ticket_chat a:hover {
    opacity: 0.8;
}

.ticket_chat .chat_mail {
    background: var(--greenColor);
    margin-right: 20px;
}

.ticket_chat .chat_whatsapp {
    background: #0DC143;
}

.ticket_chat .chat_whatsapp:hover {
    opacity: 0.8;
}

.rating_quote {
    width: 42px !important;
    position: absolute;
    right: 12px;
    bottom: 12px;
    opacity: 0.1;
    height: 32px;
}

.faq_item {
    border: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #ffffff;
}

.faq_heading {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 500;
    color: #10BC10;
    padding-top: 13px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.faq_btn {
    border-radius: 7px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    color: #000;
}

.faq_ans_wrap {
    background: #F9F9F9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq_acd_item {
    border: 0;
}

.accordion-item {
    background-color: transparent;
    border: 0;
}

.faq_alerm img {
    height: 50px;
}

.faq_text img {
    height: 50px;
}

/*====================================================================
	Service page Css
====================================================================*/
.smartbus_service_ul_txt {
    font-weight: 500;
    line-height: 28px;
    font-size: 15px;
}

.text_sm_txt {
    font-size: 13px;
    font-weight: 600;
    margin-left: 25px;
    list-style: none;
    color: #10BC10;
}

.title_label {
    background: #10BC10;
    padding: 10px 20px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}

.title_label h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.hand_direction_img {
    opacity: 0.7;
    width: 250px;
}

.hand_direction_btm {
    opacity: 0.7;
    height: 240px;
}

.tkt_table {
    width: 100%;
    max-width: 100%;
}

.tkt_table th,
.tkt_table td {
    border: 1px solid #10BC10;
    font-weight: 500;
}

.tkt_table thead {
    background: #10BC10;
    color: #fff;
}

.same_height_div {
    min-height: 220px;
}

.margn_negative_2_wrap {
    display: inline-block;
}

.wrapper-cta h2 {
    font-size: 24px;
    display: inline-block;
    color: #fff;
}

.wrapper-cta h3 {
    font-size: 16px;
    width: 80%;
    line-height: 26px;
    color: #fff;
}

.button--alternate {
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 30px;
    color: #222 !important;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
}

.button--alternate:hover {
    background: transparent !important;
}

.call_action_margin {
    min-height: 140px;
    background: #32cd32;
}

.tracker_left {
    min-height: 140px;
    background: #32CD32;
    border-width: 2px;
    border-color: #32CD32;
    position: relative;
}

.trac_map {
    width: 230px;
    position: absolute;
    right: 0;
    top: 0;
}

.look_fr_btn {
    display: block;
    width: 150px;
    margin: 30px 0;
}

.user-phn {
    margin: 0;
}

.tracker_lb {
    background: #ffffff;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.tr_info_heading {
    width: 82%;
    margin: 0 auto;
    margin-bottom: 26px;
}

.tracker_honars{
    display: flex !important;
}

/* .travel_info_wrap {
    border-color: #32CD32;
    border-width: 2px;
    border-radius: 40px;
    padding: 35px 20px;
} */

.services_heading {
    background: #10BC10;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
}

.services_heading p {
    font-size: 15px;
    text-align: center;
}

.sr_facility_card {
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    height: 100%;
}

.sr_facility_card img {
    margin-right: 10px;
    height: 45px;
}

.sr_facility_card h3 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.sr_facility_card .badge {
    background: var(--greenColor);
    margin-left: 10px;
    padding: 7px 15px;
    border-radius: 20px;
    text-transform: capitalize;
}

.sr_facility_card p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}

.sr_facility_card p a {
    color: #0070CC;
    font-weight: 500;
}

.sr_facility_card_last {
    position: relative;
}

.sr_facility_card .foot_text {
    background: #10bc10;
    text-align: center;
    padding: 4px;
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    border-radius: 0px 0px 5px 5px;
}

.sr_facility_card_last p {
    padding-bottom: 20px;
}

/****** We offer section starts *****/
.offer_payment_section {
    background: var(--greenColor);
}

.offer_pay_card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    height: 100%;
    overflow: hidden;
}

.offer_pay_card .heading {
    border: 1px solid #10BC10;
    display: flex;
    align-items: center;
    padding: 7px;
    justify-content: center;
    border-radius: 5px 5px 0px 0px;
}

.offer_pay_card .heading img {
    margin-right: 10px;
    height: 60px;
}

.offer_pay_card .heading h3 {
    margin-bottom: 0;
    color: var(--greenColor);
    font-size: 22px;
    font-weight: 700;
}

.offer_pay_card .content {
    background: #E1EFD8;
    border: 1px solid #10BC10;
    border-top: 0;
    padding: 7px;
    min-height: 410px;
    overflow: auto;
    border-radius: 0px 0px 5px 5px;
}

.offer_pay_card h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

.offer_pay_card table th,
td {
    padding: 4px !important;
}

.offer_pay_card table td {
    font-size: 14px;
    background: #E1EFD8;
}

.offer_pay_card table {
    background: #E1EFD8;
    min-height: 410px;
}

/****** We offer section ends *****/

/*====================================================================
	Become Partner Css
====================================================================*/
.submit_application_section {
    padding: 50px 0px;
    background: #10BC10;
    text-align: center;
}

.partner_btn {
    border: 0;
    outline: 0;
    padding-top: 5px !important;
}

.partner_btn:hover {
    background-color: var(--greenColor) !important;
}

.partner_mail {
    color: #000000;
    text-decoration: none;
}

.partner_mail:hover {
    color: #ffffff;
    text-decoration: none;
}

.looking_for_card img {
    width: 100px;
    height: 100px;
}

.looking_for_card {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #10BC10;
    min-height: 185px;
    height: 100%;
    border-radius: 5px;
}

.looking_for_card h5 {
    color: var(--greenColor);
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.collaborate_section {
    background: #ffffff;
}

/***** Why work with us section starts ****/
.whywork_title {
    padding: 18px;
    min-height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 100%;
}

.whywork_title h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
}

.whywork_card {
    padding: 18px;
    min-height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 100%;
}

.whywork_card h5 {
    margin-bottom: 0;
}


/*====================================================================
	Popular Bus Trips
====================================================================*/
.route-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.route-link {
    background: #ffffff;
    border: 1px dashed #f5fbff;
    padding: 5px;
    transition: all ease-in-out 0.2s;
    border-radius: 10px;
    height: 100%;
}

.route-link:hover {
    border: 1px dashed #10BC10;
    box-shadow: none;
}

.route-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--greenColor);
}

.route-link-title {
    background: var(--greenColor);
    padding: 5px;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
    height: 100%;
}

.route-text-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.route-item .price-text {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}
/*====================================================================
	Route Trip page
====================================================================*/
.route_banner {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    height: 100%;
}

.route_banner h1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 8px #000;
    font-size: 45px;
    text-transform: capitalize;
}

.route_banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000001f;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.route_banner img {
    width: 100%;
    background-size: cover;
    height: 100%;
    object-fit: cover;
}

.route_table td {
    padding: 10px 15px !important;
}

.route_table .rating-count p {
    font-size: 10px;
    margin-bottom: 0;
    line-height: 1;
}

.bus_trip_section .rating-info {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #5d686e;
    padding: 10px;
}

.single_srch_result {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(2, 248, 2, 0.2);
}

.single_srch_result ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single_srch_result .heading .seat p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.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: #10BC10;
    font-size: 17px;
    font-weight: 700;
}

.single_srch_result .time {
    display: grid;
    grid-template-columns: 45% auto auto;
}

.single_srch_result .bus_name_wrap .fa-angle-right {
    color: #10BC10;
    font-size: 24px;
}

.single_srch_result .bus_name_wrap .price {
    font-size: 18px;
    text-align: right;
}

.single_srch_result .bus_name p {
    font-size: 13px;
    color: #5d686e;
    margin-bottom: 5px;
}

.single_srch_result p.band_name {
    margin-bottom: 0 !important;
}

.img-flag {
    width: 30px !important;
}

.single_srch_result .time p {
    font-weight: 700;
    font-size: 17px;
}

.single_srch_result .time button {
    background: #31ED31;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
    transition: .2s all ease-in-out;
}

.single_srch_result .time button:hover {
    background: #10BC10;
}

.bus_terminal_wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single_bus_terminal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 13px 10px;
}

.single_bus_terminal a:first-child {
    width: 68%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single_bus_terminal a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.single_bus_terminal a img {
    width: 22px;
}

.single_bus_terminal:nth-child(even) {
    background-color: transparent;
}

.single_depart_bus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.single_depart_bus a {
    text-decoration: none;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 65%;
}

.single_depart_bus span {
    background: #10BC10;
    color: #fff;
    font-weight: 600;
    padding: 0px 8px;
    font-size: 17px;
    border-radius: 5px;
}

.depart_bus_trip {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-right: 3px solid #10BC10;
    padding-right: 25px;
}

.depart_bus_trip li:last-child {
    padding-bottom: 0;
}

.depart_bus_note {
    margin-bottom: 0;
    padding-top: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.quantity.qtycls {
    width: 50px;
    text-align: center;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    color: #484848;
    padding-bottom: 5px;
}

.pointer_event {
    pointer-events: none;
}

button:disabled,
button[disabled] {
    cursor: no-drop;
    opacity: 0.5;
}

.butn-adult.adultChildToggle {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 10px;
    text-align: left;
    padding-left: 10px;
    background: #fff;
    padding-right: 10px;
}

.adultChild-dropdown-content {
    background: #fff;
    margin-top: 2px;
    position: absolute;
    width: 100%;
    z-index: 33;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    list-style: none;
}

input#date,
input#returnDate {
    min-height: 46px;
    border-radius: 10px !important;
    cursor: pointer;
}

.ticket-src-result input#date,
.ticket-src-result input#returnDate {
    border: 1px solid #fff !important;
}

input#date:focus,
input#returnDate:focus {
    border: 1px solid #31ed31 !important;
}

/*====================================================================
	Terms and Condition page
====================================================================*/
.termscondition_section li p {
    text-align: justify;
}

/*====================================================================
	Team page
====================================================================*/
.card.item {
    width: 100%;
    min-height: 450px;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.round-icon-team i {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    display: inline-block;
}

.item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.15s ease-in;
    opacity: 0;
    border-radius: 10px;
    color: #fff;
}

.padding-team {
    padding: 15px 20px;
}

.team-title {
    font-size: 32px;
    line-height: 35px;
    padding-top: 20px;
    font-weight: 600;
    color: #fff;
}

.read-more {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.read-more a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
}

.card.item a {
    color: #ffffff;
}

.read-more a:hover {
    opacity: 0.9;
}

.round-icon-team {
    height: 45px;
    width: 45px;
    padding: 2px 0;
    border-radius: 50%;
    border: 2px solid #fff;
}

.social-icon-team a {
    padding: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.profile {
    display: inline-block;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 3px solid #10bc10;
}

.profilepic {
    padding: 40px 0;
}

.padding-team {
    padding: 15px 20px;
}

.designationposition {
    bottom: 20px;
    font-size: 20px;
}

.padding-top-15 {
    padding-top: 15px;
}

.pos-text {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}

.black {
    color: black;
}

.icon-size-team {
    width: 22px;
}

.bg-color {
    background-image: linear-gradient(var(--greenColor), #10bc10);
}

.item:hover .cover {
    opacity: 1;
    color: #fff;
}

/*  */
.team_img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 18px;
}

.add_partner img {
    width: 100px;
    margin-top: -10px;
}

.team_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.team_img img {
    background-color: #d9d9d9;
}

.single_team h6 {
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.single_team h5 {
    text-align: center;
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
}

.single_team .bio {
    background: #f5fbff;
    padding: 15px;
    width: 200px;
    margin: 0 auto;
    box-shadow: 0px 4px 5px #eee;
    border-radius: 5px;
}

.single_team .social_link i {
    color: #0a66c2;
    font-size: 30px;
    display: block;
}

.single_team .view_bio a {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}

.view_bio span {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin-top: 5px;
    text-transform: capitalize;
}

.single_team .social_link i.fa.fa-angle-double-right {
    font-size: 18px;
    color: #fff;
}

.single_team .view_bio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_team .view_bio .icon {
    background: #10bc10;
    color: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1px 0px 0 2px;
}

.add_partner .thumb {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 18px;
    border: 2px solid #10bc10;
    background: #f5fbff;
}

.add_partner img {
    width: 100px;
}

.add_partner {
    margin-top: 235px;
}

.add_partner h5 {
    text-align: center;
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}

/*  */
#phonePrefix {
    min-height: 46px;
    border-radius: 10px 0px 0px 10px !important;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ddd;
}

select {
    cursor: pointer;
}

.phonePrefixInp {
    border-radius: 0px 10px 10px 0px !important;
}

.background .conve_whts_title {
    color: var(--greenColor);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

#lightcase-info #lightcase-sequenceInfo {
    display: none !important;
}

/* Booking Page Css */
.wrap {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 5%);
    border-radius: 10px;
}

.page-heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rectan {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 2px dotted #ddd;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    background: #10bc10;
    font-size: 20px;
}

.page-heading h1 {
    color: var(--greenColor);
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 800;
}

.page-heading h2 {
    color: var(--greenColor);
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 800;
}

.sidebar-wrap {
    background-color: #fff;
    min-height: 420px;
    padding: 15px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    border: 1px solid #eee;
    border-radius: 5px;
    position: sticky;
    top: 120px;
    margin-bottom: 20px;
}

.hidden_bus_seat_layout_panel_bg {
    display: none;
    position: fixed;
    left: 0;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #31738d33;
    height: 100%;
    width: 100%;
    z-index: 999999;
    overflow: hidden !important;
}

/* .modal {
    z-index: 888888 !important;
} */
.iti-mobile .iti--container {
    z-index: 99999;
}

.seat-catagory {
    position: absolute;
    background: #fff;
    top: 0;
    padding: 30px 30px 15px;
    width: 200px;
    z-index: 9;
    right: 400px;
}

.seat-catagory .icon-left {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.seat-catagory-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.seat-icon-butn.available {
    background: #fff !important;
    border: 1px solid #fff;
}

.seat-catagory-item p {
    margin: 0px;
    margin-left: 15px;
}

.content-head {
    text-align: center;
}

.content-head h1 {
    font-size: 22px;
    margin: 10px 0 0;
    text-transform: capitalize;
    color: var(--greenColor);
    font-weight: 600;
}

.close_seat_modal_btn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #707070;
    font-weight: 300;
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    box-shadow: none;
}

.reserve_location {
    font-size: 13px;
    color: #707070;
}

.main_status_box {
    background: #fff;
    box-shadow: 0px 0px 5px 0px #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    position: relative;
    overflow-y: auto;
    height: calc(95vh - 100px);
    padding: 0 0 10px;
}

.busStructure-wrapper {
    position: relative;
    padding: 15px;
    margin-bottom: 0;
}

.ticket-status-table tr {
    border: 0;
}

.ticket-status-table>tbody>tr>td {
    padding: 4px 0 !important;
    border: 0 !important;
    text-align: center;
}

.hidden_bus_seat_layout_panel {
    width: 400px;
    background: #eaeff5;
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 50px;
}

.reservation_confirm_btn_wraper {
    background: #ffff;
    z-index: 999;
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #eee;
}

.reservation_confirm_btn {
    background: #56ce00;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 999;
    border-radius: 5px;
    top: 10px;
    transition: all ease-in-out 0.3s;
    border: 0px;
    width: 95%;
    left: 0px;
    margin: 0 auto;
}

.passenger_details {
    padding: 10px;
    border-radius: 10px 15px 15px;
    background: #f5f5f5;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    border-left: 4px solid #10bc10 !important;
}

.lead_pass_title {
    font-size: 16px;
    font-weight: 800;
    color: #1f1f1f;
    border-bottom: 1px dashed #adadad;
    padding-bottom: 10px;
}

.lead_pass_title_return {
    font-size: 16px;
    font-weight: 800;
    color: #1f1f1f;
}

.passenger-tkt-price {
    font-weight: 800;
    font-size: 18px;
    color: var(--greenColor);
    margin: 0;
}

.seat-reservation-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    background: #f5f5f5;
    border: 1px solid #eee;
    padding: 15px 20px !important;
    border-radius: 5px;
}

.seats {
    display: flex;
    width: 100%;
}

.chair {
    margin: 0 20px 0 0;
}

.seat-text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.seat-text h5 {
    margin: 0;
}

.seat-reservation-btn:hover {
    border: 1px solid #10bc10;
}

/* Custom Checkbox  */
.custom_checkbox_lbl input[type="checkbox"],
.custom_checkbox_lbl input[type="radio"] {
  position: absolute;
  left: -999em;
}

.custom_checkbox_lbl input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 3px;
    font: bold 18px/8px Verdana, sans-serif;
    cursor: pointer;
}

.custom_checkbox_lbl input[type="checkbox"]:checked + span:before {
    content: "✓";
    border-color: #10bc10;
    font-size: 30px;
    color: #10bc10;
}
.custom_checkbox_lbl span {
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

/* Custom Radio Button */
.form__radio-input {
    display: none;
}

.form__label-radio {
    font-size: 1.3rem;
    cursor: pointer;
    position: relative;
    padding-left: 2.5rem;
}

.form__group {
    border: 1px solid #e1e1e1;
    padding: 14px;
    border-radius: 10px;
}

hr:not([size]) {
    color: #898989 !important;
}

.form__radio-button {
    height: 28px;
    width: 28px;
    border: 2px solid #10bc10;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #10bc10;
    opacity: 0;
    transition: opacity 0.2s;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
    opacity: 1;
}

/* Custom Radio Button */


.luggage_wrap {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    height: 100%;
}

.lugg_qty_sm_txt {
    font-weight: 600;
    font-size: 12px;
}

.add_btn_extra {
    background: #31ED31;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: all ease-in-out 0.3s;
}

.add_btn_extra:hover {
    background-color: #10BC10 !important;
    color: #fff !important;
}

.extra_luggage_content .adlt_child_btn_wrap {
    height: 46px !important;
    display: inline-block !important;
    background: #fff !important;
    border: 0 !important;
    padding: 10px 0 !important;
}

.extra_luggage_content .adlt_child_btn_wrap button {
    height: 18px !important;
    width: 18px !important;
}

.extra_luggage_content .quantity.qtycls {
    width: 30px !important;
    font-size: 14px;
    font-weight: 600;
}

.luggage_price {
    font-size: 11px;
    font-weight: 500;
    margin: 0;
}

.luggage_wrap h6 {
    font-size: 16px;
    line-height: 22px;
}

.luggage_wrap .text_sm {
    font-size: 13px;
}

.extra_luggage_content .select2-selection__rendered {
    font-size: 13px;
    font-weight: 600;
}

.Busstops {
    display: inline-block;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0px;
}

.Busstops li {
    line-height: 20px;
    text-align: left;
    margin-left: 4px;
    position: relative;
}

.Busstops li::before {
    position: absolute;
    content: '';
    top: 8px;
    bottom: 0;
    left: 0px;
    width: .01rem;
    background: #c9c9c9;
    height: 100%;
}

.Busstops li:last-child:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0px;
    width: .01rem;
    background: #fff;
    height: 23px;
}

span.stops_time {
    margin: 0 !important;
}

span.time {
    font-size: 13px !important;
    color: #bf1212;
    font-weight: 600;
}

/* 
.Busstops .stops_time {
    position: absolute;
    left: -90px;
} */

.Busstops li span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 26px;
}

.Busstops .divider {
    height: 20px;
    width: 2px;
    margin-left: 4px;
    transition: all 500ms ease;
}

.Busstops .grey {
    background-color: #10bc10;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    border-radius: 50%;
    top: 8px;
}

.node_blank {
    background: #fff !important;
    border: 1px solid #c9c9c9 !important;
}

.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_data {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.voucer_code_wrap {
    position: relative;
}

.voucer_code_wrap button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background: #10bc10;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px 10px 7px;
    outline: 0;
}

.large_price {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin: 15px;
    color: var(--greenColor);
}

label {
    font-weight: 600 !important;
}

/* Datebar */
ul.datebar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 5px !important;
    border: 0;
    background: #fff;
    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 #eee;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    min-height: 60px;
}

ul.datebar li span.arrow-icon {
    font-size: 30px;
}

ul.datebar li:first-of-type {
    border: 0px !important;
    width: 6%;
}

ul.datebar li:last-of-type {
    width: 6%;
}

ul.datebar li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0;
    margin: 3px 0 0;
}

li.date-disable a {
    color: #000;
    opacity: 0.6;
    cursor: no-drop;
}

ul.datebar li.active {
    background: #56ce00;
    border: 1px solid #56ce00;
    border-radius: 10px;
}

ul.datebar li.active a {
    color: #fff !important;
}

.floatright {
    float: right !important;
}

#simple_timer {
    font-size: 25px;
    font-weight: 900;
    color: var(--greenColor);
}

.demo_list_ul {
    padding: 0;
    list-style: none;
}

.demo_list_ul {
    list-style: none;
    background: #f2f3f4;
    padding: 20px;
    border-radius: 5px;
}

.demo_list_ul li a {
    text-decoration: none;
}

.email-wrapper input {
    border-radius: 3px;
    border: 0;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 5px;
    min-width: 220px;
}

.seat-catagory-item img {
    transform: rotate(90deg);
}

.termscondition_section p,
.wifi_terms_use_section p {
    text-align: justify;
}

.mobility_txt {
    font-size: 20px;
    font-weight: 600;
}

.repeat-arrow-img-btn {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 108px;
    left: 49.5%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #31ed31 !important;
    z-index: 2;
}

.repeat-arrow-img-btn .swap_icon {
    height: 35px;
    width: 35px;
    object-fit: contain;
    padding: 6px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
}

.swap_icon svg {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    fill: #10bc10;
    font-weight: 900;
}

.repeat-arrow-img-btn:focus {
    border: 2px solid #31ed31 !important;
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.travel_from {
    position: relative;
}

.travel_from .repeat-arrow-img-btn {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 33px !important;
    left: auto !important;
    right: -40px !important;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}

.location_sale_form {
    font-weight: 900;
    font-size: 20px;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 15px;
}

.right_arrow_img {
    width: 25px;
    margin: 0 10px;
    opacity: 0.4;
}

/* Animated Arrows */
section.hologram_panel {
    margin-top: 40px;
}

.animated_ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    line-height: 28px;
}

.animated_ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/*  */
.book_scroll_top {
    font-size: 20px;
    padding: 10px 20px !important;
    border: 0;
    white-space: normal;
}

.book_scroll_btn {
    font-size: 20px;
    padding: 10px 20px !important;
    border: 0;
    white-space: normal;
}

.book_scroll_top:hover {
    background: var(--greenColor) !important;
}

.arrow {
    width: 9px;
    height: 9px;
    border: 2px solid;
    border-color: black transparent transparent black;
    transform: rotate(-45deg);
}

.arrowAnim {
    margin: -3px 15px;
}

.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }

    20% {
        opacity: 1;
        transform: translateX(9px);
    }

    80% {
        opacity: 1;
        transform: translateX(-9px);
    }

    100% {
        opacity: 0;
        transform: translateX(-15px);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }

    20% {
        opacity: 1;
        transform: translateX(9px);
    }

    80% {
        opacity: 1;
        transform: translateX(-9px);
    }

    100% {
        opacity: 0;
        transform: translateX(-15px);
    }
}

.team_title {
    font-weight: 800;
    font-size: 20px;
    border: 1px solid #10bc10;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    font-style: italic;
    color: #000 !important;
}

.tichaona_desc_desktop_none {
    display: none;
}

.bio_desc {
    text-align: justify;
    background: #10bc10;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #10bc10;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.tichaona_desc::before {
    position: absolute;
    content: '';
    top: -16px;
    left: 20px;
    border-width: 0 11px 15px;
    border-style: solid;
    border-color: transparent transparent #10bc10;
}

.v-align p {
    font-size: 18px;
}

.pekka_desc::before {
    position: absolute;
    content: '';
    top: -16px;
    border-width: 0 11px 15px;
    border-style: solid;
    border-color: transparent transparent #10bc10;
    right: 20px;
}

.resend_ticket_box {
    border: 7px solid var(--greenColor);
    padding: 30px 0;
    background: #fff;
    border-radius: 10px;
}

.resend_ticket_box .page_title h4 {
    border: 2px solid var(--greenColor);
    padding: 5px;
    text-align: center;
    font-size: 22px;
}

.resend_ticket_box .note {
    border: 2px solid var(--greenColor);
    padding: 5px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

#downloadButton {
    padding: 10px 20px !important;
    font-size: 18px;
}

.resend_ticket_box .misplaced_txt {
    background: var(--greenColor);
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 15px 10px;
    margin: 0 5px;
}

/* Bus Tracker */
.bus_track_search_box {
    background: #ffffff;
    padding: 22px;
    height: 100%;
    border: 2px dashed #10BC10;
    border-radius: 10px;
}

.bus_track_search_box .form-control {
    border-radius: 10px !important;
    padding: 10px 16px;
}

.track_search_btn {
    background: #10bc10;
    color: #fff;
    position: relative;
    z-index: 1;
    border-color: #10bc10;
    padding: 5px 25px !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    width: 100%;
    min-height: 44px;
    outline: 0 !important;
    box-shadow: none !important;
    margin-top: 3px;
}

.track_search_btn:hover {
    background: #0d9e0d;
    color: #fff !important;
}

.track_ticket_info_box {
    background: #fff;
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
    border: 2px dashed #10bc10;
}

.track_ticket_info_box p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.track_ticket_info_box p {
    font-size: 18px;
    font-weight: 600;
    background: #f5f5f5;
    padding: 10px;
    margin: 5px 0;
    border-radius: 3px;
}

.journey_info {
    background: #ffffff;
    padding: 22px;
    height: 100%;
    border: 2px dashed #10BC10;
    border-radius: 10px;
}

.journey_info_box {
    background: #eee;
    border-radius: 10px;
    height: 100%;
    padding: 10px 15px;
}

.map_error_msg {
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #bf1212;
}

/*  */
.iti.iti--allow-dropdown {
    display: block !important;
    border-left: 1px solid #ddd !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    border-radius: 10px !important;
}

.iti__country-list {
    width: 280px !important;
    overflow-x: hidden !important
}

.wrap .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255) !important;
    border-right: 1px solid #eee !important
}

.iti__country-list {
    z-index: 9999999 !important;
}

.helpcenter_section p {
    word-break: break-word;
}

.errorTextMsg {
    font-size: 14px !important;
    color: #ff0000;
    display: none;
}

.single-cancel-list-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.single-cancel-list-wrap>div {
    margin: 0 4px;
}

.single-cancel-list-wrap label {
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
    display: block;
    text-align: left;
}

.single-cancel-list-wrap .list-val {
    font-size: 14px;
    background: #F3F3F3;
    padding: 3px 20px;
    border-radius: 30px;
    color: #666;
    margin: 0px;
    text-align: left;
}

.cancel-ticket-btn {
    background: #E06666;
    color: var(--whiteColor) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 20px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    border: 0;
    text-decoration: none;
    margin-top: 10px;
}

.position-rel {
    position: relative !important;
}

.cancel-box {
    display: none;
    position: absolute;
    top: 50px;
    min-width: 250px;
    background: #f3f3f3;
    box-shadow: 0px 4px 5px var(--textColor);
    z-index: 3;
    padding: 0px 5px 10px;
    right: 0;
    border: 2px solid #e06666;
    text-align: center;
    border-radius: 2px;
}

.cancel-box::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    right: 20px;
    background-color: #f3f3f3;
    height: 26px;
    width: 24px;
    transform: rotate(48deg);
    border-top: 2px solid #e06666;
    border-left: 2px solid #e06666;
}

.attentin-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--textColor);
    margin: 15px 0 5px;
}

.cancel_trip_title {
    font-size: 14px;
    padding: 5px;
    margin: 0;
}

.coupon_total_text {
    font-weight: 900;
    color: var(--greenColor) !important;
    font-size: 18px;
}

/* Bus Track Progress */
.progress_bar {
    position: relative;
    padding: 0 0px 0 20px;
    margin: 1rem 0 0;
    list-style: none;
}

.progress__item {
    position: relative;
    min-height: 40px;
    counter-increment: list;
    padding-left: 0.5rem;
}

.progress__item:before {
    content: "";
    position: absolute;
    left: -12.99px;
    top: 19px;
    height: 74%;
    width: 1px;
    border-left: 1px solid #c0c0c0;
}

.progress__item--completed:before {
    border-left: 1px solid #10bc10 !important;
}

.progress__item:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border: 1px solid #c0c0c0;
    background: #c0c0c0;
}

.progress__item:last-child:before {
    border: none;
}

.progress__item.progress__item--completed:after {
    background: #10bc10;
    border: 1px solid #10bc10;
}

.progress__item.progress__item--active:after {
    content: '';
    top: 0;
    background: #10bc10;
    border: 1px solid #10bc10;
    top: 5px;
}

.progress__info {
    font-size: 16px;
    color: #000;
}

.progress__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.progress__info span {
    margin: 0 0px 3px;
    font-size: 14px;
    display: inline-block;
}

span.del-time span {
    margin-left: 5px;
}

.progress__info span:nth-child(2) {
    text-align: right;
}

/*  */
/* .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 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 23px;
}
.busstops__boking .stops_time {
    position: absolute;
    left: -105px;
    min-width: 80px;
}
.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::before {
    position: absolute;
    content: '';
    top: 8px;
    bottom: 0;
    left: 0;
    width: .01rem;
    background: #c9c9c9;
    height: 100%;
}
.busstops__boking li:last-child:after {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    width: .01rem;
    background: var(--whiteColor);
    height: 35px;
} */
/*  */
.fleet_owner {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    margin: 8px 0;
    justify-content: space-between;
}

.fleet_owner img {
    width: 100px;
    object-fit: contain;
    /* height: 100px; */
    border: 1px solid #eee;
    padding: 2px;
}

.dept-time-wrapper h4 {
    margin: 0px;
    color: #10bc10;
    font-weight: 900;
    position: relative;
    z-index: 2;
    background: var(--whiteColor);
    font-size: 22px;
}

.abs_line {
    position: absolute;
    width: 100%;
    height: .1px;
    background: #a4a4a4;
    top: 12px;
}

.dept-time-wrapper p {
    margin: 0px;
    position: relative;
    z-index: 2;
    background: var(--whiteColor);
    padding: 0 8px;
    display: inline-block;
    font-weight: 900;
}

.dept-time-wrapper .abs_line::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #a4a4a4;
    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 #56ce00;
    background: #56ce00;
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 50%;
}

.all_amenities_btn::selection {
    color: none;
    background: none;
}

/* For Mozilla Firefox */
.all_amenities_btn::-moz-selection {
    color: none;
    background: none;
}

.wow_price_text_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    gap: 2px;
}

.wow_price_text_wrap .wow_sm_img {
    width: 22px;
}

.wow_price_text_wrap span {
    font-size: 13px;
    font-weight: 600;
}

.google_business_icon {
    filter: brightness(111);
    padding: 0px 0px 3px 0px;
    margin-top: -4px;
}

.tiktok_icon {
    padding: 0px 0px 4px 4px;
}

.font-13 {
    font-size: 13px !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

.border_btm_0 {
    border-bottom: 0px !important;
}

.extra-departure {
    display: none;
}

.viewless {
    display: none;
}

.timeout_img {
    width: 140px;
    margin-bottom: 20px;
}

#timerModal .modal-body p {
    font-size: 18px;
    font-weight: 500;
}

.rebook_btn {
    background: #31ED31 !important;
    color: #fff !important;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.rebook_btn:hover {
    background-color: #10BC10 !important;
}

.modal {
    z-index: 999999999;
}

#parcelTRansactionsToggle {
    background: #f2f3f4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow-x: hidden;
    height: 100vh;
    padding-top: 15px;
    overflow-y: auto;
}

.btn-close.parcel_modal_close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    opacity: 1;
    background-color: #0ff;
    filter: invert(1);
    padding: 5px;
}

.beta_tag {
    font-size: 18px;
    font-weight: 600;
    background: #dc281c;
    color: #ffffff;
    display: inline-block;
    width: 300px;
    text-align: center;
    padding: 3px;
    position: fixed;
    z-index: 99999;
    transform: rotate(-45deg);
    top: 30px;
    left: -97px;
}

.ting_img {
    width: 500px;
}

/* Products Section */
.prod_img_wrap {
    position: relative;
    min-height: 390px;
    background: #007701;
    border-radius: 10px;
    overflow: hidden;
}

.prod_img_wrap img {
    height: 100% !important;
}

.prod_btn {
    background: #fff;
    color: var(--greenColor);
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 7px;
    padding: 4px 8px;
    font-size: 13px;
    box-shadow: 0px 3px 10px #00000069;
    transition: all ease-in-out 0.3s;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    border: 1px solid;
}

.prod_btn:hover {
    background: #10bc10 !important;
    color: #fff !important;
}

.cell_prod_btn {
    background: transparent;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 7px;
    padding: 4px 8px;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cell_prod_btn:hover {
    background: #10bc10;
    color: #ffffff !important;
}

.prod_btn .whatsapp_img_icon {
    transition: all ease-in-out 0.3s;
    width: 20px !important;
}

.cell_img_icon {
    width: 20px !important;
}

.prod_btn:hover .whatsapp_img_icon {
    filter: brightness(111);
}

.icon_whatsapp {
    color: #fff;
    background: green;
    font-size: 16px;
    padding: 3px;
    border-radius: 10px;
}

.app_store {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 53px;
    left: 16px;
}

.app_store img {
    width: 76px !important;
    box-shadow: 0px 3px 10px #00000069;
    border-radius: 5px;
}

/* Promotions Page */
.gif_with_text_flex {
    display: flex;
}

.z-index-2 {
    z-index: 2 !important;
}

.promotions_banner {
    background: url('../img/promotion_bg.jpg') no-repeat;
    min-height: 600px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.breadcumbs {
    list-style: none;
    padding: 0;
}
.breadcumbs>li>a {
    text-decoration: none;
}
.promotions_banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    color:var(--greenColor);
    margin-bottom: 0px;
}
.promotions_banner h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: var(--greenColor);
    text-shadow: 0px 1px 4px #ffffffb8;
    line-height: 40px;
    margin: 30px 0px;
    text-transform: uppercase;
}
.promotional_discounted_text {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 600;
    color: var(--greenColor);
}
.promotional_discounted_text2 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}
.promotional_discounted_text3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--greenColor);
}
.max-w-500{
    max-width: 500px !important;
}
.offer_search_area {
    background: #32cd33;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.offer_book_now_btn {
    white-space: nowrap;
    background: var(--whiteColor);
    border: 0;
    outline: 0;
    box-shadow: 2px 5px 15px #0000008a;
    min-height: 45px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--greenColor);
    border-radius: 10px;
    padding: 0px 20px;
    transition: all ease-in-out 0.3s;
}
.offer_book_now_btn:hover{
   color: #32cd33;
}
.promotions_banner .select2-selection--single {
    border: 1px solid #eeeeee !important;
    box-shadow: 2px 5px 15px #0000008a;
}
.promotions_banner .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 42px !important;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.promotions_banner .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--greenColor) transparent transparent transparent !important;
    border-width: 10px 8px 0 8px !important;
    margin-left: -12px !important;
}
.prom_txt1 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 0;
}

.prom_txt2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.notified_area_wrap {
    background: var(--whiteColor);
    padding: 15px;
    border-radius: 20px;
    margin-top: -15px;
    z-index: 1;
    position: relative;
    border: 1px solid #eee;
}

.notify_text {
    font-size: 16px;
    color: var(--greenColor);
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.update_email input[type='email']::placeholder {
    color: var(--greenColor) !important;
    font-family: 'Montserrat', sans-serif;
}

.mail_input {
    font-size: 14px;
    padding: 10px 10px 10px 35px;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 4px 4px 6px #0000008a;
    min-width: 280px;
    min-height: 40px;
    outline: 0;
    margin-right: 20px;
}

.mail_update_btn {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #888;
    box-shadow: 4px 4px 6px #0000008a;
    min-height: 40px;
    outline: 0;
    background: #eee;
    opacity: 0.7;
    font-weight: 600;
}

.mail_input_rel {
    position: relative;
}

.meail_envelope {
    background: var(--greenColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    border-radius: 50%;
}

.title_banner {
    background: var(--greenColor);
    padding: 35px 20px 20px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: -15px;
}

.title_banner h3 {
    font-size: 24px;
    color: var(--whiteColor);
    font-family: 'Montserrat', sans-serif;
}
.promo_card{
    border-radius: 10px;
    border: 1px solid #eee;
}
.curve_bg {
    background: var(--whiteColor);
    position: relative;
    margin: 20px 0px 0px;
}

.curve_bg_inner {
    position: relative;
    z-index: 1;
    padding: 15px;
}

.curve_bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #43D447;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mail_update_btn.submit {
    border: 1px solid #a7a7a761;
    background: #43d447;
    opacity: 1;
}

.resend_btn {
    color: red;
    font-size: 18px;
    text-decoration: underline;
}

.resend_btn:hover {
    color: var(--greenColor);
}

.coach_details {
    font-size: 17px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

/* Congo Modal */
@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}

.js-container {
    width: 100vw;
    height: 100vh;
    top: 0px;
    position: fixed !important;
    pointer-events: none;
}

.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}

.confetti--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
}

/* Checkmark */
.checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #00C09D;
    position: absolute;
}

.checkmark-circle .checkmark {
    border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid white;
    border-top: 15px solid white;
    border-radius: 2.5px !important;
    content: "";
    left: 25px;
    top: 75px;
    position: absolute;
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

.submit-btn {
    height: 45px;
    width: 200px;
    font-size: 15px;
    background-color: #00c09d;
    border: 1px solid #00ab8c;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
    cursor: pointer;
    transition: all 2s ease-out;
    transition: all 0.2s ease-out;
}

.submit-btn:hover {
    background-color: #2ca893;
    transition: all 0.2s ease-out;
}

#congressModal .modal-content {
    border-radius: 30px;
}

#animate_congo_img {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    cursor: none;
    pointer-events: none;
}

.title_congo {
    font-family: 'Pacifico', cursive;
    font-weight: 500;
    font-size: 55px;
    color: var(--greenColor);
    margin: 10px 0px 15px;
}

#congressModal h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: initial;
    line-height: 42px;
    margin: 20px 0px 0px;
}

#congressModal h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 42px;
    margin: 15px 0px;
}

#congressModal span {
    font-size: 17px;
    font-weight: 500;
    display: block;
}

#congressModal .continue_to_pay {
    border: 0px;
    background: var(--greenColor);
    padding: 10px 30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    outline: 0;
    box-shadow: none;
    text-transform: capitalize;
}

#congressModal {
    z-index: 999999999999 !important;
}

.seater_display_name {
    margin: 5px 0px;
    background: #56ce00;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

/* Parcel Design */
.parcel_banner{
    background: #fff;
    min-height: 450px;
    padding: 50px;
}
.parcel_banner h1{
    margin: 20px 0px 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 32px;
}
.color_logo {
    max-width: 52%;
}
.right_banner_img {
    max-width: 70%;
}
.home-track-inner {
    -webkit-box-shadow: 0 0 20px -8px rgba(27, 30, 26, .45);
    -ms-box-shadow: 0 0 20px -8px rgba(27, 30, 26, .45);
    box-shadow: 0 0 20px -8px rgba(27, 30, 26, .45);
    margin-top: -45px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.home-track-inner .form input {
    padding: 0px 0px 0px 45px;
    background: #fff;
    border-radius: 10px !important;
}

span.current_Location_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 2;
}

.home-track-inner .form {
    position: relative;
}

.home-track-inner .form .common-btn {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    border-radius: 0 10px 10px 0;
    background: #31ED31;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    text-decoration: none;
    color: #000;
}

.service {
    position: relative;
    z-index: 1;
    margin: 50px 0 0px;
}

.service .page-heading {
    justify-content: center;
    margin: 40px 0px;
    font-weight: 800;
}

.service-box {
    background: #fff;
    letter-spacing: .35px;
    -webkit-box-shadow: 10px 24px 24px rgba(0, 0, 0, .02);
    -ms-box-shadow: 10px 24px 24px rgba(0, 0, 0, .02);
    box-shadow: 10px 24px 24px rgba(0, 0, 0, .02);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px;
    border-radius: 75px 0px;
    height: 100%;
}

/* .service-box::after {
    content: '';
    background: #10BC10;
    z-index: -1;
    top: auto;
    bottom: 0;
    transition: height 0.3s linear;
    height: 0
}

.service-box:hover p,
.service-box:hover .job-details,
.service-box:hover .blog-details,
.service-box:hover h4 {
    color: #fff;
    z-index: 2;
    position: relative;
}

.service-box p,
.service-box .job-details,
.service-box .blog-details {
    margin: 0;
} */

.service-box p {
    min-height: 220px;
    margin: 0;
}
.service-box-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0px 0px 20px;
}

.service-box:hover .details_btn {
    color: #fff !important;
    background-color: var(--greenColor) !important;
}

.service-box-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    -webkit-transition: all 0.3s linear 0.15s;
    -ms-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
    object-fit: contain;
}

/* .service-box-img::after {
    content: '';
    background: -webkit-linear-gradient(transparent, #602D90 100%);
    z-index: 2;
    top: auto;
    bottom: 0;
    transition: height 0.3s linear 0.2s, opacity 0.2s linear;
    height: 0;
    opacity: 0;
}

.service-box:hover .service-box-img::after {
    content: '';
    height: 100%;
    opacity: 2;
} */

.service-box h4 {
    font-size: 20px;
    color: #1B1E1A;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    min-height: 62px;
}
.service-box h4::before {
    content: '';
    background: #fff
}

.service-box:hover::after {
    content: '';
    height: 57%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.animateed-text {
    padding: 130px 0;
    text-align: center;
    position: relative;
    background: url('../img/curve.png') no-repeat center;
    -webkit-background-size: 100vw;
    -ms-background-size: 100vw;
    background-size: 100vw;
    z-index: 1;
}

.animateed-text::after {
    content: '';
    z-index: -1;
    background: #F1F3F4;
    transform: scaleX(1);
    transform-origin: right center;
    -webkit-transition: transform 4.5s linear;
    -ms-transition: transform 4.5s linear;
    transition: transform 4.5s linear;
}

.animateed-text.in-view::after {
    content: '';
    transform: scaleX(0);
}

.animateed-text ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}

.animateed-text ul li {
    transition: transform 0.7s cubic-bezier(.42, .01, .23, 1), opacity 0.7s;
    transition-delay: 600ms;
    opacity: 0;
    -ms-transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
    color: #3a3a3a;
}

.animateed-text.in-view ul li {
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.animateed-text ul li:nth-child(1) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.animateed-text ul li strong {
    font-size: 50px;
    font-weight: 600;
    color: #000000;
    display: block;
    line-height: initial;
    padding: 10px 30px;
    border: 2px dashed #31ed31;
    background: #f2f3f4;
}

.price-calculator {
    background: #fff;
    padding: 50px 0px;
}

.details_btn {
    padding: 10px 30px;
    font-size: 14px;
    border: 0;
    white-space: nowrap !important;
    display: inline-block;
    text-align: center;
}

/* Operators */
.operator_left_box {
    background: #007600;
    min-height: 285px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.client-box {
    margin: 0;
    background: #ffffff;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    justify-content: center;
    max-width: 300px;
    min-height: 125px;
    border-radius: 10px;
    min-width: 300px;
    padding: 10px 0px 0px;
    transition: all ease-in-out 0.3s;
}
.client_country_name {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    background: var(--greenColor);
    border-top: 1px solid #007600;
    color: #fff;
    border-radius: 0px 0px 9px 9px;
    padding: 5px;
}
.client-box:nth-child(even){
    background: var(--greenColor) !important;
}
.client-box:nth-child(even) .client_country_name {
    background: #fff !important;
    color: #007600;
    border-top: 1px solid #ddd;
}
.img_wrap {
    max-height: 100px;
    text-align: center;
}

.img_wrap img {
    max-height: 80px;
    object-fit: contain;
}

.client-box_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

#FeedbackModal table th {
    border-bottom: 2px solid;
}

.feedback_modal_icon {
    color: var(--greenColor);
}

.transactions-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px -8px rgb(27 30 26 / 12%);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 200px;
    justify-content: center;
}

.transactions-box .step {
    border: 1px dashed #10bc10;
    padding: 10px;
    border-radius: 10px;
}

.transactions-box .step p,
.transactions-box .step a {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.step svg {
    stroke: #10bc10;
    width: 30px;
    height: 30px;
}

#parcelTRansactionsToggle .modal-fullscreen .modal-body {
    background: #f2f3f4;
}

.panel_box {
    background: #f2f3f4;
    border-radius: 10px;
    box-shadow: 0 0 20px -8px rgb(27 30 26 / 12%);
    padding: 10px;
    border: 1px solid #eee;
}

/*  */
.track-content {
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    margin-top: 50px;
}

.track-content-heading {
    display: flex;
    justify-content: space-between;
    margin: 0 -30px 30px;
    border-bottom: 1px solid #e3e7e9;
    padding: 0 30px 30px;
    align-items: center;
}

.track-content-heading h3 {
    font-size: 30px;
    font-weight: 700;
}

.track-content-heading h4 {
    color: #3a3a3a;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
}

.track-info,
.track-delivery-info,
.track-order-info {
    padding: 30px;
    background: #F1F3F4;
    border-radius: 4px;
    margin-bottom: 30px;
}

.track-order-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.track-order-info ul li {
    font-size: 14px;
    letter-spacing: .25px;
    color: #1B1E1A;
    list-style: none;
    text-align: center;
    font-weight: 600;
}
.track-delivery-info ul li p {
    color: #66667d !important;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
.track-order-info ul li:nth-child(1) {
    text-align: left;
}

.track-order-info ul li:nth-child(3) {
    text-align: right;
}

.track-order-info ul li span {
    display: block;
    font-size: 14px;
    color: #465c5f;
    margin-bottom: 5px;
    font-weight: 400;
}

.track-delivery-info ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.track-delivery-info ul li {
    position: relative;
    padding-left: 30px;
    min-height: 90px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
}

.track-delivery-info ul li:last-child {
    min-height: auto !important;
}

.track-delivery-info ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #10bc10;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 0;
    -webkit-box-shadow: 0 0 5px -1px rgba(27, 30, 26, .25);
    -ms-box-shadow: 0 0 5px -1px rgba(27, 30, 26, .25);
    box-shadow: 0 0 5px -1px rgba(27, 30, 26, .25);
    z-index: 9;
}

.track-delivery-info ul li:first-child:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    background: #10bc10;
}

.track-delivery-info ul li:last-child::before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -6px;
    top: 0;
    box-shadow: 0 0 5px -1px rgba(27, 30, 26, .25);
    z-index: 9;
    color: var(--greenColor);
    font-weight: 600;
    width: auto;
    height: auto;
    background: #f1f3f4;
    font-size: 20px;
    margin-top: 3px;
}

.track-delivery-info ul li span,
.track-delivery-info ul li .track span {
    color: #1B1E1A;
    display: block;
    margin-bottom: 5px;
}

.track-delivery-info ul::after {
    content: '\f207';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    top: 20px;
    left: -6px;
    width: 18px;
    animation: scroll 3s infinite forwards;
    z-index: 2;
    font-weight: 600;
    color: #10bc10;
    background: #f1f3f4;
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(50px)
    }
}
.select2-container {
    width: 100% !important;
}
.select2-container--open .select2-dropdown {
    max-width: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* Parcel tracking stage start*/
#tracking {
    padding: 20px;
    background: #f1f3f4;
    border-radius: 10px;
}

.tracking-detail {
    padding: 3rem 0;
}

[class*="tracking-status-"] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

[class*="tracking-status-"] {
    padding: 1.6rem 0;
}

.tracking-item {
    border-left: 4px solid #10bc10;
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

.tracking-item:last-child {
    padding-bottom: 4rem;
}

.tracking-item .tracking-date {
    margin-bottom: 0.5rem;
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}

.tracking-item .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}

.tracking-item .tracking-content span {
    display: block;
    color: #666;
    font-size: 13px;
}

.tracking-item .tracking-icon {
    position: absolute;
    left: -10px;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.tracking-item-pending {
    border-left: 4px solid #d6d6d6;
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
    opacity: 0.5;
}

.tracking-item-pending .tracking-date {
    margin-bottom: 0.5rem;
}

.tracking-item-pending .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}

.tracking-item-pending .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}

.tracking-item-pending .tracking-content span {
    display: block;
    color: #767676;
    font-size: 13px;
}

.tracking-item-pending .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #d6d6d6;
}

.tracking-item-pending .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
    width: 1.9rem;
    height: 1.9rem;
    left: -1.1rem;
}

.tracking-item .tracking-icon.status-intransit {
    color: #10bc10;
    font-size: 0.6rem;
}

.tracking-item .tracking-icon.status-current {
    color: #10bc10;
    font-size: 0.6rem;
}

.tracking-item .tracking-date img {
    filter: brightness(000);
}

.tracking-date svg {
    stroke: var(--greenColor)
}

@media (min-width: 992px) {
    .tracking-item .tracking-date {
        position: absolute;
        left: -9.2rem;
        width: 7.5rem;
        text-align: right;
        top: 50%;
        transform: translateY(-50%);
    }

    .tracking-item .tracking-date span {
        display: block;
    }

    .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent;
    }

    .tracking-item-pending .tracking-date {
        position: absolute;
        left: -9.2rem;
        width: 7.5rem;
        text-align: right;
        top: 50%;
        transform: translateY(-50%);
    }

    .tracking-item-pending .tracking-date span {
        display: block;
    }

    .tracking-item-pending .tracking-content {
        padding: 0;
        background-color: transparent;
    }
}

.tracking-item .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.img-flag {
    width: 30px;
}

.status-current .tracking-icon.status-intransit {
    color: #ff9800;
    animation: blink 1s infinite ease-in-out;
}

.status-current .tracking-icon {
    width: 1.4rem;
    height: 1.4rem;
    left: -13px;
}

@-webkit-keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 204, 0, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
    }
}

@keyframes blink {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(250, 204, 0, 0.9);
        box-shadow: 0 0 rgba(250, 204, 0, 0.9);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
        box-shadow: 0 0 0 10px #f72d6600;
    }

    to {
        -moz-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
        box-shadow: 0 0 #f72d6600;
    }
}

.parcel_nav {
    flex-direction: row !important;
    border: 0 !important;
    min-height: auto !important
}

.parcel_nav li a {
    border: 0 !important;
}

.parcel_tab_content {
    min-height: 300px !important;
    border: 2px solid var(--greenColor);
}

/* Parcel tracking stage end */
/*  */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 35px !important;
    height: 35px !important;
    line-height: 25px !important;
    font-size: 15px !important;
    border-radius: 50% !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #31ed31 !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 15px !important;
}

.abs_spinner {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #56ce00;
}

#selectedElement {
    background-color: #56ce00;
}

#selectedElement h6 {
    color: #ffffff;
}

/* Delivery box */
.delivery-box-img {
    display: inline-block;
    position: relative;
}

/*  */
.parcel_step-box {
    background: #fff;
    height: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    min-height: 300px;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.parcel_step_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.15s ease-in;
    opacity: 0;
    border-radius: 10px;
    color: #fff;
    background-image: linear-gradient(var(--greenColor), #10bc10);
    padding: 10px;
    text-align: justify;
}
.parcel_step-box:hover .parcel_step_content {
    opacity: 1;
    color: #fff;
}

.parcel_step-box.active {
    border: 2px solid #31ed31;
}
.parcel_step-box-img {
    margin-bottom: 20px;
}
#discountArea {
    margin-top: 5px;
    position: relative;
}
.discount_spinner {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #56ce00;
}
.discountErr {
    color: #e00a1d;
    font-size: 22px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}
/*  */
.parcel_banner_intro {
    background: #007600;
    padding: 10px;
}
.parcel_intro_content {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.parcel_intro_content img {
    max-width: 60px;
}
.parcel_intro_content span {
    font-size: 35px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.operator_left_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 0px;
}
.promotions_banner .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dis_percentage_wrap{
    position: relative;
}
.dis_percentage {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    font-style: italic;
}
.dis_percentage_flat {
    position: absolute;
    top: 20px;
    right: 8px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    font-style: italic;
    line-height: 23px;
}
.parcel_info table{
    width: 100% !important;
}

.holiday_ads_banner {
    position: sticky;
    bottom: 0;
    z-index: 999;
    border-top: 3px solid #32cd33;
}
/*====================================================================
	Promotion Page
====================================================================*/
.top_destination-box {
    background: #fff;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #d8d8d80a;
    border: 1px solid #eee;
}
.location_img_wrap {
    max-height: 350px;
}
.location_img_wrap img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.location_content_flex{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.location_name {
    font-size: 18px;
    margin: 0px;
}
.route_price {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #f00;
}
.location_time {
    text-align: left;
    padding: 0px 20px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.destinations{
    position: relative;
}
.destinations::after {
    content: url('../img/plus_shape.webp');
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}
.top_destinations_wrap_area {
    background: #D9E6D9;
    border-radius: 30px;
    padding: 20px 4%;
}
.top_destinations_wrap_area .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ffffff;
}
.popular_busTrip_carousel_promotions{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.popular_busTrip_carousel_promotions .item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: #32cd32;
    padding: 15px;
    border-radius: 20px;
    min-width: 40%;
    justify-content: space-between;
    min-height: 125px;
    cursor: pointer;
    flex-wrap: wrap;
}
.popular_busTrip_carousel_promotions .activeItemP {
    background: var(--greenColor);
}
.popular_busTrip_carousel_promotions img{
    width: 120px;
    object-fit: contain;
    border-radius: 15px;
    border: 2px solid #fff;
}
.popular_busTrip_carousel_promotions .caption {
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    margin: 0;
}
.activeItemP{
    position: relative;
}
.activeItemP::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    border-width: 55px 50px 0px;
    border-color: #d9e6d9 transparent transparent;
    border-style: solid;
    width: 30px;
    transform: rotate(180deg);
}
/* Booking Step */
.step_content_box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.icon_box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.step_content_box:last-child{
    margin: 0px;
}
.booking_step_sm_title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}
.booking_step_text {
    font-size: 16px;
    margin: 0;
}
.icon_content_right {
    max-width: 60%;
}
.rounded_lg_img{
    width: 80%;
    box-shadow: 45px 30px 25px -20px #09a20833;
}
.font-60{
    font-size: 50px !important;
}
/* Testimonial */
/*  */
.slides {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.slides .testimonial {
    padding: 15px 50px;
    background-size: 50px;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('../img/pattern-quotes-svg.webp');
    min-width: 300px;
}
  .slider-img {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/pattern-bg.webp');
}
.slider-img img {
    display: block;
    width: 100%;
    object-fit: contain;
    width: 200px;
    height: 200px;
}
.author {
    margin: 0;
}
.rating_star {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
/* Newsletter */
.newsletter {
    background: #fff url('../img/email_bg.webp') no-repeat;
    min-height: 400px;
    width: 100%;
    background-size: contain;
    position: relative;
    background-position: center;
}
.newsletter_title {
    font-size: 30px;
    width: 50%;
    text-align: center;
    margin: 65px auto 45px;
    color: #000;
    line-height: 45px;
}
.subscribe_btn {
    width: 100%;
    background-image: linear-gradient(to bottom, #047d04, #108e0f, #1a9f19, #23b123, #2cc32c);
    height: 50px;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    transition: all ease-in-out 0.6s;
}
.subscribe_btn:hover{
    background-image: linear-gradient(to top, #10b710, #19ba19, #20bd20, #26c026, #2cc32c);
}
.newsletter_input {
    min-height: 50px !important;
    border: 0 !important;
    padding-left: 50px;
}
.newsletter_email_icon {
    position: absolute;
    width: 22px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.newsletter_send_icon_wrap {
    position: absolute;
    right: 120px;
    top: -15px;
    background-image: linear-gradient(to bottom, #047d04, #108e0f, #1a9f19, #23b123, #2cc32c);
    padding: 16px;
    width: 65px;
    height: 65px;
    object-fit: contain;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Popular bus custom slider */
.popular_busTrip_carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.popular_busTrip_carousel .item {
    display: inline-block;
    cursor: pointer;
}
.popular_busTrip_carousel .caption {
    font-size: 22px;
    text-transform: uppercase;
    color:var(--darkColor);
    font-weight: 800;
    margin-bottom: 10px;
}
.popular_busTrip_carousel img {
    width: 250px;
    border-radius: 15px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
    transition: all ease-in-out .2s;
    transform: scale(.9);
}
.item.activeItem img {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px #00000045;
}
.item.activeItem .caption {
    color: var(--greenColor);
}
.popular_busTrip_content {
    margin-top: 20px;
}
.content_hidden{
    display: none;
}
.activeItem{
    position: relative;
}
.activeItem::after {
    content: '';
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    border-width: 30px 25px 0px;
    border-color: var(--greenColor) transparent transparent;
    border-style: solid;
    width: 30px;
    transform: rotate(180deg);
}
/* ======= route trip NAIROBI-BUSIA====== */
.pay_on_bus_label {
    font-size: 15px;
    font-weight: 800 !important;
}
.pay_on_available_div {
    border: 3px solid #ff9800;
    padding: 2px 5px;
    margin-top: 15px;
    display: inline-block;
}
/* FAQ Section */
.accordion-item {
    background-color: var(--whiteColor);
}
.accordion-flush .accordion-item .accordion-button {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.accordion-flush .accordion-item .accordion-button:hover {
    background: #eee;
}
.accordion-flush .accordion-item:last-child .accordion-button{
    border-bottom: 0px !important;
}
.accordion-button::after {
    opacity: 0.7;
}
.accord-frequt {
    box-shadow: none !important;
}
.accordion-button h3 {
    font-size: 18px;
    margin: 0;
}
.accordion-button:not(.collapsed) {
    color: var(--greenColor);
    box-shadow: none;
}
.accordion-button:not(.collapsed) h3{
    color: var(--greenColor) !important;
}
.accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.accordion-button:not(.collapsed)::after {
    opacity: 1;
}
.accordion-body p:last-child {
    margin: 0;
}
.accordion-body p:last-child {
    margin: 0;
}
/* Seo page */
.bus_ticket_search_wrapper{
    margin-top: -80px;
    position: relative;
    z-index: 2;
}