/**
* Template Name: Musango Bus Services fff
* Version: 1.0
* Author: Ikram Hossen
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/
@import url('https: //fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet');
/*====================================================================
	root css
====================================================================*/
:root {
    --theme-body-font: 'Poppins', sans-serif;
    --redColor: #db0917;
    --baseColor: #10168f;
    --grayColor: #f7f7f7;
    --blackColor: #000000;
    --whiteColor: #ffffff;
}
body {
    font-family: var(--theme-body-font);
    color: var(--blackColor);
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 28px;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--theme-body-font);
}
p, span, div{
    font-family: var(--theme-body-font);
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
}
/*====================================================================
	Header css
====================================================================*/
.topbar a{
    color: var(--whiteColor);
}
.topbar a:hover {
    color: var(--redColor) !important;
}
header {
    background: var(--whiteColor);
    border-bottom: 0;
}
.topbar {
    background: var(--baseColor);
}
.call-item .svg-inline--fa {
    max-height: 22px;
    padding: 1px 7px;
    color: #fff;
}
.call-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.call_item_flex {
    display: flex;
    align-items: center;
}
.call_item_flex a {
    width: 30px;
    display: inline-block !important;
    text-align: center;
}
.topbar a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    display: inline;
}
.demoNavBar li a {
    color: var(--blackColor) !important;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.demoNavBar li a:hover {
    color: var(--baseColor) !important;
}
.nav-link.active {
    color: var(--baseColor) !important;
    position: relative;
}
i.fa.fa-chevron-down {
    font-size: 12px;
    font-weight: 600;
}
.dropdown-menu{
    z-index: 99999;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
a.lang__anc.active_lan span {
    color: var(--baseColor) !important;
}
.site_logo {
    max-width: 240px;
    max-height: 60px;
}
.nav-link.active::after {
    display: none;
}
.active_lan {
    border: 0px !important;
    color: var(--grayColor) !important;
}
.lang__anc{
    margin-top: 2px;
}
.call-item .svg-inline--fa {
    margin-top: -4px;
}
.demoNavBar .drop-down li a {
    border-left: 0px;
}
.demoNavBar .drop-down li a:hover {
    border-left: 30px;
}
.form-control {
    border-radius: 5px !important;
    max-width: 100% !important;
}
.b-search-map__wrap .form-control {
    border: 5px !important;
}
.forget_txt {
    color: var(--redColor);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--baseColor);
    background: var(--baseColor);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--redColor) !important;
    background: var(--redColor) !important;
}
.login-user-icon {
    color: var(--redColor);
    display: inline-block;
    font-size: 23px;
    border: 2px solid;
}
.login-user-icon:hover {
    color: var(--baseColor) !important;
}
.login-user-icon::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -15px;
    font-weight: 700;
    font-size: 16px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    background: var(--whiteColor);
}
#preloader .loader {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #preloader .loader .center {
    width: 35px;
    height: 35px;
    background: var(--baseColor);
    border-radius: 50%;
    animation: center 3.2s ease-in-out infinite;
    margin-left: 30px;
    color:var(--whiteColor);
}
#preloader .loader .item {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--baseColor);
    border-radius: 50%;
    content: '';
    color:var(--whiteColor);
}
  
  .item-1 {
    animation: anim-1 3.2s ease-in-out infinite 0.2s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-1 {
    0%, 60%, 100% {
      transform: rotate(45deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(45deg) translateX(0) scale(1.5);
    }
  }
  .item-2 {
    animation: anim-2 3.2s ease-in-out infinite 0.4s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-2 {
    0%, 60%, 100% {
      transform: rotate(90deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(90deg) translateX(0) scale(1.5);
    }
  }
  .item-3 {
    animation: anim-3 3.2s ease-in-out infinite 0.6s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-3 {
    0%, 60%, 100% {
      transform: rotate(135deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(135deg) translateX(0) scale(1.5);
    }
  }
  .item-4 {
    animation: anim-4 3.2s ease-in-out infinite 0.8s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-4 {
    0%, 60%, 100% {
      transform: rotate(180deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(180deg) translateX(0) scale(1.5);
    }
  }
  .item-5 {
    animation: anim-5 3.2s ease-in-out infinite 1s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-5 {
    0%, 60%, 100% {
      transform: rotate(225deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(225deg) translateX(0) scale(1.5);
    }
  }
  .item-6 {
    animation: anim-6 3.2s ease-in-out infinite 1.2s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-6 {
    0%, 60%, 100% {
      transform: rotate(270deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(270deg) translateX(0) scale(1.5);
    }
  }
  .item-7 {
    animation: anim-7 3.2s ease-in-out infinite 1.4s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-7 {
    0%, 60%, 100% {
      transform: rotate(315deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(315deg) translateX(0) scale(1.5);
    }
  }
  .item-8 {
    animation: anim-8 3.2s ease-in-out infinite 1.6s;
    animation-fill-mode: backwards;
  }
  
  @keyframes anim-8 {
    0%, 60%, 100% {
      transform: rotate(360deg) translateX(40px) scale(1);
    }
    10%, 50% {
      transform: rotate(360deg) translateX(0) scale(1.5);
    }
  }
  @keyframes center {
    0%, 10%, 90%, 100% {
      transform: scale(0.7);
    }
    45%, 55% {
      transform: scale(1);
    }
  }
/*====================================================================
	Banner css
====================================================================*/
.banner_carousel {
    overflow: hidden;
    border-radius: 25px;
}
.banner_carousel  .owl-stage-outer {
    background: #003058;
}
.home_banner_section {
    background: #10168f;
    padding: 50px 0;
    max-height: max-content;
}
.booking-box .booking-box__body {
    background-color: var(--redColor);
}
.booking-box__body__inner{
    position: relative;
}
.booking-box {
    margin-top: 0;
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 30px;
    padding: 0;
    margin-left: auto !important;
}
.booking-box .booking-box__body {
    position: relative;
    z-index: 1;
    padding: 20px;
    background-color: var(--whiteColor);
    border-radius: 25px;
    box-shadow: none !important;
    border-bottom: 3px solid var(--redColor);
}
.booking-box .booking-box__popup {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: var(--whiteColor);
    overflow: hidden;
    z-index: 0;
    padding: 20px 25% 24px 24px;
    box-sizing: border-box;
    transition: all .3s ease-out;
}
.marquee-news {
    border: 0px;
}
.booking-box .booking-box__popup .wrapper-station-list {
    position: relative;
    width: calc(100%);
    height: 100%;
    overflow: auto;
    scrollbar-color: #f2f1f1 #8b8b8b;
    padding-left: 10px;
    scroll-behavior: smooth;
    padding-right: 15px;
}
.booking__box__popup__visible {
    left: -80% !important;
    opacity: 1 !important;
    z-index: -1 !important;
    visibility: visible !important;
}
.booking-box .booking-box__popup .wrapper-station-list ul {
    list-style: none;
    padding: 0px;
}
.booking-box .booking-box__popup .wrapper-station-list .station-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.booking-box .form-control {
    border: 1px solid #eee;
    background: #f2f2f2;
    max-width: 100%;
    border-radius: 5px !important;
}
.industry-btn {
    background-color: #10168f !important;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    min-height: 35px;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px !important;
    border-radius: 30px !important;
    min-width: 150px;
    text-align: center;
    border: 0;
}
.industry-btn:hover{
    opacity: 0.8;
}
.modify_search_wraper  button#searchButton {
    background: #000!important;
}
.booking-box .booking-box__popup .wrapper-station-list .station-list-item h6 {
    padding: 8px 0;
    color: var(--blackColor);
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px 0px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    z-index: 9;
    text-transform: uppercase;
}
.banner_title {
    font-size: 30px;
    color: var(--redColor)
}
.search_btn {
    background: var(--redColor) !important;
    border: 1px solid var(--redColor) !important;
}
.repeat-arrow-img-btn {
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 38px;
    left: auto;
    border-radius: 50%;
    border: 2px solid var(--redColor) !important;
    z-index: 3;
    right: -25px;
}
.repeat-arrow-img-btn img {
    height: 34px;
    width: 24px;

    filter: brightness(0);
    object-fit: contain;
    padding: 3px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.booking-box .b-form-group label {
    font-weight: 600 !important;
    color: #000;
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
/*====================================================================
	Marque css
====================================================================*/
.marquee_flex{
    display: flex;
    align-items: center;
    background-color: var(--baseColor);
}
.marquee_title {
    background: var(--redColor);
    padding: 0px 8px;
    color: var(--whiteColor);
    white-space: nowrap;
    letter-spacing: 0.4px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 0 46%, 0% 0%);
    width: 160px;
    text-align: center;
}
.marquee-news {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    height: 43px;
    width: auto !important;
    background: var(--baseColor);
}
marquee {
    margin-top: 3px;
}
.marquee-news h6 {
    font-weight: 500;
    color: #fff;
    font-style: italic;
}
/*====================================================================
	Services css
====================================================================*/
.section-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
}
.how_works {
    background: #fff;
    border-radius: 0 30px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
    border: 0px !important;
}
.how_it_works_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f7f7f7;
    min-height: 250px;
    border-radius: 0 26px;
}
.mb-3.service-icon-wrapper img {
    max-height: 100px;
    object-fit: contain;
}
.icon-box-title {
    text-transform: uppercase;
}
/*====================================================================
	Sales Count
====================================================================*/
.sales-count-section {
    background: #10168f url(../img/logo_lg.jpg);
    position: relative;
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
.sales-count-section .section-title h2 {
    color: var(--whiteColor)
}
.sales-count-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #10168fd6;
    opacity: .9;
    z-index: 1;
}
.sales-count-section .container {
    position: relative;
    z-index: 2;
}
/*====================================================================
	Route css
====================================================================*/
.gallery__section {
    overflow: hidden;
}
.route_name {
    font-weight: 600;
    text-align: center;
    margin: 15px 0 0;
}
.gall-img {
    min-height: 250px;
    object-fit: cover;
    height: 300px;
}
.route_section a{
    text-decoration: none;
}
.gallery_carousel .owl-nav {
    top: 42% !important;
}
#gallery_carousel .owl-nav {
    top: 50% !important;
}
/*====================================================================
	Large Banner css
====================================================================*/
.large-welcome-section {
    background: #000 url('../../musango/img/title-background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-position: center center;
    position: relative;
}
.large-welcome-section::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #10168fd6;
    opacity: .9;
    z-index: 1;
}
.large-welcome-section .container{
    position: relative;
    z-index: 2;
}
.large-welcome-section .title-wrapper {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.large-welcome-section .title-wrapper .title {
    margin: 10px 0;
    color: var(--whiteColor);
}
.large-welcome-section .title-wrapper .large-title {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}
.large-welcome-section .title-wrapper .medium-title {
    font-size: 35px;
    font-weight: 500;
    text-transform: initial;
}
.large-welcome-section .title-wrapper .small-title {
    text-transform:initial;
    font-weight: 400;
    font-size: 22px;
}
/*====================================================================
	App Section css
====================================================================*/
.app_sec {
    background: var(--baseColor);
}
.download_app_image {
    object-fit: contain;
}
.app_sub_title {
    text-align: left;
    color: var(--whiteColor);
}
.app_sec .section-title h2 {
    font-size: 42px;
    text-align: left;
    font-weight: 800;
    color: var(--whiteColor);
    text-transform: capitalize;
    margin-bottom: 15px;
}
/*====================================================================
	Count box css
====================================================================*/
.single-count.count-up {
    text-align: center;
    background: var(--whiteColor);
    padding: 30px 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    height: 100%;
}
span.Features_subHeadingTxt {
    color: var(--whiteColor);
    font-size: 16px;
    line-height: 26px;
}
.fact_title {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
}
.counter-head {
    font-size: 45px;
    color: var(--redColor);
    margin: 10px 0;
}
.single-count.count-up p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}
/*====================================================================
	Footer css
====================================================================*/
footer {
    background-color: #F5F7FC;
    position: relative;
    margin-top: auto;
    border-top: 0px;
}
footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/color-bg.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}
.footer_top {
    padding: 50px 0px;
    z-index: 1;
    position: relative;
}
.btn-scroll {
    background-color: var(--baseColor);
}
.b-blog-short-post {
    display: block;
}
.footer_title {
    color: var(--baseColor);
    font-weight: 800;
    text-transform: capitalize;
}
.social_icon {
    color: var(--blackColor);
    border: 1px solid #ffffff24;
}
.footer_imp_link a {
    color: var(--blackColor);
    position: relative;
    text-transform: capitalize;
}
.footer_imp_link a::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--baseColor);
    transform: scale(0);
    transition: all 0.3s;
}
.footer_imp_link a:hover::before {
    transform: scale(1);
}
.social-links a {
    color: var(--blackColor);
    background: #e9eaf1;
    font-size: 15px;
    border: 0px;
}
.footer_logo {
    max-width: 250px;
    margin-top: 0;
    max-height: 82px;
    object-fit: contain;
}
.pay-card {
    margin-top: 7px;
    padding: 6px;
    max-width: 180px;
    border-radius: 5px;
    margin-right: 5px;
    object-fit: contain;
    background: var(--whiteColor);
    border: 2px dashed #ddd;
}
.b-footer-primary {
    background: var(--baseColor);
    border-top: 0;
    position: relative;
    z-index: 1;
}
.footer_imp_link a:hover {
    color: var(--baseColor);
}
.fq-link a:hover {
    color: var(--baseColor);
}
.social-links a:hover {
    color: var(--whiteColor);
    background: var(--baseColor);
    border: 0;
}
/* Search Bus */
.search_banner {
    background: url('../img/bus1.jpg');
    height: 150px;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.search_banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #205a7d7a;
}
.modify_search_wraper {
    position: relative;
    z-index: 1;
    margin-top: -60px;
}
.modify_search_wraper .b-search-map-wrapper .b-form-group label {
    color: var(--whiteColor);
}
.modify_search_wraper .b-search-map__wrap {
    background: var(--baseColor);
    position: relative;
}

.b-form-group {
    position: relative;
}
.banner_carousel .owl-nav button span {
    background: var(--redColor) !important;
}
.modify_search_wraper .b-form-group {
    position: relative;
    z-index: 2;
}
.modify_search_wraper .search_btn {
    background: #003058 !important;
    border: 0 !important;
    margin: 0px !important;
}
.modify_search_wraper .repeat-arrow-img-btn {
    top: 37.5px;
    left: auto;
    border-radius: 50%;
    border: 2px solid #003058 !important;
    z-index: 4;
    right: -12px !important;
    transform: none;
}
.single_search_result_item ul.result_content li {
    padding: 0px;
}
/* datebar */
.datebar_wrapper {
    margin: 20px 0px;
}
ul.datebar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-radius: 5px !important;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
}
ul.datebar li {
    width: 14.3%;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-top: 2px solid transparent;
    border-bottom: 2px solid var(--whiteColor);
    border-radius: 5px;
    justify-content: center;
    background: #f5f7fc;
}
.mobile.datebar li {
    width: 100% !important;
}
ul.datebar li span {
    font-size: 14px;
    font-weight: 600;
}
a {
    text-decoration: none;
}
.arrow-icon {
    font-size: 20px !important;
    display: inline-block;
}
span.arrow-icon i {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    line-height: 29px;
    background: var(--baseColor);
    color: var(--whiteColor);
}
.dcbtn-disable {
    cursor: no-drop !important;
}
ul.datebar li:first-of-type {
    border: 0px !important;
}
ul.datebar li.active {
    background: var(--whiteColor);
    border-bottom: 2px solid var(--redColor);
}
ul.datebar li.active a {
    color: var(--baseColor);
}
ul.datebar li a {
    color: var(--blackColor);
}
li.date-disable a {
    opacity: 0.7;
    cursor: no-drop;
}
.single_search_result_item {
    background: #f5f7fc;
    box-shadow: none;
    border: 1px solid #ddd;
}
.dpe_ariv_wrap::before {
   display: none;
}
.dpe_ariv_wrap::after {
   display: none;
}
.single_search_result_item ul.result_content li .item-content p {
    font-size: 13px;
    color: var(--redColor);
    font-weight: 700;
}
.bi_arrow span {
    width: 16px;
    height: 16px;
    border: 2px solid var(--baseColor);
    display: block;
    border-radius: 50%;
    background: var(--whiteColor);
}
.single_search_result_item ul.result_content li .item-content h6 {
    font-size: 16px;
    font-weight: 500;
    color: #10168f;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
}
li > div {
    width: 100%;
}
.bus_name p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.routeTitle {
    font-size: 14px !important;
    line-height: 16px;
    padding-top: 3px;
}
.single_search_result_item .result_content li .bus_name h6 {
    font-size: 20px;
    color: var(--baseColor);
    font-weight: 600;
    text-transform: capitalize;
    margin: 4px 0;
}
.find-result-btn {
    font-size: 18px;
    font-weight: 500;
}
.single_search_result_item ul.result_content li .price {
    font-size: 25px;
    color: var(--blackColor);
    font-weight: 700;
}
.price_package_toggle_btn {
    cursor: pointer;
    color: #008bff;
    max-width: 120px;
}
.dPoint {
    font-weight: 600;
}
.price_package_toggle_btn:hover{
    color: var(--baseColor);
}
.price_package_rules_content {
    padding: 15px 0px 10px;
    display: none;
}
.price_package_toggle_btn::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
.price_package_toggle_btn::-moz-selection {
    color: none;
    background: none;
}
/* Package Table Start */
.pricingTable {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ababab8c;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #000000;
    transform: scale(1);
    transition: all .5s ease 0s;
}
.pricingTable:hover {
    z-index: 1
}
.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}
.pricingTable .price-value {
    font-size: 30px;
    color: var(--baseColor);
    transition: all .5s ease 0s;
    font-weight: 700;
}
.pricingTable .per_adult {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.pricingTable .heading {
    font-size: 24px;
    color: var(--baseColor);
    margin: 20px 0;
    text-transform: uppercase;
    cursor: pointer;
}
.pricingTable .heading::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
.pricingTable .heading::-moz-selection {
    color: none;
    background: none;
}
.pricingTable a{
    text-decoration: none;
}
.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

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

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

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

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

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

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

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

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}
.pricing-content{
    display: none;
}
.pricing-content p {
    text-align: left;
    color: #000;
    font-size: 14px;
}
.departure {
    border: 1px dashed var(--baseColor);
}
.select-ticket-row-wrapper {
    border-left: 3px solid var(--baseColor);
}
/* Package Table End */
.ticket_bottom_content .flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--baseColor);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.flex_box_content h4 {
    font-size: 20px;
    color: var(--whiteColor);
    margin: 0;
    font-weight: 600;
}
.flex_box_content span {
    font-size: 16px;
    color: var(--whiteColor);
}
table.psngr-dtls-table td {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #ddd;
    padding: 4px 10px;
}
.pay-details-box.pess-dtls-box.last_box td {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 4px 10px;
}
.dPoint {
    font-size: 14px;
}
.adt-info input.addChildren {
    height: 33px;
}
.pay-details-box.psngr-details.pess-dtls-box table td:first-child {
    width: 130px;
}
.psngr-dtls-table td:first-child {
    width: 100px;
    overflow: hidden;
}
.pay-details-box.psngr-details.pess-dtls-box table td {
    font-size: 14px;
    padding: 4px 0px;
    border-bottom: 1px solid #ddd;
    vertical-align: text-bottom;
}
.bus_img_bg.dept_bus {
    opacity: .3;
    filter: none !important;
}
/* Route trip page */
.route_banner {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.route_banner img {
    width: 100%;
    background-size: cover;
    height: 100%;
    object-fit: cover;
}
.route_banner h1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 8px #000;
    font-size: 45px;
    text-transform: capitalize;
}
.tkt_table {
    width: 100%;
    max-width: 100%;
}
.route_table td {
    padding: 10px 15px !important;
}
.tkt_table th, .tkt_table td {
    border: 1px solid var(--baseColor);
    font-weight: 500;
}
.single_srch_result {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(255 110 35 / 40%);
}
.single_srch_result ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single_srch_result .bus_name_wrap {
    display: grid;
    grid-template-columns: 40% 5% 40% 15%;
}
.single_srch_result .bus_name h6 {
    margin-bottom: 5px;
    color: var(--baseColor);
    font-size: 17px;
    font-weight: 700;
}
.single_srch_result .bus_name p {
    font-size: 13px;
    color: #5d686e;
    margin-bottom: 5px;
}
.single_srch_result .bus_name_wrap .fa-angle-right {
    color: var(--baseColor);
    font-size: 24px;
}
.single_srch_result .time {
    display: grid;
    grid-template-columns: 45% auto auto;
}
.single_srch_result .time p {
    font-weight: 700;
    font-size: 17px;
}
.single_srch_result .time button {
    background: var(--baseColor);
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
    transition: .2s all ease-in-out;
}
.single_srch_result .time button:hover {
    background: #cf591e
}
.route_banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000059;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.single_bus_terminal img {
    width: 22px;
}
.phone_postfix_inp {
    border-radius: 0px 5px 5px 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    background: #eee!important;
    border: 0 !important;
}
.country_phone_inp {
    border-radius: 0px 5px 5px 0px !important;
}
.phone-dial-code .select2-container--default .select2-selection--single {
    border-radius: 5px 0px 0px 5px !important;
    border-right: 0px !important;
    background: #eee !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--baseColor);
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 5px;
}
.form-control {
    min-height: 43px;
}
.b-search-map__wrap {
    margin-top: 20px;
}
.single_search_result_item {
    padding: 10px 10px 0px;
}
.btn_scroll {
    background: var(--baseColor);
    font-size: 20px;
    height: 40px;
    width: 40px;
    color: var(--whiteColor) !important;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: 0;
    position: absolute;
    right: 15px;
    bottom: 58px;
    z-index: 2;
    border-radius: 5px !important;
    transition: all ease-in-out 0.3s;
}
.btn_scroll:hover{
    opacity: .8;
}
.how_it_works{
    overflow-x: hidden;
}
#modifySearchBar .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
}
.close_dpt {
    top: 10px !important;
    color: #fff !important;
    right: 15px !important;
}
.onw_seat_label {
    background: #ffffff;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.onward_passanger_wrap span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.chk-form-box {
    height: 100%;
}
.right-table {
    width: 100%;
}
/* Station collapse design */
.amenities-toggle-box {
    display: none;
}
.scroll_route_heading {
    color: var(--baseColor);
    font-weight: 600;
    font-size: 14px;
}
.direct_collpase_btn {
    cursor: pointer;
    text-transform: capitalize;
}
.direct_collpase_btn::selection {
    color: none;
    background: none;
}
.direct_collpase_btn::-moz-selection {
    color: none;
    background: none;
}
.busstops__boking {
    list-style: none;
    margin: 0 0 10px;
    position: relative;
    padding: 0;
}
.busstops__boking li {
    line-height: 23px;
    text-align: left;
    margin-left: 90px;
    position: relative;
    min-height: 30px;
}
.busstops__boking li::before {
    position: absolute;
    content: '';
    top: 8px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #c9c9c9;
    height: 100%;
}
.busstops__boking .stops_time {
    position: absolute;
    left: -105px;
    max-width: 66px;
    line-height: 18px;
    font-size: 12px;
}
.busstops__boking .grey {
    background: #ddd!important;
    border: 1px solid #ddd!important;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    border-radius: 50%;
    top: 6px;
    z-index: 1;
}
.busstops__boking li span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 23px;
}
.busstops__boking li:last-child::after {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    width: 1px;
    background: var(--whiteColor);
    height: 100%;
}
.amenities-img-wrap img {
    margin: 6px 0 10px;
    height: 27px;
}
.form-gp input {
    border-radius: 5px;
}
#select2-phonePrefix-container span {
    font-size: 15px !important;
}
#select2-phonePrefix-container .img-flag {
    width: 30px !important;
}
.pess-dtls-box {
    min-height: 485px;
}
.select2-container {
    min-width: 142px !important;
}
#modifySearchToggleBtn {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #db0917;
    border: 0;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}
.abs_spinner {
    position: absolute;
    top: 46%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--baseColor);
}
/* Industry about */
.industry-about-area .right-content-area .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--redColor);
}
button#searchButton {
    border-radius: 30px !important;
}
.industry-about-area .left-content-wrap {
    padding-right: 80px;
    position: relative;
    max-width: 500px;
    margin-left: auto;
}
.industry-about-area .left-content-wrap .shape {
    position: absolute;
    right: 20px;
    top: 0;
}
.industry-about-area .left-content-wrap .industry-video-wrap {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}
.industry-video-wrap img {
    border: 10px solid #fff;
}
.industry-about-area .left-content-wrap .vertical-image {
    position: relative;
    display: inline-block;
    left: -150px;
}
.industry-about-area .left-content-wrap .vertical-image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--baseColor);;
    opacity: .8;
}
.industry-video-wrap .experience {
    position: absolute;
    right: -29px;
    bottom: -40px;
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-bottom: 4px solid var(--baseColor);;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
}
.industry-video-wrap .experience .year {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--baseColor);
}
.industry-video-wrap .experience .title {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.industry-what-we-offer-area {
    background: #f7f7f7;
}
/*  */
.industry-single-what-we-cover-item {
    padding: 40px 30px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}
.industry-single-what-we-cover-item .icon {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    color: var(--baseColor);
    transition: all .3s;
}
.industry-single-what-we-cover-item .title {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .3s;
    color: var(--redColor);
}
.industry-single-what-we-cover-item .readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--baseColor);
    transition: all .3s;
}
.industry-single-what-we-cover-item:hover {
    background-color: var(--baseColor);
}
.industry-single-what-we-cover-item:hover .icon, 
.industry-single-what-we-cover-item:hover .readmore, 
.industry-single-what-we-cover-item:hover .title,
.industry-single-what-we-cover-item:hover p {
    color: var(--whiteColor) !important;
}
/* Contact */
.cont_right_box .single_box {
    background: #e8eff8;
    padding: 0;
    height: 100%;
    border-radius: 10px;
    box-shadow: none;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}
.cont_right_box_icon {
    font-size: 22px;
    color: var(--redColor);
    border: 1px dashed var(--redColor);
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.b-google-map__info-window-address-title {
    color: var(--baseColor);
}
.cont_right_box .desc {
    color: var(--blackColor);
}
.btn_view_eats {
    background: var(--baseColor);
    border-color: var(--baseColor);
    min-width: 120px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.btn_view_eats:hover {
    color: var(--baseColor);
    border: 1px solid var(--baseColor);
}
#myModal .modal-header {
    background-color: var(--baseColor);
}
.pay-details-box .title_Ablack {
    background: var(--baseColor);
}
.pess-dtls-box {
    border-bottom: 3px solid var(--baseColor);
}
.proceed_to_book_btn {
    background: #10168f !important;
    color: #fff !important;
    outline: none !important;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    border: 1px solid #0c1037 !important;
    border-radius: 30px;
    text-transform: uppercase;
}
i.fa.fa-spinner {
    padding: 0 !important;
    height: auto;
    width: auto;
    margin: 0 auto;
}

/* About us */
.short_banner {
    background: url('../img/bus1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    position: relative;
}
.short_banner::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #10168f99;
    height: 100%;
    width: 100%;
}
.short_banner .content {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.short_banner_title {
    color: var(--whiteColor);
    font-size: 40px;
    text-transform: capitalize;
}
.breadcrumb__list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
}
.breadcrumb__list .breadcrumb__item .breadcrumb__link {
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.breadcrumb__list .breadcrumb__item .breadcrumb__link:hover{
    color: #c1c1c1;
}
.breadcrumb__item_active {
    color: var(--redColor);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.breadcrumb__item:not(.breadcrumb__item:last-child)::after {
    content: "/";
    color: var(--whiteColor);
    padding: 0 0 0 10px;
}
.about_section .right-content-area .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: var(--redColor);
}
.about_section.second{
    background: #e8eff8;
}
.team {
    border: 2px dashed #b6b1b1;
    padding: 20px 0px;
}
.team_name {
    font-size: 22px;
    text-transform: uppercase;
    color: #db0917;
    margin: 0 0 5px;
}
.designation {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    
}
.team_social a {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid ;
    line-height: 32px;
    border-radius: 50%;
    color: var(--baseColor);
    transition: all ease-out 0.3s;
}
.team_social a:hover{
    background: var(--redColor);
    border: 1px solid var(--redColor);
    color: var(--whiteColor);
}
.about_sec_img{
    margin-top: -95px;
}
/* search page */
.seatStatusFree+label {
    border: 1px solid var(--baseColor);
    background: var(--baseColor);
}
.seat-available {
    border: 1px solid var(--baseColor);
    background: var(--baseColor);
}
.seatStatusSold+label {
    background-color: var(--redColor) !important;
    border: 1px solid var(--redColor);
}
.seatStatusFree+label:hover {
    background-color: #10168f29!important;
}
.single_bus_terminal {
    border: 1px dashed var(--baseColor);
    font-weight: 600;
}
.gallery_carousel .owl-nav button span {
    background: var(--redColor)
}
.demo_list_ul {
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0;
    border: 1px dashed #0000004f;
}
.footer_imp_link a {
    line-height: 32px;
}
/*  */
.clock_bg{
    background-color: #f5f7fc;
}
.dpe_ariv_wrap{
    max-width: 361px;
}
.ctext {
    color: var(--blackColor);
}
.loader-bg {
    border-color: var(--redColor);
}
.pay-now-btn {
    min-width: 180px;
    border-radius: 30px;
    background: #f5f7fc;
}
.radio-buttons {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap !important;
}
.custom-radio input {
    display: none;
}
.radio-btn {
    margin: 0 0 15px;
    width: 220px;
    min-height: 150px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fff;
}
.radio-btn:hover{
    border: 3px solid #e4e4e4;
}
.phone_prefix_wrap {
    display: flex;
    align-items: center;
    border: 0px !important;
}
.number_prefix {
    background: #ddd;
    min-height: 44px;
    line-height: 44px;
    padding: 0px 10px;
    min-width: 70px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    font-weight: 500;
}
 #phoneNumber {
    border-radius: 0px 5px 5px 0px !important;
}
.custom-radio input:checked + .radio-btn {
    border: 2px solid var(--baseColor);
}
.radio-btn > i {
    color: #ffffff;
    background-color: var(--baseColor);
    font-size: 16px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.4s all ease-out;
    pointer-events: none;
    opacity: 0;
    padding: 5px;
}
.custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.radio-btn .hobbies-icon {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 5%;
}
.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: 30px;
    object-fit: contain;
}
.radio-btn .hobbies-icon h3 {
    font-family: "Inter", sans-serif;
    color: #db0917;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}
.pay-now-btn {
    border: 2px solid var(--baseColor);
    text-align: center;
    background: var(--baseColor);
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.active .location_title_dept {
    color: var(--baseColor);
}
.modify_src_btn {
    background: var(--baseColor);
    border-color: var(--baseColor);
}
.modify_src_btn:hover {
    color: var(--baseColor) !important;
    border-color: var(--baseColor) !important;
}
.previous_price {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.4;
}
.service_title {
    color: var(--baseColor);
}
.service_tbl thead {
    background: var(--baseColor);
}
.mid_cont_btn {
    background-color: #10168f;
    background-image: linear-gradient(45deg,rgb(0 0 0 / 26%) 50%,#10168f 50%);
}
.submit-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.onward_passanger_wrap .ticket {
    background: #eeeeee8f;
}
.payment-tkt-dlist-wrap {
    height: 100%;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.font_sze {
    font-size: 15px !important;
}
/* Complaint page */
.complaint_banner{
    background: var(--baseColor);
}
.complaint_form {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    padding: 20px 40px;
    position: relative;
    z-index: 1;
}
/* Free ticket Modal */
.free_ticket_modal .modal-content {
    border-radius: 25px;
    padding: 20px;
}
.well_done_title{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}
.ticket_icon {
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
}
.ticket_icon.right {
    left: auto;
    right: 0;
}
.ticket_number {
    font-size: 35px;
    font-family: monospace;
    font-weight: 800;
    color: #db0917;
    padding: 0px 3px;
}
/* Parcel tracking page design */
.parcel_banner {
    background: url('../../../theme/musango/img/parcel-bg.webp') no-repeat;
    min-height: 300px;
    padding: 50px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.parcel_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 24%);
}
.home-track-inner {
    box-shadow: 0 0 20px -8px rgba(27, 30, 26, .45);
    padding: 0px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}
form#home_page_tracking {
    position: relative;
}
span.current_Location_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 2;
}
.home-track-inner .common-btn {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    border-radius: 0 10px 10px 0;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    background-color: var(--baseColor);
    min-width: 150px;
}
.home-track-inner input {
    padding: 0px 0px 0px 45px;
    background: #fff;
    border-radius: 10px !important;
}
.section-title h1, .section-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--blackColor);
}
.track-content {
    padding: 30px;
    background: #F1F3F4;
    border-radius: 6px;
    margin: 50px 0px;
}
.track-content-heading {
    display: flex;
    justify-content: space-between;
    margin: 0 0px 30px;
    border-bottom: 1px solid #e3e7e9;
    padding: 0 0px 30px;
    align-items: center;
}
.track-content-heading h3 {
    font-size: 30px;
    font-weight: 700;
}
.track-content-heading h4 {
    color: #3a3a3a;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
}
.track-info, .track-delivery-info, .track-order-info {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.track-order-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.track-order-info ul li {
    font-size: 14px;
    letter-spacing: .25px;
    color: #1B1E1A;
    list-style: none;
    text-align: center;
    font-weight: 600;
}
.track-order-info ul li:first-child{
    text-align: left;
}
.track-order-info ul li:last-child {
    text-align: right;
}
.track-delivery-info ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.track-delivery-info ul li {
    position: relative;
    padding-left: 30px;
    min-height: 90px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
}
.track-delivery-info ul li span, .track-delivery-info ul li .track span {
    color: #1B1E1A;
    display: block;
    margin-bottom: 5px;
}
.track-delivery-info ul li:last-child {
    min-height: auto !important;
}
.track-delivery-info ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: var(--baseColor);
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 0;
    box-shadow: 0 0 5px -1px rgba(27, 30, 26, .25);
    z-index: 5;
}
.track-delivery-info ul li:first-child:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--baseColor);
}
.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: 7;
    color: #10168f;
    font-weight: 600;
    width: auto;
    height: auto;
    background: #f1f3f4;
    font-size: 20px;
    margin-top: 3px;
}
.track-delivery-info ul::after {
    content: '\f207';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    top: 20px;
    left: -8px;
    width: 18px;
    animation: scroll 3s infinite forwards;
    z-index: 2;
    font-weight: 600;
    color: #ff6600;
    background: #f1f3f4;
    height: 20px;
}
@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(50px)
    }
}
#tracking {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.tracking-item {
    border-left: 4px solid var(--baseColor);
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    margin-left: 10px;
    min-height: 5rem;
}
.tracking-item .tracking-icon {
    position: absolute;
    left: -10px;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.tracking-item .tracking-icon.status-intransit {
    color: var(--baseColor);
    font-size: 0.6rem;
}
.tracking-item .tracking-date {
    position: absolute;
    left: -9.2rem;
    width: 7.5rem;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}
.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}
.tracking-date svg {
    stroke: var(--greenColor);
}
.tracking-content {
    font-weight: 600;
    font-size: 17px;
}
 .tracking-content span {
    display: block;
    color: #666;
    font-size: 13px;
}
.tracking-item-pending {
    border-left: 4px solid #d6d6d6;
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    min-height: 5rem;
    margin-left: 10px;
    opacity: 0.5;
}
.tracking-item-pending .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #d6d6d6;
}
.tracking-item-pending .tracking-date {
    position: absolute;
    left: -9.2rem;
    width: 7.5rem;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}
.status-current .tracking-icon.status-intransit {
    color: #10168f;
    animation: blink 1s infinite ease-in-out;
}
.status-current .tracking-icon {
    width: 1.4rem;
    height: 1.4rem;
    left: -13px;
    line-height: 1.4rem;
}

@-webkit-keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 24, 128, 0.699);
    }

    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(1, 24, 128, 0.699);
        box-shadow: 0 0 rgba(1, 24, 128, 0.699);
    }

    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-delivery-map{
    max-height: 130px;
}

.order_title{
    padding-top: 20px;
}
.order_parcels{
    border-bottom: 1px dashed #10168f;
    margin-bottom: 7px;
    display: flex;
    padding: 10px 0px;   
}
.order_img_parcel img {
    width: 60px;
    height: 60px;
    border-radius: 30%;
    border: 1px solid #fac257;
    margin-right: 1.5rem;
    line-height: 60px;
    padding: 4px;
}
.spinerSB {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: #10168f;
    width: 100%;
    background: #ffffff;
    min-height: 44px;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
}