@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import "bootstrap.min.css";
@import "bs-select.css";
@import "fontawesome.css";
@import "lightpick.css";
@import "timepicker.css";
@import "ion.rangeSlider.min.css";
@import "swiper-bundle.min.css";
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 300;
}

p {
    color: #444;
    margin-bottom: 10px;
    font-weight: 300;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a:hover,
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #3c95ef;
}

b,
strong {
    font-weight: 700;
}

section {
    padding: 50px 0;
}

.btn {
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

.cta-secondary {
    border-radius: 5px;
    background-color: #F7B617;
    color: #fff;
}

.cta-secondary:hover {
    color: #fff;
    background-color: rgba(245, 183, 26, 0.7);
}

.btn:focus {
    box-shadow: none;
}

.cta-primary {
    background-color: #27A542;
    color: #ffff;
}

.cta-primary:hover {
    background-color: #27A542;
    color: #fff;
}

.cta-outline-primary {
    border: 1px solid #27A542;
    color: #27A542;
}

.cta-outline-primary:hover {
    color: #fff;
    background-color: #27A542;
}

.form-group {
    margin-bottom: 12px;
}

.form-control {
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 6px;
}

hr {
    border-color: #c8c8c8;
    margin: 15px 0;
}

.m30 {
    margin: 30px 0;
}

.asterisk {
    color: #f30e0e;
}


/* HEADER CSS */

header {
    transition: all 1s;
}

.sticky header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 7;
}

.sticky {
    padding-top: 60px;
}

header .navbar-brand {
    margin: 0;
    padding: 9px 9px 9px 0;
    background-color: #fff;
    position: relative;
    margin-right: 100px;
}

header .navbar-brand:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 30px;
    margin-top: -30px;
}

header .navbar-brand img {
    height: 42px;
}

header .navbar-expand-md .navbar-nav .nav-item {
    margin: 0 23px;
    position: relative;
}

header .navbar-expand-md .navbar-nav .nav-link {
    font-size: 1em;
    color: #fff;
    padding: 16px 0;
}

header .right-links li.language i,
header .navbar-expand-md .navbar-nav .nav-link i {
    font-size: 12px;
    margin-left: 5px;
}

header .navbar {
    background-color: #27A542;
}

header .container,
header {
    position: relative;
}

header:after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #27A542 50%, #fff 50%);
    content: '';
    right: 0;
    position: absolute;
    top: 0;
}

header .container {
    z-index: 1;
}

header .right-links {
    display: flex;
    align-items: center;
}

header .right-links li.language a.drop-lang {
    color: #ffff;
    font-size: 16px;
    padding: 16px 0;
    display: inline-flex;
    align-items: center;
}

header .right-links li .user-avatar {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/user-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

header .right-links li {
    display: flex;
    align-items: center;
}

.right-links li:after {
    content: '';
    background-color: #fff;
    display: inline-block;
    width: 1px;
    height: 30px;
    margin: 0 15px;
}

.right-links li:last-child:after {
    content: none;
}

header .right-links li.language i.fa-globe {
    margin-right: 10px;
    font-size: 21px;
}

header .right-links {
    padding: 0 15px;
}

.dropdown-links a {
    font-size: 14px;
    line-height: 1.857;
    display: block;
    color: #444;
    padding: 0.5px 15px;
    border-left: 3px solid transparent;
    white-space: nowrap;
}

.dropdown-links a:hover,
.dropdown-links a.active {
    border-left: 3px solid #F7B617;
    color: #F7B617;
}

header .right-links .language .dropdown-menu li a {
    padding: 5px 15px;
    color: #444444;
}

header .right-links .language .dropdown-menu li a:hover {
    color: #F7B617;
}

header .right-links .language .dropdown-menu li a img {
    width: 15px;
}

header .right-links .language .dropdown-menu li a span {
    display: inline-block;
    margin-right: 10px;
}


/* HEADER END */


/* SEARCH SECTION START */

.search-main {
    padding: 219px 0 22px;
    background-color: #27A542;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: top center;
}

.search-main h1 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.search-main .form-control {
    height: 43px;
    font-size: 16px;
}

.search-main .form-control::placeholder {
    color: #919190;
}

.search-card {
    padding: 11px 23px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.search-card .cta-secondary {
    height: 43px;
}

.search-type {
    margin-bottom: 14px;
}

.search-type .custom-control {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 0;
}

.search-type .custom-radio label {
    font-size: 16px;
    color: #444444;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.search-type .custom-control-labelcustom-control-label::before {
    width: 24px;
    height: 24px;
    top: auto;
    position: relative;
    left: auto;
    margin-right: 10px;
}

.custom-control-label {
    cursor: pointer;
}

.search-type .custom-control-label::after {
    content: none;
}

.search-type .custom-control-input:checked~.custom-control-label::before {
    background-color: #27A542;
    box-shadow: inset 0px 0px 0px 6px #fff;
}

.search-type .custom-control-label::before {
    position: relative;
    top: auto;
    left: 0;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #27A542;
    background-color: #27A542;
}

.col-group {
    position: relative;
}

.search-type .form-control {
    height: 43px;
    border-color: #c8c8c8;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.col-group .col:first-child .left-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.col-group .col:first-child .left-field#select-date {
    border-radius: 6px;
}

.col-group input.right-field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.col-group {
    position: relative;
}

.col-group .icon-round-trip {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 26px;
    top: 51px;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 6;
}

.col-group .icon-round-trip img {
    height: 26px;
    transition: all 0.5s;
}

.icon-round-trip.rotate img {
    transform: rotate(180deg);
}

.il-to,
.il-from,
.ir-field,
.il-field {
    position: relative;
}

.ir-field .form-control {
    padding-left: 40px;
    background-image: url(../images/calendar.svg);
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.il-to .form-control {
    padding-left: 56px;
    background-image: url(../images/bus-to.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.il-from .form-control {
    padding-left: 47px;
    background-image: url(../images/bus-from.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.search-card label {
    margin-bottom: 5px;
}

.il-field span.clock-icon {
    width: 45px;
    border-left: 1px solid #c8c8c8;
    height: 43px;
    text-align: center;
    position: absolute;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0;
    pointer-events: none;
    font-size: 22px;
    color: #c8c8c8;
}

.passenger {
    border: 1px solid #c8c8c8;
    height: 43px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    color: #919190;
    border-radius: .25rem;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 19px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.passenger img {
    height: 20px;
}

.passenger span {
    margin: 0 5px;
}

.search-card .dropdown .dropdown-menu {
    min-width: 350px;
    padding: 15px;
}

.search-card .dropdown .dropdown-menu.dropdown-menu-center {
    right: auto;
    top: 50px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0) !important;
}

.search-card .dropdown .dropdown-menu ul li {
    display: flex;
}

.search-card .dropdown .dropdown-menu ul li p,
.search-card .dropdown .dropdown-menu ul li h4 {
    margin: 0;
}

.search-card .dropdown .dropdown-menu .counter-spin {
    display: flex;
    align-items: center;
}

.search-card .dropdown .dropdown-menu .counter-spin span {
    margin: 0 5px;
    cursor: pointer;
}

.search-card .dropdown .dropdown-menu .counter-spin .form-control {
    width: 50px;
    height: 44px;
    text-align: center;
    padding: 0;
}

.search-card .dropdown .dropdown-menu ul li {
    padding: 12px 0;
    border-bottom: 1px solid #c8c8c8;
}

.search-card .dropdown .dropdown-menu ul li:last-child {
    border-bottom: none;
}

.wrapper {
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.overlay-show .overlay {
    opacity: 1;
    visibility: visible;
}


/* VOUCHER CSS */

.voucher {
    padding: 52px 0;
}

.voucher .media {
    padding: 24px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.voucher a {
    color: #444;
}

.voucher h3 {
    color: #444;
    margin: 0;
}


/* HOW WORKS START  */

.how-works {
    padding-bottom: 52px;
}

.how-works .no-gutters {
    margin: 0 -10px;
}

.how-works .no-gutters [class*="col-"] {
    padding: 0 10px;
}

.card-work {
    text-align: center;
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 5px;
    padding: 24px 17px;
}

.card-work .icon {
    margin-bottom: 12px;
}

.how-works .icon img {
    height: 42px;
}

.card-work a {
    color: #27A542;
}

.card-work p {
    margin-bottom: 15px;
    font-size: 14px;
}

.card-work a span {
    color: #464646;
}


/*  */

.card-box {
    background-color: #F7B617;
    border-radius: 4px;
    padding: 55px 40px;
    color: #fff;
    text-align: center;
}

.card-box h4 {
    font-size: 18px;
    line-height: 30px;
}


/* ADS */

.card-ad {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    text-transform: uppercase;
}


/* FOOTER */

footer {
    padding: 50px 0 0;
    border-top: 1px solid #c8c8c8;
}

footer h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.social-links {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 -4px;
}

.social-links li {
    padding: 0 4px;
}

.social-links li a {
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.social-links li a:hover {
    background-color: #27A542;
}

.quick-links li a {
    font-size: 14px;
    color: #444444;
    font-weight: 300;
    line-height: 1.714;
    text-align: left;
    z-index: 9;
}

.quick-links li a:hover {
    color: #27A542;
}

.copyright-text {
    padding: 10px;
}

.copyright-text {
    margin: -1px 0 0;
    background-color: #27A542;
    color: #fff;
    font-size: 16px;
}

.copyright-text a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.shape-footer {
    margin-top: 70px;
}

.modal .modal-dialog.modal-right {
    right: 0;
}

.modal .modal-full-height .modal-content {
    width: 100%;
}

.modal .modal-full-height {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: auto;
    min-height: 100%;
    margin: 0;
}

.modal-dialog.modal-full-height {
    max-width: 500px;
    width: 100%;
}

.modal.fade.right:not(.show) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal-help-header {
    background-color: #27A542;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 3px 5.95px 1.05px rgba(0, 0, 0, 0.2);
}

.modal-help-header .home__icon {
    height: 28px;
}

.modal-help-header .close {
    opacity: 1;
}

.modal-help-header .close img {
    height: 19px;
}

.modal-help-header h5 {
    margin: 0;
    color: #fff;
}

#modal-help .modal-body {
    padding: 37px 40px;
    flex: 1;
}

#modal-help .modal-footer {
    justify-content: center;
    border: none;
    padding-bottom: 65px;
}

.search-wrapper {
    background-color: #27A542;
    padding: 33px 17px;
}

.search-wrapper .form-control {
    height: 42px;
    padding-left: 55px;
}

.search-field {
    position: relative;
    flex: 1;
}

.search-field .search-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
    height: 27px;
}

#modal-help .modal-body h3 {
    margin: 24px 0;
    font-size: 18px;
    color: #868686;
}

#modal-help .cta-outline-primary {
    font-size: 15px;
    font-weight: 300;
}

#modal-help .cta-outline-primary i {
    margin-right: 3px;
}

#modal-help .modal-footer .btn {
    border-radius: 6px;
    min-width: 250px;
    height: 55px;
    font-size: 22px;
}

.search-result-main {
    padding: 30px 12px 0;
}

.search-result-main .search-card {
    border: 1px solid #c8c8c8;
    padding-bottom: 20px;
}

.search-result-main .form-control {
    height: 43px;
}

.filter-container {
    padding-top: 15px;
}

.sidebar-filter label {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    margin: 0;
}

.sidebar-filter .title__filter {
    display: flex;
    align-items: center;
}

.sidebar-filter .title__filter .rest-list {
    margin-left: auto;
}

.sidebar-filter .bootstrap-select,
.sidebar-filter .dropdown-toggle {
    width: 100%;
}

.sidebar-filter {
    padding-right: 15px;
    border-right: 0.5px solid #c8c8c8;
}

.sidebar-filter .bootstrap-select .btn-light {
    background-color: transparent;
    border: 0.5px solid #c8c8c8;
    height: 36px;
    font-size: 16px;
    color: #444444;
}

.sidebar-filter .filter-card {
    margin-top: 30px;
}

.sidebar-filter .filter-card h4 {
    font-weight: 400;
}

.sidebar-filter .title__filter a,
.sidebar-filter .title__filter h4 {
    margin: 0;
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

.sidebar-filter .title__filter a {
    font-weight: 300;
}

.sidebar-filter .filter-list {
    margin-top: 5px;
}

.checkbox-style:checked+.checkbox-style-3-label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    background: #3c95ef;
    color: #FFF;
    font-size: 8px;
    border: 1px solid #3c95ef;
}

.radio-style:checked+.radio-style-3-label:before {
    border-radius: 50%;
    border: 1px solid #3c95ef;
    background: #3c95ef;
    box-shadow: inset 0 0 0 2px #fff;
}

.checkbox-style-3-label:before,
.radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 1px solid #cfcfcf;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
    border-radius: 3px;
    padding: 0.45px 0.7px;
}

.radio-style-3-label:before {
    border-radius: 50%;
}

.sidebar-filter .checkbox-style-3-label {
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.sidebar-filter .checkbox-style-3-label span {
    flex: 1;
}

.checkbox-style,
.radio-style {
    opacity: 0;
    position: absolute;
}

.checkbox-style,
.radio-style,
.checkbox-style-3-label,
.radio-style-3-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.sidebar-filter .option-action {
    display: flex;
    align-items: center;
}

.sidebar-filter .option-action li {
    position: relative;
    line-height: 20px;
}

.sidebar-filter .option-action li:after {
    content: "|";
    font-size: 20px;
    margin: 0 10px;
    color: #c8c8c8;
}

.sidebar-filter .option-action li:last-child:after {
    content: none;
}

.sidebar-filter .option-action li a {
    color: #68c7e7;
    font-size: 14px;
}

.title-card {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #444444;
}

.title-card img {
    height: 11px;
}

.card-result .calender-search {
    display: flex;
    margin: 0 2.5px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
    overflow: visible;
    position: relative;
}

.card-result .calender-search li {
    flex: 1;
    margin: 0 2.5px -1px;
    padding-bottom: 6px;
}

.card-result .calender-search li:first-child {
    margin-left: 0;
}

.card-result .calender-search li:last-child {
    margin-right: 0;
}

.card-result .calender-search li a {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 5px;
    height: 36px;
}

.card-result .calender-search li.previous-date,
.card-result .calender-search li.next-date {
    width: 36px;
    height: 36px;
    flex: initial;
}

.card-result .calender-search li.active a {
    font-size: 20px;
    border: none;
}

.card-result .calender-search li.active {
    border: 1px solid #c8c8c8;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.card-result .calender-search {
    border-bottom: 1px solid #c8c8c8;
}

.card-result {
    margin-top: 40px;
}

.filter-head {
    font-size: 14px;
}

.filter-result-body .operator-name h4,
.filter-result-body .operator-name p {
    margin: 0;
}

.bus_price strong,
.time-bus strong {
    font-weight: 400;
}

.filter-result-body .operator-name h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.filter-result-body .operator-name p {
    font-size: 16px;
    font-weight: 300;
}

.filter-result-body .operator-name img {
    margin: 0 auto;
    display: block;
}

.filter-result-body .table tr td {
    padding: 0;
    border: none;
}

.station-name {
    position: relative;
    padding-left: 15px;
    margin-left: 10px
}

.station-name:before {
    display: inline-block;
    top: 12px;
    left: 0;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    background: #8b8b8b;
    content: "";
    position: absolute;
}

.station-name:after {
    display: block;
    position: absolute;
    top: -.6875em;
    bottom: -.6875em;
    left: 4px;
    width: 1px;
    background: #8b8b8b;
    content: "";
    z-index: 0;
}

.filter-result-body .table tr:last-child .station-name:after {
    bottom: calc(100% - 12px);
}

.filter-result-body .table tr .station-name:after {
    top: 12px;
}

.filter-result-body .table tr:last-child .station-name:after {
    bottom: calc(100% - 12px);
}

.filter-result-body .table tr:first-child .station-name:before {
    background-color: #fff;
    z-index: 1;
}

.services_bus {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.services_bus li {
    padding: 0 6px;
}

.services_bus li img {
    height: 11px;
    cursor: pointer;
}

.action_cart .btn {
    font-size: 14px;
    font-weight: 300;
    padding: 4px;
    height: 29px;
    min-width: 100%;
}

.action_cart span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    color: #e04006;
}

.filter-result-body .result-card {
    padding: 12px 5px;
    border-top: 1px solid #dedede;
}

.filter-result-body .result-card:nth-child(odd) {
    background-color: #f7f7f7;
}

.booking-cart {
    border-width: 0.5px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 7px;
}

.booking-cart .title-booking-card {
    margin: 0;
    font-size: 22px;
    color: #444444;
    padding: 10px;
    border-bottom: .5px solid #c8c8c8;
}

.booking-cart .booking_card_body {
    padding: 10px;
}

.booking-cart .booking_card_body h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
}

.ticker__price strong {
    font-weight: 400;
}

.station-book li {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
}

.station-book {
    margin-bottom: 10px;
}

.station-book li:before {
    content: '';
    display: inline-block;
    background: #fff;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #8b8b8b;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 3px;
}

.station-book li:last-child:before {
    background: #8b8b8b;
}

.station-book {
    position: relative;
}

.station-book:after {
    width: 1px;
    content: '';
    height: 50%;
    position: absolute;
    top: 23%;
    left: 4px;
    background: #8b8b8b;
    z-index: 0;
}

.passager-info .media {
    align-items: center;
}

.passager-info .media-body h4 {
    font-weight: 300;
    font-size: 14px;
}

.passager-info p {
    font-size: 14px;
    line-height: 16px;
}

.q-info {
    color: #77C043;
    cursor: pointer;
}

.vouceher-card {
    padding: 10px;
}

.vouceher-card .input_group {
    display: flex;
    height: 25px;
}

.vouceher-card .input_group .btn,
.vouceher-card .input_group .form-control {
    height: 25px;
}

.vouceher-card .input_group .btn {
    font-size: 14px;
    margin-left: 9px;
    min-width: auto;
    padding: 0 8px;
    font-weight: 400;
    min-width: 71px;
    border-radius: 5px;
}

.footer__cart {
    padding: 10px;
    text-align: center;
}

.footer__cart p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.footer__cart .btn {
    width: 100%;
    line-height: 14px;
    font-size: 16px;
    height: 48px;
    line-height: normal;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-links .left-footer-links a {
    font-size: 18px;
    color: #444444;
}

.footer-links .right-footer-link p a,
.footer-links .right-footer-link p {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
}

.footer-links .right-footer-link p a:hover {
    color: #F7B617;
}

.footer2 {
    padding: 30px 0;
    background-color: #f7f7f7;
}

.filter-card .irs--big .irs-bar {
    background-color: #F7B617;
    border: 1px solid #F7B617;
    background: #F7B617;
    box-shadow: none;
    height: 7px;
}

.filter-card .irs--big .irs-handle {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    background: #fff;
    box-shadow: none;
    top: 22px;
    height: 26px;
    width: 26px;
}

.irs--big {
    top: 2px;
}

.filter-card .irs--big .irs-from {
    left: 24px !important;
}

.filter-card .irs--big .irs-to {
    right: 0 !important;
    left: auto !important;
}

.filter-card .irs--big .irs-from,
.filter-card .irs--big .irs-to,
.filter-card .irs--big .irs-single {
    padding: 0;
    background-color: transparent;
    background: transparent;
    color: #444;
    font-size: 14px;
}

.range_picker {
    position: relative;
}

.range_picker .day {
    color: #444;
    font-size: 14px;
    position: absolute;
    left: 0;
}

.filter-card .irs--big .irs-line {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    box-shadow: none;
    height: 7px;
}

.filter-card .irs--big .irs-single {
    left: 14% !important;
}

.bootstrap-select>.dropdown-toggle {
    min-width: 100%;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    border-radius: 6px;
    font-weight: 300;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.bootstrap-select>.dropdown-toggle:focus {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #000;
}

.bootstrap-select>.dropdown-toggle:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    color: #444;
    font-size: 12px;
    border: none;
}

.dropdown-item.active,
.dropdown-item:active,
.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:hover {
    background-color: #F7B617;
    color: #444;
    border-color: #F7B617;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}


/* CHECKOUT START */

.checkout {
    background-color: #f7f7f7;
}

.arrow-btn-back {
    font-size: 18px;
    color: #444;
}

.arrow-btn-back i {
    font-size: 14px;
    margin-right: 10px;
}

.checkout-form {
    padding: 26px;
    background-color: #fff;
    margin: 12px 0;
}

.checkout-form .checkout-form-header {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.checkout-form .checkout-form-header h2 {
    flex: 1;
    margin: 0;
    font-size: 18px;
}

.checkout-form .checkout-form-header .count {
    border-radius: 6px;
    background-color: #27A542;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
}

.checkout-form .form-body label {
    margin-bottom: 0;
}

.checkout-form .form-body .form-control {
    height: 44px;
}

#country-dropdown {
    display: flex;
    align-items: center;
    color: #444;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5px;
}

#country-dropdown span.flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
}

#country-dropdown span.flag img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#country-dropdown i {
    margin-left: 7px;
}

.country-code-list.show {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 0px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 12px;
}

.country-code-list li {
    padding: 0 12px;
    border-left: 3px solid transparent;
    transition: all 0.5s ease-in-out;
}

.country-code-list a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #444;
    padding: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.country-code-list a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}

.country-code-list li:hover {
    border-left: 3px solid #F7B617;
}

.country-code-list li:hover a {
    color: #F7B617;
}

.country-code .form-control {
    padding-left: 60px;
}

.checkout-form .form-group small {
    font-size: 14px;
}

.compensate {
    display: flex;
}

.compensate .media {
    display: flex;
    flex: 1;
}

.compensate .checkbox-style-3-label:before {
    border-width: 1px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.compensate .checkbox-style:checked+.checkbox-style-3-label:before {
    font-size: 20px;
    background-color: #fff;
    border-color: #77C043;
    color: #77C043;
}

.compensate .media .leaf {
    margin-right: 16px;
}

.compensate .media .media-body h4,
.compensate .media .media-body p {
    margin: 0;
    line-height: 18px;
}

.compensate .media .media-body p {
    font-size: 14px;
}

.compensate .media .media-body h4 {
    font-size: 16px;
}

.compensate .media .media-body a {
    color: #3c95ef;
}

.trip-summary h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.trip-summary h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.trip-summary h4 span {
    font-weight: 300;
}

.trip-summary hr {
    margin: 10px 0;
    border-top-color: #919190;
}

.trip-summary .v__ticket {
    display: inline-block;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #F7B617;
    flex-wrap: wrap;
    margin-top: 15px;
    width: 100%;
}

.trip-summary .v__ticket img {
    height: 32px;
    margin-right: 6px;
}

.trip-summary .v__ticket i {
    margin-left: 7px;
}

.tiket-group {
    padding: 15px 0 0;
    display: flex;
}

#voucer-ticket input.form-control {
    height: 32px;
    border-radius: 6px;
}

#voucer-ticket .cta-default {
    color: #fff;
    border-radius: 6px;
    background-color: #c8c8c8;
    min-width: 31px;
    height: 31px;
    margin-left: 15px;
}

.trip-summary .v__ticket[aria-expanded="false"] i {
    transform: rotate(180deg);
}

.trip-summary .cta-secondary {
    height: 36px;
}

.trip-from-to {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.trip-from-to li:after {
    content: "\f054";
    margin: 0 10px;
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
}

.trip-from-to li:last-child:after {
    content: none;
}


/*  */

.paymet-cards {
    display: flex;
    flex-direction: column;
}

.paymet-cards li a {
    border-width: 1px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paymet-cards li a.active {
    background-color: #fdeed0;
}

.paymet-cards li {
    margin-bottom: 6px;
}


/*  */

.paymet--description {
    padding: 0 15px;
}

.paymet--description .checkbox-style-3-label {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.paymet--description h4 {
    font-size: 18px;
}

.paymet--description p {
    font-size: 16px;
}

.paymet--description .disclaimer {
    font-size: 14px;
}

.paymet--description .disclaimer a {
    color: #3c95ef;
}

.select__type {
    display: flex;
    align-items: center;
    margin: 0 -4px;
}

.select__type .radio_style {
    padding: 0 4px;
}

.select__type label {
    font-size: 13px;
    min-width: 60px;
}

.select__type .radio-style-3-label:before {
    margin-right: 4px;
    position: relative;
    top: -6px;
}

.select__type {
    margin-bottom: 6px;
}

.disclaimer_label {
    font-size: 14px;
    display: block;
}

.acc__icon {
    height: 39px;
}

.carrier-option {
    margin: 30px 0 10px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.carrier-option i {
    font-size: 12px;
    margin-left: 7px;
}

.carrier-option,
.ticket__card {
    padding: 0 15px;
}

.ticket__card h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.benefits_account {
    font-size: 14px;
    margin-top: 10px;
}

.benefits_account img {
    height: 17px;
}

.benefits_account img {
    margin-right: 10px;
}

.carrier-option[aria-expanded="false"] i {
    transform: rotate(180deg);
}

.ticket__card {
    margin-bottom: 44px;
}

.card-book {
    padding: 25px 100px;
    border: 0.5px solid #c8c8c8;
    border-radius: 6px;
}

.heading2 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 0.5px solid #c8c8c8;
    line-height: 34px;
}

.trip-estimate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trip-estimate h4 {
    margin: 0;
    font-size: 16px;
}

.card-book-footer p {
    font-size: 14px;
}

.card-book-footer h3 {
    font-size: 20px;
    margin: 0;
}

.btn-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.back-link {
    font-size: 18px;
    text-transform: uppercase;
}

.back-link i {
    font-size: 12px;
    margin-right: 5px;
}

.btn-holder .btn {
    height: 48px;
    min-width: 116px;
    font-size: 18px;
}

.heading1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}


/* COMPANY PAGE CSS */

.breadcrumbs-page {
    padding: 0;
}

.breadcrumb {
    padding: 15px 0;
    background-color: #ffff;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}

.main-page {
    padding: 20px 0 50px;
}

.menu--side-menu-list li.active ul li a,
.menu--side-menu-list li a {
    color: #444;
    min-height: 39px;
    display: flex;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
}

.menu--side-menu-list li.active ul li a:before {
    background-color: transparent;
}

.menu--side-menu-list li.active a,
.menu--side-menu-list li a:hover {
    color: #F7B617;
}

.menu--side-menu-list li.active a:before,
.menu--side-menu-list li a:hover:before {
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    left: -13px;
    top: 0;
    background-color: #F7B617;
}

.menu--side-menu-list li ul li {
    padding-left: 15px;
}

.menu--side-menu-list li .dropdown-link span i,
.menu--side-menu-list li a i {
    font-size: 12px;
    cursor: pointer;
}

.dropdown-link a {
    flex: 1;
}

.menu--side-menu-list li .dropdown-link {
    display: flex;
    align-items: center;
}

.menu--side-menu-list li a span {
    display: block;
}

.menu--side-menu-list li .dropdown-link span[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.title-lead {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.content-header {
    margin-bottom: 25px;
}

.card-content {
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 14px;
    background-color: #fff;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.card-content .card-text,
.card-content .card-title {
    margin: 0;
    line-height: 22px;
}

.card-content .card-body {
    padding: 12px;
    border-top: 1px solid #c8c8c8;
}

.card-content .card-title {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
}

.card-content .card-text {
    font-weight: 300;
}

.content-cards .row [class*="col-"] {
    margin-bottom: 30px;
}


/* COMPANY CAREERS */

.banner {
    padding: 220px 0 70px;
    background-image: url(../images/banner-bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner h2 {
    margin: 0;
    color: #fff;
    font-size: 52px;
    font-weight: 300;
}

.banner h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.ad-img {
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 6px;
    overflow: hidden;
}

.ad-img img {
    width: 100%;
}

.about-mobility {
    text-align: center;
    background-color: #f7f7f7;
    padding: 25px 0;
}

.about-mobility h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.about-mobility p {
    font-size: 18px;
}

.jobs-post {
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 7px;
    background-color: #fff;
    overflow: hidden;
}

.jobs-post li {
    padding: 12px 20px;
    transition: all 0.3s;
}

.jobs-post li h4,
.jobs-post li p {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.jobs-post li:nth-child(odd) {
    background-color: #f7f7f7;
}

.jobs-post li a.row {
    display: flex;
    color: #444;
}

.jobs-post li:first-child:hover {
    transform: scale(1);
    box-shadow: none
}

.jobs-post li:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.lates-jobs-listing .btn.cta-primary {
    font-weight: 300;
    font-size: 18px;
    min-width: 145px;
}

.header-post {
    display: flex;
    flex-wrap: wrap;
}

.header-post .btn {
    margin-left: auto;
}

.content-post h3 {
    font-size: 18px;
}

.content-post .list-styled {
    padding-left: 20px;
}

.content-post .list-styled li {
    list-style: disc;
}

.job-post .content-post {
    margin-bottom: 40px;
}

.job-detail h4,
.job-detail p {
    margin: 0;
    font-size: 16px;
}

.applicant-form h4 {
    margin-bottom: 8px;
    font-size: 18px
}

.applicant-form .doc-type {
    display: block;
    margin-bottom: 10px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-btn-wrapper .btn span {
    color: #f30e0e;
    margin-left: 7px;
}

.applicant-form .compensate {
    flex-direction: column;
}

.applicant-form .compensate label {
    margin: 0;
    align-items: center;
}

.applicant-form .compensate label span {
    flex: 1;
}

.applicant-form .compensate {
    margin-bottom: 10px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url(../images/valid-icon.png);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url(../images/invalid-icon.png);
}

.content-destination h2,
.content-destination p {
    margin-bottom: 10px;
}

.content-destination {
    padding-bottom: 30px;
}

.cst-link {
    color: #F7B617;
    font-size: 16px;
}

.cst-link:hover {
    color: #F7B617;
    text-decoration: underline;
}

.company-card-wrapper .card-img-top {
    height: 110px;
    object-fit: cover;
}

.content .title-lead,
.content p,
.content h3 {
    margin-bottom: 14px;
}

.mb-100 {
    margin-bottom: 100px;
}

.content h3 {
    font-size: 22px
}

.ad-card {
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 6px;
    overflow: hidden;
}

.left-ads {
    max-width: 175px;
    width: 100%;
}


/* REGISTERATION PROCESS */

.registeration .card-form {
    max-width: 393px;
    margin: 0 auto;
}

.registeration .card-form .nav {
    justify-content: center;
}

.registeration .card-form .nav li a {
    font-size: 16px;
    color: #444444;
    font-weight: 700;
    padding: 12px;
}

.registeration .card-form .nav li a.active {
    color: #F7B617;
    border-bottom: 2px solid #F7B617;
}

.registeration .card-form .nav li {
    position: relative;
}

.registeration .card-form .nav li:after {
    content: '';
    height: 20px;
    width: 1px;
    background-color: #c8c8c8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.registeration .card-form .nav li:last-child:after {
    content: none;
}

.card-form h4 {
    font-size: 18px;
}

.card-form label {
    font-size: 14px;
}

.registeration {
    padding: 100px 0;
}

.social-login {
    display: flex;
    flex-direction: column;
}

.social-login a.btn {
    width: 100%;
    border-radius: 6px;
    height: 50px;
    margin-bottom: 12px;
    font-size: 14px;
}

.social-login a.btn i {
    margin-right: 10px;
}

.registeration .tab-content {
    padding: 22px 0;
}

.cta-facebook {
    background-color: #4267b2;
    color: #fff;
}

.cta-google:hover,
.cta-facebook:hover {
    color: #fff;
}

.cta-google {
    background-color: #dd4b39;
    color: #fff;
}

.registeration .text-or {
    position: relative;
    margin: 15px 0;
}

.registeration .text-or span {
    display: inline-block;
    background-color: #fff;
    padding: 0 12px;
}

.registeration .text-or:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: #c8c8c8;
    z-index: -1;
}

.registeration .form-control {
    height: 31px;
    border-radius: 6px;
}

.registeration .checkbox-style-3-label:before {
    width: 13px;
    height: 13px;
    border-radius: 0;
}

.registeration .checkbox-style:checked+.checkbox-style-3-label:before {
    font-size: 10px;
}

.registeration .cta-secondary.w-auto {
    min-width: auto;
}

.forget_pasword {
    color: #444444;
}

.forget_pasword:hover {
    text-decoration: none;
    color: #444444;
}

.register-page {
    padding: 30px 0;
}

.registeration-card form h3,
.registeration-card .note-thanks {
    text-align: center;
}

.registeration-card .note-thanks {
    font-size: 24px;
    color: #444444;
    font-weight: 300;
    margin-bottom: 30px;
}

.registeration-card form h3 {
    margin-bottom: 20px;
}

.registeration-card form .form-group {
    margin-bottom: 20px;
}

.registeration-card form {
    padding-bottom: 100px;
}

.custom-modal .modal-dialog {
    max-width: 570px;
    width: 100%
}

.custom-modal .modal-content {
    padding: 20px 40px;
    text-align: center;
    border-radius: 5px;
}

.custom-modal .modal-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.custom-modal .modal-content p {
    margin-bottom: 10px;
}

#signup .close {
    position: absolute;
    right: 6px;
    top: 3px;
    padding: 0;
    margin: 0;
    opacity: 1;
    z-index: 1;
    color: #c8c8c8;
    outline: none !important;
}


/* PROFILE CSS */

.sidebar-user {
    height: 100%;
    border-right: 1px solid #c8c8c8;
}

.sidebar-user li .icon_sidebar {
    width: 34px;
    display: inline-block;
}

.sidebar-user li a {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
}

.sidebar-user li {
    margin-bottom: 15px;
}

.sidebar-user li:last-child {
    margin-top: 50px;
}

.profile__main hr {
    margin: 30px 0;
}

.form-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.profile__main .btn {
    min-width: auto;
    border-radius: 5px;
    margin-top: 10px;
}

.profile__main .date-select .btn {
    margin: 0;
}

.profile__main {
    padding: 0 30px;
}

.confirmation__card {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    background-color: #c8c8c8;
    padding: 24px;
}

.confirmation__card h3 {
    font-size: 16px;
    margin: 0;
}

.confirmation__card h3,
.confirmation__card p {
    color: #fff;
    margin-bottom: 0;
}

.confirmation__card img {
    filter: brightness(0) invert(1);
}

.ad-banner {
    min-height: 198px;
    height: 100%;
    border: 1px solid #c8c8c8;
}

.ad-img img {
    height: 100%;
}

.content .img-holder {
    margin: 20px 0;
}

.content .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-page .content-left {
    padding-left: 40px;
}

.content .mailto {
    color: #444444;
}

.mx-30 {
    margin: 30px 0;
}

.service-card {
    border: 1px solid #c8c8c8;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.service-card .icon-service img {
    height: 68px;
}

.service-card .icon-service {
    padding: 15px 12px;
}

.service-card .card-body {
    padding: 12px;
    border-top: 1px solid #c8c8c8;
}

.service-card .card-body .card-title {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.service-card .card-body .card-text {
    color: #444444;
    font-size: 16px;
    margin: 0;
}

.text-service h4,
.text-service p {
    margin: 0;
}

.text-service {
    padding: 10px 0 50px;
    padding-left: 84px;
}

.parner-card .parner-img {
    flex: 1;
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    height: 125px;
    margin-right: 20px;
    overflow: hidden;
}

.parner-card .parner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parner-card {
    align-items: center;
    margin-bottom: 45px;
}

.parner-card p {
    margin-bottom: 0;
}

.app-modal {
    align-items: center;
    text-align: center;
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 4px;
    padding: 25px 30px;
}

.modal-form .modal-dialog {
    max-width: 600px;
    width: 100%;
}

.app-modal img {
    height: 53px;
    margin-bottom: 10px;
}

.app-modal p {
    margin-bottom: 20px;
}

.app-modal .btn {
    min-width: 142px;
    height: 36px;
}


/* HEADER 2 */

#header2 .brand-holder,
#header2 .right-header {
    flex: 1;
}

#header2 .navbar-brand {
    margin-right: 38px;
}

#header2 .btn.cta-secondary {
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #fff;
    height: 27px;
    min-width: 77px;
}

#header2 .phone {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(0, -50%);
    top: 50%;
}

#header2 .phone {
    color: #fff;
}

#header2 .phone img {
    height: 16px;
}

#header2 .right-links {
    padding-right: 0;
}

header#header2 .navbar-expand-md .navbar-nav .nav-item {
    margin: 0 9px;
}

.search-card .nav {
    margin: 0 -4px;
}

.search-card .nav li a {
    color: #444;
    border-bottom: 4px solid transparent;
    padding: 4px 0;
}

.search-card .nav li a.active {
    color: #F7B617;
    border-bottom: 4px solid #F7B617;
}

.search-card .nav li {
    position: relative;
    padding: 0 8px;
}

.search-card .nav li:after {
    content: '';
    height: 18px;
    width: 1px;
    background-color: #c8c8c8;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translate(0, -50%);
}

.search-card .nav li:last-child:after {
    content: none;
}

.bootstrap-datetimepicker-widget {
    display: block !important;
}

.timepicker-picker .btn {
    min-width: auto;
    height: auto;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 48px;
    height: 34px;
    line-height: 54px;
    cursor: pointer;
    border-radius: 0.25rem;
    border: 1px solid #c8c8c8;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
}

.bootstrap-datetimepicker-widget {
    padding: 0 20px;
}

.search-result-main .search-card {
    position: initial;
}

.search-footer {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.search-footer .passenger {
    width: 153px;
}

.voucher-bus.media {
    padding: 12px 35px;
    border: 1px solid #F7B617;
    border-radius: 4px;
}

.voucher-bus.media .media-body a {
    color: #3c95ef;
}

.we-tavel .voucher-bus {
    margin-bottom: 30px;
}

.we-tavel .lead-text {
    margin-bottom: 10px;
}

.we-tavel .travel-card {
    margin-top: 30px;
}

.travel-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.travel-card .card-body .title-text {
    margin: 0;
    font-size: 16px;
    color: #444;
}

.travel-card .card-body {
    padding: 12px;
    border-top: 1px solid #c8c8c8;
}

.travel-card .card-img {
    height: 110px;
    overflow: hidden;
}

.travel-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-travel {
    border-bottom: 1px solid #c8c8c8;
}

.trip-links {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    counter-reset: count;
}

.trip-links li {
    flex: 1;
    text-align: center;
}

.trip-links li a::before {
    counter-increment: count;
    content: counter(count);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    border: 1px solid #c8c8c8;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    margin-right: 8px;
}

.trip-links li a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: #c8c8c8;
    margin-left: 8px;
    font-size: 13px;
}

.trip-links li a {
    font-size: 16px;
    color: #c8c8c8;
    display: inline-block;
}

.trip-links li.visited a::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #27A542;
    font-size: 12px;
    background-color: #fff;
    border-color: #27A542;
    font-weight: 900;
}

.trip-links li.visited a:before,
.trip-links li.visited a:after {
    color: #27A542;
}

.trip-links li.visited a {
    color: #27A542;
}

.trip-links li.current a {
    color: #27A542;
}

.trip-links li.current a:before {
    color: #fff;
    background-color: #27A542;
    border-color: #27A542;
}

.trip-links li.current a:after {
    color: #27A542;
}

.trip-links {
    padding: 30px 0;
}

.trip-detail-card {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 15px;
}

.trip-detail-card h4 {
    font-weight: 300;
}

.trip-info .elipse {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #8b8b8b;
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-right: 8px;
}

.trip-info .trip-to .elipse:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid #8b8b8b;
    background-color: #fff;
}

.trip-info li {
    position: relative;
    padding: 10px 0;
}

.trip-info li:before {
    height: 100%;
    width: 2px;
    background-color: #8b8b8b;
    content: '';
    position: absolute;
    left: 7.5px;
    top: 50%;
}

.trip-info li.trip-to:before {
    content: none;
}

.cta-add {
    font-size: 18px;
    color: #27A542;
    font-weight: 700;
}

.cta-add i {
    margin-right: 8px;
}

.date-selected label {
    margin: 0;
    font-size: 16px;
}

.date-selected {
    border-left: 1px solid #c8c8c8;
    padding: 11px;
    margin-bottom: 10px;
}

.bus_ad {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    min-height: 102px;
}

.last-minute-offer .content h2 {
    margin-bottom: 30px;
}

.last-minute-offer .content h4 {
    font-weight: 700;
}

.last-minute-offer .content ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.last-minute-offer .content ul li {
    list-style: square;
}

.last-minute-offer {
    margin: 50px 0;
}

.card-col {
    display: flex;
}

.card-col .icon-col {
    width: 50px;
    margin-right: 20px;
}

.card-col .icon-col img {
    max-width: 100%;
}

.card-col h3 {
    font-size: 18px;
}

.price__person,
.bus-price-voucehr {
    overflow: hidden;
    margin-bottom: 6px;
}

.price__caption {
    font-weight: 700;
}

.card-price-bus {
    padding: 12px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
}

.card-price-bus .vouceher-card {
    padding: 0;
    margin-top: 20px;
}

.card-price-bus .vouceher-card label {
    margin: 0;
}

.card-price-bus .vouceher-card .input_group {
    height: 35px;
}

.card-price-bus .vouceher-card .form-control {
    height: 35px;
}

.card-price-bus .vouceher-card .btn {
    height: 35px;
    padding: 0 15px;
    border-radius: 10px;
    min-width: 72px;
}

.pay__note p {
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.pay__note {
    padding: 20px 0 20px 30px;
}

.gur-text {
    line-height: 16px;
    padding-top: 12px;
}

#add-shop .modal-dialog {
    max-width: 960px;
}

.check-large .checkbox-style-3-label:before {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    margin: 0;
    padding: 5px;
}

.check-large .checkbox-style-3-label {
    display: inline-flex;
    align-content: center;
    justify-content: center;
}

.check-large .checkbox-style:checked+.checkbox-style-3-label:before {
    background-color: #fff;
    color: #444;
    font-size: 22px;
    border-color: #c8c8c8;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.cta-recycle {
    padding: 0 8px;
    display: inline-flex;
    border: 1px solid #c8c8c8;
    color: #000;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 34px;
}

.modal-note {
    margin: 15px 0;
}

.modal-note strong {
    color: #000;
}

.btn.disabled,
.btn:disabled {
    background-color: #c8c8c8;
    cursor: no-drop;
}

#add-shop .cta-primary {
    max-width: 450px;
    width: 100%;
}

#add-shop .close {
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 1;
    right: -20px;
    margin: 0;
    padding: 0;
    top: -20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #444;
    outline: none !important;
}

#add-shop .modal-content {
    border-radius: 10px;
}

.reserve-card h2 {
    margin-bottom: 30px;
}

.reserve-card ul.list__style li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #27A542;
    font-size: 20px;
    font-weight: 900;
    margin-right: 13px;
}

.reserve-card ul {
    margin-bottom: 30px;
}

.reserve-card form h4 {
    font-size: 18px;
}

.reserve-card .form-note {
    margin-bottom: 30px;
}

.payment-deatil li a {
    font-size: 16px;
    color: #444;
    padding: 4px 14px;
    min-width: 98px;
    text-align: center;
}

.payment-deatil {
    border-color: #c8c8c8;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.payment-deatil li a {
    border-right: 1px solid #c8c8c8;
    display: block;
}

.payment-deatil li:last-child a {
    border: none;
}

.payment-deatil li a.active {
    border-bottom: 5px solid #F7B617;
    color: #F7B617;
}

.ticket-main-holder .cta-btn-back,
.reserve-card .cta-btn-back {
    color: #27A542;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
}

.ticket-main-holder .cta-btn-back i,
.reserve-card .cta-btn-back i {
    font-size: 13px;
    margin-right: 10px;
    line-height: 13px;
}

.card-question {
    border: 1px solid #F7B617;
    padding: 12px;
    border-radius: 6px;
    margin-top: 12px;
}

.card-question p {
    margin: 0;
}

.card-question p a {
    font-weight: 700;
    color: #444;
    margin-left: 10px;
}

.ticket-main-holder h2 {
    margin-bottom: 30px;
}

.ticket-card h4 {
    font-size: 16px;
    margin: 0 0 8px;
}

.ticket-card h3 {
    font-size: 18px;
}

.ticket-card p {
    margin: 0;
}

.ticket-card span.arrive {
    font-size: 14px;
    margin-left: 20px;
}

.ticket-card .trip-info {
    margin-top: 10px;
}

.ticket-card {
    margin-bottom: 50px;
}

.card-info-contact {
    line-height: 28px;
}

.card-info-contact .row {
    margin-bottom: 10px;
}

.review-submit .checkbox-style-3-label {
    display: flex;
    padding-top: 12px;
}

.review-submit .checkbox-style-3-label span {
    line-height: 16px;
    flex: 1;
}

.review-submit .checkbox-style-3-label:before {
    border-radius: 4px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-submit .checkbox-style:checked+.checkbox-style-3-label:before {
    font-size: 14px;
}

.popup-window .modal-content {
    padding: 12px;
}

.popup-window .modal-dialog {
    max-width: 580px;
}

.popup-window .modal-content {
    align-items: center;
    border-radius: 7px;
    padding: 12px 25px;
}

.popup-window .modal-content h2 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 4px;
}

.popup-window .modal-content img {
    margin-bottom: 10px;
}

.popup-window .modal-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.popup-window .modal-content .title-cookie {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.popup-window .modal-content .title-cookie img {
    margin: 0;
    margin-left: 10px;
}

.footer_modal-cookie .btn {
    border-radius: 8px;
    height: 44px;
    font-size: 18px;
}

.setting__cookies li .list_check .radio-style-3-label:before {
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.setting__cookies li .list_check .radio-style-3-label {
    display: inline-flex;
}

.setting__cookies {
    margin-top: 10px;
}

.setting__cookies .radio-style:checked+.radio-style-3-label:before {
    background-color: #27A542;
    border-color: #27A542;
}

.total .price_trip,
.cap-total {
    font-weight: 700;
    font-size: 18px;
}

.smart-transport {
    text-align: center;
    padding-bottom: 150px;
}

.smart-text h1 {
    font-size: 48px;
    color: #444444;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    text-align: center;
}

.smart-text p {
    font-size: 22px;
    color: #444444;
    line-height: 1.44;
    text-align: center;
    margin: 0;
}

.app-link {
    margin-top: 42px;
}

.app-link a {
    font-size: 28px;
    font-weight: 700;
    padding: 2px 26px 6px;
    line-height: 28px;
    margin: 0 18px;
}

.smart-transport .media {
    justify-content: center;
    margin-top: 100px;
}

.smart-transport .media h3 {
    font-size: 36px;
    color: #444444;
    font-weight: 700;
    line-height: 1.111;
    text-align: left;
    max-width: 265px;
    width: 100%;
}

.smart-transport .media-body {
    font-size: 80px;
    color: #F7B617;
    line-height: 80px;
    font-weight: 700;
    padding-left: 26px;
}

.smart-transport .media-body span {
    display: block;
    font-size: 36px;
    color: #444444;
    line-height: 36px;
    font-weight: 400;
}

.app-phone {
    background-image: url(../images/bg-phone.png);
    background-position: bottom center;
    background-size: cover;
    background-color: #eef4f4;
    padding: 0 0 100px;
}

.app-phone .img-holder img {
    margin-top: -65px;
}

.benefits {
    background-color: #fff;
    padding: 100px 0 200px;
    background-image: url(../images/bg-grey-round.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-yellow {
    background-color: #F7B617;
}

.bg-green {
    background-color: #27A542;
}

.bg-grey {
    background-color: #c8c8c8;
}

.bg-pink {
    background-color: #ff0056;
}

.card-benefits .img-card img {
    height: 79px;
    filter: brightness(0) invert(1);
}

.card-benefits {
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-benefits .img-card {
    padding: 35px 0;
}

.card-benefits .card-body {
    background-color: #fff;
}

.card-benefits .card-body h4 {
    font-size: 18.462px;
    color: #444444;
    font-weight: 700;
}

.card-benefits .card-body p {
    font-size: 17px;
    color: #444444;
    text-align: center;
}

.benefits .card-benefits {
    height: 100%;
    margin-top: 60px;
}

.title {
    text-align: center;
    font-size: 48px;
    font-family: "Roboto Condensed";
    color: #444444;
    font-weight: 700;
}

.content-bustiket {
    max-width: 700px;
    margin: 0 auto;
}

.content-bustiket .content h3 {
    font-size: 36px;
    font-family: "Roboto Condensed";
    color: #444444;
    font-weight: 700;
    line-height: 1;
}

.content-bustiket .content p {
    font-size: 16px;
    font-family: "Roboto Condensed";
    color: #444444;
    line-height: 1.5;
    max-width: 284px;
    margin-bottom: 50px;
}

.content-bustiket .img-holder {
    border-width: 1px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    border-radius: 6px;
    height: 134px;
}

.content-bustiket {
    margin-top: 52px;
}

.app-store {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.app-store a img {
    height: 73px;
}

.app-store a {
    display: inline-block;
    margin: 0 12px;
}

.download-app {
    padding-bottom: 100px;
}

.mobility-slider {
    background-image: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 300px 0 250px;
}

.slider-content p,
.slider-content h1 {
    color: #fff;
}

.slider-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

.slider-content p {
    font-size: 30px;
    line-height: 30px;
}

.bus-condition {
    background-color: #27A542;
    color: #fff;
}

.card-bus {
    text-align: center;
}

.card-bus h4 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
}

.card-bus p {
    font-size: 22px;
    margin: 0;
}

.bus-condition p {
    color: #fff;
}

.card-bus .icon-holder {
    border-radius: 50%;
    background-color: #fff;
    width: 125px;
    height: 125px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bus-condition .card-bus {
    margin-top: -62.5px;
}

.intro-mobility h3 {
    font-size: 28px;
    color: #444444;
    font-weight: 700;
    line-height: 1.071;
    text-align: center;
    margin-bottom: 30px;
}

.intro-mobility p {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    text-align: center;
}

.mobility-use {
    background-color: #eef4f4;
    padding: 100px 0;
}

.mobility-use .step-card {
    text-align: center;
    margin-top: 44px;
}

.mobility-use .step-card h4 {
    max-width: 220px;
    margin: 0 auto;
    font-weight: 300;
}

.mobility-use h2 {
    text-align: center;
    max-width: 484px;
    margin: 0 auto;
}

.mobility_operation .card-col {
    margin-top: 50px;
}

.mobility_operation {
    padding: 100px 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

.introducing {
    padding: 100px 0;
}

.close_search {
    display: none;
}

.b-none {
    border: none;
}

.profile-card {
    align-items: center;
}

.profile-card .avatar {
    border-radius: 50%;
    background-color: #fff;
    width: 150px;
    height: 150px;
    margin-right: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-card .avatar span {
    color: #444;
}

.profile-team {
    background-color: #f7f7f7;
}

.profile-card .media-body h3 {
    font-size: 22px;
    margin: 0;
}

.profile-card .media-body p {
    font-size: 16px;
    margin: 0;
}


/* UPDATE CSS */

.search-group {
    display: flex;
}

.search-group .btn {
    border-radius: 4px;
    min-width: 99px;
    margin-left: 10px;
}

.e-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.e-list li {
    font-size: 18px;
    font-family: "Roboto Condensed";
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 0.778;
}

.e-list li {
    min-width: 150px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #27a542;
}

.e-list li.bg-yellow {
    background-color: #f8b617;
    min-width: 226px;
}

.media-eticket {
    display: flex;
    border-width: 2px;
    border-color: #cbcbcb;
    border-style: solid;
    margin: -2px;
    position: relative;
}

.media-eticket .round-right,
.media-eticket .round-left {
    width: 20px;
    height: 40px;
    border: 2px solid #cbcbcb;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.media-eticket .round-left {
    left: -2px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-left-color: #fff;
}

.media-eticket .round-right {
    right: -2px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-right-color: #fff;
}

.media-eticket .logo-e-ticket img {
    max-width: 158px;
}

.media-eticket .logo-e-ticket {
    margin-bottom: 40px;
}

.media-eticket .tiket-sidebar {
    padding: 50px;
    display: flex;
    flex-direction: column;
}

.media-eticket .qr-ticket {
    margin-bottom: 20px;
    margin-top: auto;
}

.media-eticket .price-e-ticker {
    font-size: 18px;
    color: 444444;
    line-height: 0.778;
    text-align: center;
}

.media-eticket .price-e-ticker strong {
    font-weight: 700;
    color: #27a542;
}

.media-eticket .media-body .tiket-header {
    display: flex;
    align-items: center;
}

.media-eticket .media-body .tiket-header {
    padding: 24px 48px;
    border-bottom: 1px solid #cbcbcb;
}

.media-eticket .media-body .tiket-header p {
    color: #444444;
    margin: 0;
    font-size: 18px;
}

.media-eticket .media-body .tiket-header h3 {
    flex: 1;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding-right: 98px;
}

.media-eticket .media-body .eticket-detail {
    flex: 1;
    padding: 24px 0;
}

.e-info-detail {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}

.etiket-holder {
    padding: 0 48px 24px;
}

.e-info-detail li {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.e-info-detail li:after {
    content: '';
    width: 21px;
    height: 36px;
    background-image: url(../images/arrow-icon.png);
    display: inline-block;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -10.5px;
    background-repeat: no-repeat;
}

.e-info-detail li:last-child:after {
    content: none;
}

.e-info-detail li p,
.e-info-detail li h4,
.e-info-detail li h5 {
    margin: 0;
}

.e-info-detail li p {
    font-size: 18px;
}

.e-info-detail li h4 {
    font-size: 24px;
    margin-bottom: 8px;
}

.e-info-detailli h5 {
    font-size: 18px;
}

.card-e-ticket {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-e-ticket .title-e-ticket {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 0.778;
    text-align: center;
    background-color: #27a542;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-e-ticket .e-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #cbcbcb;
}

.card-e-ticket .e-body p {
    margin: 0;
    line-height: 24px;
}

.card-e-ticket .e-body h4 {
    color: #27a542;
}

.card-e-ticket .e-body.bg-grey h4 {
    color: #fff;
}

.media-eticket .media-body {
    display: flex;
    flex-direction: column;
    border-left: 1px solid transparent;
    border-image: url(../images/border-shape.png) 1 stretch;
}

.e-text-sch {
    text-align: center;
}

.e-text-sch span {
    font-size: 18px;
    color: #27a542;
    text-align: center;
    font-weight: 700;
}

.logo-center {
    text-align: center;
}

.logo-center img {
    max-width: 150px;
}

.body_cart {
    padding: 15px;
    text-align: center;
}

.body_cart p {
    font-size: 14px;
    color: #c8c8c8;
    line-height: 0.857;
    text-align: center;
    padding: 0 10px;
}

.body_cart .btn:disabled {
    border-radius: 5px;
    background-color: rgb(225, 225, 225);
    color: #cac9c6;
}

.ticket-main-holder hr {
    margin: 30px 0 40px;
    max-width: 700px;
}


/* ----------- */

.e-ticketing-logo .logo-e-ticket {
    text-align: center;
    margin-bottom: 40px;
}

.e-ticketing-logo .logo-e-ticket img {
    height: 93px;
}

.e-ticketing-second .media-eticket {
    border-width: 1px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    border-radius: 10px;
}

.e-ticketing-second .media-eticket .media-body {
    border-image: none;
}

.e-ticketing-second .media-eticket .media-body .tiket-header {
    padding: 14px 20px;
}

.e-ticketing-second .tiket-header ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.e-ticketing-second .tiket-header ul li {
    width: 20%;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
}

.e-ticketing-second .tiket-header ul li strong {
    display: block;
}

.e-ticketing-second .tiket-header ul li strong.green-color {
    color: #27a542;
}

.e-ticketing-second .media-eticket.media-eticket-pembayaran {
    border-radius: 0;
    margin-top: 20px;
}

.e-ticketing-second .media-eticket.media-eticket-pembayaran .media-body .tiket-header {
    justify-content: center;
}

.e-ticketing-second .media-eticket.media-eticket-pembayaran .media-body .tiket-header p {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
}

.media-eticket-pembayaran-inner h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
}

.media-eticket-pembayaran-inner ul li {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media-eticket-pembayaran-inner ul li strong {
    font-weight: 700;
    color: #27a542;
}

.media-eticket-pembayaran-inner ul li p {
    max-width: 200px;
    width: 100%;
    margin: 0;
}

.media-eticket-pembayaran-inner ul li span.rp {
    max-width: 30px;
    width: 100%;
    text-align: center;
}

.media-eticket-pembayaran-inner ul li:first-child span.rp {
    margin-left: 20px;
}

.media-eticket-pembayaran-inner ul li:last-child {
    margin-top: 32px;
}

.media-eticket.media-eticket-pembayaran .media-body .eticket-detail {
    flex: 1;
    padding: 20px 30px;
}

.catatan-sec h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
}

.catatan-sec ul li {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    position: relative;
}

.catatan-sec ul li span {
    margin-right: 26px;
}

.harap-sec {
    padding: 53px 0;
}

.harap-sec ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.harap-sec ul li {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 33.3%;
    position: relative;
}

.harap-sec ul li p {
    margin-top: 20px;
}

.harap-sec ul li:after {
    position: absolute;
    content: "";
    left: -90px;
    top: 25px;
    background: url(../images/harap-dots-img.png) no-repeat;
    width: 174px;
    height: 31px;
    background-size: 100%;
}

.harap-sec ul li:first-child:after {
    display: none;
}

.slider-nav .slick-slide {
    text-align: center;
    font-weight: 400;
    color: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 5px;
    height: auto;
    padding: 5px;
    cursor: pointer;
    min-height: 36px;
    outline: none !important;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 5px;
    height: 36px;
    top: 0;
    transform: translate(0);
}

.slider-nav .slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f053";
    color: #444444;
    position: absolute;
    font-size: 16px;
}

.slider-nav .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    color: #444444;
    position: absolute;
    font-size: 16px;
}

.slider-nav .slick-prev {
    left: 0;
}

.slider-nav .slick-next {
    right: 0;
}

.slider-nav {
    padding: 0 41px;
}

.slider-nav .slick-slide.slick-current {
    font-size: 20px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.slider-nav .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #c8c8c8;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    top: 28px;
}

.gallery-thumbs {
    overflow: initial;
    height: 50px;
}

.gallery-thumbs .swiper-wrapper {
    display: flex;
    align-items: center;
}

.gallery-thumbs .swiper-button-prev {
    left: -40px;
}

.gallery-thumbs .swiper-button-next {
    right: -40px;
}

.thumb-wrapper {
    padding: 0 40px;
    overflow: hidden;
}

.home-slder {
    padding: 20px 0;
    z-index: 0;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    cursor: default;
    overflow: auto;
    border-width: 1px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    border-radius: 4px;
    width: 300px !important;
}

.autocomplete-suggestion {
    padding: 6px 5px;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
    letter-spacing: 0.6px;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}