/**
* Template Name: EasyCargo Parcel
* Version: 1.0
* Author: Ikram Hossen
* Developed By: Codeware Ltd.
* Author URL: www.codewareltd.com
**/

/*====================================================================
	root css
====================================================================*/
:root {
    --theme-body-font: "Inter", sans-serif;
    --theme-title-font: "Rajdhani", sans-serif;
    --yellowColor: #f9ac19;
    --blueColor: #09276f;
    --blackColor: #222;
    --whiteColor: #fff;
    --redColor:#ec3237;
    --lightGray:#eee;
    --headerFooterBgColor: #efeff5 !important;
}

* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    font-family: var(--theme-body-font);
    color: var(--blackColor);
    font-weight: 400;
    line-height: 28px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background: #fff;
}
a {
    color: var(--blackColor);
    text-decoration: underline;
    font-family: var(--theme-title-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--theme-title-font);
    color: var(--blackColor);
    font-weight: 700;
}

.bg_light_gray {
    background: #f9f9ff !important;

}

/* Plugin Customize */
.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgb(243, 244, 249)
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(243, 244, 249);
    color: var(--blackColor);
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.ticke-book-request-box .b-form-group {
    width: 100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 10px;
}
.select2-dropdown {
    background-color: var(--whiteColor);
    border: 0px;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
    overflow-x: hidden;
    top: 1px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    display: none;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 10px;
    text-align: left;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.b-form-control {
    border: 0;
}

.src-form-group {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0px !important;
    min-height: 40px;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: button;
    -webkit-appearance: button;
    padding: 0px 10px;
    border: 1px solid #ddd;
}

.text-justify {
    text-align: justify !important;
}

.b-form-control__icon-wrap{
    position: relative;
}
.search_calender__icon{
    position: absolute;
    right: 15px;
    top: 13px;
    color: #262c6a;   
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
     margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Datepicker Customize */
.ui-widget-header {
    border: 1px solid #eee !important;
    background: #efeff5 !important;
    color: #444;
    font-weight: 600;
    font-size: 15px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #eee !important;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    padding: 10px;
}

.ui-datepicker-calendar tr td {
    border: 0px !important;
    padding: 3px 0px !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: 1px solid #eee !important;
    color: #444;
    padding: 2px 4px !important;
}

.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(--blueColor);
    background: var(--blueColor);
    font-weight: normal;
    color: #fff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ed3133 !important;
    background: #f02f34 !important;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    display: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    border: 0px;
    padding: 0;
    margin: 0;
}
.preview-wrap span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #00000052;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-wrap:hover span {
    opacity: 1;
}
.font-14{
    font-size: 14px !important;
}
.preview-wrap {
    width: 115px;
    position: relative;
    background: #f1f1f1;
    text-align: center;
}

.photoViewer {
    text-decoration: none;
}

.repeat-arrow-img-btn:focus {
    box-shadow: 0px 2px 10px var(--blueColor);
}
.repeat-arrow-img-btn svg {
    width: 22px;
}

.repeat-arrow-img-btn {
    position: absolute;
    top: 28px;
    z-index: 2;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 7px;
    left: -31px;
    height: 34px;
    box-shadow: none;
    background: #eee;
}

.pl-46 {
    padding-left: 46px !important;
}

.repeat-arrow-img-btn img {
    width: 15px;
    margin-top: -5px;
}

/* Button Customize */
.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;
    outline: none;
    transition: all ease-in-out 0.3s;
    border: 1px solid var(--blueColor);
    border-radius: 30px !important;
}

.theme_custom_btn:hover {
   opacity: 0.9;
}

/*====================================================================
	Header css
====================================================================*/
.body_fixed_badge_tag {
    position: fixed;
    top: 31px;
    z-index: 999;
    color: #fff;
    transform: rotate(-51deg);
    left: -80px;
    background: #ee3135;
    width: 250px;
    text-align: center;
    padding: 7px;
}

.body_fixed_badge_tag span {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 1px 2px #000;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    background-color: var(--whiteColor);
    position: sticky;
    top: 0;
    width: 100%;
    height: min-content;
    z-index: 8;
    background-color: var(--whiteColor);
}
.dropdown-menu {
    animation: 0.4s slideup;
  }
  
  @keyframes slideup {
    from {
      transform: translateY(50%);
    }
  
    to {
      transform: translateY(0);
    }
  }
  
.site_logo {
    max-width: 160px;
}

.dropdown-menu {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    border: 1px solid #eee;
    right: 0;
    left: auto !important;
    padding: 15px 0 !important;
    border-radius: 15px;
    min-width: 200px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu li {
    padding: 0 15px !important;
    line-height: 30px !important;
}

.dropdown-menu {
    margin: 0 !important;
}

nav.navbar {
    padding: 10px 0px;
}

.demoNavBar li {
    padding: 0 10px;
    line-height: 35px;
}
.demoNavBar li:last-child{
    padding-right:0px;
}
.demoNavBar li svg {
    height: 33px;
    width: 32px;
}
.demoNavBar .dropdown-menu li:last-child {
    padding: 0 15px !important;
}
.demoNavBar .dropdown-menu li a:hover {
    display: block;
}
.demoNavBar li a {
    font-family: var(--theme-body-font);
    color: var(--blackColor) !important;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
}

.demoNavBar li ul li a {
    color: var(--blackColor) !important;
    text-decoration: none;
}

.demoNavBar li a:hover {
    color: var(--redColor) !important;
}
.demoNavBar .active_nav_link a{
    color: var(--redColor) !important;
}

.header-user-btn.signin {
    color: #fff !important;
}

.header-user-btn.signin:hover {
    color: var(--blueColor) !important;
    background: #fff;
}

.header-user-btn.signup {
    color: var(--blueColor) !important;
    background: #fff;
}

.header-user-btn.signup:hover {
    color: #fff !important;
    background: transparent !important;
}
.header-user-btn {
    padding: 0 20px;
    margin-left: 10px;
    line-height: 25px;
    border: 2px solid #ffffff;
    font-weight: 700 !important;
    display: inline-block !important;
    height: 30px;
    margin-top: 2px;
    font-size: 14px !important;
    border-radius: 3px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.login-btn {
    padding: 0;
    background: transparent;
    color: var(--blackColor) !important;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-weight: 600;
    margin: 0 auto;
}
.lang_flag_icon {
    max-height: 15px;
    margin-top: -2px;
}
.login__btn {
    background: var(--yellowColor);
    border: 2px solid var(--yellowColor);
    padding: 0px 30px !important;
    border-radius: 30px;
}
.login__btn:hover,.login__btn:focus{
    background: transparent !important;
    color: var(--blackColor) !important;
    border: 2px solid var(--blackColor);
}
.lang_dropdown_toggle::after {
    display: none !important; 
}
.form-control:focus {
    color: var(--blackColor);
    background-color: #ffffff;
    border-color: #f9ac19;
    outline: 0;
    box-shadow: none;
}
/*====================================================================
	Banner css
====================================================================*/
.hero-logistics-section {
    background: #e9f0ff url('../img/banner-2.webp');
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0px;
}
.hero-title {
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    margin: 5px 0px 20px;
    max-width: 60%;
}
.section-smtitle {
    font-weight: 600;
    font-size: 14px;
    color: var(--blackColor);
    margin: 0;
    text-transform: capitalize;
}
.hero-description {
    margin: 0;
}
.hero-quote-btn {
    padding: 5px 40px !important;
    font-size: 20px !important;
    margin-top: 30px;
}
/*====================================================================
	Why choose us css
====================================================================*/
.section-title {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
}
.service-title {
    color: var(--blueColor);
    margin: 0;
}
.highlight-text{
    color: var(--redColor);
}
/*====================================================================
	Quote css
====================================================================*/
.parcel-quote-section {
    background-color: #e9f0ff;
}
.parcel-quote-subtitle {
    color: var(--blackColor);
    font-size: 18px;
    line-height: 35px;
    margin: 0px;
    font-weight: 600;
}
.parcel-quote-title {
    color: var(--redColor);
    font-size: 40px;
    line-height: 45px;
    margin: 0px;
    font-weight: 700;
    text-transform: capitalize;
}
.site-btn {
    color: #fff;
    background-color: var(--blueColor);
    padding: 0px 20px;
    border-radius: 0px;
    border: 2px solid var(--blueColor);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    min-height: 40px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 0.3px;
}
.site-btn:hover{
    background-color: var(--whiteColor);
    color: var(--blueColor);
}
/*====================================================================
	Footer
====================================================================*/
p.f-primary-sb {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: capitalize;
}
#banerInfo {
    background: #d0e8d0;
    text-align: center;
    margin-top: auto;
    padding: 40px 0px;
}
.xxs_logo {
    width: 115px;
}
#banerInfo h2 {
    margin: 0;
    color: var(--blueColor);
    text-transform: uppercase;
    font-size: 30px;
}

#footer {
    font-size: 15px;
    background: url('../img/footer-bg.jpg');
    position: relative;
    margin-top: auto;
    background-repeat: repeat;
    font-weight: 300;
}

#footer .footer-top {
    padding: 60px 0px;
    color: #fff;
}

.footer-contact img {
    width: 165px;
}

#footer .footer-bottom {
    padding: 15px 0 !important;
    color: #fff;
    border-top: 1px dotted #ffffff3b;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 15px;
}


.footer-links p:first-of-type {
    padding-top: 0 !important;
}

/*  */
.scroll-to-top {
    position: absolute;
    right: 20px;
    bottom: 70px;
}

.btn-scroll {
    color: var(--whiteColor);
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid var(--whiteColor);
    transition: all ease-in-out 0.3s;
}

.btn-scroll i.fa.fa-angle-up {
    line-height: 30px;
}

.btn-scroll:hover {
    background: var(--whiteColor);
    color: var(--blackColor) !important;
}

span#vookmarkBtn {
    display: none;
}

/*  */
#page_reload_modal .modal-content {
    border: 0px !important;
}

#page_reload_modal .modal-body {
    padding: 0px !important;
    position: relative;
}

#page_reload_modal img {
    width: 100% !important;
}

#page_reload_modal button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    opacity: 1;
    filter: invert(1);
}

#page_reload_modal .btn-close:hover {
    text-decoration: none;
    opacity: .75 !important;
}
/*====================================================================
	Congratulations Page
====================================================================*/

.ticket_box.right {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ticket_box {
    padding: 15px;
    border: 1px solid var(--lightGray);
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
.ticket_box_safe_title {
    font-weight: 500;
    margin: 4px;
}
.ticket_box_heading {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
}

.ticket_box_pnr_wrap.copy-text {
    max-width: 290px;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
    box-shadow: 1px 1px 4px #27337038;
}
.copy-text {
    position: relative;
}
.ticket_box_pnr {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color:#f9ac19;
}
.copy-text button {
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 5px;
    box-shadow: none;
    background: var(--blueColor);
    color: var(--whiteColor);
    line-height: 22px;
    width: 23px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
}
.copy-text button:focus {
    background: var(--blueColor) !important;
    color: var(--whiteColor) !important;
}

.copy-text button:before {
    content: "Copied!";
    position: absolute;
    top: -37px;
    right: 0px;
    background: #000000;
    padding: 3px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
    color: #fff;
    z-index: 2;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 7px;
    width: 13px;
    height: 12px;
    background: #000000;
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.border__custom {
    padding-left: 40px;
    margin-bottom: 20px;
    /* padding-top: 15px; */
}
.dir_img {
    width: 20px;
    margin-top: -5px;
    filter: opacity(0.6);
}
.single_item_bank.time {
    font-size: 26px ;
    font-weight: 700 ;
    margin: 0 0 5px ;
  
}

.date.single_item_bank {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0;
    color: #224c88 !important;
}

.ticket_box .single_item {
    margin-bottom: 5px;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    max-height: 72px;
    display: flex;
    /* border-bottom: 1px solid #ddd; */
    border: dashed 1px #beb7b7;
    background: #eee;
}
.tick_dtls_title {
    font-size: 18px;
    color: var(--blueColor);
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}
.single_item_coach_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    position: relative;
    margin: 0 0 15px;
}
.arrow_dir_tikt {
    width: 35px;
    display: inline-block;
    font-size: 28px;
    border: 1px solid var(--blueColor);
    border-radius: 50%;
    text-align: center;
    height: 35px;
    position: absolute;
    left: -43px;
    top: -7px;
    color: var(--blueColor);
}

.arrow_direction p {
    font-size: 40px !important;
    color: var(--blackColor) !important;
    line-height: 22px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding: 5px 5px;
}

.single_item span:first-child {
    width: 43%;
    text-transform: capitalize;
    font-weight: 700;
}
.single_item span:last-child {
    width: 43%;
    text-align: start;
}
.ticket_box.right {
    text-align: center;
}

.ticket_box.right img {
    width: 100px;
}
.td_com {
    border-radius: 10px;
    margin: 10px 0px;
}

.ticket_box.top h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0px;
}
.checkmark {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 4s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 1s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
/* number or pnr copy */
.back_to_home_btn {
    color: var(--blackColor);
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none !important;
    outline: none;
}

.back_to_home_btn:hover {
    color: var(--blueColor) !important;
}

.mid_cont_btn i {
    margin: 0px 5px !important;
}

.copy-text button:focus {
    background: var(--yellowColor) !important;
    color: var(--whiteColor) !important;
}

.copy-text button:before {
    content: "Copied!";
    position: absolute;
    top: -37px;
    right: 0px;
    background: var(--blueColor);
    padding: 2px;
    border-radius: 5px;
    font-size: 13px;
    display: none;
    color: var(--whiteColor);
    z-index: 2;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -21px;
    right: 7px;
    width: 10px;
    height: 10px;
    background: var(--blueColor);
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}
.cancle_tckt_part {
    border: dashed 2px #bcbcbc45 !important;
    border-radius: 2px;
    padding: 10px;
}
/*====================================================================
	Login Page
====================================================================*/
.login-box {
    background: #ffffff;
    padding: 25px 50px;
    border-radius: 15px;
    box-shadow: inset 3px 3px 8px #cbc3d1, inset -8px -8px 8px #FFFFFD;
  
}

.login-form-head h4 {
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
}

.form-gp {
    position: relative;
    margin-bottom: 12px;
}
.country_phone_inp {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.phone-dial-code .select2-container--default .select2-selection--single {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
    background: #eee;
}
/* .select2-container {
    max-width: 350px;
} */
.form-gp input {
    width: 100%;
    height: 42px;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px 10px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #225694;
}
.form-gp input:focus {
   border-bottom: 2px solid var(--yellowColor);
}

.form-gp i {
    position: absolute;
    right: 18px;
    color: #22569480;
    font-size: 16px;
    top: 13px;
}

.social-btn a {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
}

.google-ico {
    background-color: #DD4F46 !important;
    color: #fff !important;
}

.fb-ico {
    background-color: #405893 !important;
    color: #fff !important;
}

.footer-links p a {
    color: #ffffff;
}

.footer-links ul {
    padding: 0;
    list-style: none;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 4px 0px;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-left: -4px;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.form-footer a {
    margin-left: 5px;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: var(--redColor);
    padding-left: 5px;
}

.forget_txt {
    font-size: 15px;
    font-weight: 500;
    color: #405893;
    text-decoration: none;
}

#footer a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 4px;
    text-align: center;
    width: 35px;
    transition: 0.3s;
    height: 35px;
    line-height: 36px;
    background: #1e1e1e;
    border-radius: 50%;
}

#footer .footer-top .social-links a:hover {
    color: var(--redColor);
    text-decoration: none;
}

/*====================================================================
	Profile Page
====================================================================*/
.profile-left-tab {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    border: 0px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 15px;
}
.profile-left-tab li:first-child {
    margin-right: 0px;
}
.profile-left-tab li {
    margin-right: 25px;
}
.profile-right-tab-content {
    min-height: 550px;
    padding: 20px;
    background: #ffff;
    border-radius: 10px;
}
li.top-li {
    padding: 0px 15px;
    text-align: center;
}
.profile-left-tab li a {
    padding: 8px 15px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    border-radius: 0 25px 25px 0px;
    border: 0;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.profile-left-tab li:hover a{
    color: var(--blueColor);
}
.profile-left-tab li:last-child a{
    border-bottom: 0px;
}
.profile-right-tab-content .form-gp i {
    top: 38px !important;
}

.profile-left-tab li .active {
    background-color: var(--blueColor) !important;
    color: #fff !important;
}
.profile-left-tab li .active img{
   filter: invert(1);
}

.wlc_msg {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    border-bottom: 1px dashed #224e8b;
    color: #333;
    padding-bottom: 10px;
    font-weight: 500;
}

.profile-right-tab-content .form-gp input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.modal-content {
    border: 0px;
    border-radius: 20px;
}
.custom_modal .btn-close {
    opacity: .7;
    border-radius: 50%;
    padding: 10px;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
}
.custom_modal .btn-close:hover{
    opacity: 1;
    background-color: #eee;
}
.custom_modal .modal-title {
    font-size: 18px;
    font-weight: 600;
}
/*====================================================================
	Download Ticket Page
====================================================================*/

.tkt-dnld-right-box {
    border: 1px solid #eee;
    background: #fff;
}

.tkt-dnld-right-box p {
    text-align: center;
    margin: 80px 7%;
    background: #ffa13a30;
    padding: 20px;
    border-radius: 5px;
    color: #000;
}

.tkt-dnld-right-box p i {
    font-size: 40px;
}

/*====================================================================
	Contact Page
====================================================================*/
.maps {
    border: 3px solid #eeeeee;
    position: relative;

}
.border-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 15px;
    background-color: var(--yellowColor);
    z-index: 0;
}

.border-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background-color: var(--yellowColor);
    z-index: 0;
}
.cont_right_box_ul {
    list-style: none;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont_right_box_ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #224e8b0f;
    padding: 10px;
    border-radius: 0px;
    width: 32%;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    min-width: 250px;
}

.b-google-map__info-window-address-title {
    font-weight: 700;
    color: var(--blueColor);
    text-transform: capitalize;
}

.cont_right_box_icon {
    color: var(--redColor);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--redColor);
}

/*======================
    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: 900;
    margin: 10px;
    padding-bottom: 5px;
    text-transform: capitalize;
    color: var(--blueColor);
}

.r_single_pass_info_box p {
    margin-left: 10px !important;
}

.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;
}
.fa-locks {
    background: #225694;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
}
.fa-lock{
   font-size: 25px;
   color: #fff;
   line-height: 50px;
   text-align: center;
}
.dept_title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background: #224e8b;
    display: inline-block;
    margin-left: auto;
    padding: 2px 10px;
    margin-bottom: 10px;
    position: relative;
    width: 150px;
    text-align: center;
    margin-right: 15px;
    height: 35px;
    opacity: 0.5;
}

.active .dept_title {
    opacity: 1;
    animation: jump .9s linear alternate infinite;
}

.dept_title::after {
    position: absolute;
    content: '';
    border-width: 20px 20px 0px;
    border-color: #224e8b transparent transparent;
    right: -34px;
    top: 0;
    border-style: solid;
    transform: rotate(270deg);
    bottom: 0;
}

.dept_flex {
    text-align: center;
}

.return_title {
    margin: 0px;
    font-weight: 900;
    font-size: 20px;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    background: #224e8b;
    color: #fff;
    width: 150px;
    text-align: center;
    margin-left: 15px;
    height: 35px;
    opacity: 0.5;
}

.active .return_title {
    opacity: 1;
    animation: jump .9s linear alternate infinite;
}

.return_title::before {
    position: absolute;
    content: '';
    border-width: 0 20px 20px;
    border-color: transparent transparent #224e8b;
    left: -35px;
    top: 0;
    border-style: solid;
    transform: rotate(270deg);
    bottom: 0;
}

.pre_next_btn {
    color: #fff;
    background: var(--blueColor);
    border-color: var(--blueColor);
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
    outline: none !important;
    transition: all ease-in-out 0.3s;
    margin: 0 auto;
    padding: 8px 5px;
    min-width: 90px;
    text-align: center;
    border: 1px solid var(--blueColor);
}

.modify_src_btn {
    color: #fff;
    background: var(--blueColor);
    border-color: var(--blueColor);
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
    outline: none !important;
    transition: all ease-in-out 0.3s;
    margin: 0 auto;
    padding: 8px 5px;
    min-width: 90px;
    text-align: center;
}

.modify_src_btn:hover {
    color: var(--blueColor) !important;
    background-color: transparent !important;
    border-color: var(--blueColor) !important;
}

.border_right_gray {
    border-right: 2px dashed #e3e3e3;
}

.pre_next_btn:hover {
    color: var(--blueColor) !important;
    background-color: transparent !important;
    border-color: var(--blueColor) !important;
}

.location_title_dept {
    color: var(--blueColor);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    opacity: 0.5;
}

.active .location_title_dept {
    opacity: 1;
}

.prev_modify_next_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.date_title {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    opacity: 0.7;
}

.active .date_title {
    opacity: 1;
}

.close_dpt {
    position: absolute;
    top: 21px;
    font-size: 16px;
    color: #ee3135;
    right: 17px;
    text-decoration: none;
    font-weight: 600;
    z-index: 9;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.close_dpt:hover {
    color: #000;
}

#phonePrefix {
    width: 75px;
    border-right: 0 !important;
    border-radius: 3px 0px 0px 3px !important;
    text-align: center;
    font-weight: 600;
    background: #eeeeee5e;
}

/* Coupon */
.coupon_wrapper_top {
    margin: 10px 0;
    position: relative;
    width: 100%;
}

.coupon_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon_code {
    display: inline-block;
    background: #eefecce0;
    padding: 3px 6px;
    border-radius: 4px;
    border: 1px dashed var(--blueColor);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 2px;
}

.coupon_code_btm_txt {
    display: block;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
    margin-bottom: 15px;
}

.coupon_amt {
    font-weight: 700;
    font-size: 14px;
    margin-right: 30px;
}

.remove_coupon {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

/* Datepicker Custom */
#ui-datepicker-div {
    z-index: 666 !important;
}

.ui-datepicker th {
    background: #f5f5f5;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.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: 340px;
}

.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: 36px;
    width: 36px;
    font-size: 16px;
    line-height: 32px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #f9ac19 !important;
    background: #f9ac19 !important;
    color: #fff !important;
}

.active .jump_img {
    transform-origin: 50% 50%;
    animation: jump .9s linear alternate infinite;
    opacity: 1;
}

.bus_img_bg img {
    margin: 10px 0px;
    opacity: 0.5;
}

@keyframes jump {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

/* Mobile Code */
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.iti__country-list {
    width: 350px;
}

.iti__flag-box,
.iti__country-name {
    white-space: pre-wrap;
}

/* OTP */
.otp_option_msg {
    font-size: 14px;
    font-weight: 600;
}

.otp_resend_btn {
    background: transparent;
    border: 0;
    padding: 0 10px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
}

.otp_resend_btn:hover {
    color: #f00;
}

.errorTextMsg {
    font-size: 14px !important;
    color: #ff0000;
    display: none;
}

.marquee_title {
    background: #ef3035;
    clip-path: polygon(91% 0, 100% 51%, 91% 99%, 0 100%, 0 0);
    padding: 15px 15px 15px 10px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.4px;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #ef3035;
    border-radius: 5px 0px 0px 5px;
}

.marquee_flex {
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--blueColor);
    border-radius: 5px;
}

.marquee-news {
    padding: 12px 5px 12px 2px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 20%);
    width: 100%;
    background: var(--blueColor);
    border-radius: 0px 5px 5px 0px;
}

.marquee-news h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 6px;
}
.change_btn{
    font-style: italic;
    cursor: pointer;
}
.price_discount_title {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #eb3136;
    text-transform: uppercase;
    white-space: nowrap;
}
/* Available Route */
.operator-box {
    padding: 10px 5px;
    margin-bottom: 25px;
    transition: all ease-in-out 0.3s;
    background: #f5f5f5;
    border-radius: 10px;
}
.box-operator-name {
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
/* Payment */
.payment_carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pay-img-wrapper {
    height: 110px;
    width: 115px;
    background: var(--whiteColor);
    border-radius: 4px;
    margin: 5px;
    box-shadow: 0px 4px 5px #dddddd61;
    border: 1px solid #eee;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-img-wrapper img{
    object-fit: contain;
    height: 100px;
    width: 100px;
}
/* Operator */
.bus-list {
    padding: 0;
    margin: 0;
}
.bus-list li {
    position: relative;
    line-height: 35px;
    list-style: none;
    font-weight: 700;
    background: var(--whiteColor);
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 7%);
    min-height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    overflow: hidden;
    color: var(--blueColor);
}

.logo-site{
   line-height: 35px !important;
}
.logo-site img {
    width: 125px;
    height: 75px;
    object-fit: contain;
    padding: 10px;
}
.logo-site span{
    font-size: 15px;
    text-align: center !important;
}
.superbus-logo img{
    filter: contrast(0.5);
}
.busonlines img{
    filter: invert(1);
}
/*  */
.centerHeading {
    position: relative;
    display: inline-block;
}
.centerHeading .heart-line {
    z-index: 2;
    width: 92px;
    margin: 10px auto;
    position: relative;
}
.centerHeading .heart-line i {
    font-size: 15px;
    color: var(--yellowColor);
    background: #fff;
    border-radius: 10px;
}
.centerHeading .heart-line:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background: var(--yellowColor);
    z-index: 1;
}
.centerHeading .heart-line:before {
    width: 46px;
    left: 0;
    z-index: -1;
}
.centerHeading .heart-line:after {
    position: absolute;
    content: "";
    width: 92px;
    height: 2px;
    background: #d1d1d1;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.centerHeading .heart-line:after {
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}
/* Popular bus trips */
.route_link {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 10px;
    height: 100%;
    border: 1px solid #ddd;
}
.route_link:hover .popular_trip_img {
    transform: scale(1.2);
}
.popular_trip_img_wrap {
    overflow: hidden;
}
.popular_trip_img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    transition: all ease-in-out 0.3s;
}
.route-text {
    font-size: 20px;
    text-align: center;
    margin: 15px 10px;
    font-weight: 700;
}
.trip_price_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.trip_price {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--blackColor);
}
.trip_details_btn {
    background: var(--yellowColor);
    border: 2px solid var(--yellowColor);
    font-weight: 600;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 30px;
    outline: 0;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}
.trip_details_btn:hover, .trip_details_btn:focus {
    background: transparent !important;
    color: var(--blackColor) !important;
    border: 2px solid var(--blackColor);
}
/* Gallery */
.gallery_carousel .gall_item_inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
}
.gall-img {
    object-fit: cover;
    height: 300px;
}
.gallery_carousel .gall_item_inner img {
    transition: all 2s;
}
.gallery_carousel .owl-nav {
    margin-top: 0 !important;
    position: absolute !important;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.gallery_carousel button.owl-prev {
    position: absolute !important;
    left: 5px;
}
.gallery_carousel button.owl-next {
    position: absolute !important;
    right: 25px !important;
}
.gallery_carousel .owl-nav button span {
    background: var(--blueColor);
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: var(--whiteColor);
    opacity: 0.7;
}
/* Payment */
.radio-buttons {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.custom-radio input {
    display: none;
}
.radio-btn {
    margin: 0 0 15px;
    width: 220px;
    height: 200px;
    border: 3px solid var(--whiteColor);
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    /* box-shadow: 0 0 20px #c3c3c367; */
    border: 1px solid #eee;
    cursor: pointer;
}
.custom-radio input:checked + .radio-btn {
    border: 2px solid var(--blueColor);
}
.custom-radio .radio-btn > i {
    color: var(--whiteColor);
    background-color: var(--yellowColor);
    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-bottom: 20px;
    height: 100px;
    object-fit: contain;
}
.radio-btn .hobbies-icon h3 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.custom_btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    background-color: var(--blueColor);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 10px 16px 0px rgb(50 41 122 / 16%);
    padding: 0px 30px;
    min-height: 44px;
    display: inline-block;
    line-height: 44px;
    text-decoration: none;
    transition: all .3s ease-out;
    text-transform: capitalize;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
}
.radious_30 {
    border-radius: 30px !important;
}
.custom_btn:hover {
    box-shadow: 0 0 0 0 rgba(0,84,166,.2) !important;
}
.phone_prefix_wrap .select2-container--default .select2-selection--single {
    border-radius: 10px 0px 0px 10px !important;
    background-color: rgba(0, 0, 0, 0.05);
}
.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 10px !important;
}
.phone_postfix_inp {
    border-radius: 0px 10px 10px 0px !important;
}
.phone_prefix_wrap {
    width: 150px;
}
.amenities_wrap{
    border-radius: 30px;
    max-width: 245px;
}
/* Bootom Navigation bar */
.mobile_bottom_menu_bar {
    position: sticky;
    bottom: -1px;
    z-index: 8;
    width: 100%;
}
.mobile_bottom_menu_bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 1px 20px #00000036;
}
.mobile_bottom_menu_bar ul li {
    width: 33.33%;
    background: var(--whiteColor);
    min-height: 50px;
    text-align: center;
    line-height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-right: 1px solid #eee;
    display: none !important;
}
.mobile_bottom_menu_bar ul li:last-child{
    border-right:0px !important;
}
.mobile_bottom_menu_bar ul li.active_nav_link{
    background-color: var(--yellowColor);
}
.mobile_bottom_menu_bar ul li a {
    font-size: 14px;
    text-decoration: none;
    line-height: 28px;
    font-weight: 600;
}
.mobile_bottom_menu_bar ul li i{
    padding-top: 7px;
}
.mobile_bottom_menu_bar ul li.active_nav_link a, .mobile_bottom_menu_bar ul li.active_nav_link a:focus{
    color: var(--whiteColor);
}
.mobile_bottom_menu_bar ul li.active_nav_link i, .mobile_bottom_menu_bar ul li.active_nav_link a:focus{
    color: var(--whiteColor);
}
.mobile_bottom_menu_bar ul li.active_nav_link i {
    position: absolute;
    top: -10px;
    background: var(--yellowColor);
    width: 66px;
    height: 28px;
    display: inline-block;
    line-height: 26px;
    border-radius: 100%;
    color: var(--whiteColor);
    font-size: 22px;
}
.offcanvas-top {
    height: 385px;
}
.site_link{
    word-break: break-all;
}
/* Parcel tracking page design */
.parcel_banner {
    background: url('../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(--yellowColor);
    min-width: 140px;
}
.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: 800;
    color: var(--blueColor);
}
.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(--yellowColor);
    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(--yellowColor);
}
.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: var(--blueColor);
    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: var(--blueColor);
    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(--yellowColor);
    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(--yellowColor);
    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: var(--yellowColor);
    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(230, 152, 7, 0.699);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(230, 152, 7, 0.699);
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(230, 152, 7, 0.699);
    }
}

@keyframes blink {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(230, 152, 7, 0.699);
        box-shadow: 0 0 rgba(230, 152, 7, 0.699);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(230, 152, 7, 0.699);
        box-shadow: 0 0 0 10px #f72d6600;
    }

    to {
        -moz-box-shadow: 0 0 0 0 rgba(230, 152, 7, 0.699);
        box-shadow: 0 0 #f72d6600;
    }
}
.parcel-delivery-map{
    max-height: 130px;
}

/* ===========tracking parcel========== */
/*new Parcel css*/
.table-tracking {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    background-color: white;
}

.table-tracking th,
.table-tracking td {
    border: 1px solid #c9d1dc !important;
    text-align: center;
    padding: 8px 0px;
    vertical-align: middle;
}

.table-tracking thead th {
    background: #f5f5f5;
    color: #171616;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 5px 0px;
}

/* Timeline section */
.timeline-wrapper {
    position: relative;
    width: 100%;
    height: 130px;
    margin: auto;
    margin-bottom: 22px;
}

.timeline-line {
    position: absolute;
    top: 40%;
    left: 7%;
    right: 4%;
    height: 3px;
    background: linear-gradient(to right, #cccccc, #bbb);
    transform: translateY(-50%);
    border-radius: 3px;
}

.timeline-step {
    position: absolute;
    top: 40%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ccc;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-step.active {
    background: #10168f;
    border-color: #10168f;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
    /* position: relative;
    z-index: 1; */

}

.timeline-step.active {
    color: #10168f;
    animation: blink 1s infinite ease-in-out;

}

@keyframes rotateme {
    0% {
        box-shadow: 0 0 rgba(250, 204, 0, 0.9);
    }

    70% {
        box-shadow: 0 0 0 10px #f72d6600;
    }

    100% {
        box-shadow: 0 0 #f72d6600
    }

}

/* Timeline labels inside cell */
.timeline-info {
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    transform: translateX(-50%);
    max-width: 130px;
    word-wrap: break-word;
}
.timeline_active{
    left: 10%;
}
.timeline_step_one{
    left: 30%;
}
.timeline_step_two{
    left: 60%;
}
.timeline_step_three{
    left: 90%;
}
.timeline_step_four{
    left: 12%;
}
/* Positions */
.timeline-step:nth-child(2) {
    left: 10%;
}

.timeline-step:nth-child(3) {
    left: 30%;
}

.timeline-step:nth-child(4) {
    left: 60%;
}

.timeline-step:nth-child(5) {
    left: 90%;
}

/* Responsive */
@media (max-width: 768px) {

    .table-tracking th,
    .table-tracking td {
        padding: 6px;
        font-size: 12px;
    }

    .timeline-wrapper {
        height: 80px;
    }

    .timeline-info {
        font-size: 11px;
        width: 70px;
    }

    .timeline-step {
        width: 18px;
        height: 18px;
    }
}

/* =====faq==== */
.online_quote{
    text-decoration: none;
    color: #0d6efd;
}
.resticated{
    color: red;
    text-decoration: none;
}
.accordion-item {
    border-width: 0px 0px 1px;
    border-radius: 0px !important;
}
.accordion-button {
    color: var(--blackColor);
    font-weight: 600;
    padding: 8px 0px;
    font-family: var(--theme-title-font);
    font-size: 18px;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
     color: var(--redColor);
}
.accordion-button:not(.collapsed) {
    color: var(--redColor);
    box-shadow: none;
    outline: 0;
    background-color: transparent;
}
.accordion-body {
    padding: 10px 0px;
    border-top: 1px solid #ddd;
}
* {
    scrollbar-width: thin;
    scrollbar-color: var(--yellowColor) #ddd;
}