﻿@import url("../external/font-awesome/css/fontawesome-all.min.css");
@import url("../external/linearicons/style.css");

@font-face {
    font-family: 'Roboto';
    src: url("../../fonts/Roboto/Roboto-Regular.ttf");
    src: url("../../fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../../fonts/Roboto/Roboto-Bold.ttf");
    src: url("../../fonts/Roboto/Roboto-Bold.ttf") format("ttf");
  /*   font-weight: 700; */
    font-style: normal;
}


h1 {
    margin: 0;
    padding: 0.8rem 0 1.8rem;
    font: 400 2.4rem  Roboto, sans-serif;
    color: #343a40
}

h2 {
    margin: 0;
    padding: 1.5rem 0;
    font: 200 1.5rem Roboto, sans-serif;
}

h3 {
    margin: 0;
    padding: 2rem 0;
    font: 300 24px Roboto, sans-serif;
    color: #a98f5e
}

h5 {
    margin: 0;
    font: 300 14px Roboto, sans-serif;
    text-transform: uppercase
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
        padding: 0.8rem 0 1rem
    }
}

a,
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):active,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #343a40;
    cursor: pointer
}

a:hover,
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):active:hover,
a:not([href]):not([tabindex]):focus:hover,
a:not([href]):not([tabindex]):hover:hover {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

.container {
    max-width: 1140px
}

.stepper-horiz {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3rem 0 3rem;
    counter-reset: stepper
}

.stepper-horiz::before {
    border-top: none
}

.stepper-horiz .stepper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-increment: stepper;
    pointer-events: none;
    text-decoration: none;
    background: none
}

.stepper-horiz .stepper::before,
.stepper-horiz .stepper::after {
    border-top: none
}

.stepper-horiz .stepper.done {
    pointer-events: all;
    color: #666
}

.stepper-horiz .stepper.done:hover {
    color: #000
}

.stepper-horiz .stepper.done:hover .stepper-text {
    color: #6c757d
}

.stepper-horiz .stepper.done .stepper-icon::before {
    font-family: 'Material Icons';
    font-weight: bold;
    content: "check"
}

@media screen and (max-width: 768px) {
    .stepper-horiz {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.text-primary {
    color: #343a40 !important
}

.text-secondary,
a.text-secondary:hover {
    color: #a98f5e !important
}

.btn {
    min-width: 8rem;
    padding: 0.7rem;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1rem;
    border-radius: 0;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    font-weight: 200;
    font-size: 1rem;
}

.btn.btn-primary {
    background: #f4f4f4;
    color: #343a40
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background: #a98f5e;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-primary{
    background: #a98f5e00;
    color: #fff !important;
    border-radius:5rem;
    border:1px solid white;
}

.btn.btn-secondary{
    background: #a98f5e;
    color: white !important;
    border-radius: 5rem;
}

.btn.btn-sm-secondary{
    background: #a98f5e;
    color: white !important;
    border-radius: 5rem;
}

.btn.btn-secondary:hover, .btn.btn-primary:hover{
    background: #fff;
    color: #343a40 !important
}

.btn.btn-light {
    background: #fff;
    color: #343a40
}

.btn.btn-light:hover,
.btn.btn-light.active {
    background: #a98f5e;
    color: #fff !important
}

.btn.btn-blank {
    background: transparent;
    color: #fff !important
}

.btn.btn-blank:hover,
.btn.btn-blank.active {
    background: #fff;
    color: #a98f5e !important
}

.btn.disabled {
    background: #f4f4f4 !important;
    color: #343a40 !important;
    cursor: not-allowed
}

textarea.form-control:not([rows="1"]) {
    border-radius: 0
}

textarea.form-control:not([rows="1"]):hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group,
.form-check {
    margin-bottom: 2rem
}

.form-group label,
.form-check label {
    text-transform: none;
    font-size: inherit
}

.form-group label.form-check-label,
.form-check label.form-check-label {
    font-size: 0.8rem
}

.form-group label.form-check-label::before,
.form-check label.form-check-label::before {
    background: #fff;
    border: 1px solid #dfdfdf
}

.form-group label.form-check-label::before,
.form-group label.form-check-label::after,
.form-check label.form-check-label::before,
.form-check label.form-check-label::after {
    top: 0.5rem
}

.form-group .form-control,
.form-check .form-control, select {
    padding: .375rem .5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group .form-control::-webkit-input-placeholder,
.form-check .form-control::-webkit-input-placeholder {
    color: #6c757d
}

.form-group .form-control:-ms-input-placeholder,
.form-check .form-control:-ms-input-placeholder {
    color: #6c757d
}

.form-group .form-control::-ms-input-placeholder,
.form-check .form-control::-ms-input-placeholder {
    color: #6c757d
}

.form-group .form-control::placeholder,
.form-check .form-control::placeholder {
    color: #6c757d
}

.form-group a,
.form-check a {
    text-decoration: underline
}

.modal {
    background: rgba(0, 0, 0, 0.6)
}

.modal .modal-dialog .modal-body {
    padding: 0
}

.modal .modal-dialog .close {
    color: #fff;
    background: #343a40;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 0px 11px 6px;
    border-radius: 100%;
    font-size: 2rem
}

.modal .modal-dialog .modal-content {
    padding: 0 2rem 2rem
}

@media only screen and (max-width: 769px) {
    .modal {
        padding: 0 !important
    }

    .modal .modal-dialog .modal-content {
        padding: 0 0 2rem
    }
}

.card {
    padding: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    border: none;
    border-left: 2px solid #C89832
}

.card:hover,
.card:active,
.card:focus,
.card.active {
    border-color: #343a40;
    -webkit-box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1)
}

.card .card-body {
    padding: 2rem
}

.card .card-footer {
    padding: 0;
    border: none
}

.card .card-img-top {
    margin: -0.5rem -0.5rem 0;
    max-width: calc(100% + 1rem)
}

.card .recommended {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    padding: 0.4rem;
    font-size: 0.75rem;
    text-align: center;
    background: #343a40;
    color: #fff
}

@media screen and (max-width: 480px) {
    .card .card-body {
        padding: 0 0 2rem
    }
}

.custom-select:focus,
.form-control-file:focus,
.form-control:focus {
    border-color: #343a40;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    outline-offset: 0
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@-webkit-keyframes cl_fadeIn {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes cl_fadeIn {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes cl_fadeIn__loader {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes cl_fadeIn__loader {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes cl_dropIn__loader {
    0% {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes cl_dropIn__loader {
    0% {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

.chasing-dots {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear
}

.chasing-dots .dot1,
.chasing-dots .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.chasing-dots .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

#conf_footer,
table br+br,
table p+br {
    display: none
}

@media print {

    #header,
    footer,
    .fullimg,
    .noPrint,
    .agentMenu,
    .btn,
    #conf_footer,
    br+br,
    style,
    style+br,
    p+br {
        display: none !important
    }

    table {
        width: auto;
        max-width: 600px !important
    }

    main {
        margin: 0 !important;
        padding: 0 !important
    }

    .contentzone,
    .flourish,
    #CLGBE,
    .cl_container .cl_main {
        padding: 0 !important
    }

    #cl_customerConfirmationScreen {
        display: none
    }

    #cl_customerConfirmationPrint {
        display: block !important
    }

    #cl_customerConfirmationPrint button,
    #cl_customerConfirmationPrint input {
        display: none !important
    }
}

.bg-success {
    background: #a98f5e !important
}

.bg-danger {
    background: #c52324 !important
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.cl_spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border: 1px solid #ddd
}

.cl_spinner::after {
    display: table;
    clear: both;
    content: " "
}

.cl_spinner label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cl_spinner label .type {
    display: block;
    font-weight: bold
}

.cl_spinner .minus,
.cl_spinner .plus {
    min-width: auto;
    background: none;
    border: none;
    outline: none;
    color: #a98f5e;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}

.cl_spinner .minus:hover,
.cl_spinner .plus:hover {
    color: #fff;
    background: #C89832
}

.cl_spinner .quantity {
    max-width: 40px;
    padding: 0 !important;
    text-align: center;
    border: none
}

.alert.cl_loading__float {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.9
}

.alert{
    padding: 1rem;
}

.alert.cl_loading__float i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #343a40
}

.alert.cl_alert__main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 1rem;
    text-align: center;
    border-radius: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}

.alert.alert-loading {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #e3e3e3;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(38%, #ddd), color-stop(54%, #eee));
    background: linear-gradient(to right, #eee 8%, #ddd 38%, #eee 54%);
    background-size: 1000px 640px;
    color: #333;
    margin: 1rem 0 4rem;
    position: relative
}

.alert.alert-loading::before,
.alert.alert-loading::after {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0;
    width: 50%;
    height: 20px;
    border-radius: 3px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(38%, #ddd), color-stop(54%, #eee));
    background: linear-gradient(to right, #eee 8%, #ddd 38%, #eee 54%);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.alert.alert-loading::after {
    margin: 40px 0 0
}

.alert.alert-info {
    background: #f4f4f4 !important;
    color: #343a40 !important
}

.alert.alert-success {
    background: #a98f5e !important;
    color: #fff !important
}

.alert.alert-danger {
    background: #c52324 !important;
    color: #fff !important
}

.alert.alert-dismissible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    z-index: 100;
    -webkit-animation: 0.4s ease-out 0s 1 cl_dropIn__loader;
    animation: 0.4s ease-out 0s 1 cl_dropIn__loader
}

.alert.alert-dismissible span {
    font-style: normal
}

.alert p {
    margin: 0
}

[data-toggle="tooltip"] {
    position: relative
}

[data-toggle="tooltip"]:hover::after {
    display: block
}

[data-toggle="tooltip"]::after {
    content: attr(tooltip);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    display: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    min-width: 9rem;
    max-width: 20rem;
    font: normal .8rem sans-serif;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1rem;
    margin: .5rem 0
}

[data-toggle="tooltip"].right::after {
    left: 100%;
    margin: 0 0 0 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 440px) {
    i[data-toggle="tooltip"]::after {
        top: auto;
        bottom: 0;
        left: auto;
        right: 100%;
        width: 15rem;
        margin: 0 5px 0 0
    }
}

.panel {
    margin: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden
}

.panel .panel-header {
    padding: .7rem 1rem;
    background: #eee;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.panel .panel-body {
    padding: .7rem 1rem
}

.card {
    overflow: visible
}

.card.card-push {
    margin: 0 0 1rem
}

.card .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.12)
}

.floating-label {
    margin: 0 0 1rem
}

label {
    color: #343a40;
    text-transform: uppercase;
    padding: 0 0 0.5rem
}

.form-control:disabled {
    background: rgba(0, 0, 0, 0.07);
    padding-left: .375rem
}

textarea.form-control:not([rows="1"]) {
    padding: .375rem .5rem
}

.form-check {
    position: relative;
    padding-left: 1.6rem;
    padding-top: .2rem
}

.form-check label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.form-check label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.form-check input {
    display: none
}

.form-check input:checked~label::before {
    background-color: #343a40;
    border-color: #343a40
}

.form-check input:checked~label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.flex.flex-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn.btn-alt {
     font-family: Roboto, sans-serif;
}

.btn-group-toggle__open .close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 0.5rem
}

.add_to_calendar {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px)
}

.add_to_calendar a {
    border-bottom: 1px solid #ddd;
    padding: 1rem 2rem;
    display: block
}

.vue-map-container {
    width: 100%;
    min-height: 500px
}

.customDatepicker .mx-datepicker .mx-input {
    cursor: pointer;
    padding: .375rem .5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    line-height: 1.5;
    font-size: 1rem;
    height: auto
}

.customDatepicker .mx-datepicker .mx-calendar-icon {
    stroke-width: 18px
}

.customDatepicker .mx-datepicker .mx-datepicker-popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto !important
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar {
    overflow: hidden;
    font: inherit;
    width: 1000px;
    max-width: 360px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar::before {
    position: fixed;
    top: calc(-100vh + 50%);
    left: calc(-100vw + 50%);
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: -1;
    pointer-events: none
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header {
    height: auto;
    margin: -6px -12px 1rem;
    padding: 0 1rem;
    background: #a98f5e;
    font-weight: bold
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a {
    display: inline-block;
    padding: 0.5rem;
    color: #fff
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content {
    width: auto;
    height: auto;
    font-size: 14px
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .cell {
    padding: 0.8rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .cell:hover {
    background: #a98f5e;
    color: #fff !important
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .cell.cur-month {
    color: #000
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .cell.cur-month.actived {
    color: #fff;
    background: #343a40
}

.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-panel-date td,
.customDatepicker .mx-datepicker .mx-datepicker-popup .mx-panel-date th {
    height: auto;
    width: auto;
    padding: 0 0 0.5rem
}

@media (max-width: 480px) {
    .customDatepicker {
        margin: 1rem auto
    }

    .customDatepicker .mx-datepicker .mx-input-append {
        width: 100%
    }

    .customDatepicker .mx-datepicker .mx-input-append svg {
        height: auto !important;
        width: 21px;
        float: right
    }
}

.datePicker_inline {
    position: relative
}

.datePicker_inline .mx-datepicker {
    width: 100% !important;
    font: inherit
}

.datePicker_inline .mx-datepicker .mx-input-wrapper {
    display: none;
    margin: 0 3rem
}

.datePicker_inline .mx-datepicker .mx-input-wrapper .mx-input {
    height: 3rem;
    margin: 0;
    padding: 0.7rem 1rem;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.datePicker_inline .mx-datepicker .mx-input-wrapper .mx-input-append {
    width: 100%;
    background: none
}

.datePicker_inline .mx-datepicker .mx-input-wrapper .mx-input-append .mx-calendar-icon {
    width: 25px;
    float: right
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup {
    display: block !important;
    position: static !important;
    padding: 0 0 2rem;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);
    background: none;
    border: none
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar {
   /*  display: -webkit-box;
   display: -ms-flexbox;
   display: flex; */
    float: none;
    font: inherit
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header {
    max-width: 768px;
    height: auto;
    margin: 0 auto;
    padding: 0.2rem 3rem;
    text-align: center;
    color: #fff
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a {
    color: inherit;
    font-size: 2rem
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a:hover {
    color: #a98f5e
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-icon-last-year,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-icon-next-year,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-year+.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-year,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-time-header {
    display: none !important
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-icon-last-month {
    display: block !important;
    float: left;
    font-size: 2.5rem
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-icon-next-month {
    display: block !important;
    float: right;
    font-size: 2.5rem
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-month,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-year {
    pointer-events: none;
    display: inline-block !important
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-year+.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-year,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-year~.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a.mx-current-year,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header a:nth-last-child(2) {
    display: none !important
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content {
    max-width: 550px;
    width: auto;
    height: auto;
    margin: 0 auto
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel {
    width: 100%;
    table-layout: fixed
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-date {
    display: table !important
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-month,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-year {
    display: none !important
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-month .cell,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-year .cell {
    font-style: normal;
    line-height: 4rem
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-month .cell:hover,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-year .cell:hover {
    background: #f8f8f8;
    cursor: pointer
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-month .cell.actived,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel.mx-panel-year .cell.actived {
    background: #a98f5e
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel tbody {
    background: #fff
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel th,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td {
    text-align: center
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel th {
    padding: 1rem;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td {
    padding: 1rem 0;
    border: 1px solid #ebebeb;
    font-size: 1rem;
    font-weight: 400
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td:hover {
    background: #fff;
    cursor: pointer
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td:active,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td:focus,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.actived {
    background: #a98f5e;
    color: #fff !important
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.last-month,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.next-month {
    opacity: .5;
    cursor: not-allowed
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.last-month:active,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.last-month:focus,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.next-month:active,
.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.next-month:focus {
    background: #fff;
    color: inherit
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.today {
    color: #a98f5e
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.today~.disabled {
    position: relative;
    overflow: visible
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.today~.disabled:hover::after {
    content: "Contact us for enquiries on unavailable dates";
    position: absolute;
    bottom: 100%;
    left: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    font-size: 12px;
    z-index: 100;
    width: 200%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-content .mx-panel td.disabled {
    cursor: not-allowed
}

.datePicker_inline .cl_pax {
   /*  position: absolute;
   top: 10rem;
   left: 4rem; */
    max-width: 150px;
    text-align: center;
    margin:0 auto;
}

@media (max-width: 480px) {
    .datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar {
        display: block
    }

    .datePicker_inline .mx-datepicker .mx-datepicker-popup .mx-calendar .mx-calendar-header {
        padding: 1rem
    }

    .datePicker_inline .cl_pax {
        position: static;
        margin: 0 auto;
        padding-bottom: 2rem
    }
}

.cl_agentMenu .dropdown>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cl_agentMenu .nav-link {
    color: inherit
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden
}

#App {
    width: 100%
}

nav.stepper-horiz {
    position: relative;
    height: 80px;
    margin: -24px 0 2rem;
    padding: 10px 0 0;
    background: #eee;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    overflow: visible
}

nav.stepper-horiz::before,
nav.stepper-horiz::after {
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    content: ""
}

nav.stepper-horiz::after {
    right: auto;
    left: 100%
}

nav.stepper-horiz .container {
    padding: 0;
    position: relative
}

nav.stepper-horiz .stepper {
    padding: 0;
    color: #aaa;
    font-size: 1.2rem;
    border-bottom: 4px solid
}

nav.stepper-horiz .stepper:last-child.active {
    margin-right: 20px
}

nav.stepper-horiz .stepper.active {
    color: #000;
    border-color: #C89832;
    overflow: visible
}

@media screen and (max-width: 768px) {
    nav.stepper-horiz {
        margin-top: 0
    }

    nav.stepper-horiz::before,
    nav.stepper-horiz::after {
        display: none
    }

    nav.stepper-horiz .stepper.active {
        width: 100%;
        background: none
    }

    nav.stepper-horiz .stepper.active::after {
        display: none
    }
}

@media screen and (max-width: 480px) {
    nav.stepper-horiz {
        height: 70px;
        margin: -1rem -20px 2rem;
        padding: 10px 20px 0
    }
    .stepper-horiz .stepper.done{
        display:none;
    }
    .stepper-horiz a.active ~ a{
        display:none;
    }
}

main {
    padding: 1.5rem 0 2.5rem;
    background: rgba(0, 0, 0, 0.02)
}

main .container {
    max-width: 1300px
}

@media screen and (max-width: 500px) {
    main {
        padding-top: 1rem
    }
}

.pahs_products .col-md-4 {
    padding: 0 10px
}

.pahs_products .card {
    border: none
}

.pahs_products .card .pahs_products__thumbnail small {
    display: none
}

.pahs_products .card:hover .pahs_products__thumbnail small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      display: none;
}

.cl_be__main {
    width: 70%;
    padding-right: 3rem
}

.cl_be__cart {
    width: 30%;
    background: #eee;
    -webkit-animation: 0.5s ease-in 0s 1 cl_fadeIn__loader;
    animation: 0.5s ease-in 0s 1 cl_fadeIn__loader
}


@media screen and (max-width: 769px) {
    .cl_be__main {
        width: 100%;
        padding: 0 !important
    }
    .cl_be__cart {
        width: 100%;
        margin-top:0.5rem;
    }    
}


.cl_be__cart>div {
    padding: 2rem 1.5rem;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.cl_be__cart>div h2 {
    padding: 0 0 2rem;
   font-family: Roboto, sans-serif;
}

.cl_be__cart-component {
    -webkit-animation: 0.5s ease-in 0s 1 cl_dropIn__loader;
    animation: 0.5s ease-in 0s 1 cl_dropIn__loader
}

.cl_be__cart-booking+.cl_be__cart-booking {
    border-top: 3px solid #C89832;
    margin-top: 2rem;
    padding-top: 1.5rem
}

@media screen and (max-width: 768px) {
    .cl_be__cart {
        width: 100%
    }
}

.cl_be__nav {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 1rem 2rem;
    margin: 3rem 0 0;
   background-image: linear-gradient(-31.4deg, #a98f5e 8.62%, #20272f 89.69%);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px)
}

.cl_be__nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 480px) {
    .cl_be__nav {
        width: calc(100% + 40px);
        margin: 1rem -20px 0;
        padding: 1rem 1.5rem
    }

    .cl_be__nav .container {
        display: block;
        padding: 0
    }

    .cl_be__nav .container div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .cl_be__nav .container div:first-child {
        padding: 0 0 10px
    }
}

.cl_be__fares i[data-toggle="tooltip"]::after {
    min-width: 14rem !important
}

.cl_be__packages-component {
    width: auto;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    cursor: pointer;
    border-radius: 5rem;
    font-size:0.8rem;
}

.cl_be__packages-component[data-toggle="tooltip"]::after {
    width: 100%;
    top: auto;
    bottom: 100%;
    margin: 0
}

.cl_be__packages-component:hover {
    border-color: #C89832 !important
}

.cl_be__packages-component.active {
    background: #a98f5e !important;
    color: #fff;
    border: none !important
}

.cl_be__packages-component.active img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.cl_be__packages-component.active .sellingFast {
    display: none
}

.cl_be__packages-selling {
    padding-bottom: 1.6rem !important;
    border-color: #a98f5e !important;
    background: #a98f5e !important;
    color: #fff
}

.cl_be__packages-selling .sellingFast {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1px 10px;
    text-align: center;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1)
}

.cl_be__packages .remove {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0.3rem .8rem;
    text-align: center;
    background: #343a40;
    height: 100%;
    margin: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5rem;
    color:#fff !important;
}

@media screen and (max-width: 480px) {
    .cl_be__packages-component {
        width:  calc(85% - 1rem);
    }
}

.cl_Payment__option {
    width: 14%;
    width: calc(14% - 1.5rem);
    margin: 0 0 2rem;
    padding: 0
}

.cl_Payment__option input:checked~label {
    border-color: #343a40
}

.cl_Payment__option label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 1rem;
    background: #fff;
    border: 1px solid #dfdfdf;
    cursor: pointer
}

.cl_Payment__option label img {
    max-height: 35px
}

.cl_Payment__option label::before {
    display: none
}

@media screen and (max-width: 480px) {
    .cl_Payment__option {
        width: 50%;
        margin: 0 !important;
        padding: 0.5rem 1rem 1rem
    }

    .cl_Payment__option label img {
        max-height: 44px
    }
}

.pahs_products__description {
    padding: 1rem!important;
    height: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}