@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900);

body {
    background-color: var(--bg-color-body, #fff);
    font-size: 16px;
    color: var(--color-body-text, #444);
    line-height: 25px;
    font-family: Raleway, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.4;
}

html {
    scroll-behavior: smooth;
    font-size: var(--font-size-html, 16px);
}


.is-dark-text * {
    color: var(--color-dark-text, #111);
}

.is-light-text * {
    color: var(--color-light-text, #fff);
}

a {
    color: var(--color-link-text, #3097D1)
}

a:visited {
    color: var(--color-link-text, #009E91)
}


@media (min-width: 1200px) {
    .container {
        /*width: 84%;*/
    }

    .service .container,
    .steps .container {
        width: 1170px;
    }
}


/* NAVBAR THEME */
.navbar {
    background-color: var(--bg-color-navbar, #FF000000);
    margin-bottom: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li>a:focus .caret,
.nav>li>a:hover .caret,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: var(--bg-color-hover-navbar-link, #eee);
    color: var(--color-hover-navbar-link-text, #3097D1);
}

.dropdown-menu {
    background-color: var(--bg-color-navbar-dropdown, #fff);
}

.navbar .icon-bar {
    background-color: var(--color-navbar-bars, #000000);
}

.navbar a,
.navbar a .caret {
    color: var(--color-navbar-link-text, #3097D1);
}

.navbar .container-fluid {
    padding: 0px 24px;
}

.navbar-default {
    border-color: #d3e0e94a;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;

}

.navbar-brand {
    height: 100%;
}

.navbar-toggle {
    border: none;
}

.menu-module .navbar {
    position: relative;
}

.menu-module .navbar-toggle {
    padding: 12px;
    margin: 0px;
}

.menu-module .navbar-header {
    padding-left: 12px;
    padding-right: 12px;
}

.menu-module .nav.navbar-nav.login-button-nav {
    margin: 0px;
    margin-left: 12px;
    padding: 0px;
    display: flex;
}

/* END NAVBAR THEME*/




.features,
.service {
    background-color: inherit;
}

.btn {
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 12px 25px;
}

a.is-btn.is-btn-ghost2,
.is-btn.is-btn-primary,
.btn.is-btn-primary {
    color: var(--color-button-primary-text, #000);
    background-color: var(--bg-color-button-primary, #dcdcdc);
    border-color: var(--color-button-primary-border, #dcdcdc);
    border-style: solid;
    border-width: var(--size-button-primary-border, 2px);
    border-radius: var(--radius-button-primary-border, 0px);
}

.is-btn.is-btn-ghost2:hover,
.is-btn.is-btn-primary:hover,
.btn.is-btn-primary:hover {
    color: var(--color-hover-button-primary-text, #000);
    background-color: var(--bg-color-hover-button-primary, #dcdcdc);
    border-color: var(--color-hover-button-primary-border, #dcdcdc);
}

a.is-btn.is-btn-ghost1,
.is-btn.is-btn-secondary,
.btn.is-btn-secondary {
    color: var(--color-button-secondary-text, #000);
    background-color: var(--bg-color-button-secondary, #FF000000);
    border-color: var(--color-button-secondary-border, #111);
    border-style: solid;
    border-width: var(--size-button-secondary-border, 2px);
    border-radius: var(--radius-button-secondary-border, 0px);
}

.is-btn.is-btn-ghost1:hover,
.is-btn.is-btn-secondary:hover,
.btn.is-btn-secondary:hover {
    color: var(--color-hover-button-secondary-text, #000);
    background-color: var(--bg-color-hover-button-secondary, #FF000000);
    border-color: var(--color-hover-button-secondary-border, #111);
}


.btn p {
    height: inherit;
    margin: 0px;
}

.intro {
    padding-top: 20px;
    padding-bottom: 20px;
    /*line-height: 1.2em;*/
    /*background-color: #fff;*/
}

.intro .title {
    margin-top: 0px;
    font-size: 2.8em;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.intro .hyper-title {
    font-weight: 700;
    color: #1f8ceb;
}

.intro .title p {

    font-size: 16px;

}

.tcenter {
    text-align: center
}

.booking-form {
    /*border: 1px solid #CCD1DC;*/
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    background: #fff;
    padding-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
    position: sticky;
    top: 0px;
}

.form-control {
    box-shadow: none;
    min-height: 55px;
    font-size: 15px;
    /*padding-left: 30px;*/
    text-indent: 22px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none !important;
}

.form-control-area {
    box-shadow: none;
    height: 155px !important;
    font-size: 16px;
    padding-left: 24px;
}

.form-control-hidden {
    padding-left: 0px !important;
    display: inline-block !important;
    height: 40px !important;
    border: none;
    width: 100%;
    text-indent: 0px;
    outline: none;
    background: transparent;
    position: relative;
    top: -6px;

}

.select2-selection {
    padding: 14px 12px;
    box-shadow: none;
    height: 55px !important;
    font-size: 16px;
    padding-left: 24px;
}

.image-icon {
    height: 20px;
    max-width: 20px;
}

.btn-rengine {
    background-color: #1f8ceb;
    border-color: #166cb7;
    color: white;
    display: block;
    padding: 7px 30px;
    margin-top: 11px;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 20px;
}

.rengine-blue {
    color: #1f8ceb !important;
}

.btn-rengine-blue {
    background-color: #1f8ceb;
    border-color: #166cb7;
    color: white;
}

.btn-rengine:hover {
    background-color: #166cb7;
    border-color: #166cb7;
    color: white;
}

.btn-next {
    padding: 15px;
    font-weight: 700;
    width: 40%;
}

@media only screen and (max-width: 500px) {
    .btn-next {
        width: 100%;
    }
}

.btn-slot:enabled {
    border-color: #166cb7;
    color: #1f8ceb;
}

.btn-slot:enabled:hover {
    border-color: #166cb7;
    color: #1f8ceb;
}


.btn-slot-pay:enabled {
    background: #166cb7;
    border-color: #166cb7;
    color: #fff;
}

.btn-slot-pay:enabled:hover {
    background: rgb(21, 90, 150);
    border-color: #166cb7;
    color: #fff;
}

.footer {
    border-top: 1px solid #d3e0e9;
    padding-bottom: 50px;
    font-weight: normal;
}

hr {
    color: #d3e0e9;

}

.footer hr {
    border-top: 1px solid #eeeeee45;
}


.preview-image,
.slide-rows {
    overflow: hidden !important;
}

.full-image {
    width: 100%
}

.medium-image {
    max-height: 80px;
    max-width: 100px;
}

p {
    line-height: 2;
}

.owl-carousel .owl-item img {
    max-height: 170px;
    position: relative;
    width: auto !important;
}

.services {
    margin-bottom: 70px;
    margin-top: 30px;
}

h1 {
    font-weight: bold;
}

h3,
h4 {
    font-weight: bold;
    padding-bottom: 10px;

}

h2 {
    font-weight: bold;
    padding-bottom: 30px;
}



.owl-carousel-top {
    display: block;
    overflow: hidden;
    width: 99vw;
    height: 500px;
    position: absolute;
    background: #fff;
}

.owl-carousel-top .owl-item {
    width: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

.owl-carousel-top .owl-item img {
    display: block;
    min-width: 100vw;
}

.owl-carousel .owl-next {
    position: absolute;
    right: 0px;
    top: 130px;
    padding: 6px 16px;
    background: #ffffffa1;
    color: #636b6f;
    border: 2px solid #636b6fa1;
    border-radius: 50%;
    z-index: 10000;
}

.owl-carousel .owl-prev {
    position: absolute;
    left: 0px;
    top: 130px;
    padding: 6px 16px;
    background: #ffffffa1;
    color: #636b6f;
    border: 2px solid #636b6fa1;
    border-radius: 50%;
    z-index: 10000;
}

.owl-carousel .owl-next.disabled {
    display: none;
}

.owl-carousel .owl-prev.disabled {
    display: none;
}

.owl-stage-outer {
    margin-bottom: 50px;
    width: 97%;
    left: 1.5%;
}

.slide-subtitle {
    padding-top: 5px;
    font-size: 18px;
    line-height: 1.4;
}

.slide-flag {
    padding-top: 10px;
    font-size: 10px;
    font-weight: 300;
    color: rgb(151, 88, 33);
}

.slide-price {
    padding-top: 5px;
    font-weight: 100;
}

#mypill {
    border-bottom: 1px solid #d3e0e9;
    margin-bottom: 10px;
}

#mypill li.active a {
    background-color: #fff;
    color: #166cb7;
    border-bottom: 2px solid #166cb7;
    border-radius: 0px;

}

#mypill li a {
    padding: 10px 15px 10px 0px;
    font-family: Raleway, sans-serif;
    color: #636b6f;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.features {}

.pull-right {
    text-align: right;
}

.header-img {
    position: relative;
    top: -12px;
}

.header-img img {
    height: 45px;
}



.header-img .image-medium {
    height: 100px !important;
}

.header-img .image-full {
    height: 100% !important;
}

.header-title {
    position: relative;
    top: -9px;
}

ul.social {
    list-style-type: none;
}

.social li {
    float: left;
}

.social li a {
    display: block;
    text-align: left;
    padding-right: 10px;
    text-decoration: none;
}

.home {
    background-color: #fff;
}

.results a {
    color: inherit;
}

.home a:hover {
    text-decoration: none;
    font-weight: bold;
}

.booking-area {
    overflow: hidden;
    padding-bottom: 50px;
    max-height: 600px;
}

.booking-area img {
    /*min-height: 350px;*/
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.booking-form p {
    line-height: inherit;
    margin: 0px;
}

.booking-area .offers {
    padding-top: 50px;
}

.booking-label {
    padding-bottom: 0px;
}

.service {
    padding-top: 30px;
    padding-bottom: 100px;
}

.service .related {
    margin-top: 160px;
}

.service ul {
    padding-left: 0px;
}

.service ul li {
    list-style-type: none;
}

.service ul img {
    max-height: 15px;
}

.flatpickr-time input {
    font-size: 30px !important;
}

#myCarousel .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    object-fit: cover;
    max-height: 950px !important;
    min-height: 400px;
    width: 100%;
}


.warning {
    color: #ffcc00;
}

.red {
    color: red;
}

#prediction_results {
    background-color: #fbfbfb;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

#prediction_results li {
    /*  background: url("../images/pointer-grey.png") no-repeat scroll 5px center transparent;
*/
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}


#prediction_results li:hover,
#prediction_results li:focus {
    cursor: pointer;
    background-color: #ECECEC;
}

#prediction_results li:first-child {
    margin-top: 10px;
}

#prediction_results li:last-child {
    border: 0;
}

.left i,
.right i {
    top: 45%;
    position: relative;
}

.categories-slider .item {
    height: 350px;
    width: 150px;

}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.light-gray {
    color: #ddd;
}

.size14 {
    font-size: 14px;
}

.size12 {
    font-size: 12px;
}

.size11 {
    font-size: 11px;
}

.size10 {
    font-size: 10px;
}

.size60 {
    font-size: 60px;
}

.size100 {
    font-size: 100px !important;
}

/* search results */
.results {
    margin-top: 30px;
}

.result-item,
.summary,
.extras,
.driver,
.action-container,
.success-container,
.review-area {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin-bottom: 18px;
    padding-left: 10px;
    /*padding-bottom: 20px;*/
    font-family: inherit;
    padding-top: 10px;
}

.result-item .days {
    background: #fafafa;
    padding-bottom: 20px;
}

.result-item img:not(.image-icon),
.summary img:not(.image-icon) {
    padding-top: 10px;
    width: 220px;
}

@media only screen and (max-width: 500px) {

    .result-item img:not(.image-icon),
    .summary img:not(.image-icon) {
        padding-top: 30px;
        width: 120px;
    }

    #myCarousel .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        min-height: inherit;
    }

    .service-name {
        font-size: 18px !important;
    }

    .service-providers h4,
    .service-cost-day {
        font-size: 12px;
    }

    .service-attributes {
        font-size: 12px !important;
    }

    .service-attributes ul {
        columns: 600px 1;
        -webkit-columns: 600px 1;
        -moz-columns: 600px 1;
    }

    body {
        line-height: 20px !important;
    }

    .service-attributes ul li {
        width: 100% !important;
    }

    .service-prices {
        width: 36%;
        float: left;
    }

    .service-book {
        padding-top: 30px;
        width: 63%;
        float: left;
    }

    .service-prices .service-total {
        font-size: 22px !important;

    }

    .menu {
        /*display: none;*/
    }
}

.service-name {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #37454d;
}

.text-center {
    text-align: center;
}

.service-group {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #767676;
}

.service-low {
    color: #fc8200;
    font-weight: 300;
}

.service-last {
    color: #760000;
    font-weight: 300;
}

.service-offer {
    font-size: 14px;
    background: whitesmoke;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #2a964c;
    margin-top: 10px;
    font-weight: 300;
    position: relative;
    right: -3px;
    border: 1px dashed #eee;
    border-right: 3px solid #258e46;
}

.service-offer-extra {
    background: none;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #a8130e;
    margin-top: 10px;
    font-weight: 300;
    position: relative;
    right: -3px;
    border: 1px dashed #eee;
    border-right: 3px solid #a8130e;
    font-size: 14px;
}

.service-offer-info {
    background: none;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #656974;
    margin-top: 10px;
    font-weight: 300;
    position: relative;
    right: -3px;
    border: 1px dashed #eee;
    border-right: 3px solid #656974;
    font-size: 14px;
}


.service-attributes {
    font-size: 14px;
    color: #767676;
    padding-left: 4px;
}

.service-providers {
    margin-left: -10px;
    background-color: #fff;
    margin-top: 4px;
    border-top: 1px solid #efefef;
    padding-bottom: 4px;
}

.service-providers h4 {
    /*color:#008489;*/
}

.service-providers ul {
    /*border-top:1px solid #efefef;*/
    /*padding-left: 4px; */
    list-style: none;

}

.service-providers ul li {
    padding-bottom: 0px;
}

.service-providers li:not(:last-child) {
    border-right: 1px solid #efefef;
    padding-right: 5px;
}

.service-providers #rating li {
    padding-right: 1px;
    border-right: 0px;
}

.service-providers #rating {
    text-align: center;
}

.service-attributes strong {
    color: inherit;
}

.service-attributes .list-inline li {
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 10px;
    display: inline;
    float: left;
    width: 50%;

}

.service-attributes ul {
    columns: 300px 2;
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
}

.service-prices {
    padding-top: 30px;
    padding-bottom: 20px;
    /*color:#2a964c;*/
}

.service-prices .currency,
.total-price .currency,
.total-cost .currency {
    font-size: 22px;
    font-weight: 700;
}

.service-prices .service-total,
.total-price .clean-price,
.total-cost {
    font-size: 32px;
    font-weight: 700;
}

.total-price-modal {
    font-size: 24px;
    font-weight: 700;
    color: #2a964c;
    text-align: center;
}

.service-book {
    text-align: center;
}


.service-book a,
.button,
.action-container a,
.success-container a {
    border: 1px solid #166cb7;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #00a6d8;
    margin: 10px;
    background-color: #1f8ceb;
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    text-transform: none;
    letter-spacing: inherit;
    line-height: inherit;
}

.secondary-button {
    background: none;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    display: block;
    border-radius: 12px;
    border: 1px solid #166cb7;
    color: #166cb7;
    margin-top: 8px;
    margin-bottom: 10px;
}

.book-button {
    border: 1px solid #166cb7;
    background-color: #1f8ceb;
    color: #ffffff;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.flash {
    color: #1f8ceb;
}

.book-button:hover {
    background-color: #166cb7;
    border-color: #166cb7;
    color: #ffffff;
}

.confirm-order button[disabled],
.confirm-order button[disabled]:hover {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
    color: #00a6d8;
    margin: 10px;
    background-color: #e6e6e6;
    color: #b9b9b9;
    font-family: inherit;
    font-weight: inherit;
    text-transform: none;
    letter-spacing: inherit;
    line-height: inherit;
}

.service-book a:hover,
.caution-container a:hover,
.button:hover,
.action-container a:hover,
.success-container a:hover {
    background-color: #166cb7;
    border-color: #166cb7;
    color: #ffffff;
}

.btn-social {
    background-color: #fff;
    border-color: #166cb7;
    color: #1f8ceb;
    display: flex;
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
}

.btn-social .social-icon {
    /*position:absolute;*/
    display: block;
}

.btn-social .social-icon img {
    width: 24px;
    height: 24px;
}

.btn-social .social-text {
    flex: 1;
}

.service-cost-day {
    color: #767676;
}

.calendar {
    border-top: 1px solid #efefef;
    /*  padding-top: 6px;
    margin-top: 10px;
    background-color: #efefef;
    border-top: 1px solid #d9d9d9;*/
    /*margin-top: 10px;*/
    margin-left: -10px;
}

.calendar-single {
    padding-top: 6px;
    margin-top: 10px;
    /*margin-left: -10px;*/
}

.calendar-period,
.choose-calendar-period {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    background: #fafafa;
}

.strong-bold {
    font-size: bold;
}

.day-cell-title {
    font-size: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.day-cell {
    color: #d4d4d4;
}

.no-availability {
    color: #d4d4d4;
}

.col-cell {
    width: 6.7%;
    float: left;
    margin: 0.5px;
}

.calendar-single .col-cell {
    width: 13%;
    float: left;
    margin: 0.5px;
}

@media only screen and (max-width: 500px) {
    .col-cell {
        width: 13%;
    }

    .days {
        padding-top: 10px;
    }
}

.weekend {
    color: rgba(255, 0, 0, 0.31);
    font-weight: bold;
}

.selected-period {
    background-color: rgba(0, 255, 151, 0.18);
}

.selected-period-no-avail {
    background-color: rgba(0, 255, 151, 0.18);
}

.calendar .start,
.calendar-single .start {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.calendar .end,
.calendar-single .end {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.calendar .day-cell a,
.calendar-single .day-cell a {
    text-decoration: none;
    box-shadow: none;
    color: black;
    padding: 3px 11px;
    border: 1px solid #efefef8a;
    border-radius: 5px;
    background-color: #ffffffa3;

}

.green {
    color: #00e8bb;
}

.blue {
    color: blue !important;
}

.book {
    color: #2a964c;
}

.icon-blue {
    color: #0060FF;
}

.calendar .day-cell a:hover,
.calendar-single .day-cell a:hover {
    text-decoration: underline;
    color: #00a6d8;
    cursor: pointer;

}

.padd5t {
    padding-top: 5px;
}

.padd10t {
    padding-top: 10px;
}

.padd10b {
    padding-bottom: 10px;
}

.padd20t {
    padding-top: 20px;
}

.padd30t {
    padding-top: 30px;
}

.padd50t {
    padding-top: 50px;
}

.padd10l {
    padding-left: 10px;
}

.padd15l {
    padding-left: 15px;
}

.padd20l {
    padding-left: 20px;
}

.padd10r {
    padding-right: 10px;
}

.marg10l {
    margin-left: 10px;
}

.marg10r {
    margin-right: 10px;
}

.marg10t {
    margin-top: 10px;
}

.padd20b {
    padding-bottom: 20px;
}

.padd50b {
    padding-bottom: 50px;
}

.padd50 {
    padding: 50px;
}

.img-circle {
    border-radius: 0%;
    width: 60px !important;
    /*height: 45px !important;*/
    padding-top: 0px !important;
    overflow: hidden;
}

.img-provider {
    border-radius: 50%;
    width: 35px !important;
    height: auto !important;
    padding-top: 0px !important;
    overflow: hidden;
}

.block-provider {
    height: 36px;
}

.close {
    font-size: 40px;
    font-family: Raleway, sans-serif;
    font-weight: 100;
}

.modal-header {
    border-bottom: none;
}

.timeCell {
    background: rgba(238, 238, 238, 0.31);
    margin-left: 1px;
    margin-bottom: 1px;
    border: 1px dashed #eee;
    /*text-align: left;*/
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;

}


.timeCell-disabled {
    background: rgba(238, 238, 238, 0.0);
    margin-left: 1px;
    margin-bottom: 1px;
    color: #eee;
    border: 1px dashed #eee;
    /*text-align: left;*/
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: line-through;
}

.timeCell:hover {
    background-color: #36e9bc;
    color: white;
}

.ui-selectee {
    /*background: red;*/
}

#slots .ui-selected,
#slots .selectable-selected {
    /*background: #F39814 !important;*/
    background: rgba(0, 202, 250, 0.65) !important;
    color: white;
}

#slots .price {
    color: #2a964c;
    font-weight: 700;
    /*font-size:22px;*/
}

.badge-info {
    display: none;
    font-size: 8px;
    background: rgba(230, 230, 230, 0.1);
    position: relative;
    top: -8px;
    left: -5px;
    /*border: 1px dashed #ccc;*/
    /*padding: 3px 5px;*/
    color: #aaa;
}

.select-dates {
    z-index: 2;
    font-weight: 300;
}

#slots .provider {
    margin-top: 10px;
}

#selectDatesModal .modal-body,
#signinModal .modal-body {
    margin: 30px;
}

@media (max-width: 500px) {

    #selectDatesModal .modal-body,
    #signinModal .modal-body {
        margin: 0px;
    }

    .review-area {
        margin-top: 50px;
    }

    .item1 {
        order: 2
    }

    .item2 {
        order: 1
    }
}

.dashline {
    border-top: 1px dashed #eee;
}

.review-area {
    padding: 30px;
}

.review-area img {
    height: 50px;

}

.review-area .price {
    color: #2a964c;
    font-weight: 700;
}

.step-container {
    margin-right: 100px;
}

@media (max-width: 500px) {
    .step-container {
        margin-right: 10px;
    }
}



.minus-control,
.plus-control {
    display: inline-block;
    /*color: #06001b;*/
    padding: 3px 10px;
    /*background-color: #ededed;*/
    position: relative;
    bottom: 2px;
    border: 1px solid #166cb7;
    border-radius: 20px;
}

.amount-control {
    /*color: #06001b;*/
    font-size: 18px;
    position: relative;
    bottom: 2px;
    width: 30px !important;
    border: 0 !important;
    font-weight: 700;
    text-align: center;
    padding: 0px !important;
    background: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #eee;*/
    -webkit-transition: .4s;
    border: 1px solid #166cb7;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ddd;
    /*border: 1px solid #ededed;*/
    -webkit-transition: .4s;
    transition: .4s;
}


input:checked+.slider {
    background-color: #fff;

}

input:checked+.slider:before {
    background-color: #166cb7;

}


input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*. FORM STYLING  */

.control-label {
    display: block;
}

.rendered-form label {
    display: initial;
}

.control-label,
.color-form-label-text {
    color: var(--color-form-label-text, #444);
}

input.form-control,
select.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-form-input-text, #444);
    background-color: var(--bg-color-form-input, #FFF);
    border-width: var(--size-form-input-border, 1px);
    border-color: var(--color-form-input-border, #d9d9d9);
    border-radius: var(--radius-form-input-border, 4px);
}


.form-control::placeholder,
input::placeholder,
.color-form-placeholder-text,
select::placeholder {
    color: var(--color-form-placeholder-text, #818181);
}


.select2-selection.select2-selection--single .select2-selection__placeholder {
    color: var(--color-form-placeholder-text, #818181) !important;
}


input[type="text"]:not(.flatpickr-calendar input),
.form-control,
.select2-selection {
    width: 100%;
    min-height: 50px;
    background: white;
}

.input-group-btn {
    min-height: 50px;
}

.select2-selection__arrow {
    top: 12px !important;
}

.input-icon i {
    position: relative;
    top: -39px;
    left: 9px;

}

.input-group-addon {
    background-color: #fff;
}

.input-group-addon i {
    width: 20px;
}

.input-group .form-control {
    text-indent: 0px;
}

.step-container button {
    padding: 15px;
    font-weight: 700;
}

.steps {
    background: #fff;
}

.step-guide {
    margin-top: 30px;

}

.step-guide ul {
    list-style-type: none;
}

.step-guide ul li {
    display: inline;
    color: #eee;
}

.step-guide ul .active {
    color: inherit;
}

.footer-menu,
.social {
    list-style: none;
    padding-left: 0px;
}

.footer h4 {
    padding-bottom: 0px;
}

#more-filters,
#more-filters a:hover {
    font-weight: 300;
}

    {
    font-weight: 300;
}

/*body.modal-open {position: fixed;}

#signinModal {
    position: fixed;
    z-index: 2000;
    height: auto;
}
*/
.nav .avatar {
    position: relative;
    top: 10px;
}

nav .avatar text {
    transform: translateY(2px);
}

.nav .social-avatar img {
    border-radius: 50%;
}

.box-register,
.box-forgot,
.box-terms {
    display: none;
}


#rating {
    list-style: none;
    padding: 1px;
    font-size: 11px;
}

#rating li {
    display: inline;
    /*float: left;*/
    margin-left: -1px;
}

#rating .label-primary {
    background-color: #fb6500;
}

#rating li .fa-star {
    color: #4f6e7d;
    /*color:#7c4990;*/
}

.listing-area {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;

    margin-bottom: 30px;
    font-family: inherit;
    padding: 30px;
    padding-left: 30px;
    padding-right: 30px;

}

.webapp-home .header-transparent {
    position: absolute;
    width: 100%;
}

.webapp-services {
    background-color: #efefef;
}

/*//  LIGHT BOX MODAL */
/* The Modal (background) */

.more-photos {
    position: relative;
    top: -50px;
}

.lightbox .row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.lightbox .column {
    float: left;
    width: 25%;
    padding-top: 40px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000a8;
    z-index: 1000000;
}


/* Modal Content */
.lightbox .modal-content {
    position: relative;
    background-color: #e4e4e43b;
    margin: auto;
    padding: 2px;
    border-radius: 0px;
    width: 100%;
    max-width: 1000px;
    box-shadow: none;
    border: none;
}

/* The Close Button */
.lightbox .close {
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 40px;
    font-weight: 100;
    opacity: 1;
    text-shadow: none;
}

.lightbox .close:hover,
.lightbox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.lightbox .mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    background: #ffffff12;
    top: 49%;
    width: auto;
    padding: 12px 20px;
    /*margin-top: -50px;*/
    color: #ffffff94;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    border: 2px solid #636d6f29;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 5px;
}

/* Position the "next button" to the right */
.prev {
    left: 5px;
}

/* On hover, add a black background color with a little bit see-through */
.lightbox .prev:hover,
.lightbox .next:hover {
    background-color: #636d6f29;
    color: white;
}

/* Number text (1/3 etc) */
.lightbox .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.lightbox .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.lightbox img.demo {
    opacity: 0.6;
    height: 100px;
}

.lightbox img.demo.active,
.lightbox .demo:hover {
    opacity: 1;
}

.lightbox img.hover-shadow {
    transition: 0.3s
}

.lightbox .mySlides img {
    height: 100%;
    width: 100%;
}

.lightbox .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


/* Map css*/
#mapPoint,
#mapZone {
    height: 450px;
}

/* days selection css*/
#rates .ui-selecting,
#timeSchedule .ui-selecting,
#rateTimeSchedule .ui-selecting,
#select-days .ui-selecting {
    background: #FECA40 !important;
}

#rates .ui-selected,
#rates .selectable-selected,
#timeSchedule .ui-selected,
#rateTimeSchedule .ui-selected,
#select-days .ui-selected {
    /*background: #F39814 !important;*/
    background: rgba(0, 202, 250, 0.35) !important;
    color: white;
}

#select-days .daysCell {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    float: left;
    font-size: 14px;
    /*  height: 52px;
*/
    margin-right: 1px;
    text-align: center;
    width: 14%;
    padding: 10px;
}

#select-days .updateSuccess {
    background: none;
    display: inline-block;
    float: left;
    font-size: 30px;
    /*  height: 52px;
*/
    margin-right: 1px;
    text-align: center;
    vertical-align: middle;
    width: 10%;
    padding: 10px;
}

.radioBlocks input[type="radio"] {
    display: none;
}

.radioBlocks input[type="radio"]:not(:disabled)~label {
    cursor: pointer;
}

.radioBlocks input[type="radio"]:disabled~.radioBlocks>label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(165, 69%, 57%, 1);
    box-shadow: none;
    cursor: not-allowed;
}

.radioBlocks label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid hsla(165, 69%, 57%, 1);
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    //margin: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
}

.radioBlocks input[type="radio"]:checked+label {
    background: hsla(165, 69%, 57%, 1);
    color: hsla(215, 0%, 100%, 1);
    /*box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);*/
}

.radioBlocks input[type="radio"]:checked+label::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(165, 69%, 57%, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
}

.radioBlocks input[type="radio"]#control_05:checked+label {
    background: red;
    border-color: red;
}

.radioBlocks p {
    font-weight: 700;
    font-size: 12px;
}

/*Dropzone */
.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 150px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.03);
    padding: 23px 0 0 10px;
    margin-bottom: 20px;
}

.dropzone .dz-default.dz-message {
    opacity: 0;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    /*background-image: url("../../plugins/dropzone/downloads/images/spritemap.png");*/
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    width: 100%;
    height: 70px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
}

.dropzone {
    background: rgba(0, 0, 0, 0.03) !important;
    border: none !important;
}

.previewMode {
    padding: 16px;
    background: #00e8bb;
    color: #06001b;
    font-size: 18px
}

.hrline {
    border-bottom: 1px solid #d9d9d9;

}

.container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
}

.editor-parent {
    position: relative;
    height: 0px;
}

.editor-preview,
.editor-settings,
.editor-save {
    position: fixed;
    /*height: 0px;*/
    margin-top: 37px;
    left: 0px;
    width: 100%
}

.editor-preview .editor {
    background: rgba(0, 0, 0, 0.4);
}

.editor {
    background: #06001b;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 26px;
    position: absolute;
    border-radius: 2px;
    top: 10px;
    left: -16px;
    z-index: 10000;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    /*border: 1px solid rgba(255, 255, 255, .8);*/
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
}

.editor-icon {
    display: none;
    background: #06001b;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 18px;
    position: absolute;
    border-radius: 2px;
    top: 0px;
    right: 10px;
    z-index: 1000;
    /*border: 1px solid rgba(255, 255, 255, .8);*/
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
}

.info {
    color: #656974;
}

.ordering-button-down,
.ordering-button-up {
    display: none;
}

.booking-row {
    background: #efefef;
    margin-bottom: 5px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .next.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .right,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-control {
    z-index: 2;
}

.more-filters-label {
    padding-bottom: 14px;
    padding-top: 10px;
}

.gallery {
    text-align: center;
}

.gallery-image {
    max-width: 22vw;
}

.gallery-image:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(49, 74, 123, 0.5);
}

.gallery .container {
    width: 23vw;
    display: inline-block;
}

@media only screen and (max-width: 500px) {
    .more-filters-label {
        padding-top: 14px;
    }

    .gallery-image {
        max-width: 45vw;
    }

    .gallery .container {
        width: 48%;
    }

}

#pickup_time,
#return_time {
    /*display: none;*/
}

.vertical-line::after {
    content: ".";
    position: absolute;
    border-right: 1px solid #ccd0d2;
    color: #fff;
    top: 2px;
    right: -10px;
    height: 90%;
    font-size: 30px;


}

.fr-wrapper>div:first-child {
    display: none;
}

img.fr-view.fr-dib {
    margin: 0px auto !important;
}

#saveButton {
    position: fixed;
    top: 147px;
    z-index: 1000000;
    background: #ff007f;
}

#settingsButton {
    position: fixed;
    top: 100px;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.4);
}

.myLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: black;
    opacity: 0.9;
    z-index: 1000000;
    color: white;
    text-align: center;

}

.myLoader .back {
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 30px;
}

.fr-toolbar {
    border-top-color: #5152af !important;
}

.fr-toolbar.fr-inline .fr-arrow {
    border-bottom-color: #5152af !important;
}

.menu-images {
    height: 22px;
}

.menu li a:hover {
    background: #ffffffaf;
}


/*string card settings */
.payment-wrapper {
    background: #efefef;
    padding: 30px;

    border-radius: 4px;
    min-height: 350px;

}

#card-element {
    padding: 10px;
    border: 1px solid #efefef;
    margin-top: 10px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
}

.no-click {
    /*pointer-events: none;*/
    /*touch-action:none;*/
    opacity: 0.6;
}

#slots .no-click {
    pointer-events: none !important;
    touch-action: none;
    opacity: 0.4;
}

.service .gray-back {
    background-color: #f2f2f2;
    padding-bottom: 30px;
    /*border-left:20px solid white;*/
    /*border-right:20px solid white;*/
    height: 100%;
    border-radius: 10px;
    position: sticky;
    top: 30px;
}

.service .image-placeholder {
    /*min-height: 680px;*/
    overflow: hidden;
    margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
    .service .image-placeholder {
        height: inherit;
        overflow: inherit;
    }
}

.weeklyplan {
    font-weight: bold;
    font-size: 14px;
}

.weeklyplan .day-col {
    text-transform: uppercase;
}

.weeklyplan .time-cell {
    font-size: 18px;
}

.weeklyplan .day-col,
.weeklyplan .weeklyCell,
.weeklyplan .time-col {
    width: 12%;
    float: left;
}

.weeklyplan .header-row {
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}

.weeklyplan .weeklyCell {}

.weeklyplan .even {
    background: #efefef;

}

.time-icon,
.calendar-icon,
.location-icon,
.passengers-icon {
    display: block;
    height: 0px;
    top: 0px;
    float: left !important;
    left: 10px !important;
}

.location-icon {
    color: #0060FF;
    position: relative;
    top: 17px;
    left: 13px !important;
}

.calendar-icon {
    color: #0060FF;
    position: relative;
    top: 17px;
    z-index: 10 !important;
}

.time-icon {
    color: #0060FF;
    position: relative;
    top: 17px;
    z-index: 10 !important;
}

.passengers-icon {
    color: #0060FF;
    position: relative;
    top: 15px;
    left: 6px;
    z-index: 10 !important;
}

.picker {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

#PaylineForm {
    padding: 50px;
    background: #f2f5f7;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
}

.container-full.element-header {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    /*height: 400px;*/
    /*overflow: hidden;*/
}

.element-header .booking-area {
    padding-bottom: 0px;
}

.element-body {
    /*padding-top: 180px;*/
}

.scroll-arrow {
    position: relative;
    top: -80px;
    left: calc(50% - 32px);
}

.scroll-arrow img {
    width: 64px;
    height: 28px;
    max-height: 28px;
    min-height: 28px;
}

.card-right {
    float: right;
    left: -20px !important;
    color: #6fd397;
}

h4.control-label {
    margin-bottom: 15px;
}

.payMethod {
    text-align: center;
    background-color: #efefef !important;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.payMethod img {
    height: 30px;
    float: right;
}

.payMethod span {
    padding-left: 50px;
}

.booking-form-service #bookingform .col-md-3,
.booking-form-service #bookingform .col-md-2,
.booking-form-service #bookingform .col-md-4,
.booking-form-service #bookingform .col-md-6 {
    width: 100% !important;
}

.booking-form-service {
    padding: 2px;
    margin: 2px;
    background: #ffffff7a;
}

/*rating starts */
.rate {
    /*float: left;*/
    height: 46px;
    padding: 0 10px;
    display: inline-block;


}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.rate-company {
    /*float: left;*/
    height: 46px;
    padding: 0 10px;
    display: inline-block;
}

.rate-company:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate-company:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate-company:not(:checked)>label:before {
    content: '★ ';
}

.rate-company>input:checked~label {
    color: #ffc700;
}

.rate-company:not(:checked)>label:hover,
.rate-company:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate-company>input:checked+label:hover,
.rate-company>input:checked+label:hover~label,
.rate-company>input:checked~label:hover,
.rate-company>input:checked~label:hover~label,
.rate-company>label:hover~input:checked~label {
    color: #c59b08;
}

#anything-form {
    /*height:0px;*/
    /*width: 0px;*/
    border: 0px;

}

/*intro css*/
.introjs-tooltip {
    background-color: #4243ab !important;
    color: #fff !important;
}

.introjs-button {
    color: #fff !important;
    background-color: #06c387 !important;
    font-size: 16px !important;
    text-shadow: none !important;
    background-image: none !important;
    -webkit-background-image: none !important;
    -moz-background-image: none !important;

}

.introjs-skipbutton {
    background-color: #ff007f !important;
    font-size: 16px !important;

}

.introjs-helperNubnerLayer {
    background: #ff007f !important;
}

.booking-select {
    border: none;
    background: none;
    outline: none;
    scroll-behavior: smooth;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


}

#booking-pax-modal {
    position: absolute;
    z-index: 10000;
    border-radius: 4px;
    background-color: #fbfbfb;
    list-style: none;
    margin: 0;
    border: 1px solid #ccd0d2;
    position: absolute;
    z-index: 10000;
    width: 330px;
    color: #666;
    top: 0px;
    padding: 20px;
    left: 50px;
    /*-webkit-padding-start: 20px !important;*/
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.pax {
    padding-top: 13px;
}

.pax i {
    position: relative;
    float: right;
}

/* PAGE POPUP CSS */
.page-popup {
    z-index: 1002;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    overflow: auto;
    height: 600px
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        margin: 0px auto;
        width: 100%;
    }
}

.text-between-line {
    margin: 12px;
    overflow: hidden;
    text-align: center;
    width: 95%;
}

.text-between-line:before,
.text-between-line:after {
    background-color: #bbb;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.text-between-line:before {
    right: 0.5em;
    margin-left: -50%;
}

.text-between-line:after {
    left: 0.5em;
    margin-right: -50%;
}

.flatpickr-calendar .hidden {
    display: block !important;
    /*visibility: hidden:!important;*/
}

#bookingform {
    display: block;
}

.booking-form .btn-default {
    display: none;
}

.form-group.name {
    display: none;
}


.breadcrumb.checkout-breadcrumb li a {
    color: #3097D1;
}

.breadcrumb.checkout-breadcrumb li.active a {
    color: #777;
}

[data-module] {
    min-height: 40px;
}


/* PRODUCTS CAROUSEL DEFAULT STYLE */
.products-carousel-module .owl-item {
    padding: 6px 10px;
}

.products-carousel-module .owl-carousel .owl-item img {
    width: auto;
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
}

.products-carousel-module .owl-carousel {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 8px;
}

.products-carousel-module .img-preview {
    flex: 1;
}

.products-carousel-module .carousel-top-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.products-carousel-module .description-wrapper {
    background-color: #fff;
    padding: 0 20px 15px;
    position: relative;
}

.products-carousel-module .description-wrapper p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-carousel-module .description-header {
    font-weight: 500;
    margin: 16px 0 4px 0;
    font-size: 14px;
}

.products-carousel-module .description-subheader {
    color: #bebfbf;
    margin: 0;
    font-size: 12px;
}

.products-carousel-module .product-price {
    font-size: 22px;
    font-weight: bold;
    margin: 4px 0;
}

.products-carousel-module .hero-img-wrapper img {
    display: block;
    width: 100%;
}

.products-carousel-module .owl-stage {
    height: 400px;
    display: flex;
}

.products-carousel-module .owl-stage-outer {
    margin-bottom: 50px;
    width: 100%;
    left: initial;
}

/* END PRODUCTS CAROUSEL DEFAULT STYLE */



/* MENU MODULE CSS */
.menu-module {
    padding: 0px;
}

.menu-module .dropdown-submenu {
    position: relative;
}

.menu-module .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.menu-module .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.menu-module .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.menu-module .dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.menu-module .dropdown-submenu.pull-left {
    float: none;
}

.menu-module .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.menu-module .nav.navbar-nav>.megamenu {
    position: static;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu.dropdown-megamenu {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        left: 0px;
        width: 100%;
        top: unset;
        padding-top: 0px;
    }
}

.dropdown-menu.dropdown-megamenu {
    padding: 0px;
}

.open>.dropdown-menu.dropdown-megamenu {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    left: 0px;
    width: 100%;
    top: unset;
}

.dropdown-menu.dropdown-megamenu>* {
    min-width: 120px;
    padding-top: 0px;
}

.dropdown-header,
.dropdown-menu.dropdown-megamenu>li>a {
    padding: 0px;
}

@media (max-width:767px) {
    .open>.visible-xs.dropdown-menu {
        display: block !important;
    }

    .visible-xs.dropdown-menu {
        display: none !important;
    }
}

/* END MENU MODULE CSS */


/* UTILITY CLASESS */
.w-100 {
    width: 100%;
}



.flex {
    display: flex;
}

@media (min-width: 992px) {
    .flex-lg {
        display: flex;
    }
}

.flex {
    flex-wrap: wrap;
}


.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

@media (min-width: 768px) {
    .collapse.collapse-xs {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.mb-0 {
    margin-bottom: 0px;
}

.is-wrapper .tab-content>.is-container {
    padding-top: 0px;
    margin-top: 20px;
}

.repeating-header.clearfix {
    top: 0px;
    left: 0px;
}

/* CHROME white space bugfix on mobiles */
@media only screen and (max-width: 500px) {
    .repeating-header.clearfix .is-container {
        overflow-x: hidden;
    }
}

.input-group .form-control {
    z-index: 1;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 1;
}

#cconsent-bar .ccb__wrapper .ccb__right {
    white-space: unset;
}

#cconsent-bar .ccb__wrapper .ccb__right .ccb__button>* {
    margin: 4px;
    margin-left: 15px;
}


div#review_form_wrapper>form#review_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

form#review_form>div.rating-stars-wrapper {
    padding: 15px;
    display: flex;
    flex-direction: row;
}

div.rating-stars-wrapper>div.rating-star {
    font-size: 22px;
    padding: 5px;
}

div.selected>i {
    color: rgb(255, 199, 30);
}

div.hover>i,
div.selected>i {
    color: rgb(229, 174, 101);
    cursor: pointer;
}

#prediction_results .pac-item {
    font-weight: 14px !important;
    padding-left: 15px;

}

#prediction_results .pac-icon {
    padding-right: 10px;
    font-size: 16px;
}

.clear-selection {
    position: absolute;
    top: 14px;
    right: 31px;
    color: #999;
}

.request-price {
    font-weight: bold;
    font-size: 16px;

}

.color-swatch::after {
    content: attr(data-color-name);
    /* Fetch the color name from the data attribute */
    position: absolute;
    bottom: -140%;
    /* Position after the color box */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-size: 12px;
    visibility: hidden;
}

.color-swatch:hover::after {
    opacity: 1;
    visibility: visible;
}

.color-swatch {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 5px;
    border-radius: 99px;
    padding: 0px;
}