/*--------------------------------------------------------------
	Default Fonts
----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500&display=swap');

/*--------------------------------------------------------------
# Brand Theme Variables (auto-generated from logo)
--------------------------------------------------------------*/
:root {
    --brand-900: #0C312A;
    --brand-800: #0F3E34;
    --brand-700: #124C40; /* primary (logo) */
    --brand-600: #36675D; /* hover / accent */
    --brand-200: #C4D2CF; /* subtle borders / chips */
    --brand-50: #E3EAE8; /* soft background */
    --brand: var(--brand-700);
    --brand-hover: var(--brand-600);
    --brand-dark: var(--brand-900);
}

/*
Site Name:Eg Tkt

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1D1B19;
    font-size: 16px;
    line-height: 24px;
}

p {
    color: #333333;
    font-size: 15px;
}

#content {
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

video {
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a {
    color: var(--brand);
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
    color: #29303B;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #1D1B19;
    margin-bottom: 16px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

h1 {
    margin: 0 0 16px;
}

mark {
    background: #ff0;
    color: #1D1B19;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    text-align: left;
}

tr {
    /*border: 1px solid #e4e4e4;*/
}

td,
th {
    padding: 10px 25px;
    font-weight: 400;
}

th {
    color: #29303B;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #72757a;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    word-wrap: break-word;
}

p {
    margin: 0 0 1em;
    color: #72757a;
}

    p:last-child {
        /*margin-bottom: 0;*/
    }

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
    padding: 0 60px 0 40px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}

    blockquote.alignright {
        padding-right: 0;
        margin-bottom: 14px;
    }

    blockquote:before {
        content: "";
        background-image: url('assets/uploads/blockquote.png');
        position: absolute;
        left: 0;
        top: 3px;
        width: 37px;
        height: 27px;
        display: inline-block;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 21px;
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0.5em;
}

dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
    outline: none;
}

figure {
    margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    /*display: inline-block;*/
}

.table th, .table td {
    padding: 14px 6px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table th {
    border: none;
}

.passenger-ticket-invoice-details .table th {
    border: none;
    color: var(--brand);
    font-weight: 500;
}

.table > :not(:first-child) {
    border-top: 1px solid #dee2e6;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #18113c;
    border: 1px solid #ACACAC;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

textarea {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    outline: none;
    padding: 0 15px;
}

.fw-medium {
    font-weight: 500;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

.check-filter {
    margin: 5px 0 20px;
}

.customcheck {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #E3E6E9;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #f5f5f5;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: var(--brand-hover);
    border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.payment-check-item {
    background-color: #fff;
    border: 2px solid rgba(128,137,150,.1);
    color: #5d646d;
    padding: 8px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px 0;
    height: 70px;
    line-height: 45px;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 0;
}

    .price-range-slider .range-value {
        margin: 0;
    }

        .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: var(--brand-hover);
            font-weight: 500;
            font-size: 16px;
            font-weight: initial;
            box-shadow: none;
            border: none;
            margin: 0px 0 20px 0;
        }

    .price-range-slider .range-bar {
        border: none;
        background: var(--brand-hover);
        height: 3px;
        width: 96%;
        margin-left: 8px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: var(--brand-hover);
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 25px;
            background: #fff;
            border: 2px solid var(--brand-hover);
            height: 17px;
            width: 17px;
            top: -0.52em;
            cursor: pointer;
        }

            .price-range-slider .range-bar .ui-slider-handle + span {
                background: #ffd8a9;
            }

#scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    background: var(--brand-hover);
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    height: 30px;
    width: 30px;
    border-radius: 3px;
}

    #scroll-top:hover {
        background: var(--brand);
    }

    #scroll-top.show {
        opacity: 1;
    }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 45px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 10px 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ACACAC;
    border-radius: 0;
    height: 45px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Upload";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: 10px 12px;
    line-height: 1.5;
    color: #fff;
    content: "Upload";
    background-color: #273044;
    border-left: inherit;
    border-radius: 0;
    height: 45px;
}

.hero-select .nice-select {
    border: 1px solid transparent;
    border-radius: 3px;
    height: 45px;
    background: transparent;
    padding-left: 10px;
    padding-right: 40px;
    line-height: 45px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

form.search-form {
    position: relative;
}

    form.search-form input {
        width: 100%;
        padding: 0 40px 0 15px;
        font-weight: 300;
    }


/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
    position: relative;
}

.relative {
    display: block;
    position: relative;
}

    .relative:before,
    .relative:after {
        content: "";
        display: table;
        clear: both;
    }

.entry-content {
    margin-top: 0;
}

.section-header {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.section-title {
    font-size: 40px;
    margin: 0 0 15px;
    word-wrap: break-word;
    font-weight: 600;
}

.section-subtitle {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
}

.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.btn-primary {
    color: #fff;
    background-color: var(--brand);
    border-color: var(--brand);
    box-shadow: 0 0 30px rgb(50 71 83 / 21%);
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--brand-hover);
        border-color: var(--brand-hover);
    }

.btn-outline-primary {
    color: var(--brand);
    border-color: var(--brand);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

.btn-secondary {
    color: #fff;
    background-color: var(--brand-hover);
    border-color: var(--brand-hover);
}

    .btn-secondary:hover {
        color: #fff;
        background-color: var(--brand);
        border-color: var(--brand);
    }

.btn-white {
    background: #fff;
    color: #252641;
}

    .btn-white:hover {
        color: #fff;
        background-color: var(--brand-hover);
        border-color: var(--brand-hover);
    }

.btn-outline-secondary {
    border-color: #ACACAC;
}

.btn-transparent-primary {
    color: var(--brand-hover);
    transition: all 0.4s;
    padding: 13px 30px;
    border: 2px solid var(--brand-hover);
}

    .btn-transparent-primary:hover {
        background-color: #1D1B19;
        border: 2px solid #1D1B19;
        color: #fff;
        transition: all 0.4s
    }

.btn-link {
    color: var(--brand-hover);
    transition: all 0.4s;
    padding: 0;
    border: 0;
    text-decoration: none;
}

    .btn-link:hover {
        color: #1D1B19;
        transition: all 0.4s;
        padding-left: 5px;
        border: 0;
    }

.title-tag {
    color: var(--brand-hover);
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.main-nav {
    background-color: transparent;
    padding: 10px 0;
    border: none;
}

.nav-shrink .main-nav {
    background-color: #fff;
}

.nav-shrink .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 6%);
}

.menu-sticky .main-nav {
    transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    color: var(--brand);
}

.navbar-light .navbar-nav .nav-link {
    color: #1D1B19;
}

.navbar-nav .nav-link {
    color: #1D1B19;
    font-weight: 500;
    font-size: 15px;
}

.logged-user-list a.nav-user {
    color: #1D1B19;
    font-weight: 500;
    font-size: 15px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 12px 16px;
    color: #1D1B19;
}

    .navbar .navbar-nav .nav-item .nav-link.active,
    .navbar-expand-md .navbar-nav .nav-link:hover {
        color: var(--brand-hover);
    }

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    border: none;
}

    .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
        transition: .5s ease all;
    }

.dropdown-toggle::after {
    border: none !important;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f107";
    vertical-align: 0;
}

.dropdown-item {
    font-weight: 400;
    color: #72757a;
    border: 0;
    font-size: 14px;
}

.passenger-dropdown {
    text-align: left;
}

    .passenger-dropdown a {
        font-size: 14px;
        color: #1D1B19;
    }

        .passenger-dropdown a:hover {
            color: #72757a;
        }

        .passenger-dropdown a.nav-link {
            height: 45px;
            line-height: 33px;
            padding-left: 0;
            padding-right: 0;
        }

    .passenger-dropdown .dropdown-toggle::after {
        font: normal normal normal 9px/1 FontAwesome;
        font-weight: 600;
    }

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.top-meta-search .form-group {
    margin-bottom: 0;
}

.search-form-wrapper .form-group {
    margin-bottom: 0;
}

/*.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
}*/

.theme-logo img {
    width: 110px;
}

section {
    padding: 40px 0;
}

.btn.btn-login {
    border: 1px solid #ddd;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}

    .btn.btn-login:hover {
        background: #1D1B19;
        color: #fff;
    }

.btn.btn-signin {
    border: 2px solid;
    text-align: center;
    padding: .375rem .75rem;
}

    .btn.btn-signin:hover {
        background: #1D1B19;
        color: #fff;
    }
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.hero-banner {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 2;
}
/*.hero-banner:after {
    position: absolute;
    right: 4%;
    top: 26%;
    content: "";
    width: 51%;
    height: 100%;
    background: url(../img/banner2.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    background-position: top;
    z-index: 2;
    display: block;
}*/
/*.hero-banner:before {
    content: "";
    position: absolute;
    bottom: 25rem;
    right: 55rem;
    width: 100rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: red;
}*/
.hero-head {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 0;
}

.banner-btn {
    padding: 13px 30px;
    border-radius: 3px;
}

.hero-image {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.hero-content-wrapper {
    position: relative;
    z-index: 3;
    padding: 20px 0 5px;
}

.hero-banner .decoration-star {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    /*opacity: 0.4;*/
}

.hero-banner .decoration-star-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    /*opacity: 0.4;*/
}


.subheading {
    font-weight: 600;
    font-size: 16px;
    color: var(--brand-hover);
}


@media (min-width: 1200px) {
    .hero-banner .decoration-star {
        top: 200px;
        left: -200px;
        width: 500px;
    }

    .hero-banner .decoration-star-2 {
        top: 200px;
        right: -200px;
        width: 500px;
    }
}

@media (min-width: 768px) {
    .hero-banner .decoration-star {
        top: 0px;
        left: 0px;
        width: auto;
    }

    .hero-banner .decoration-star-2 {
        top: 0;
        right: 0px;
        width: auto;
    }
}

@media (min-width: 1900px) {
    .hero-banner:before {
        right: 69rem;
    }
}

.search-form-wrapper {
    background: var(--brand-hover);
    border-radius: 8px;
    padding: 20px 20px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 3;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.search-form-wrapper .form-group {
    position: relative;
}

    .search-form-wrapper .form-group .icon-text {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #1D1B19;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

.search-form-wrapper .form-control {
    height: auto;
    line-height: inherit;
    padding: 10px 20px 10px 50px;
    font-size: 13px;
    color: #1D1B19;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    height: 45px;
}

.hero-search-btn {
    height: 45px;
    box-shadow: none;
    padding: 10px 20px;
}

.col-switch {
    width: 6%;
    padding-right: 10px;
}

.place-switch {
    background-color: #fff;
    padding: 10px;
    height: 45px;
    width: 45px;
    border-radius: 3px;
    color: var(--brand-hover);
    display: inline-block;
    text-align: center;
}

    .place-switch:hover {
        background-color: var(--brand);
        color: #fff;
    }

.numerical-box {
    /*padding: 6px 8px;*/
}

    .numerical-box label {
        color: #1D1B19;
        font-size: 14px;
        margin-bottom: 0;
    }

        .numerical-box label span {
            display: block;
            font-size: 12px;
            margin-top: -10px;
            color: #777;
        }

.numericalDec, .numericalInc {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 15px;
    background-color: #f5f5f5;
    color: #1D1B19;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.numericalBtn input {
    width: 35px;
    border: none;
    text-align: center;
    color: #1D1B19;
    font-weight: 500;
    background-color: transparent;
}

.dropdown-menu.numerical-dropdown {
    min-width: 13rem;
}

/*--------------------------------------------------------------
# About section
--------------------------------------------------------------*/
.about-title {
    font-weight: 900;
    font-size: 40px;
}

.about-content {
    position: relative;
    /*overflow:visible;*/
}

    .about-content .btn-primary {
        padding: 12px 30px;
        font-size: 15px;
        font-weight: 600;
    }

.shapes-decor img {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 2;
}

.eg-decor {
    position: absolute;
    z-index: 2;
}

.eg-decor1 {
    top: 60px;
    left: 0;
}

.eg-decor2 {
    top: -10px;
    left: 400px;
}

.eg-decor3 {
    top: -50px;
    right: 30px;
}

.eg-decor4 {
    bottom: 20px;
    left: 30px;
}

.eg-decor5 {
    bottom: 10px;
    left: -30px;
}

.eg-decor6 {
    top: 10px;
    right: -30px;
}

.eg-line-circle {
    bottom: -100px;
    right: 30px;
    width: 70%;
}

.eg-decor7 {
    top: 20px;
    right: 30px;
}

.eg-decor8 {
    bottom: 20px;
    left: 10px;
}

.featured-slider .slick-prev {
    /*left: -35px;*/
}

.featured-slider .slick-next {
    /*right: -35px;*/
}

.slick-disabled {
    display: none !important;
}

.testimonial-slider .slick-prev:before,
.featured-slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 17px;
}

.testimonial-slider .slick-next:before,
.featured-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 17px;
}
/*----------------------------*\
    Arrows
\*----------------------------*/
.slick-slide {
    margin: 0 5px;
}

/* the parent */
.slick-list {
    margin: 0 -5px;
}

.slick-prev, .slick-next {
    width: 37px;
    height: 37px;
    background: var(--brand-hover);
    z-index: 22;
    border-radius: 50%;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        background: var(--brand);
    }

    .slick-prev:before, .slick-next:before {
        color: #FFF;
    }

.featured-thumbnail {
    padding: 120px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 8px;
}

    .featured-thumbnail:before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to top,rgba(0,0,0,0.88),rgba(0,0,0,0.68),transparent,transparent,transparent);
        z-index: 2;
        border-radius: 8px;
    }

.text-meta {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
}

    .text-meta h4 {
        margin: 0;
        font-size: 17px;
        font-weight: 600;
    }

    .text-meta a {
        color: #fff;
    }

.icon_container {
    height: 80px;
    width: 80px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
    /*.icon_container:after{
    content: "";
    position: absolute;
    background: url(../img/icon-decor.png);
    display: block;
    z-index: -1;
}*/
    .icon_container:after {
        position: absolute;
        content: "";
        left: 20px;
        top: 15px;
        height: 45px;
        width: 45px;
        background-color: var(--brand-200);
        z-index: -1;
        border-radius: 18px 5px 18px 5px;
    }

    .icon_container img {
        /*height: 100%;*/
        height: 50px;
        width: 50px;
    }

.feature-content {
    padding-left: 40px;
    text-align: left;
    display: table-row;
}

    .feature-content h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .feature-content p {
    }
/*--------------------------------------------------------------
# Destination section
--------------------------------------------------------------*/
.eg-destination-section {
    overflow: hidden;
}

.destination-thumbnail {
    padding: 180px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    border-radius: 8px;
    background-color: #f5f5f5;
    /*cursor: pointer;*/
}

    .destination-thumbnail:before {
        /*content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top,rgba(0,0,0,0.88),rgba(0,0,0,0.68),transparent,transparent,transparent);
    z-index: 2;
    border-radius: 8px;*/
    }

.destinaton-item .destination-thumbnail-detail {
    padding: 15px 0px;
}

.destination-thumbnail-detail h4 {
    font-size: 16px;
    margin-bottom: 18px;
}

    .destination-thumbnail-detail h4 a {
        color: #1D1B19;
    }

.destination-thumbnail-detail p {
    color: var(--brand-hover);
    font-size: 14px;
    font-weight: 500;
}

.destinaton-item:hover .destination-thumbnail-detail h4 a {
    color: var(--brand-hover);
}

.left-content-holder {
    /*padding-left: 65px;*/
    padding: 80px 0;
}

    .left-content-holder .shapes-decor img {
        top: 0;
    }

.single_counter {
}

    .single_counter .info-content {
    }

        .single_counter .info-content h4 {
            font-weight: 900;
            font-size: 36px;
            color: var(--brand);
        }

        .single_counter .info-content p {
            color: var(--brand-hover);
            font-weight: 600;
            font-size: 14px;
        }

.eg-multi-feature-section-wrapper {
    padding-bottom: 0;
}

.right-multi-feature-wrapper {
    background-color: var(--brand-50);
    /*height: 100vh;*/
    padding: 100px 60px;
    z-index: -1;
    border-radius: 8px;
}

    .right-multi-feature-wrapper .feature-icon-item-wrapper {
        margin-bottom: 50px;
    }

        .right-multi-feature-wrapper .feature-icon-item-wrapper:last-child {
            margin-bottom: 0;
        }
/*--------------------------------------------------------------
# CTA section
--------------------------------------------------------------*/
.eg-cta-section {
    background: #242021;
    padding: 90px 0px 50px;
    vertical-align: middle;
    background: url(../img/bg.png);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*overflow: hidden;*/
}

    .eg-cta-section:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.66);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.app-image-wrapper,
.cta-content-wrapper {
    position: relative;
    z-index: 2;
}

    .app-image-wrapper img {
        /*position: absolute;*/
        margin-top: -230px;
    }

    .cta-content-wrapper h2 {
        color: #fff;
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
    }

.download-actions-wrapper .app-action {
    margin-right: 10px;
}

    .download-actions-wrapper .app-action:last-child {
        margin: 0;
    }

.quote-icon {
    margin-bottom: 10px;
    padding: 0 20px;
}

    .quote-icon i {
        font-size: 42px;
        color: var(--brand-200);
    }

.testi-content {
    padding: 5px 20px;
}

.client-text-detail {
}

    .client-text-detail h4 {
        color: #1D1B19;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .client-text-detail .cli-designation {
        font-size: 12px;
        color: #777;
        margin: 0;
    }

.partner-logo img {
    max-width: 75%;
    filter: grayscale(100%);
    opacity: 0.6;
    margin: 0 auto;
}

    .partner-logo img:hover {
        filter: grayscale(0%);
        opacity: 1;
    }

/*--------------------------------------------------------------
# Footer style
--------------------------------------------------------------*/
.eg-footer {
    background: var(--brand);
    padding: 50px 0 0;
}

    .eg-footer .widget-title {
        font-size: 17px;
        font-weight: 500;
        color: var(--brand-hover);
        padding-top: 10px;
    }

.footer-menu ul {
    margin: 0;
    padding: 0;
}

    .footer-menu ul li {
        list-style: none;
        margin-top: 0px;
        margin-bottom: 10px;
        position: relative;
    }

        .footer-menu ul li a {
            position: relative;
            color: #fff;
            font-size: 14px;
        }

            .footer-menu ul li a:hover {
                color: var(--brand-hover);
            }

.footer-widget.footer-about-widget p {
    font-size: 13px;
    line-height: initial;
    color: #E0E0E0;
}

.site-info {
    padding: 14px 0 7px;
    margin-top: 10px;
}

    .site-info p {
        margin: 0;
        color: #acacac;
    }

    .site-info span,
    .site-info p {
        margin: 0;
        color: #acacac;
        font-size: 13px;
    }

    .site-info a {
        color: #acacac;
    }

.social_menu {
    margin: 0;
}

.footer_social ul li {
    display: inline-block;
    margin-right: 10px;
}

    .footer_social ul li:last-child {
        margin: 0;
    }

    .footer_social ul li a {
        color: #fff;
    }

.footer-logo img {
    width: 90px;
}

.footer-top-area {
    padding: 30px 0px 185px;
    overflow: hidden;
    position: relative;
}

.eg-footer .footer_bg {
    position: absolute;
    bottom: 0;
    /*background: url(http://droitthemes.com/html/saasland/img/seo/footer_bg.png) no-repeat scroll center 0;*/
    /*background: url(../img/footer-bg.png) no-repeat scroll center 0;*/
    width: 100%;
    height: 270px;
    overflow: hidden;
}

    .eg-footer .footer_bg .footer_bg_one {
        background: url(https://1.bp.blogspot.com/-mvKUJFGEc-k/XclCOUSvCnI/AAAAAAAAUAE/jnBSf6Fe5_8tjjlKrunLBXwceSNvPcp3wCLcBGAsYHQ/s1600/volks.gif) no-repeat center center;
        width: 330px;
        height: 105px;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        left: 30%;
        -webkit-animation: loop 22s linear infinite;
        animation: loop 22s linear infinite;
    }

    .eg-footer .footer_bg .footer_bg_two {
        background: url(https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif) no-repeat center center;
        width: 88px;
        height: 100px;
        background-size: 100%;
        bottom: 0;
        left: 38%;
        position: absolute;
        -webkit-animation: loop 30s linear infinite;
        animation: loop 30s linear infinite;
    }

@-moz-keyframes loop {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes loop {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes loop {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}
/*--------------------------------------------------------------
# search filter bus list
--------------------------------------------------------------*/
.eg-custom-header {
    background-color: var(--brand-50);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 95px 0 35px;
}
/*.eg-custom-header .decoration-star {
    top: 0px;
    left: 0px;
    width: auto;
}
.eg-custom-header .decoration-star-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
}*/
.sidebar-filter-wapper .seat-flag-wrap {
    /*border: 1px solid red;*/
}

.sidebar-filter-wapper.card {
    /*background-color: #f4f3ef;*/
    border: none;
    box-shadow: none;
}

.meta-filter-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .meta-filter-wrapper a {
        border: 1px solid #888;
        border-radius: 3px;
        padding: 4px 10px;
        cursor: pointer;
        margin-right: 7px;
        color: #888;
        font-style: 12px;
        font-weight: 500;
    }

        .meta-filter-wrapper a:last-child {
            margin: 0;
        }

        .meta-filter-wrapper a:hover {
            border: 1px solid var(--brand-hover);
            background-color: var(--brand-hover);
            color: #fff;
            transition: all 0.5s;
        }

.toggle-heads .accordion-button,
.filter-heads .accordion-button {
    background-color: transparent;
    color: #1D1B19;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px 15px 0;
    cursor: pointer;
}

    .toggle-heads .accordion-button.collapsed::after,
    .filter-heads .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a3353c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .toggle-heads .accordion-button:not(.collapsed)::after,
    .filter-heads .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a3353c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .toggle-heads .accordion-button::after,
    .filter-heads .accordion-button::after {
        background-size: 14px;
    }

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.filter-container {
    border-bottom: 1px solid #ddd;
}

    .filter-container:last-child {
        border: none;
    }

.bus-list-item {
    padding: 10px;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
    margin-bottom: 20px;
}

    .bus-list-item:last-child {
        margin: 0;
    }

    .bus-list-item:hover {
        /*  -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);*/
    }

.bus-list-img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.bus-type-badge {
    background: var(--brand-50);
    border-radius: 2px;
    color: #1D1B19;
    font-weight: 400;
    font-size: 11px;
}

.bus-time-badge {
    background: #ddd;
    border-radius: 2px;
    color: #1D1B19;
    font-weight: 500;
    font-size: 11px;
}

.bus-item-content .card-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    /*padding-bottom: 5px;*/
    /*border-bottom: 1px solid #ddd;*/
}

    .bus-item-content .card-title a {
        color: #1D1B19;
    }

.bus-list-item:hover .card-title a {
    color: var(--brand);
}

.seat-count {
    font-size: 13px;
    margin-bottom: 2px;
}

.seat-progress-bar {
    height: 6px;
    background: #ddd;
    margin-bottom: 2px;
    border-radius: 5px;
}

.bg-progress-bar {
    background-color: var(--brand-hover);
    height: 6px;
}

.amneties-wrapper li {
    font-size: 12px;
    color: #1D1B19;
}

.price-action-wrapper {
    padding: 20px 8px;
}

.price-meta-wrapper {
    font-size: 18px;
    font-weight: 600;
    color: #1D1B19;
    text-align: center;
    margin-bottom: 10px;
}

.price-btn-wrapper {
    text-align: center;
}

    .price-btn-wrapper .btn {
        text-align: center;
        box-shadow: none;
        width: 100%;
    }

.price-border {
    border-left: 1px solid #ddd;
}

ul#customTabs {
    list-style-type: none;
    padding: 0;
    background: #f5f5f5;
    padding: 8px 10px;
    margin-top: 6px;
    margin-bottom: 0;
}

    ul#customTabs li {
        display: inline-block;
        background-color: transparent;
        border: none;
        padding: 4px 10px;
        margin-bottom: 0;
        color: #1D1B19;
        cursor: pointer;
        font-size: 13px;
        /*font-weight: 500;*/
    }

        ul#customTabs li:hover {
            background-color: rgba(6, 106, 201, 0.1);
        }

        ul#customTabs li.active {
            background-color: rgba(6, 106, 201, 0.1);
            color: #1D1B19;
        }

ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content-tab .tab-single-item {
    display: none;
}

    #content-tab .tab-single-item.active {
        display: block;
    }

/*.content-tab{
  background-color:#fff;
  width:100%;
  margin:0 auto;
  padding:15px 10px;
}
*/

.review-item {
    position: relative;
    border: 1px solid #e0e2e9;
    padding: 13px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.review-user-holder p {
    font-size: 12px;
    margin: 0;
}

.review-detail-text-wrapper {
    position: relative;
    display: block;
}

.review-text-top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviewer-name {
    font-size: 13px;
    font-weight: 500;
}

.review-text-bottom {
    font-size: 13px;
    margin: 0;
}

.count-wrap {
    background: var(--brand-50);
    border-radius: 2px;
    padding: 2px 4px;
}

    .count-wrap span {
        font-weight: 500;
        font-size: 12px;
        margin-right: -1px;
    }

.review-stars {
    position: relative;
    display: block;
}

    .review-stars i {
        position: relative;
        display: inline-block;
        color: var(--brand-hover);
        font-size: 10px;
    }

.boardDrop-tab .nav-link {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #1D1B19;
}

    .boardDrop-tab .nav-link.active {
        color: var(--brand-hover);
    }

.bd-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

    .bd-item:last-child {
        border: none;
        padding-bottom: 0;
        margin: 0;
    }

.bd-location-item {
    font-size: 13px;
}

.bd-seondary-location {
    font-size: 11px;
}


/*--------------------------------------------------------------
# Eg Auth Styles
--------------------------------------------------------------*/

.eg-auth-body {
    /*  min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    background-color: #fff;
    background: linear-gradient(#1a1a1a,var(--brand));
    position: relative;*/
    overflow-x: hidden;
}

    .eg-auth-body:before {
        content: "";
        margin-left: -48%;
        /*background-image: url(../images/bg-login-page.svg);*/
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.full-page-wrapper {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
}

.eg-signin-wrapper {
    /*  flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.side-content {
    background: url(https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    position: relative;
    width: 100%;
}

    .side-content:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--brand);
        opacity: 0.8;
    }

    .left-cover-wrapper,
    .side-content .text-wrapper {
        z-index: 2;
        position: relative;
    }

.left-cover-wrapper {
    padding-left: 30px;
}

.text-wrapper h1 {
    font-size: 42px;
    font-weight: 600;
    margin: 20px 0;
    color: #fff;
}

.text-wrapper h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-hover);
    text-transform: uppercase;
}

.slide-content {
    width: 100%;
}

.login-logo img {
    width: 110px;
}

.auto-form-wrapper {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
}

.eg-card-signin {
    /* border: 1px solid #ddd;
    width: 350px;
    padding: 30px 27px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;*/
}

.auto-form-wrapper form {
    min-width: 360px;
    max-width: 480px;
    /*border: 1px solid #ddd;*/
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}

.eg-logo {
    font-weight: 600;
    font-size: 28px;
    text-transform: lowercase;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    position: relative;
}

.eg-signin-header h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1a3353;
}

.eg-signin-footer p {
    font-size: 11px;
    font-weight: 600;
    color: #7987a1;
}

.page-auth-btn {
    padding: 11px 20px;
}

.eg-signin-footer a {
    color: #1c273c;
}

    .eg-signin-footer a:hover {
        color: var(--brand-hover);
    }

.auto-form-wrapper .footer-text {
    font-size: 13px;
    margin-bottom: 0;
}

.auto-form-wrapper .auth-footer {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    padding-left: 0;
    margin-bottom: 0;
}

    .auto-form-wrapper .auth-footer li {
        margin-right: 10px;
        line-height: 1;
        padding-right: 10px;
        border-right: 1px solid #6c757d;
    }

        .auto-form-wrapper .auth-footer li:last-child {
            margin-right: 0;
            border-right: none;
        }

        .auto-form-wrapper .auth-footer li a {
            font-size: 11px;
            color: #6c757d;
        }

.account-user-avatar img {
    width: 43px;
    height: 43px;
}

.field-icon {
    background: none;
    border: none;
    color: #72757a;
    position: absolute;
    right: 0.15em;
    top: 2.15em;
    z-index: 9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    /*float: right;*/
    font-size: 14px;
}
/*--------------------------------------------------------------
# Seat layout
--------------------------------------------------------------*/
/*--seat layout new design styles--*/
/**! start of seat layout user **/

.seat-book-details .bus-frame {
    width: 255px;
}

.seats-layout {
    padding-left: 30px;
}

.screen-section {
    padding-left: 25px;
}

.seat-num {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    /*display: flex;*/
}

    .seat-num li {
        display: inline-block;
        width: 30px;
        margin: 2px;
    }

        .seat-num li:nth-child(2) {
            margin-right: 25px
        }

        .seat-num li a {
            display: inline-block;
            padding: 0 4.3px;
        }

.seat-number {
    margin-bottom: 5px;
    /*display: flex;*/
    padding: 0
}

    .seat-number li {
        display: inline-block;
        width: 40px;
        border: 1px dotted #ddd;
        /*margin: 2px;*/
        border-radius: 3px;
    }

        .seat-number li:first-child {
            /* left: 25px;
    width: unset;
    border: none;*/
        }

        .seat-number li:nth-child(2) {
            margin-right: 40px;
        }

    .seat-number:last-child li:nth-child(2) {
        margin-right: 0;
    }

.seat-status {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .seat-status .avaible-seats {
        padding-left: 30px;
        min-width: 100px;
    }

        .seat-status .avaible-seats figure {
            left: 0px;
        }

    .seat-status .selected-seats {
        padding-left: 30px;
        min-width: 100px;
    }

        .seat-status .selected-seats figure {
            left: 0px;
        }

    .seat-status .unavaible-seats {
        padding-left: 30px;
        min-width: 100px;
    }

        .seat-status .unavaible-seats figure {
            left: 0px;
        }

.seatselection-section {
    /*padding-left: 25px;*/
}

.seat {
    display: block;
    position: relative;
    height: 24px;
    width: 25px;
    border: 1px solid;
    margin: 4px 7px 7px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #1D1B19;
    line-height: 22px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .seat:active {
        border-color: orange;
        background-color: orange;
        transform: scale(0.9);
    }

    .seat:before {
        content: "";
        height: 15px;
        width: 33px;
        display: block;
        border: 2px solid;
        border-top: 0;
        position: absolute;
        bottom: -5px;
        left: -5px;
    }

    .seat.available {
        border-color: #ddd;
        background-color: #ddd;
    }

        .seat.available:before {
            border-color: #ddd;
        }

    .seat.unavailable {
        transform: none;
        cursor: not-allowed;
        border-color: #b5b5b5;
        background-color: #b5b5b5;
    }

        .seat.unavailable:before {
            border-color: #b5b5b5;
        }

    .seat.sold {
        transform: none;
        cursor: not-allowed;
        border-color: #db1112;
        background-color: #db1112;
    }

        .seat.sold:before {
            border-color: #db1112;
        }

    .seat.booked {
        transform: none;
        border-color: var(--brand-hover);
        background-color: var(--brand-hover);
    }

        .seat.booked:before {
            border-color: var(--brand-hover);
        }

    .seat:after {
        content: "";
        position: absolute;
        width: 85%;
        height: 85%;
        top: 1px;
        left: 50%;
        transform: translate(-50%, 0%);
        background: rgba(255, 255, 255, 0.4);
        border-radius: 3px;
    }

    .seat.selected {
        border-color: #12b14c;
        background-color: #12b14c;
    }

        .seat.selected:before {
            border-color: #12b14c;
        }

.side-name {
    margin: 10px 15px 5px;
}

    .side-name span {
        font-size: 11px;
        font-weight: 500;
    }

        .side-name span:first-child {
            text-align: right;
        }

.card-header .seat-flag-wrap {
    font-size: 11px;
    font-weight: 500;
}

.card-header .seat-index .seat {
    height: 10px;
    width: 11px;
    cursor: pointer;
    pointer-events: none;
}

    .card-header .seat-index .seat:before {
        width: 17px;
        left: -4px;
        bottom: -4px;
        height: 7px;
    }

.seat-flag-wrap {
    font-size: 12px;
}

.seat-index .seat {
    height: 13px;
    width: 14px;
    cursor: pointer;
    pointer-events: none;
    border-radius: 0;
}

    .seat-index .seat:before {
        width: 20px;
        left: -4px;
        bottom: -4px;
        height: 7px;
    }


/**end of new seat re-changes layout-*/

/*--------------------------------------------------------------
# Breadcumb
--------------------------------------------------------------*/
.breadcumb-wrapper .page-title {
    font-weight: 600;
    font-size: 16px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

    .breadcrumb .breadcrumb-item {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 15px;
        color: #968e7e;
        font-size: 12px;
        font-weight: 500;
    }

        .breadcrumb .breadcrumb-item a {
            color: var(--brand-hover);
        }

.sticky-right-sidebar {
    position: sticky;
    top: 90px;
}

.side-list-item {
    display: block;
    padding-bottom: 8px;
}

    .side-list-item:last-child {
        padding-bottom: 0;
    }

.card-header {
    padding: 15px 18px;
    background-color: transparent;
}

.card .card-title {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.title-header-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.title-header {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.title-line-title {
    font-size: 16px;
    font-weight: 500;
}

.title-header:after {
    content: "";
    height: 2px;
    width: 110px;
    background-color: var(--brand);
    position: absolute;
    left: 0;
    bottom: -16px;
}

.heading-elements {
    position: absolute;
    right: 1.7rem;
    line-height: 0;
    cursor: pointer;
}

.fare-title {
    color: #1D1B19;
}

.qr-wrapper img {
    height: 110px;
    width: 110px;
}

.ticket-logo-wrapper img {
    object-fit: cover;
    object-position: top;
    height: 80px;
    width: 80px;
    border-radius: 3px;
}

.ticket-date,
.ticket-number {
    font-size: 15px;
    font-weight: 500;
}
/*--------------------------------------------------------------
# User Dashboard Styles
--------------------------------------------------------------*/

.user-dashboard {
    height: 100%;
    min-height: 50vh;
    display: flex;
    /*display: table;*/
    margin: 20px 0;
}

.left-menu-wraper {
    vertical-align: top;
    display: table-cell;
    height: 100%;
    border: 1px solid rgba(0,0,0,.125);
}

.right-dash-content-wrapper {
    width: 100%;
    padding: 20px 20px;
    vertical-align: top;
    display: table-cell;
    height: 100%;
    border: 1px solid rgba(0,0,0,.125);
    margin-left: 25px;
}

.user-sidebar-navigation {
    width: 285px;
}

.inner-menu-wrap {
    padding: 10px 20px 10px;
    height: 100%;
    overflow: auto;
}

.navbar-sidenav .nav-item .nav-link {
    margin: 3px 0;
}

.navbar-sidenav .nav-link i {
    margin-right: 6px;
    font-size: 15px;
}

.navbar-sidenav .nav-link {
    color: #1D1B19;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
    border-radius: 3px;
}

.navbar-sidenav .active .nav-link {
    color: #1D1B19;
    background-color: var(--brand-50);
}

.navbar-sidenav .nav-link:hover {
    color: #1D1B19;
    background-color: var(--brand-50);
    transition: all 0.3s ease 0s;
}

.navbar-sidenav .nav-item:hover .nav-link:after,
.navbar-sidenav .nav-item.active .nav-link:after {
    float: right;
    content: '\f105';
    font-family: 'FontAwesome';
    display: none;
}

.profile-user-name {
    color: #1D1B19;
    font-weight: 500;
}

.profile-info {
    border-bottom: 1px solid #E0E0E0;
}

    .profile-info img {
        height: 70px;
        width: 70px;
        object-fit: cover;
        object-position: top;
    }

.profile-user-name img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    object-position: top;
}

.profile-detailed-info img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    object-position: top;
}

.profile-detailed-info .user-meta {
    font-size: 14px;
    margin-bottom: 5px;
}

.profile-detailed-info .profile-user-name {
    color: #1D1B19;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.user-meta {
    color: #72757a;
    font-size: 13px;
    font-weight: 400;
}

.list-item-bordered {
    border-bottom: 1px solid #dee2e6;
}

    .list-item-bordered:last-child {
        border: none;
    }

.bus-trip-list-wrapper .bus-list-img img {
    height: 90px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.bus-trip-list-wrapper .ticket-number,
.bus-trip-list-wrapper .ticket-date {
    font-size: 12px;
}

.bus-trip-list-wrapper .price-meta-wrapper {
    font-size: 13px;
    margin-bottom: 0;
}

.list-search-wrapper form {
    position: relative;
}

.list-search-wrapper input {
    position: relative;
}

.list-search-wrapper .list-search-btn {
    position: absolute;
    right: 0;
    top: 3px;
    background: transparent;
    color: var(--brand);
    border: none;
    box-shadow: none;
}

.page-link {
    color: #1D1B19;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #CCC5B9;
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--brand);
    border-color: var(--brand);
}


.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    padding: 8px 0 5px;
    margin: 10px 0;
}

.single-faq-holder .expanded-desc {
    padding: 5px 0 5px 0;
}

.faq-title-main {
    display: inline-block;
    float: left;
    font-size: 16px;
    /*font-weight: 500;*/
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: var(--brand);
}

.accordion-button[aria-expanded="true"]::after {
    content: '\f107';
    background-image: none;
    transform: none;
}

.accordion-button:after {
    content: '\f105';
    font-family: fontawesome;
    right: 2px;
    top: 5px;
    color: #021a32;
    position: absolute;
    background-image: none;
}

.acco


@media screen and (min-width: 1900px) {
    .left-cover-wrapper {
        padding-left: 70px;
    }

    .text-wrapper h1 {
        font-size: 55px;
    }

    .text-wrapper h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 992px) {
    .user-dashboard {
        display: block;
        height: auto;
        margin-top: 20px;
    }

    .user-sidebar-navigation {
        width: 100%;
    }

    .left-menu-wraper {
        display: inherit;
        height: auto;
        /*border: none;*/
    }

    .right-dash-content-wrapper {
        padding: 25px 10px;
        display: inherit;
        margin-left: 0;
    }

    .navbar-nav.navbar-sidenav {
        max-width: 100%;
        display: inline-flex;
        vertical-align: top;
        overflow-x: scroll;
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: inherit;
    }

    .navbar-sidenav .nav-item {
        float: left;
        width: auto;
        white-space: nowrap;
    }

    .navbar-sidenav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .user-meta {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .navbar-collapse {
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

    .eg-decor {
        display: none;
    }

    .hero-head {
        font-size: 30px;
    }

    .about-title {
        font-size: 32px;
    }

    section {
        padding: 20px 0;
    }

    .left-content-holder {
        padding-bottom: 25px;
    }

    .right-multi-feature-wrapper {
        padding: 60px 18px;
    }

    .app-image-wrapper img {
        margin-top: 0;
    }

    .cta-content-wrapper h2 {
        font-size: 32px;
    }

    .download-actions-wrapper .app-action {
        margin: 8px 0;
        display: inline-block;
    }

    .cta-content-wrapper,
    .download-actions-wrapper {
        text-align: center;
    }

    .section-title {
        font-size: 30px;
    }

    .partner-logo {
        margin: 10px 0;
    }

    .price-border {
        border-top: 1px solid #ddd;
        border-left: none;
    }

    .price-action-wrapper {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 567px) {
    .subheading {
        font-size: 15px;
    }

    .hero-head {
        font-size: 25px;
    }

    .search-form-wrapper {
        padding: 20px 10px;
    }
}

/*--------------------------------------------------------------
# End Styles
--------------------------------------------------------------*/


/* ============================================
   Nepali Date Picker (NDP) FIX + Brand Theme
   - Fix broken/split table layout caused by global CSS
   - Match logo color: #124C40
   NOTE: No positioning rules here (JS/plugin controls top/left)
   ============================================ */
/* ==============================
   Nepali Datepicker – Final Brand Style
   Brand: #124C40
   ============================== */

:root {
    --ndp-brand: #124C40;
    --ndp-brand-dark: #0e3d33;
    --ndp-light: #f2f9f7;
    --ndp-border: rgba(18,76,64,.25);
    --ndp-shadow: 0 20px 45px rgba(0,0,0,.18);
}

/* Container wider */
#ndp-nepali-box {
    width: 400px !important; /* wider */
    min-width: 400px !important;
    background: #fff !important;
    border-radius: 16px !important;
    border: 1px solid var(--ndp-border) !important;
    box-shadow: var(--ndp-shadow) !important;
    overflow: hidden !important;
}

    /* Reset broken table layout */
    #ndp-nepali-box table {
        width: 100% !important;
        table-layout: fixed !important;
        border-collapse: separate !important;
        border-spacing: 8px !important;
    }

    #ndp-nepali-box tr {
        display: table-row !important;
    }

    #ndp-nepali-box td,
    #ndp-nepali-box th {
        display: table-cell !important;
    }

    /* ================= HEADER ================= */

    #ndp-nepali-box .ndp-header {
        background: var(--ndp-brand) !important;
        color: #fff !important;
        padding: 12px !important;
    }

    /* FIX BLUE ARROWS */
    #ndp-nepali-box .ndp-prev,
    #ndp-nepali-box .ndp-next {
        background: rgba(255,255,255,.15) !important;
       
    }

    /* Override blue chevron color */
    #ndp-nepali-box .ndc-chevron {
        border-color: #fff !important; /* arrow lines */
    }

    /* Hover arrow */
    #ndp-nepali-box .ndp-prev:hover,
    #ndp-nepali-box .ndp-next:hover {
        background: rgba(255,255,255,.25) !important;
    }

    /* Month/year dropdown */
    #ndp-nepali-box select {
        background: rgba(255,255,255,.18) !important;
        color: #fff !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 4px 8px !important;
    }

    /* ================= DAYS ================= */

    #ndp-nepali-box .ndp-days th {
        font-weight: 700 !important;
        font-size: 13px !important;
        color: var(--ndp-brand-dark) !important;
        padding-bottom: 6px !important;
    }

    /* Square date boxes */
    #ndp-nepali-box td {
        background: var(--ndp-light) !important;
        border: 1px solid rgba(18,76,64,.15) !important;
        border-radius: 10px !important;
        width: 42px !important;
        height: 42px !important;
        text-align: center !important;
        vertical-align: middle !important;
    }

        #ndp-nepali-box td a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 42px !important;
            height: 42px !important;
            border-radius: 10px !important;
            font-weight: 600 !important;
            text-decoration: none !important;
            color: #111 !important;
        }

        /* Hover */
        #ndp-nepali-box td:hover {
            background: rgba(18,76,64,.12) !important;
            border-color: var(--ndp-brand) !important;
        }

        /* Current */
        #ndp-nepali-box td.ndp-current {
            background: rgba(18,76,64,.18) !important;
            border-color: var(--ndp-brand) !important;
        }

        /* Selected */
        #ndp-nepali-box td.ndp-selected {
            background: var(--ndp-brand) !important;
            border-color: var(--ndp-brand) !important;
        }

            #ndp-nepali-box td.ndp-selected a {
                color: #fff !important;
            }

        /* Remove empty cell styling */
        #ndp-nepali-box td:empty {
            background: transparent !important;
            border: 0 !important;
        }

        /* ===== NDP force perfect squares (fix oval/rectangle issue) ===== */
        #ndp-nepali-box td,
        #ndp-nepali-box td.ndp-date,
        #ndp-nepali-box td.ndp-current,
        #ndp-nepali-box td.ndp-selected {
            width: 44px !important;
            height: 44px !important;
            padding: 0 !important;
            border-radius: 10px !important;
            overflow: hidden !important;
        }

            #ndp-nepali-box td a,
            #ndp-nepali-box td.ndp-date a,
            #ndp-nepali-box td.ndp-current a,
            #ndp-nepali-box td.ndp-selected a {
                width: 44px !important;
                height: 44px !important;
                padding: 0 !important;
                margin: 0 !important;
                line-height: 44px !important;
                border-radius: 10px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }

    /* If plugin marks "week row" or adds class on TR, prevent stretching */
    #ndp-nepali-box tr,
    #ndp-nepali-box tbody tr {
        height: auto !important;
    }

    /* Keep selected/current same square shape */
    #ndp-nepali-box td.ndp-selected {
        background: #124C40 !important;
        border-color: #124C40 !important;
    }

        #ndp-nepali-box td.ndp-selected a {
            color: #fff !important;
        }

    #ndp-nepali-box td.ndp-current {
        background: rgba(18,76,64,.18) !important;
        border-color: rgba(18,76,64,.35) !important;
    }