/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    margin: 0;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    font: 13px/20px PTSansRegular, Arial, Helvetica, sans-serif;
}


/* CUSTOMIZE THE SMART-RYDE
-------------------------------------------------- */

.sr-header-wrapper {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
}

.sr-logo {
    display: block;
    zoom: 1;
}

.fullwidth-box.faded-background {
    position: relative;
    overflow: hidden;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 30px 0px 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.fullwidth-faded {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/homepage.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px);
    opacity: 0.7;
}

.sr-navbar .navbar-nav .nav-item {
    padding-right: 40px;
    font-size: 14px;
}

.sr-navbar .navbar-nav li:last-child {
    padding-right: 0px;
}

.sr-navbar .navbar-nav .nav-item>a {
    color: #333333;
    border-bottom: 3px solid transparent;
}

.sr-navbar .navbar-nav .nav-item.active:not(.show)>a,
.sr-navbar .navbar-nav .nav-item:not(.show)>a:hover {
    color: #e10707;
    border-color: #e10707;
}

.title-header {
    margin-bottom: 1rem;
    z-index: 10;
}

.header-content-text-3 {
    font-size: 17px !important;
}

.footer {
    background-color: #363839;
    border-color: #e9eaee;
    border-top-width: 12px;
    color: #dddddd;
    font-size: 13px;
}

.footer-copyright-area {
    background-color: #282a2b;
    border-color: #4b4c4d;
    border-top-width: 1px;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
    position: relative;
    border-top: 1px solid #4b4c4d;
    background: #282a2b;
    display: block;
}

.footer-copyright-area span {
    color: #ffffff;
    font-size: 12px;
}
.footer-widget-right ul,
.footer-widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.footer-widget-area ul li {
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #505149;
    color: #8c8989;
    position: relative;
}

.footer-widget-right ul li {
    display: block;
    padding: 10px 10px 10px 0;
    color: #8c8989;
    position: relative;
}
.footer-widget-right ul li.active a,
.footer-widget-area ul li.active a {
    color: #e10707;
}
.footer-widget-right ul li a,
.footer-widget-area ul li a {
    color: #bfbfbf;
}
.footer-widget-area ul li a:hover {
    color: white;
    text-decoration: none;
}

.footer-widget-area ul li a:before {
    position: absolute;
    font-family: icomoon;
    content: '\f105';
    margin-left: -12px;
}

.textwidget {
    color: #8c8989;
}

.textwidget a {
    color: #8c8989;
}

.textwidget a:hover {
    color: white;
    text-decoration: none;
}

#modalCurrency {
    z-index: 10000;
}

#modalCurrency .currency-row {
    border-bottom: 1px solid #ced4da;
}

#modalCurrency .currency-row:first {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    ;
}

.currency-item:hover {
    background: #cbdcf7;
    color: #2a2a2e
}

.currency-icon {
    color: #5392f9;
    margin-right: 15px;
}

.currency-text {
    color: #333333;
}


/* SEARCH PLACE
-------------------------------------------------- */

.row-search {
    z-index: 20;
    position: relative;
}

.search-place-wrapper {
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}

.search-form-container {
    background: #fff;
    z-index: 10;
    border-radius: .25rem;
}

.search-form-container .input-group-text {
    background-color: rgba(0, 0, 0, .0);
    border-right: 0px;
}

.search-form-container .input-group input {
    border-left: 0px;
    height: 50px;
}

.search-form-container .input-group-text svg {}

button.btn-search {
    background: #475d6b;
    border-color: #4a606f;
}

button.btn-search:active {
    color: #fff !important;
    background: #475d6b !important;
    border-color: #4a606f !important;
}

button.btn-search:hover {
    color: #fff !important;
    background: #475d6b !important;
    border-color: #4a606f !important;
}

button.btn-search:disabled {
    color: #fff;
    background-color: #4a606f;
    border-color: #4a606f;
}

button.btn-search:focus {
    box-shadow: 0 0 0 0rem #4a606f !important;
}

.search-form-container button.btn-search:focus {
    box-shadow: 0 0 0 0rem #4a606f !important;
}

#rowReturnJourney {
    display: none;
}

.wizard > .content > .body span.select2-container--default .select2-selection--single {
    height: 38px;
    padding-top: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #ccc;
    outline: none;
}

.wizard > .content > .body span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 19px;
}


/* FAQ
-------------------------------------------------- */

.faq-container {
    padding-top: 130px;
}

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-heading {
    border: none;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.panel-title a {
    display: block;
    color: #333333;
    padding: 15px 15px 15px 34px;
    position: relative;
    font-size: 13px;
    font-weight: 400;
}

.panel-collapse {
    color: #747474;
    font-size: 13px;
}

.panel-body {
    background: #fff;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

#accordion .panel-heading a:before {
    content: '\f077';
    font-size: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}


/* About page
-------------------------------------------------- */

.about-container {
    padding-top: 90px;
    font-size: 13px;
    color: #333333;
}

.about-title {
    border-color: #d2d3d4;
    background-image: url(../images/page_title_bg.png);
    background-color: #f6f6f6;
    height: 87px;
    padding: 0 10px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}

.wraper-about {
    display: table;
    height: 100%;
    width: 100%;
}

.row-about {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.row-about div.title-about {
    font-size: 18px;
    width: 50%;
    float: left;
}

.row-about div.breadcrumb-about {
    float: right;
}

.about-breadcrumbs span {
    display: inline-block;
}

.about-page-title-bar .about-breadcrumbs,
.about-page-title-bar .about-breadcrumbs a {
    color: #333333;
}

.about-breadcrumb-sep {
    padding: 0 5px;
}

.about-breadcrumbs span {
    display: inline-block;
    color: #333333;
    font-size: 10px;
}

.about-page-title-bar .about-breadcrumbs,
.about-page-title-bar .about-breadcrumbs a {
    color: #333333;
    font-size: 10px;
}

.seq-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
    overflow: hidden;
}

.seq-title h3.title-heading-left {
    padding-right: 8px;
    text-align: left;
    color: #494949;
}

.seq-title h3.title-heading-left {
    font-size: 34px;
}

.seq-title .title-sep-container {
    position: relative;
    height: 6px;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #747474;
    font-size: 13px;
}

.seq-title .title-sep.sep-single {
    border-color: #e0dede;
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    border-bottom-width: 1px;
    color: #747474;
}

.member-container {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/main05.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.member-container .card {
    background-color: rgba(255, 255, 255, 0.52);
    color: #747474;
    font-size: 13px;
}

.member-container .card .card-title p {
    font-size: 13px;
}

.about-map #map {
    height: 300px;
}


/* search
-------------------------------------------------- */

#containerResults {
    display: none;
}

.search-page .sr-header-wrapper {
    background: #fff;
    position: relative;
}

.search-container {
    margin-top: 0px;
    background: #f1f1f1;
}

.search-box {
    background: #fff;
    z-index: 10;
    border-radius: .25rem;
}

.search-form-container input.form-control:focus,
.search-box input.form-control:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    border-left: 0px;
}

.search-box .input-group-text {
    background-color: #fff;
    border-right: 0px;
}

.search-box .input-group input {
    border-left: 0px;
    height: 40px;
}

.input-group input.form-control.invalid-feedback {
    display: block;
    margin: auto;
    font-size: 1rem;
}

.input-group .invalid-feedback {
    font-size: 13px;
}

.search-results-heading {
    margin: 0 0 20px;
    border-bottom: 1px solid #D0D0D0;
    font-size: 24px;
    font-weight: 100;
    line-height: 40px;
    color: #615f5f;
}

.car-info-max {
    border-left: 1px solid #f1f1f1;
}

.price-car {
    font-size: 24px;
    color: #ed1c39;
    font-weight: 300;
}

.baggage-cabin-tooltip {
    max-width: 350px;
    width: 250px;
}

.baggage-cabin-tooltip .content-tooltip {
    display: flex;
    align-items: flex-end;
}

.baggage-cabin-tooltip .content-tooltip img {
    height: 84px;
}

.car-not-found {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-not-found p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.car-not-found p {
    font-size: 20px;
}

.search-container .wizard>.content>.body {
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    float: none;
    position: relative;
}

/* BOXES
-------------------------------------------------- */

.boxes-container {
    z-index: 10;
    padding: 30px 0px;
}

.boxes-container .round-icon {
    border-color: #333333;
    border-width: 1px;
    background-color: #333333;
    box-sizing: content-box;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
}

.boxes-container .icon-left .icon {
    position: absolute;
}

.boxes-container .icon-left h2 {
    font-size: 17px;
    line-height: 23px;
    padding-left: 52px;
}

.boxes-container .content-container p {
    padding-left: 52px;
    color: #333333;
}

.boxes-container .box-col {
    background-color: rgba(255, 255, 255, 0);
    min-height: 240px;
    height: auto;
    overflow: visible;
}

.fontawesome-icon.circle-yes {
    border-radius: 75px;
    border-width: 1px;
    border-style: solid;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-top: 2px
}

.fa-commenting:before {
    content: "\f27a";
}


/* Autocomplete places
-------------------------------------------------- */

.item-result-place {
    border-bottom: 1px solid #ced4da;
}

.item-result-place .ui-menu-item-wrapper {
    display: flex;
}

.item-result-place .ui-menu-item-wrapper img {
    margin-right: 16px;
}

.item-result-place:hover {
    background: #E9F0FD;
    font-weight: normal;
    color: #000;
}

.item-result-place .ui-menu-item-wrapper.ui-state-active {
    border: 1px solid #E9F0FD;
    background: #E9F0FD;
    font-weight: normal;
    color: #000;
}


/* Wizard steps
-------------------------------------------------- */

.search-container .wizard>.content>.body .iti {
    display: block;
}

#containerResults .wizard > .content > .body ul > li.iti__country {
    padding: 5px;
}

#containerResults .wizard > .content > .body ul > li {
    list-style: none;
}

#containerResults .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #475d6b;
}

#containerResults .nav-fill .nav-item a.credit-card {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#containerResults .nav-fill .nav-item a.stripe {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* GOOGLE MAP CSS
-------------------------------------------------- */

.pac-item {
    padding: 10px;
}


/* DATE TIME PICKER CSS
-------------------------------------------------- */

.bootstrap-datetimepicker-widget {
    z-index: 11 !important;
    display: block;
}


/* Form CSS
-------------------------------------------------- */

.required {
    color: red;
    margin-left: .25rem;
}

.price-discount {
    text-decoration: line-through;
    color: #c0c0c0c0;
    font-size: 19px;
}

.bd-callout {
    padding: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

.bd-callout-warning {
    border-left-color: #ece13c;
}

.bd-callout-warning img {
    float: left;
    padding-right: 15px;
    width: 54px;
}
.bd-callout-warning div.card-text {
    color: red;
    float: left;
}

.bd-callout-warning div.verifyMessage {
    padding-top: 15px;
    color: black;
}

.bd-callout-coupon {
    border-left-color: #ffc107;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-danger h4 {
    color: #d9534f;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}

.line-dot {
    border-bottom: 1px dashed #eee;
}
/* Validation */
.alert-danger .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.form-control.error~.input-group-append .input-group-text,
.form-control.error {
    border-color: #dc3545;
}
/* .form-control.valid~.input-group-append .input-group-text,
.form-control.valid {
    border-color: inherit;
} */

.form-control.error~.invalid-feedback {
    display: block;
}

#btnCancelBooking.btn:disabled {
    cursor: not-allowed;
}
button.close {
    font-size: 2rem !important;
}

.pagination {}
.pagination>li{}
.pagination>li>.page-link{
    margin: 0 2px;
    border-radius: 4px;
    color: inherit;
    border:0;
    background: #f9f9f9;
    box-shadow: 1px 1px 4px #ccc;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -ms-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
}
.pagination>li>.page-link:hover{
    color: #ed1d39;
    background: #fff;
}
.pagination>li.disabled>.page-link{}
.pagination>li.active>.page-link{
    color: #fff;
    background: #ed1d39;;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #ed1c39;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.flagContent {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.text-wrap {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.navbar .navbar-nav .dropdown-menu .navbar-content > ul > li .dropdown-item.active{
  background: none;
  /* border:1px solid #ccc; */
  color: #000;
  color: #ed1d39;
}

.navbar .navbar-nav .dropdown-menu .navbar-content > ul{
  display: table-cell;
}
.navbar .navbar-nav .dropdown-menu > .navbar-content{
  display: table;
  padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.navbar .navbar-nav .dropdown-menu{
    width: auto;
    max-height: none;
    border: 5px solid rgba(0,0,0,.1);
}
.navbar .navbar-nav ul{
    list-style: none;
    padding: 0;
}
.navbar .navbar-nav .dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.dropmenu-flags-lang ul li {
    display: inline-block;
    width: 100%;
}

.flag-lang {
    display: inline-block;
    width: 24px;
    height: 18px;
    background-color: #ccc;
    background: url('/images/bg-flags.png') no-repeat 0 100px;
    vertical-align: text-top;
}
.dropdown-toggle>span {
    float: left;
    line-height: 18px;
}
.currency-symbol{
    line-height: 18px;
    font-size: 18px;
    /* height: 16px; */
    display: inline-block;
    float: left;
    text-align: center;
    /* padding-left: 6px */
}
.icon-currency-symbol {
    font-size: 14px;
    width: 25px;
    text-align: center;
    height: 19px;
}
.flag-en {
    background-position: -264px -268px;
}
.flag-vi {
    background-position: -48px -459px;
}
.flag-ja {
    background-position: -96px -316px;
}

.flag-zh {
    background-position: -48px -244px;
}
.flag-ko {
    /* background-position: -96px -316px; */
}
.flag-de {
    /* background-position: -96px -316px; */
}
.navbar .navbar-nav{padding-left: 40px}
.navbar .navbar-nav.navbar-currency-lang .dropdown-item:before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.navbar .navbar-nav.navbar-currency-lang .dropdown-item.active:after,
.navbar .navbar-nav.navbar-currency-lang li:hover>.dropdown-item:not(.disabled):after{
    background: #dc3545;
}
.navbar .navbar-nav.navbar-currency-lang li>.dropdown-item:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    background: #ccc;
}
.navbar .navbar-nav.navbar-currency-lang .dropdown-item{
    padding-left: 28px;
    padding-right: 10px;
    position: relative;
}
.navbar .navbar-nav > li > a {
    color: #333;
}
.navbar .navbar-nav .dropdown-menu{font-size: 14px;}

.navbar .navbar-nav .dropdown-menu.dropdown-menu-right:before{
    right: 20px;
    left: auto;
}
.navbar .navbar-nav .dropdown-menu:before{
  content: '';
  display: block;
  width: 20px;height: 10px;
  border: 10px solid transparent;
  border-top:0;
  border-bottom-color: rgba(0,0,0,.1);
  position: absolute;
  top: -15px;
  left: 20px;
}
.navbar .navbar-nav .dropdown-menu.dropdown-menu-right:after{
    right: 20px;
    left: auto;
}
.navbar .navbar-nav .dropdown-menu:after{
  content: '';
  display: block;
  width: 20px;height: 10px;
  border: 10px solid transparent;
  border-top:0;
  border-bottom-color: #fff;
  position: absolute;
  top: -9px;
  left: 20px;
}
.navbar .navbar-nav .navbar-mute{
    color: #777;font-size: 13px;padding: 5px 0px;
}
.navbar .navbar-nav .navbar-mute+.navbar-content{padding-top: 0px;}
.navbar .navbar-nav .navbar-content+.navbar-mute{padding-top: 20px;}
.wizard-steps{}
.wizard-steps .steps{
    padding-right: 6px;
}
.wizard-steps .steps>ul{
    padding-left: 0;
    padding-right: 0.5em;
    margin-left: -16px
}
.wizard-steps .steps>ul>li{
    position: relative;
}
.wizard-steps .steps>ul>li>a,
.wizard-steps .steps>ul>li>a:hover{
    border-radius: 0;
    position: relative;
    margin: 0;
    padding: 1em 0 1em 0.5em;
    color:#333;
    /* white-space: nowrap; */
}
.wizard-steps .steps>ul>li>a>span{
    /* position: relative; */
}
.wizard-steps .steps>ul>li{
    padding-left: 24px;
}
.wizard-steps .steps>ul>li>a:before{
    content: '';
    position: absolute;
    top:0;
    left: -16px;
    border-left: 16px solid transparent;
    border-top: 24px solid #e0e0e0;
    border-bottom: 24px solid #e0e0e0;

}
.wizard-steps .steps>ul>li:first-child>a:before{
    border-left-width: 0;
}
.wizard-steps .steps>ul>li>a:after{
    content: '';
    position: absolute;
    top:0;
    left: 100%;
    border-left: 16px solid #e0e0e0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}
.wizard-steps .steps>ul>li.current{
    z-index: 1;
}
.wizard-steps .steps>ul>li.current>a::before{
    /* background: #ed1d39; */
    border-top-color: #ed1d39;
    border-bottom-color: #ed1d39;
}
.wizard-steps .steps>ul>li.current>a:after{
    border-left-color: #ed1d39;
}
.wizard-steps .steps>ul>li.done>a{}
.wizard-steps .steps>ul>li.current>a:hover,
.wizard-steps .steps>ul>li.current>a{
    background: #ed1d39;
}
.wizard-steps .steps>ul>li.done>a::after{
    border-left-color: rgba(237, 29, 57, 0.7);
}
.wizard-steps .steps>ul>li.done>a::before{
    border-top-color: rgba(237, 29, 57, 0.7);
    border-bottom-color: rgba(237, 29, 57, 0.7);
}
.wizard-steps .steps>ul>li.done>a,
.wizard-steps .steps>ul>li.done>a:hover{
    background: rgba(237, 29, 57, 0.7);
}
.wizard-steps .steps>ul>li.disabled>a:hover{
    color: #777;
}
.wizard-steps .steps>ul>li.disabled>a,
.wizard-steps .steps>ul>li.disabled>a:hover{
    color: #999;
    background: #e0e0e0;
}
.wizard-steps .steps>ul>li.active>a{

}
.wizard-steps .steps>ul>li>a{
    background: #e0e0e0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 568px) {

}

@media (max-width: 767px) {
    .btn-coupon {
        width: 100%;
    }

    header {
        background-color: #fff
    }

    .sr-header-wrapper {
        position: fixed;
        box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
        -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
    }

    .wizard > .steps ul[role="tablist"] > li > a {
        /* display: flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; */
        height: 86px;
    }
    .wizard-steps .steps>ul>li>a:after,
    .wizard-steps .steps>ul>li>a:before{
        border-top-width: 43px;
        border-bottom-width: 43px;
    }

    .search-container {
        margin-top: 0px;
    }

    .search-page .sr-header-wrapper {
        position: fixed;
    }

    .search-page main[role="main"] {
        padding-top: 70px;
    }

    .sr-navbar .navbar-nav .nav-item:not(:last-child) {
        padding-right: 0px;
        border-bottom: 1px dashed #CED4D6;
    }

    .sr-navbar .navbar-nav .nav-item.active>a,
    .sr-navbar .navbar-nav .nav-item>a:hover {
        color: #e10707;
        border-bottom-color: transparent !important;
    }

    #carSelectedContainer .car-info-max {
        border-left: 0px solid #f1f1f1;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        background-color: #fff
    }

    .sr-header-wrapper {
        position: fixed;
        box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
        -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
    }

    .search-container {
        margin-top: 0px;
    }

    .search-page .sr-header-wrapper {
        position: fixed;
    }

    .search-page main[role="main"] {
        padding-top: 70px;
    }

    .sr-navbar .navbar-nav .nav-item {
        padding-right: 0px;
        border-bottom: 1px dashed #CED4D6;
    }

    .sr-navbar .navbar-nav .nav-item.active>a, .sr-navbar .navbar-nav .nav-item>a:hover {
        color: #e10707;
        border-bottom: 1px dashed #e10707;
    }
    ul.timeline {
        z-index: 100;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {
    .navbar .navbar-nav .dropmenu-flags-lang{
        /* right: -70px; */
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav:not(.navbar-currency-lang) .dropdown-menu .dropdown-divider {
        border-top: 1px solid #f0f0f0;
    }
    .navbar .navbar-nav:not(.navbar-currency-lang) .dropdown-menu {
        border: 0;
        display: block;
        padding: 0;
        margin: 0;
    }
    .navbar .navbar-nav:not(.navbar-currency-lang) .dropdown-menu>a:not(:first-child){
        /* border-top: 1px dashed #CED4D6 */
    }
    .navbar-toggler{
        padding-right: 0;
        padding-left: 0;
    }
    .navbar .navbar-nav>li{
        display: table-cell;
        padding-right: 10px;
    }
    .navbar .navbar-nav.navbar-currency-lang{
        display: table;
        position: absolute;
        top: 15px;
        right: 100px;
        padding-left: 0;
    }
    .navbar .navbar-nav.navbar-currency-lang.content-currency{
        top: 14px;
        right: 55px;
    }
    .navbar .navbar-nav .dropdown-menu:after,
    .navbar .navbar-nav .dropdown-menu:before{
        display: none;
    }
    .navbar .navbar-nav.navbar-currency-lang .dropdown-menu{
        position: fixed;
        top: 70px;;
        right: 0;
        left: 0;
        bottom: 0;
        border: 0;
        border-radius: 0;
        padding-top: 20px;
        margin: 0;
        border-top:1px solid #ccc;
        z-index: 1;
        overflow-y: auto;
    }
    .navbar .navbar-nav.navbar-currency-lang > li.show:before{
      content: '';
      display: block;
      width: 20px;height: 10px;
      border: 10px solid transparent;
      border-top:0;
      border-bottom-color: #ccc;
        position: absolute;
        bottom: -13px;
        left: 50%;
        margin-left: -10px;
        z-index: 2;
    }
    .navbar .navbar-nav.navbar-currency-lang li.show:after{
        z-index: 2;
      content: '';
      display: block;
      width: 20px;height: 10px;
      border: 10px solid transparent;
      border-top:0;
      border-bottom-color: #fff;
      position: absolute;
      bottom: -14px;
      left: 50%;
      margin-left: -10px;
    }
}
.content-card-booking-tab {
    min-width: 160px;
    min-height: 90px;
    background-color: #928e8e;
    text-transform: uppercase;
    color: white;
}

.content-card-booking-tab[data-type="visa"].active {
    background-color: #5a52b9;
}
.content-card-booking-tab[data-type="mastercard"].active {
    background-color: #539ace;
}
.content-card-booking-tab[data-type="jcb"].active {
    background-color: #deb56f;
}
.content-card-booking-tab[data-type="dankort"].active {
    background-color: #0055C7;
}
.content-card-booking-tab[data-type="maestro"].active {
    background-color: #0B2C5F;
}
.content-card-booking-tab[data-type="elo"].active,
.content-card-booking-tab[data-type="visaelectron"].active,
.content-card-booking-tab[data-type="unionpay"].active,
.content-card-booking-tab[data-type="hipercard"].active,
.content-card-booking-tab[data-type="laser"].active,
.content-card-booking-tab[data-type="dinersclub"].active {
    background-color: #999;
}
.content-card-booking-tab[data-type="amex"].active,
.content-card-booking-tab[data-type="discover"].active {
    background-color: #86B8CF;
}

.labelContentCardType{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
}
.content-info-payment {
    font-size: 11px;
}
.owl-carousel .card-deck .card {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.owl-carousel .card-deck {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.owl-nav .owl-prev,.owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
button.owl-prev {left: 0;}

button.owl-next {
    right: 0;
}
.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
    opacity:0.5;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    opacity:1;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #ed1c39;
    font-size: 30px;
    background-color: rgba(0,0,0,0.5);
    outline: none;
}
.owl-carousel .owl-nav button.disabled {
    opacity:0 !important;
}


@media (max-width: 991px) {
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        opacity:0.5;
    }
}

.custom-link-a {
    color: rgba(237, 29, 57, 0.7);
}
.text-warning-refund,
.custom-link-a:hover {
    color: #ed1d39;
}

.tooltip > .tooltip-inner {
    text-align: left !important;
}

.content-rate-star {
    display: flex;
    padding: 0;
    max-width: 432px;
    margin: auto;
}

.btnrating {
    flex: 1;
    padding: 0;
    margin: 0px 2px;
}

.month-expiry {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.year-expiry {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

#alertRateStar.alert {
    padding: .75rem .75rem;
}

#alertRateStar .btn-default {
    background-color: #ffffff;
}

@media (max-width: 320px) {
    #alertRateStar label {
        font-size: 11px;
    }
    .navbar .navbar-nav.navbar-currency-lang{
        right: 85px;
    }
    .navbar .navbar-nav.navbar-currency-lang.content-currency{
        right: 47px;
    }
}

.currency-item {
    background-color: white;
    text-decoration: none;
    transition: background-color 0.2s ease;
    color: #333;
    padding: 8px 12px;
    border: 1px solid transparent;
    cursor: pointer;
}

.currency-item:hover {
    background-color: #f2f2f2;
    text-decoration: none;
    border: 1px solid #d9d9d9;
}

.currency-check-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.currency-item.active-currency {
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.text-muted.extra-small {
    font-size: 75%;
    font-weight: 400;
}

#btnDownloadVoucher,
#create_receipt {
    font-size: 1.15rem;
}
