﻿.header.header-floating {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    background-color: rgba(255, 255, 255, 0.5);
}

.btn-primary {
    color: #000;
    background-color: #ffcc00;
    border-color: #626b74;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #626b74;
        border-color: #ffcc00;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #ffcc00;
        border-color: #ffcc00;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #5a6067;
        border-color: #888b8e;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
        }

.bg-rapid-car {
    background-color: #c1c2c2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-rapide-car {
    padding: 12px 25px;
    color: #000;
    background-color: #ffcc00;
    border-color: #ffcc00;
    font-weight: 500;
}

    .btn-rapide-car:hover {
        color: #fff;
        background-color: #585d63;
        border-color: #91969c;
    }

    .btn-rapide-car:focus, .btn-rapide-car.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    }

    .btn-rapide-car.disabled, .btn-rapide-car:disabled {
        color: #fff;
        background-color: #b1bd93;
        border-color: #b1bd93;
    }

    .btn-rapide-car:not(:disabled):not(.disabled):active, .btn-rapide-car:not(:disabled):not(.disabled).active,
    .show > .bg-rapid-car.dropdown-toggle {
        color: #000;
        background-color: #ffcc00;
        border-color: #ffcc00;
    }

        .btn-rapide-car:not(:disabled):not(.disabled):active:focus, .btn-rapide-car:not(:disabled):not(.disabled).active:focus,
        .show > .btn-rapide-car.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
        }



.navbar-scrolltofixed {
    z-index: 999 !important;
}

.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px !important;
}

    .header-top a {
        color: #000000;
    }

    .header-top .widget {
        /*line-height: 2rem;*/
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }

        .header-top .widget ul li {
            margin-bottom: 0;
            padding-bottom: 0;
        }

            .header-top .widget ul li:first-child {
                padding-left: 0;
            }



        .header-top .widget .styled-icons {
            line-height: 1;
        }

    .header-top.style-bordered {
        border-bottom: 1px solid #c9c9c9;
    }

        .header-top.style-bordered .widget ul.list-bordered li:last-child {
            padding-left: 1rem;
            padding-right: 2rem;
            border-right: none !important;
        }

        .header-top.style-bordered .widget ul.list-bordered li {
            padding-left: 1rem;
            padding-right: 1rem;
            border-left: 1px solid #c9c9c9;
            border-right: 1px solid #c9c9c9;
        }

@media only screen and (max-width: 1000px) {
    .header-top.style-bordered .widget ul.list-bordered li {
        border: none;
    }
}

.header-top.style-bordered .widget ul.list-bordered li:first-child {
    border-left: 1px solid #ccc;
}

@media only screen and (max-width: 1000px) {
    .header-top.style-bordered .widget ul.list-bordered li:first-child {
        border: none;
    }
}

.header-top.style-bordered .widget ul.list-bordered.navbar-nav li {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1000px) {
    .header-top .language-switcher {
    }
}

.header-top .language-switcher ul {
    padding: 10px;
}

    .header-top .language-switcher ul li {
        border: none !important;
    }

        .header-top .language-switcher ul li a {
            color: #000000;
        }

            .header-top .language-switcher ul li a :hover {
                background-color: #ffcc00;
                color: #000000;
            }


#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

    #intro .carousel-fade .carousel-inner .carousel-item-next,
    #intro .carousel-fade .carousel-inner .carousel-item-prev,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}
.trip-form {
    padding-right: 35px !important;
    padding-left: 35px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.trip-form .col-md-2, .trip-form .col-md-3 {
    padding: 1px !important;
}
@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

@media (min-width: 768px) {
    .hero {
        position: relative;
        background-size: cover;
        background-position-x: left;
    }

        .hero, .hero > .container > .row {
            height: 100vh;
            min-height: 570px;
        }

            .hero .intro {
                position: relative;
                top: -100px;
                z-index: 4;
            }

                .hero .intro h1 {
                    color: #000;
                    font-size: 50px;
                }

                .hero .intro strong {
                    font-weight: 900;
                }

            .hero.inner-page, .hero.inner-page > .container > .row {
                height: 40vh !important;
                min-height: 200px;
            }

    .home-booking {
        background-color: rgba(255, 255, 255, 0.7);
        position: relative;
        top: -460px;
        width: 100%;
    }
}

@media (max-width: 576px) {

    .hero .intro {
        position: relative;
        top: -120px;
        z-index: 4;
    }

    .home-booking {
        position: relative;
        top: -400px;
        width: 100%;
    }
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.scrollToTop {
    background-color: #ffcc00;
    bottom: 15px;
    display: none;
    height: 70px;
    width: 70px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
    border-radius: 50%;
}

    .scrollToTop i {
        color: #000;
        font-size: 42px;
    }

    .scrollToTop:hover {
        background-color: #585d63;
        text-decoration: none;
    }

        .scrollToTop:hover i {
            color: #fff;
        }

.agency {
}

    .agency h2 {
        font-size: 22px;
        font-weight: 400;
    }

.map-canvas {
    position: relative;
    z-index: 100000000000;
    min-height: 500px;
}

.infoDiv {
    padding: 20px;
}

    .infoDiv h4 {
        font-size: 18px;
        font-weight: 500;
        color: #ffcc00;
    }

        .infoDiv h4 small {
            font-size: 14px;
            font-weight: 200;
            color: #000;
        }


/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
    margin-bottom: 30px;
}

    .icon-box .icon {
        display: inline-block;
        height: 70px;
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 70px;
        text-align: center;
    }

        .icon-box .icon i {
            line-height: 70px;
        }

        .icon-box .icon.icon-gray {
            background-color: #eeeeee;
            color: #555555;
        }

            .icon-box .icon.icon-gray:hover {
                background-color: #d5d5d5;
                color: #bbbbbb;
            }

            .icon-box .icon.icon-gray.icon-bordered {
                background-color: transparent;
                border: 2px solid #eeeeee;
            }

                .icon-box .icon.icon-gray.icon-bordered:hover {
                    background-color: #eeeeee;
                    color: #555555;
                }

        .icon-box .icon.icon-dark {
            background-color: #111111;
            color: #fff;
        }

            .icon-box .icon.icon-dark:hover {
                color: #5e5e5e;
            }

            .icon-box .icon.icon-dark.icon-bordered {
                background-color: transparent;
                border: 2px solid #111111;
                color: #111111;
            }

                .icon-box .icon.icon-dark.icon-bordered:hover {
                    background-color: #111111;
                    border-color: #111111;
                    color: #fff;
                }

        .icon-box .icon.icon-white {
            background-color: #fff;
            color: #333333;
        }

            .icon-box .icon.icon-white:hover {
                background-color: #b3b3b3;
                color: #000000;
            }

            .icon-box .icon.icon-white.icon-bordered {
                background-color: transparent;
                border: 2px solid #fff;
                color: #fff;
            }

                .icon-box .icon.icon-white.icon-bordered:hover {
                    background-color: #fff;
                    border-color: #fff;
                    color: #111111;
                }

            .icon-box .icon.icon-white.icon-border-effect {
                position: relative;
            }

                .icon-box .icon.icon-white.icon-border-effect::after {
                    box-shadow: 0 0 0 3px #fff;
                }

        .icon-box .icon.icon-bordered {
            border: 1px solid #777777;
        }

            .icon-box .icon.icon-bordered:hover {
                background-color: #777777;
                color: #fff;
            }

        .icon-box .icon.icon-rounded {
            border-radius: 3px;
        }

        .icon-box .icon.icon-circled {
            border-radius: 50%;
        }

        .icon-box .icon.icon-xs {
            height: 30px;
            width: 30px;
        }

            .icon-box .icon.icon-xs i {
                font-size: 18px;
                line-height: 30px;
            }

        .icon-box .icon.icon-sm {
            height: 50px;
            width: 50px;
        }

            .icon-box .icon.icon-sm i {
                font-size: 22px;
                line-height: 50px;
            }

        .icon-box .icon.icon-md {
            height: 75px;
            width: 75px;
        }

            .icon-box .icon.icon-md i {
                font-size: 36px;
                line-height: 75px;
            }

        .icon-box .icon.icon-lg {
            height: 90px;
            width: 90px;
        }

            .icon-box .icon.icon-lg i {
                font-size: 48px;
                line-height: 90px;
            }

        .icon-box .icon.icon-xl {
            height: 120px;
            width: 120px;
        }

            .icon-box .icon.icon-xl i {
                font-size: 60px;
                line-height: 120px;
            }

        .icon-box .icon.icon-border-effect {
            position: relative;
        }

            .icon-box .icon.icon-border-effect::after {
                border-radius: 50%;
                box-shadow: 0 0 0 3px;
                box-sizing: content-box;
                content: "";
                height: 100%;
                left: -4px;
                opacity: 0;
                padding: 4px;
                top: -4px;
                transform: scale(0.8);
                transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
                pointer-events: none;
                position: absolute;
                width: 100%;
            }

            .icon-box .icon.icon-border-effect.effect-flat::after {
                border-radius: 0;
            }

            .icon-box .icon.icon-border-effect.effect-rounded::after {
                border-radius: 3px;
            }

            .icon-box .icon.icon-border-effect.effect-circled::after {
                border-radius: 50%;
            }

            .icon-box .icon.icon-border-effect.icon-gray::after {
                box-shadow: 0 0 0 3px #eeeeee;
            }

        .icon-box .icon.icon-top {
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -32px;
        }

    .icon-box i {
        display: inline-block;
        font-size: 40px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .icon-box i[class*="pe-7s-"] {
            vertical-align: text-bottom;
        }

    .icon-box.left {
        text-align: left;
    }

        .icon-box.left a {
            margin-right: 30px;
            padding: 0;
        }

    .icon-box.iconbox-border {
        border: 1px solid #dcdcdc;
    }

    .icon-box.iconbox-bg {
        background-color: #fafafa;
    }

        .icon-box.iconbox-bg.iconbox-bg-dark {
            background-color: #333333;
        }

    .icon-box.icon-left .icon {
        float: left;
        margin-right: 15px;
    }

@media only screen and (max-width: 767px) {
    .icon-box.icon-left .icon {
        float: none !important;
        margin-right: 0;
    }
}

.icon-box.icon-left .icon.no-bg {
    width: auto;
    height: auto;
}

.rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}

.no-rotate {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}

.icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1);
}

.icon-box .icon-border-effect:hover::after {
    opacity: 1;
    transform: scale(1);
}

.icon-box h4 {
    font-size: 22px;
    font-weight: 300;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.icon-box p {
    font-size: 16px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.agency ul li {
    padding: 10px;
}

    .agency ul li span i {
        color: #000;
        font-size: 20px;
    }

    .agency ul li a {
        color: #000;
        font-size: 16px;
    }

.agency ul.social li {
    padding: 0 !important;
}


    .agency ul.social li a span {
        color: #fff;
    }

    .agency ul.social li a {
        color: #fff;
        font-size: 16px;
    }

.agency-address {
    font-size: 16px;
}

.listing-img {
    position: relative;
}
.listing-img .price {
    position: absolute;
    top:10px;
    right:10px;
    color:#eeeeee;
    font-weight:500;
    background-color:#626b74;
    padding:5px 5px 5px 5px;
    border-radius:5px;
}

    .listing-img .meta-date {
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        background: #585d63;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        .listing-img .meta-date span {
            display: block;
            color: #fff;
        }

        .listing-img .meta-date .day {
            font-weight: 700;
            font-size: 30px;
            border-bottom: 1px solid #fff;
            padding-bottom: 4px;
        }

        .listing-img .meta-date .mos {
            font-weight: 400;
            font-size: 18px;
            border-bottom: 1px solid #fff;
            padding-bottom: 4px;
        }

        .listing-img .meta-date .yr {
            font-weight: 200;
            font-size: 15px;
        }

/*
 * Blockquote.less
 * -----------------------------------------------
*/
blockquote2 {
    /*border-left: 4px solid #585d63;*/
    margin: 20px 0;
    padding: 30px;
}

    blockquote2 .quote {
        color: #014495;
        font-size: 25px;
    }

    blockquote2.gray {
        border-left: 3px solid #666666;
        background-color: #eeeeee;
        color: #000;
    }

        blockquote2.gray.bg-theme-colored {
            background-color: #eeeeee;
        }

    blockquote2.dark {
        border-left: 3px solid #3c3c3c;
        background-color: #555555;
        color: #fff;
    }

        blockquote2.dark footer {
            color: #d3d3d3;
        }

    blockquote2 p {
        font-size: 16px;
        font-style: italic;
        font-weight: 200;
    }
/**/
blockquote {
    border-left: 12px solid #585d63;
    margin: 20px 0;
    padding: 30px;
}

    blockquote .quote {
        color: #014495;
        font-size: 25px;
    }

    blockquote.gray {
        border-left: 3px solid #666666;
        background-color: #eeeeee;
        color: #000;
    }

        blockquote.gray.bg-theme-colored {
            background-color: #eeeeee;
        }

    blockquote.dark {
        border-left: 3px solid #3c3c3c;
        background-color: #555555;
        color: #fff;
    }

        blockquote.dark footer {
            color: #d3d3d3;
        }

    blockquote p {
        font-size: 24px;
        font-style: italic;
        font-weight: 500;
    }

.blog-posts .post {
    position: relative;
}

    .blog-posts .post .entry-title {
        /*text-transform: uppercase;*/
    }

    .blog-posts .post .post-thumb {
        overflow: hidden;
        position: relative;
    }

    .blog-posts .post .entry-content {
        position: relative;
    }

        .blog-posts .post .entry-content .post-date,
        .blog-posts .post .entry-content .post-visited {
            color: #a9a9a9;
            font-size: 13px;
        }

            .blog-posts .post .entry-content .post-date.right {
                top: -10px;
                height: 60px;
                padding: 6px 8px;
                position: absolute;
                right: 0;
                text-align: center;
                width: 60px;
            }

        .blog-posts .post .entry-content .post-date {
            background: #222222 none repeat scroll 0 0;
            display: inline-block;
            padding: 0px 14px;
            top: 0;
        }

        .blog-posts .post .entry-content ul li {
            margin-bottom: 0;
            margin-top: 0;
        }

    .blog-posts .post .entry-meta span i {
        margin-right: 5px;
    }

    .blog-posts .post .entry-meta span {
        font-size: 12px;
        margin-right: 15px;
    }

    .blog-posts .post .post-date p,
    .blog-posts .post .post-date a {
        font-size: 14px;
        color: #a9a9a9;
    }

        .blog-posts .post .post-date a:hover {
            color: #333333;
        }

    .blog-posts .post .like-comment li {
        margin-bottom: 0;
        margin-top: 0;
    }

    .blog-posts .post .post-thumb .owl-dots {
        bottom: 0;
        position: absolute;
        right: 10px;
    }

        .blog-posts .post .post-thumb .owl-dots .owl-dot span {
            border-radius: 50%;
            height: 10px;
            width: 10px;
        }
/* -------- Blog Single ---------- */
.single-post article {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.single-post .entry-date {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    background: #585d63;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 5px;
    margin-bottom: 15px;
    margin-right: 10px;
}

    .single-post .entry-date span {
        display: block;
        color: #fff;
    }

    .single-post .entry-date .day {
        font-weight: 700;
        font-size: 30px;
        border-bottom: 1px solid #fff;
        padding-bottom: 4px;
    }

    .single-post .entry-date .mos {
        font-weight: 400;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        padding-bottom: 4px;
    }

    .single-post .entry-date .yr {
        font-weight: 200;
        font-size: 15px;
    }

.single-post article .entry-title {
    padding: 15px 0 0;
    font-weight: 700;
    color: #585d63;
}

.single-post .entry-content {
    border: none;
}

.single-post .author-details {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 20px 0;
    padding: 20px 0;
}

.single-post p {
    color: #000;
    font-size: 18px;
}

.single-post h5 {
    color: #555555;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 15px;
}

.single-post .post-share ul {
    margin-bottom: 15px;
}

    .single-post .post-share ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .single-post .post-share ul li a {
            background: none repeat scroll 0 0 #eeeeee;
            border: 1px solid #eeeeee;
            border-radius: 0;
        }

            .single-post .post-share ul li a i {
                color: #555555;
            }

            .single-post .post-share ul li a:hover i {
                color: #111111;
            }

.single-post .media-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.single-post .comments-title {
    margin-bottom: 15px;
}

.single-post .comment-list {
    padding-left: 0;
}

    .single-post .comment-list h6 {
        font-family: helvetica;
    }

    .single-post .comment-list li {
        list-style: none;
    }

    .single-post .comment-list .comment-author {
        margin-top: 30px;
    }

    .single-post .comment-list .comment-date,
    .single-post .comment-list .comment-heading {
        font-size: 13px;
    }

.single-post .reply-box h4 {
    margin-bottom: 15px;
}

.single-post .reply-box .form-group input {
    border-radius: 0;
    height: 45px;
    margin-bottom: 28px;
}

.single-post .reply-box .form-group textarea {
    border-radius: 0;
}

.single-post .reply-box #comment-form button.btn {
    margin-right: 0;
}

.single-post .reply-box .btn-primary {
    margin-right: 0;
}

.single-post .reply-box .tagline {
    border-top: 1px solid #d3d3d3;
}

.sidebar-box {
    margin-bottom: 30px;
    font-size: 15px;
    width: 100%;
}

    .sidebar-box .search-form {
        width: 100%;
        padding: 10px !important;
        margin: 0 !important;
    }


        .sidebar-box .search-form .search-button {
            position: absolute;
            right: 1px;
            top: 20px;
        }

    .sidebar-box h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

.categories, .sidelink {
    padding: 0;
}

    .categories li, .sidelink li {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dee2e6;
        list-style: none;
    }

        .categories li:last-child, .sidelink li:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .categories li a, .sidelink li a {
            display: block;
            font-size: 16px !important;
            font-weight: 500 !important;
        }

            .categories li a span, .sidelink li a span {
                position: absolute;
                right: 0;
                top: 0;
                color: #ccc;
            }

        .categories li.active a, .sidelink li.active a {
            color: #000000;
            font-style: italic;
        }

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 14px;
}

    .tagcloud a:hover {
        border: 1px solid #000;
    }

.comment-form-wrap {
    padding: 50px !important;
}

.user-menu {
    float: left;
    margin-right: 5px;
}

.back-to-home h1 {
    color: #ffcc00;
    font-weight: 700;
}

.back-to-home:hover h1 {
    color: #ffcc00;
}

.min-link {
    font-size: 13px;
    color: #000;
}

    .min-link:hover {
        color: #ffcc00;
    }

.identity-widget {
    margin-top: 50px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-content {
    min-height: 500px;
}



.step-body {
    padding: 25px !important;
    position: relative;
    min-height: 1000px;
    border: 1px solid #d3d3d3;
}

.btns-commands {
    padding: 15px;
    border-top: 1px solid #ccc;
    text-align: right;
    width: 100%;   
}

.wizard-register {
    padding: 30px !important
}

.wizard-connexion {
    padding: 30px !important
}

.wizard input[type=radio] {
    width: 30px;
    height: 30px;
    cursor: pointer;
}


label.form-check-label {
    position: relative;
    top: -13px;
    font-size: 35px;
    margin-left: 25px;
    cursor: pointer;
}

.sp-v-r {
    border-right: 1px solid #d3d3d3;
}

.sp-v-l {
    border-left: 1px solid #d3d3d3;
}

.media {
    border: 1px solid #626b74;
    border-radius: 15px;
    margin-bottom: 50px;
    min-height: 80px;
    background-color: #fbfafa;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
    .media .media-body {
        min-height: 210px;
    }
     .media.active {
        border: 1px solid #eeeeee;
        border-radius: 15px;
        background-color: #ffcc00;
    }

     .media h1 {
        color: #000;
        font-size:28px;
        font-weight: 700;
    }

     .media h4 {
        color: #000;
        font-size:28px;        
        font-weight:bolder;
    }
     .media p span.discount {
        color: #fc2525;
        font-weight: 700;
        font-size: 22px;
    }

         .media h4 small {
            position:absolute;
            right:40px;   
            bottom:80px;
            color: #fc2525;
            font-weight: 600;
            font-size:22px;
            padding-left:15px;
        }
.active.payment{

}
 a.payment {
    cursor:pointer;
}
   
     a.payment:hover .media {
        background-color: #ffcc00;
    }

        a.payment:hover .media span.icon {
            color: #f91818;
        }

 .media span.icon{
    font-size:46px;
    position:relative;
    top:45px;
    color:#ffcc00;
}

.car-preview {
    border: 1px solid #ffcc00;
}
    .car-preview .listing {        
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        /*border: 1px solid #ffcc00;*/
    }
    .car-preview .listing img{        
        border: 1px solid #b5b4b4;
    }
    .car-preview h3{        

    }

.wizard .required-field {
    font-weight: 600;
    color: red;
}
.wizard .input-validation-error{
    border-bottom:2px solid #f73737;
}
.wizard .valid {
    border-bottom: 2px solid #ffcc00;
}


.identity-widget {
    margin-top: 70px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background:#eeeeee;
}

.owl-carousel-7col .item {
    position: relative;
}

.bg-primary {
    background-color: #626b74 !important
}

.listing-contents a {
    color: #626b74 !important;
}
    .listing-contents a:hover {
        color: #ffcc00 !important;
    }

.text-primary {
    color: #ffcc00 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #787d83 !important
}

.step-inner a {
    color: #626b74 !important;
    font-weight:bolder;
}

    .step-inner a:hover {
        color: #ffcc00 !important;
    }
.goto-booking a {
    color: #626b74 !important;
    font-weight: bolder;
}

    .goto-booking a:hover {
        color: #ffcc00 !important;
    }

.site-footer h2 {
    color: #ffcc00 !important;
    font-weight: bolder;
}

.terms-box {
    border-left: 4px solid #ffcc00; 
    background-color: #f9f9f9; 
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.checkbox-highlight {
    background-color: #f9f9f9; 
    border: 2px solid #ffcc00; 
    border-radius: 6px;
    padding: 10px 15px;
    margin: 10px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .checkbox-highlight input[type="checkbox"] {
        transform: scale(1.5); 
        cursor: pointer;
        margin-right: 10px; 
    }

.text-danger_terms {
    font-size: 0.95rem;
    color: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-color: #fef0f0;
    padding: 10px;
    width: 100%;
}