
/*text/css style.css ( assembler source, UTF-8 Unicode text, with very long lines, with CRLF line terminators )*/
/*------------------------------------------------------------------
[Table of contents]

1. CSS Reset
2. Global variables
3. Header (inner page) and (logo/ navigation bar and menu) / header, nav.navbar
4. Homepage top blocks 
5. Services Block / #services
6. véhicules Block / #véhicules
7. Download App Block / #download
8. Text block with large car on the right / #car-block
9. Testimonials / #testimonials
10. Banners homepage / #homepage-banners
11. Partners block / #partners
12. Bottom block with address/menu/form/mini-gallery goes before footer
13. Footer and copyrights#pick_address>
15. Contacts inner page width full-width map#
16. Typography (for text page) / .text-page
17. Blog posts and blog inner page
18. Gallery
19. Shortcodes
20. Forms (buttons/radio/inputs)
21. Pagination
22. Common classes (hover/transition effect/etc)

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Fonts]

Font-family: 'Open Sane', sans-serif;
Font-family: 'Fjalla', sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

    Black (headers, btns, backgrounds): #1F1F1F
    Yellow (headers, hrefs, backgrounds):  radial-gradient(circle,#00c4fb 0,#0091d1 39%,#003e7c 100%)
    Gray-darker:    #868686;
    Gray-dark:      #777;
    Gray:           #CCCCCC;
    Gray-light:     #E6E6E6;
    Gray-lighter:   #F5F5F5;
*/
/* ul li.nav-active a {
  padding: 24px 14px 24px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
} */
.black {
  color: #1f1f1f;
}

html {
    border: 0 !important;
}
.white {
  color: #fff;
}

ul#navBarUL{
    position: relative;
}
ul#navBarUL::before {
    width: 100%;
    height: 0.2px;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff !important;
    position: absolute;
    content: "";
}
input::placeholder {
    color: #555555 !important;
}
/*  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);*/
.page_indicator span, .page_indicator a, .page_indicator {
    color: #007FBD !important;
}
body #support_form.assistance-form input.form-control {
    padding: 0px 5px;
}
body #support_form button.btn-successs.btn-con {
    background: linear-gradient(#ff6666, #cc0000);
    border: 0;
    background-color: red;
    box-shadow: unset !important;
}
.client-testimonial-images {
  margin-right: 22px;
  position: relative;
  top: -5px;
}
div#temoignagesClients h4 {
    position: relative;
    top: 10px;
}
#support_form a.close-btn-4 {
    position: absolute;
    top: -39px;
    right: 8px;
}
#support_form.assistance-form .form-control {
    height: 36px;
}
.floating-form-2 input[type='text'] {
    height: 36px !important;
}
a.bienvenue {
    font-size: 14px;
    border: 2px dashed #000;
    padding: 2px 10px;
    margin-left: 5px;
    color: #000;
    font-weight: bold;
    background: linear-gradient( to bottom, yellow,#F5B32C) !important;
    position: relative;
}
a.bienvenue i {
    position: absolute;
    left: -9px;
    top: -7px;
    font-size: 15px;
}
h4#Partner {
    left: 5px;
    position: relative;
}
body .floating-form-2 select.form-control {
        -webkit-appearance: menulist-button;
        -moz-appearance: menulist-button;
        line-height: 22px !important;
        height: 36px !important;
        margin-top: 0px;
    }
.floating-form-2 {
    display: block !important;
    left: -1px !important;
    transform: translateX(-500px);
    transition: all 0.3s ease-in;
    top: 214.4px !important;
}
.floating-form-2.visible{
     transform: translateX(3px);
    transition: all 0.3s ease-in;
    padding: 0px 10px !important;
}
.slick-dots li button::before {
    content: "";
}
.d-flex.app-logos a img {
  border: 1px solid #fff !important;
  border-radius: 6px !important;
}
.nav.navbar{
    height: 72px !important;
}
#promo-bar {
    top: 121px;
    border: 3px solid #fff !important;
}
ul.nav.navbar-nav .footer-job-link img {
    position: relative;
    right: 6px;
    top: -10px;
    border: 1.5px solid #fff;
    width: 19px;
}

            .services {
    height: auto;
    border-radius: 15px 15px 0px 0px;
}

.ecab-step-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.ecab-step-block-item {
    padding-left: 26px;
    text-transform: uppercase;
    position: relative;
    height: 45px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
    align-items: center;
    justify-content: center;
}
.ecab-step-block-item div:nth-child(2) {
    left: 63px;
}
.ecab-step-block-item div {
    position: absolute;
    color: white;
    font-weight: 900;
    font-size: 8.5px !important;
}
.ecab-step-block-number {
    left: 34px;
    position: absolute;
    display: flex;
    text-align: center;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 14px;
    background: linear-gradient(#ff6666, #cc0000);
    justify-content: center;
    align-items: center;
}
.ecab-step-block-item.active div:nth-child(2){
    width: 312px;
    left: 35px;
}
h4#paymentHeading {
    width: 150%;
    font-size: 17px !important;
    display: inline-block;
    position: relative;
    left: -42px;
    top: 37px;
}

.ecab-step-block-item.active .ecab-step-block-number {
    left: 6px !important;
}
.ecab-step-block-item.active {
    background: linear-gradient(#9fe925, #558407) !important;
}

.legal-content-box h3 {
    font-size: 24px;
}
.ecab-step-block-item.active::after {
    rotate: 90deg;
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateX(0%);
    width: 44px;
    height: 25px;
    background: linear-gradient(92deg, #9fe925, #558407) !important;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 10px;
    z-index: 10;
    right: -34px;
    left: initial;
}
.ecab-step-block-item.active::before {
    background-color: inherit;
}
.ecab-step-block-item::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 23px;
    background-color: white;
    transform: skew(50deg);
    top: 0;
    left: 13px;
}
.ecab-step-block-item::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 23px;
    background-color: white;
    transform: skew(-50deg);
    bottom: 0;
    left: 13px;
}
.app-logos .img-responsive {
       position: absolute;
    left: -32px;
    top: -12px !important;
    /* rotate: 90deg; */
    z-index: 999;
    rotate: -96deg;
    width: 31px;
    animation-name: pulse-animation;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.font-bold{
    font-weight: bold !important;
}
.top_section_inner.nav_container .top-links .mobile-client img {
    border: 2px solid;
    border-radius: 50% !important;
}
.slick-dots li {
  height: 15px;
  width: 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: red;
}
.slick-dots li.slick-active{
    background-color: #00cc00;
}
#testimonials_section .slick-dots {
  bottom: -17px;
}
#testimonials_section .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}
.red {
  color: #9f340a;
}
.cookies span{
    /*padding:4px !important;*/
}
#faq {
  background: rgb(235, 244, 255);
}
.user-nav .btn-group:nth-child(2) {
    margin-left:2px;
}
.padding-0 {
    padding: 0 !important;
}

#booking_form{
    right: 0px; top: 108px;padding: 0px !important;
     max-height: 670px; overflow-y: auto;
}
div#supp_other1 button.button.green_button.resRegisterSignup1 {
    background: linear-gradient(#ff6666, #cc0000) !important;
    border-color: #cc0000;
    box-shadow: 0 1px 0 #cc0000 inset !important;
}
.quality_container.flexme .col-md-8.Economie {
    margin-left: -48px !important;
}
h4.qua {
    top: -13px;
    position: relative;
}
h4.qua i {
    position: relative;
    top: 15px;
}
.row.quality_icons_container.mr-40 h4.qua {
    display: flex;
    align-items: center;
}
.app-container .text_white {
    text-align: center;
}

.app-container {
    margin-top: 30px;
}
.app-logos .img-responsive {
    left: 0px;
}
.d-flex-custom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
}
.contact_popup_container{
position: fixed;
  display: flex;
  top: 118px;
  bottom: 0;
  right: -5px;
  transform: translateX(530px);
  z-index: 10000000000;
  transition: all 0.3s ease-in;
}
#booking_form.active {
  background: linear-gradient(108deg, #fbfbfb, #ececec, #cecece);
  border: 2px solid #fff;
  padding: 0 !important;
  padding-top: 10px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translateX(2px);
}
div#booking_form::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #0091d1;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



#booking_form #booking {
  padding: 0;
}
#booking_form #contact_body {
    padding-top: 0 !important;
    margin-top: 2px;
}
#booking_form .step-bar b {
  text-align: center;
}
#booking_form {
  right: 2px;
  padding: 0 !important;
  overflow-y: auto;
  display: block;
  position: fixed;
  top: 110px;
  transform: translateX(647px);
  z-index: 99999999;
  transition: all 0.3s ease-in;
}
.arrow-text-container {
    position: relative;
}
#support_form a.close-btn-4 i{
    color: white;
    border-radius: 50%;
}
#contact_form_2 .close-btn-2 {
    color: white;
    top: -40px;
    right: 10px;
}
.navbar-header {
    display: none !important;
}
body .arrow-text-container p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 4px;
    top: 0px;
    display: inline-block;
    width: 103%;
}
p#sticky-demand-button-text {
    font-size: 21px !important;
    position: relative;
    top: 21px;
    left: 22px;
}





.arrow-text-container img.img-fluid.pulseAnimation {
    position: absolute;
    left: 70px;
    rotate: -89deg;
    width: 50px;
    top: 13px;
}

.arrow-text-container img.img-fluid.fadeInOutAnimation {
    position: absolute;
    left: 75px;
    rotate: -92deg;
    width: 38px;
    top: 16px;
    height: 25px;
}
div#carCategory {
    border-radius: 10px;
}
/*
    1. CSS Reset
  */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
.textimoniyal-sec{
    height:150px !important;
}
.contact_popup_container.active {
  position: fixed;
  display: flex;
  top: 118px;
  bottom: 0;
  right: -5px;
  transform: translateX(-5px);
  z-index: 1000000000000;
  transition: all 0.1s ease-in;
}
html {
    overflow: scroll;
    overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}
         #b_firstName::placeholder {
      color: gray !important;
    }

    #b_lastName::placeholder {
      color: gray !important;
    }
     #b_rganisme::placeholder {
      color: gray !important;
    }
     #phoneNumber::placeholder {
      color: gray !important;
    }
     #bookemail::placeholder {
      color: gray !important;
    }
      #Commentaire::placeholder {
      color: gray !important;
    }
       #address::placeholder {
      color: gray !important;
    }
      #to::placeholder {
      color: gray !important;
    }

#bookingform input::placeholder,
#bookingform textarea::placeholder {
  color: #555 !important;
  opacity: 1 !important;
}



.ui-datepicker-calendar > thead{
    display:none;
}
.ui-datepicker table {
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, html .ui-button.ui-state-disabled:active  {
    border: 1px solid #fff !important;
    background: linear-gradient(#ff6666, #cc0000) !important;
    color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover{
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
}
.navitem{
    text-transform: uppercase;
}
      
   
   
   
   img{
       max-width: 100%;
   }            
.car {
  padding-top: 0;
  display: none;
  /* transform: translateY(500px);
    opacity: 0;
    transition: all 0.8s; */
}

.car.show {
  display: block;
}

.car-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 300px;
  position: relative;
}
img.arrow-flash-small.pulseAnimation {
    width: 29px ;
}

.floating-images {
    margin-left: 15px;
}
.animated_btn{
  display: inline-block;
  margin: 0 0.5rem;
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: .3s; /* don't forget to set a duration! */
}

/* .girl {
    height: 60px;
  } */

.assessibleIconTop {
  width: 60px;
  border: 4px solid #fff;
  border-radius: 5px;
  margin: 0 5px;
}

.carChair {
  margin: 0 5px;
}

.assessibleIcon {
    position: absolute;
    top: 53px;
    
    left: -29px;
    width: 60px;
    z-index: 11;
    border-radius: 5px;
    /*border: 2px solid #fff;*/
}
.curve-arrow{
    position: absolute;
    width: 55px;
    transform: rotate(270deg);
    height: 30px;
    margin-left: -55px;
    margin-top: 28px;
}
.video-box h5 {
  margin-bottom: 0;
}
.video-box .curve-arrow{
    margin-left: -289px;
    z-index: 999;
}
.navbar{
        left:0px;
    }
#phoneNumber{
    border:1px solid #1980ad !important;
    border-radius:3px;
}
#bookemail{
     border:1px solid #1980ad !important;
    border-radius:3px;
}
@media (min-width: 1200px) {
  .nav_container {
    width: 1260px  !important;
  }
}



.car-2 {
  width: 100%;
  height: auto !important;
  transform: scale(1.25);
  margin: 0 0 5rem 0;
  
  /* height: 173px; */
  /* margin-left: 100px; */
  /* transform: translateY(80px) scale(1.2); */
}

.car-3 {
  /* margin-left: 10px;
  margin-top: 20px; */
 margin: 1rem 8rem 0 0;
    transform: scale(0.9);
}

.car-1 {
 
  transform: scale(0.9);
  margin:1rem 6rem 0 0;

}

@media screen and (max-width: 1200px) {
  .car-2 {
    margin-left: 30px;
    /*transform: translateY(30px) scale(1.2);*/
  }
  .car-3 {
  /* margin-left: 10px;
  margin-top: 20px; */
  margin: 0 10rem 4rem 0;
  transform: scale(1);
}
.assessibleIcon{
    margin-left:4rem !important;
}
.navbar-header {
    display: block !important;
}
}

@media screen and (max-width: 990px) {
    #mypassengers, #chairs{
        width:100% !important;
        margin-left: 0 !important;
    }
    .icon-with-shadow-qoute{
        left:0 !important;
    }
  .car-container {
    justify-content: center;
    height: auto;
  }
  .car-3 {
    scale: 1;
  }
  .car-2 {
    height: 173px;

    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: translateY(0px) scale(1.2);
  }
}

@media screen and (max-width: 650px) {
  .car-container {
    justify-content: center;
    height: auto;
  }
  .car-2 {
     /*height: 173px;*/
  
      /*width: 100%;*/
      transform: translateY(0px) scale(1.4); 
  }
   .car-1{
      transform: scale(1);
  }
}

@media screen and (max-width: 480px) {
  .car-container {
    justify-content: center;
    height: auto;
  }
  .car-1{
      transform: scale(1.1);
      margin:0 2rem 0 0 !important;
  }
  .car-3{
      transform: scale(1.1);
      margin:0 5rem 0 0 !important;
  }
  .car-2 {
    /* height: auto;
      margin-top: 0;
      margin-bottom: 0;
      width: 100%;*/
      /*transform: translateY(0px) scale(0.8); */
      transform: scale(1.3);
      margin: 0 0 0 5rem !important;
    /*margin-left: -10px;*/
  }
  .assessibleIcon{
    margin:0rem 0 0 0 !important;
    left:3.5%;
}
}

/* .................... */
/* #p1 {
  font-size: 18px;
  max-width: 750px;
  width: 100%;
  margin: 0 0 0 0;
  text-align: left;
} */
.output{
  width: 100%;
}
/* #p2 {
  font-size: 18px;
  max-width: 700px;
  width: 100%;
  margin: 0;
  text-align: left;
} */
.typing-container{
  width: 100%;

}
.text {
  font-size: 24px;
  /* white-space: pre; */
  /* overflow: hidden; */
  /* border-right: 2px solid #000; */
}

@media screen and (max-width: 990px) {
  #p1,
  #p2 {
    text-align: center;
    /* margin: 0 auto; */
  }
  #p1 {
    /* margin-top: 20px; */
  }
}

@media screen and (max-width: 530px) {
  #p1 {
    font-size: 14px;
    width: 450px;
    text-align: left;
    /* margin-left: -5px; */
  }
  #p2 {
    font-size: 14px;
    width: 350px;
    text-align: left;
  }
}

.first {
  margin-top: 10px;
  width: 620px;
  line-height: 1.6;
  font-size: 19px !important;
}

@media (max-width: 990px) {
  .first {
    margin-top: 15px;
  }
}

.align-car p {
  padding: 0 0;

  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.floating-images {
  display: flex;
  justify-content: space-around;
}
#testimonials_section .col-md-4.mytitle.CLIENTS {
  padding-left: 0 !important;
  width: 32%;
}
.floating-images .floating-box {
      width: 220px;
    height: 100px;
    margin-top: 6px;
}

.floating-images .floating-img {
  width: 60px;
}

/* .num {
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    margin-right: 10px;
  } */
.num-text {
  display: flex;
  align-items: center;
}

.num {
  color: #000000;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 60px !important;
}
.text_p {
  padding-left: 45px;
  font-size: 14px;
  color: #000;
  margin: 0;
}
/* .simple {
    
  } */
.bg_book {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.info_text {
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  padding: 10px;
  border-radius: 20%;
  margin-bottom: auto;
  margin-right: auto;
  width: 260px;
}

@media screen and (max-width: 990px) {
  .info_text {
    width: 100%;
    margin-top: 50px;
  }
  .align-car {
    text-align: center;
  }
  .align-car .car {
    width: 80%;
  }
}

.warning {
  color: darkgreen;
}
/**
   * Remove default margin.
   */
body {
  margin: 0;
  /* position: relative;
    overflow-x: hidden; */
}
/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}
/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}
/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}
/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}
/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}
/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}
/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}
/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: #000;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}
/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}
/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}
/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/**
   * Define consistent border, margin, and padding.
   */



#firstName {
  padding: 8px 8px 8px 40px !important;
}

#lastName {
  padding: 8px 8px 8px 40px !important;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#civilite {
  color: #636c72;
}
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}
/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}
/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 2. Global classes */
*:not(#fancybox-lock) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
html,
body {
  height: 100% !important;
}
body {
  color: #1f1f1f;
  background-color: rgba(235, 244, 255);
}
body,
div,
table {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}
a {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  text-decoration: none;
  transition: color 0.5s ease;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 none;
  text-decoration: none;
}
a img {
  border: 0;
  outline: 0 none;
}
.form-control:focus,
input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-0 {
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
  font-weight: 500;
  text-transform: uppercase;
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  color: #2ba5c9;
}
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow,
.h1.yellow {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
h1,
.h1 {
  margin: 0 0 20px;
  font-size: 40px;
}

@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
h2 {
  /* margin: 60px 0 20px; */
  margin: 0;
  font-size: 32px;
}
h2.spanned {
  font-size: 48px;
  margin: 0 0 25px;
}
h2.spanned span {
  font-size: 24px;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  margin-right: 24px;
  vertical-align: middle;
}
h3 {
  margin: 60px 0 20px;
  font-size: 30px;
}
h4 {
  /*margin: 60px 0 20px;*/
  font-size: 24px;
}
h5,
h6 {
  /*margin: 60px 0 20px;*/
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
h4 + h3,
h4 + h2 {
  margin: -16px 0 0 0 !important;
}
/* section {
    overflow: hidden;
  } */
.inner {
  margin-bottom: 75px;
}
@media (min-width: 991px) {
  p.short-width {
    width: 60%;
    margin-bottom: 70px;
  }
}
.small_screen {
  width:135px;
   margin: 0 3px;
}

@media (max-width: 990px) {
  #booking-form {
    /* margin-top: 20px; */
  }
  .small_screen{
    width: 100%;
    margin: 0 3px;
  }
  .hero {
    display: flex;
    flex-direction: column-reverse;
  }

  #mypassengers,
  #chairs,
  #date,
  #time,
  #retourDate,
  #gender {
    margin-bottom: 10px;
  }
}

/*
      3. Header, navigation bar and menu
  */
header.page-header {
  background: #2c2c2c;
  padding: 35px 0 50px 0;
  height: 161px;
  text-align: center;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 75px;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  header.page-header:after {
    background: rgba(51, 51, 51, 0.59)
      url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=");
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
header.page-header .container {
  position: relative;
  z-index: 2;
}
header.page-header.menu-hidden {
  padding-top: 50px;
}
header.page-header .bread {
  text-align: center;
  list-style: none;
  margin: 0px 0 5px 0;
  padding: 0;
}
header.page-header .bread li {
  display: inline-block;
  margin: 0 0 0 0px;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-size: 14px;
}
header.page-header .bread li a {
  color: #cccccc;
}
header.page-header .bread li a:hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}

header.page-header .bread li.divider {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}

header.page-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#top-bar {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  height: 41px;
  padding: 9px 0 0 0;
  overflow: hidden;
}
#top-bar .contacts {
  margin: 0 0 0 -40px;
}
#top-bar .contacts div {
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  margin: 0 0 0 40px;
}
#top-bar .contacts div span {
  font-size: 18px;
  margin-right: 5px;
}
.user-nav button {
    margin: 0;
}
.top-nav-bar-header{
    margin-bottom: 3px;
    /*width: 100%;*/
/*    height: 38px;*/
/*    background-color: #007FBD;*/
        position: relative;
    z-index: 9999;
}
nav.navbar.navbar-static.navbar-affix.affix-top{
    width: 100%;
    background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat    scroll 0 0;
    border-bottom: 15px solid #ce0204;
}
#top-bar .contacts div .fa-phone {
  vertical-align: middle;
}
@media (min-width: 1200px) {
  #top-bar .btn.pull-right {
    margin-top: -30px;
  }
}
@media (max-width: 1199px) {
  #top-bar .btn.pull-right {
    margin-top: -3px;
  }
}
.nav-wrapper {
    width: 100%;
    /*height: 93px;*/
    height: 41px;
    border: 0px solid #3D3DFF;
    color: white;
    position: fixed;
    z-index: 99999;
    /*z-index:8;*/
    top: 0;
    /*background-image: linear-gradient(#ff6666, #cc0000);*/
    background: #007FBD;
}
@media (max-width: 991px) {
  .nav-wrapper {
    height: 90px;
  }
}

.navbar-header {
  display: flex;
  justify-content: center;
}

nav.navbar {
  /* background: rgba(31, 31, 31, 0.6); */
  border: 0;
  transition: all 0.4s ease;
     height: 80px;
    padding-bottom: 18px;
    padding-top: 1px;
  margin: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: space-between;

  /*    overflow: hidden;*/
}
nav.navbar.dark {
  /* background: #ffc61a; */
  /* background: rgba(31, 31, 31, 0.94); */
}
/* @media (max-width: 991px) {
    nav.navbar {
      background: radial-gradient(circle, #00c4fb 0, #0091d1 115% 100%);
      height: 70px;
    }
  } */

.phone_book_mob{
  width: 230px;
  align-items: center;
  display: none;
  justify-content: flex-end;
  position: absolute;
  bottom: -5px;
  right: 0;
}  

.phone_book_mob h4{
  color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 !important;
    transform: translateY(3px);
    margin-top: 5px !important;
}
.phone_book_mob .textWrapper img{
  height: 30px;
  width: 165px;
  margin-top: 2px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px){
  .phone_book_mob{
    display: flex;
  } 
}

@media screen and (max-width: 768px){
  .phone_book_mob{
    margin-right: 10px;
  } 
}

@media screen and (max-width: 480px){
  .phone_book_mob .textWrapper img{
    height: 25px;
    width: 150px;
    margin-top: 2px;
    margin-bottom: 0 !important;
  } 
  .phone_book_mob h4{
      font-size: 11px;
      text-align: center;
      margin: 0 !important;
      transform: translateY(3px);
      margin-top: 5px !important;
  }
}


#navbar::after {
    /*border-bottom: 3px solid #CE0303;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 9px;*/
    /*right: 2px;*/
    /*z-index: 999;*/
}


#phone-book {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-top: 21px;
  color: #fff;
}


#phone-book .textWrapper {
    position: relative;
    top: -4px;
        left: -2px;
}
.girl {
       height: 50px;
    margin-top: 7px;
    width: 50px;
}
.phone-book-container {
    display: flex;
}
#phone-book h4 {
    color: #004B8A !important;
    font-size: 16px;
    text-align: center;
    margin: 0!important;
    transform: translateY(3px)
}
@media screen and (max-width: 650px) {
  .girl {
    display: none;
  }
}

.textWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-top: 14px;
}

#phone-book .phoneImg {
    height: 30px;
    margin-top: 2px;
    width: 166px;
    margin-bottom: 0;
    margin-left: 4px;
}

@media screen and (max-width: 1200px) {
  #phone-book .phoneImg {
    margin-bottom: 0;
  }

  #phone-book {
    margin: 0;
    right: 0;
  }
  .nav i {
  font-size: 18px !important;
}
}
nav.navbar.navbar-fixed-top {
  margin-top: 41px;
}
nav.navbar #navbar {
    position: relative;
    /* transform: translateX(25px); */
    overflow: hidden !important;
    display: flex !important;
    justify-content: flex-end;
    margin-right: 0px;
    top: 0px;
    margin-left: 0px;
}

.top-btn {
  color: #ffffff !important;
  background-color: #080404;
  border-radius: 10px;
}
.top-btn:hover {
  color: radial-gradient(
    circle,
    #00c4fb 0,
    #0091d1 39%,
    #003e7c 100%
  ) !important;
  background-color: #000;
  border-radius: 10px;
}

.nav i {
  font-size: 16px;
}
#navbar .girl {
    height: 47px;
}
@media (min-width: 1200px) {
  nav.navbar #navbar ul.navbar-nav {
    float: right;
    margin: 0 !important;
  }
nav.navbar #navbar ul.navbar-nav li, nav.navbar #navbar ul.navbar-nav a {
    color: #004B8A !important;
    margin-right: 2px;
}

  nav.navbar #navbar ul.navbar-nav a:not(:last-child) {
    margin-right: 2px;
  }

  #res {
    color: #fff;
    text-transform: uppercase;
    /* border: 1px solid transparent; */
    font-weight: 700;
    font-size: 13px;
    padding: 15px 8px;

    border-radius: 20%;
  }
  nav.navbar #navbar ul.navbar-nav a {
    text-transform: uppercase;
    border-inline: none !important;
    font-weight: 700;
    padding: 6px 4px;
    background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%);
    color: #fff !important;
}
  nav.navbar #navbar ul.navbar-nav a.active {
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    color: white !important;
    background: linear-gradient(#ff6666, #cc0000) !important;
            border-bottom: 0;
            z-index: 2;
  }
 nav.navbar #navbar ul.navbar-nav a:hover {
    background: linear-gradient(#ff6666, #cc0000);
    z-index: 2;
    border-radius: 10px;
}
  nav.navbar #navbar ul.navbar-nav a:focus {
    background: transparent;
  }
  nav.navbar #navbar ul.navbar-nav > li > a:before {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 26px;
    left: 0%;
    margin-left: -13px;
    bottom: -4px;
    height: 4px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAECAYAAACQli8lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzc3QjA0RUQxOEM4MTFFNzg2RTFGMzg0NEI2MUUyOTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzc3QjA0RUUxOEM4MTFFNzg2RTFGMzg0NEI2MUUyOTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzdCMDRFQjE4QzgxMUU3ODZFMUYzODQ0QjYxRTI5OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzdCMDRFQzE4QzgxMUU3ODZFMUYzODQ0QjYxRTI5OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg9L7YEAAAAsSURBVHjaYvx/TOo/AwhYPmUE08elacJnYqATYPz/H+IAWvkExqebjwACDAC02iniw9Ls8gAAAABJRU5ErkJggg==")
      no-repeat;
  }
  nav.navbar #navbar ul.navbar-nav li.current_page_item > a {
    color: #fff;
    cursor: default;
  }
  nav.navbar #navbar ul.navbar-nav li.current_page_item > a:before {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    left: 50%;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub {
    padding-right: 6px;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub.current_page_item > a {
    /*padding-right: 25px;*/
  }
  nav.navbar #navbar ul.navbar-nav .hasSub.current_page_item > a:before {
    /*margin-left: -18px;*/
  }
  nav.navbar #navbar ul.navbar-nav .hasSub > a {
    vertical-align: middle;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11pt;
    vertical-align: middle;
    content: "\f105";
    margin: 3px 0 0 6px;
    position: absolute;
    color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    margin-left: -125px;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > ul li:hover ul {
    margin-right: -125px;
    margin-left: 0;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > a {
    color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-top: 3px;
    margin-left: 6px;
    color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }
  nav.navbar #navbar ul.navbar-nav ul {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu {
    background: #fff;
    position: absolute;
    width: 250px;
    /*                  margin: 28px 0 0 -186px;*/
    margin: 28px 0 0 0;
    left: 50%;
    margin-left: -250px;
    list-style: none;
    padding: 0px 0px;
    z-index: 10000;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li {
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:last-child {
    border-bottom: none;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li a {
    color: #1f1f1f;
    padding: 10px 30px;
    font-size: 11pt;
    display: block;
    text-transform: none;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li a:after {
    margin-top: 5px;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_item > a {
    color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:hover {
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    color: #1f1f1f;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:hover a {
    color: #1f1f1f;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:hover a:after {
    color: #1f1f1f;
    margin-top: 5px;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu ul {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 250px !important;
    top: 0 !important;
    margin-top: 0;
    margin-left: -86px;
    margin-right: -86px;
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu ul a:hover {
    color: #fff;
  }
  nav.navbar #navbar ul.navbar-nav {
  }
  nav.navbar #navbar #search {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50px;
    margin: 0px 0 0 0px;
    padding: 26px 0 0 0;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  nav.navbar #navbar #search.show {
    width: 245px;
  }
  nav.navbar #navbar #search.show .input-div {
    width: 200px;
    transition: all 0.3s ease;
  }
  nav.navbar #navbar #search .input-div {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    margin: 0px 35px 0 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  nav.navbar #navbar #search .input-div input {
    display: inline-block;
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 40px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 40px;
    background-clip: padding-box;
    font-size: 10pt;
    vertical-align: middle;
    border: none;
    height: 36px;
    width: 200px;
    padding: 0 40px 0 20px;
  }
  nav.navbar #navbar #search .search-icon {
    display: inline-block;
    text-decoration: none;
    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
    color: #f5f5f5;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    vertical-align: middle;
    padding: 11px;
    margin: 0 0 0 -55px;
    height: 36px;
    font-size: 11pt;
  }
  nav.navbar #navbar #search .search-icon:hover {
    /*              background: @white;*/
    color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  }
}
/*nav.navbar #navbar ul.navbar-nav a.active {*/
/*    border-bottom: 1px solid #CE0303;*/
/*    padding-top: 7px;*/
/*}*/
nav.navbar #navbar ul.navbar-nav {
  transform:translate(-1px, 35px);
    margin-top: 10px !important;
}

@media screen and (max-width: 990px) {
  nav.navbar #navbar ul.navbar-nav {
    transform: translate(-15px, 0);
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  nav.navbar #navbar ul.navbar-nav {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  nav.navbar #navbar #search {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 1300px) {
  .first {
    width: auto;
  }

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

@media (max-width: 1200px) {
  .navbar-header {
    justify-content: flex-start;
  }

  .logo {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -15px !important;
  }

  /* .logo img {
      width: 150px;
      height: 60px;
      margin-top: 5px;
    } */

  #phone-book {
    display: none;
    /* flex-direction: column; */
    align-items: flex-end;
    margin-top: 0;
    margin-right: 15px;
  }

  /* #phone-book h4 {
      font-size: 15px !important;
    }
  
    #phone-book img {
      width: 150px;
    } */
}

@media (max-width: 650px) {
  .navbar-header {
    justify-content: flex-start;
  }

  .logo {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -15px !important;
  }

  .logo img {
    width: 150px;
    height: 60px;
    margin-top: 5px;
  }

  #phone-book {
    display: none;
    /* flex-direction: column; */
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
  }

  #phone-book h4 {
    font-size: 17px !important;
  }

  #phone-book .phoneImg {
    width: 150px;
  }
}

/* ........................................ */

@media (max-width: 480px) {
  .nav_container {
    width: 100%;
  }
  .navbar-header {
    justify-content: flex-start;
  }

  .logo {
    left: 50%;
    transform: translateX(-96px);
    margin-left: -15px !important;
  }

  .logo img {
    width: 160px;
    height: 50px;
    margin-top: 8px;
  }

  #phone-book {
    /* display: flex;
      flex-direction: column;
      align-items: flex-end;
      width: 165px;
      margin-right: 10px;
      margin-top: -3px; */
    display: none;
    flex-direction: column;
    align-items: center;
    width: 165px;
    gap: 3px;
    margin-right: 10px;
    margin-top: 7px;
  }

  #phone-book h4 {
    font-size: 17px !important;
  }

  #phone-book img {
    width: 165px;
    height: 25px;
  }
  #promo-bar {
      
    font-size: 15px !important;
  }
}

@media (max-width: 360px) {
  .logo {
    width: 140px;
    /* padding-right: 37px !important; */
  }
  #phone-book h4 {
    font-size: 16px !important;
  }
  #phone-book img {
    width: 145px;
    height: 25px;
  }
}

@media (max-width: 340px) {
  .logo img {
    width: 120px;
    padding-left: 8px;
    /* padding-right: 37px !important; */
  }
}

/* ......................................... */

/* .nav_container{
    height: 80px;
  } */

@media screen and (max-width: 1200px) {
  .nav_container {
    height: 80px;
  }
}

#navbar {
  /* padding-top: 10px; */
  padding-top: 13px;
}
nav.navbar .logo {
  padding: 10px 0;
  display: block;
  /* margin-top: 15px; */
  position: absolute;
  z-index: 1001;
  /* background: #0091d1; */
}

@media (max-width: 1200px) {
  nav.navbar .logo {
    background: transparent !important;
    padding: 5px 0;
  }
}

.icon-bar .top-bar {
  margin-top: 14px;
}

.navbar-header-text {
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 2;
  left: 0;
  margin-left: 15px;
  transform: translateY(-11px);
  letter-spacing: 1px;
}

nav.navbar .navbar-toggle {
  background-color: transparent;
  background-image: none;
  height: 45px;
  width: 63px;
  border-radius: 4px;
  margin: 25px 15px;
  padding: 2px 10px 4px;
  position: relative;
}
nav.navbar .navbar-toggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 100%;
  margin: 6px 0;
  transition: all 0.2s;
}

@media (max-width: 480px) {
  nav.navbar .collapsed .icon-bar {
    background: #fff;
    height: 2px !important;
    width: 67% !important;
    margin: 6px 0 6px 5px !important;
    transition: all 0.2s;
  }

  .navbar-header-text {
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    top: 2;
    left: 0;
    margin-left: 6px;
    transform: translateY(-10px);
    letter-spacing: 1px;
  }

  nav.navbar .navbar-toggle {
    background-color: transparent;
    background-image: none;
    height: 45px;
    width: 63px;
    border-radius: 4px;
    margin: 25px 8px;
    padding: 2px 10px 4px;
    position: relative;
  }
}

nav.navbar .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  margin-left: 8px;
}
nav.navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
nav.navbar .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-left: 8px;
}
nav.navbar .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  margin-left: 6px;
}
nav.navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
  margin-left: 6px;
}
nav.navbar .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  margin-left: 6px;
}
@media (max-width: 1199px) {
  nav.navbar #navbar {
    margin: 70px 0 0 !important;
    padding: 0px 0 0px 0 !important;
    bottom: 0px;
    top: -5px;
    left: 0;
    transform: translateX(0);
    right: 0;
    overflow: scroll;
    position: fixed;
    z-index: 100002;
    height: 100%;
    width: 100%;
   background-color: #279FC2;
    max-height: 100% !important;
    display: block;
    overflow: scroll;
    min-width: 0;
    /* -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }
  .left_zero{
      left: 0px !important;
  }
  nav.navbar #navbar.collapse {
    left: -100%;
  }
  nav.navbar #navbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  nav.navbar #navbar .navbar-toggle:focus .icon-bar,
  nav.navbar #navbar .navbar-toggle:active .icon-bar,
  nav.navbar #navbar .navbar-toggle:hover .icon-bar {
    background: #1f1f1f;
  }
  nav.navbar #search {
    display: none;
  }
  nav.navbar .logo {
    margin-left: 15px;
    margin-top: -2px;
  }
  nav.navbar ul.navbar-nav {
   background-color: #279FC2;
    width: 100%;
    /* padding: 70px 0px 110px 0; */
    margin-top: 0;
    color: #fff;
  }
nav.navbar ul.navbar-nav a {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 40px;
    height: 40px;
}
  nav.navbar ul.navbar-nav a:hover {
    color: #fff;
    background-color: transparent;
  }
  nav.navbar ul.navbar-nav a:focus {
    background: transparent;
  }
  nav.navbar ul.navbar-nav a.active {
    background: linear-gradient(#ff6666, #cc0000);
    border: 2px solid #fff;
  }

  nav.navbar ul.navbar-nav li.current_page_item > a {
    color: #fff;
  }
  nav.navbar ul.navbar-nav li.current_page_item ul li.current_page_item a {
    color: #fff;
  }
  nav.navbar ul.navbar-nav > li.hasSub:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18pt;
    vertical-align: middle;
    content: "\f0da";
    margin: 4px 0 0 8px;
    right: 25px;
    top: 15px;
    position: absolute;
    color: #1f1f1f;
  }
  nav.navbar ul.navbar-nav > li.show-child ul {
    display: block !important;
  }
  nav.navbar ul.navbar-nav ul {
    padding: 5px 30px 25px;
    list-style: none;
    overflow: hidden;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.3s ease;
    position: absolute;
  }
  nav.navbar ul.navbar-nav ul.show {
    transform: scaleY(1);
    position: relative;
  }
  nav.navbar ul.navbar-nav ul a {
    padding: 12px 25px;
    font-size: 16pt;
    display: block;
    color: #1f1f1f;
  }
  /* nav.navbar.affix #navbar {
    margin: 120px 0 0 !important;
  } */
}
.navitem:hover {
  background: transparent;
}

.navbar-nav #res {
  /* background-color: #fb2c79; */
}

.navbar-nav #res:hover {
  /* background-color: #ff5f9a !important; */
}
nav.navbar.affix {
  position: fixed;
  /* border-bottom: 3px solid #fff; */
  height: 70px;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: radial-gradient(circle, #01a3d0 0, #0091d1 50%, #003e7c 100%);
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 65%, #003e7c 100%); */
}
.navbar-dark-transparent .navbar {
  background: rgba(0, 0, 0, 0.2);
}
.navbar-dark-transparent .navbar.dark {
  background: rgba(0, 0, 0, 0.85);
}
.navbar-gray-yellow-transparent .navbar {
  background: rgba(0, 0, 0, 0.6);
}
.navbar-gray-yellow-transparent .navbar.dark {
  background: rgba(0, 0, 0, 0.85);
}
.navbar-gray-yellow-transparent .navbar #navbar {
  transition: all 0.3s ease;
  border-bottom: 4px solid
    radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.navbar-gray-yellow-transparent .navbar.dark #navbar {
  border-bottom: none;
}
/*
      4. Homepage top blocks
  */
@keyframes zoomin {
  from {
    /*      .opacity(0);*/
    transform: scale(0, 0) translateX(0px);
  }
  to {
    /*      .opacity(1);*/
    transform: scale(1, 1) translateX(50%);
  }
}
@keyframes splash {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  1.5% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  3% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  4.5% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  6% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
#homepage-block-1 {
  background: #1f1f1f;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  height: 710px;
  position: relative;
}
#homepage-block-1:after {
  background: rgba(16, 16, 16, 0.73)
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homepage-block-1 .content {
    padding-top: 180px;
  }
}
@media (max-width: 991px) {
  #homepage-block-1 {
    height: auto;
  }
  #homepage-block-1 .content {
    padding: 100px 0 0 0;
  }
}
#homepage-block-1 h4 {
  margin: 0;
  color: #f5f5f5;
}
#homepage-block-1 .phone {
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 60px;
  margin: 10px 0 50px 0;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  line-height: 1em;
}
#homepage-block-1 #large-image {
  position: relative;
}
@media (max-width: 991px) {
  #homepage-block-1 #large-image {
    /* display: none; */
  }
}
#homepage-block-1 #large-image .car {
  position: relative;
  transform: scale(0, 0) translateX(0px);
  margin-left: -226px;
  animation: zoomin 1s normal forwards linear;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homepage-block-1 #large-image .car {
    margin-left: -240px;
  }
}
#homepage-block-1 #large-image .splash {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 143px;
  right: 100px;
  animation: splash 10s normal 1.5s forwards infinite linear;
}
@media (min-width: 1200px) {
  #homepage-block-1 #large-image .splash {
    right: 190px;
  }
  .lgs {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY1ODZBODExOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY1ODZBODIxOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjU4NkE3RjE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjU4NkE4MDE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpfBKyQAAAAuSURBVHjaYvz//38DAx7Az8+PT5qBiYFCMGrAYDCAhVA8f/z4cTQQh78BAAEGANaYBsy1QBT+AAAAAElFTkSuQmCC")
      0% 0% repeat-x;
    height: 16px !important;
    /*margin: 25px 0 75px 0;*/
    display: block;
    background-color: radial-gradient(
      circle,
      #00c4fb 0,
      #0091d1 39%,
      #003e7c 100%
    );
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 100;
    transition: 200ms ease-in-out;
  }
  .car {
    /* width: 500px; */
  }
}
#homepage-block-1 .get-icon {
  display: block;
  position: relative;
  text-align: center;
  z-index: -1;
}

#homepage-block-1 .get-icon .fa {
  color: #cccccc;
  font-size: 180px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: -1;
  zoom: 1;
  filter: alpha(opacity=5);
  -webkit-opacity: 0.05;
  -moz-opacity: 0.05;
  opacity: 0.05;
}
#homepage-block-1 .container {
  z-index: 2;
  position: relative;
}
#homepage-block-1 .navbar {
  /*        padding: 0 30px;*/
}
#homepage-block-1 .navbar,
#homepage-block-1 .nav-wrapper {
  height: auto;
  background: transparent !important;
}
#homepage-block-1 .navbar .container,
#homepage-block-1 .nav-wrapper .container {
  z-index: 3;
}
#homepage-block-1 .navbar-toggle {
  margin-top: 30px 15px 0 0 !important;
}
@media (min-width: 1200px) {
  #homepage-block-1 .navbar,
  #homepage-block-1 .nav-wrapper {
    height: auto;
    background: transparent !important;
    margin: 0;
    z-index: 10000;
    position: relative;
  }
  #homepage-block-1 .navbar .logo,
  #homepage-block-1 .nav-wrapper .logo {
    position: relative;
    text-align: center;
    margin: 18px 0 12px;
  }
  #homepage-block-1 .navbar .navbar-nav,
  #homepage-block-1 .nav-wrapper .navbar-nav {
    margin: 0 auto 60px;
    text-align: center;
    float: none !important;
    display: table;
    width: 100%;
  }
  #homepage-block-1 .navbar .navbar-nav ul,
  #homepage-block-1 .nav-wrapper .navbar-nav ul {
    text-align: left;
  }
  #homepage-block-1 .navbar .navbar-nav > li,
  #homepage-block-1 .nav-wrapper .navbar-nav > li {
    display: table-cell;
    text-align: center;
    float: none !important;
  }
  #homepage-block-1 .navbar .navbar-nav > li > a,
  #homepage-block-1 .nav-wrapper .navbar-nav > li > a {
    font-size: 16px !important;
    padding: 0 !important;
  }
  #homepage-block-1 .navbar .navbar-nav > li > a:before,
  #homepage-block-1 .nav-wrapper .navbar-nav > li > a:before {
    bottom: -8px !important;
    margin-left: -13px !important;
  }
}
#homepage-block-2 {
  background: #1f1f1f;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  height: 710px;
  margin-top: -84px;
  padding-top: 108px;
  position: relative;
}
#homepage-block-2:after {
  background: rgba(16, 16, 16, 0.73)
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  #homepage-block-2 {
    height: auto;
    padding-top: 50px;
  }
}
#homepage-block-2 h2 {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
#homepage-block-2 .container {
  z-index: 2;
  position: relative;
  text-align: center;
}
#homepage-block-2 .forms {
  margin-top: 40px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #homepage-block-2 .forms {
    margin-top: 10px;
  }
}
#homepage-block-2 #large-image {
  margin-top: 25px;
  position: relative;
}
@media (max-width: 991px) {
  #homepage-block-2 #large-image {
    display: none;
  }
}
#homepage-block-2 #large-image .dialog {
  position: absolute;
  right: 150px;
  top: -10px;
  background: url("../images/_dialog.png") 50% 50% no-repeat;
  width: 178px;
  height: 207px;
}
#homepage-block-2 #large-image .dialog h4 {
  margin: 0 0 15px;
  line-height: 2em;
  font-size: 18px;
}
#homepage-block-2 #large-image .dialog .fa {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-size: 30px;
  padding: 30px 0 0 0;
}
.homepage-block-yellow-2 {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  height: 238px;
}
@media (max-width: 991px) {
  .homepage-block-yellow-2 {
    display: none;
  }
}
#homepage-block-3 {
  background: #1f1f1f;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  height: 820px;
  margin-top: -84px;
  padding-top: 108px;
  position: relative;
}
#homepage-block-3:after {
  background: rgba(16, 16, 16, 0.45);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#homepage-block-3 h2 {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
@media (max-width: 991px) {
  #homepage-block-3 {
    padding: 20px 0 0 0;
    height: auto !important;
  }
}
#homepage-block-3 .container {
  z-index: 2;
  position: relative;
  text-align: center;
}
#homepage-block-3 .form-taxi-short h3 {
  margin: 0px 0 30px;
}
@media (max-width: 991px) {
  #homepage-block-3 .form-taxi-short {
    margin-bottom: 50px;
  }
}
#homepage-block-3 .form-taxi-short form {
  margin: 110px 0 0 -15px;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  #homepage-block-3 .form-taxi-short form {
    margin: 110px auto 0 !important;
  }
}
#homepage-block-3 .form-taxi-short form a:hover,
#homepage-block-3 .form-taxi-short form a.active {
  background-color: radial-gradient(
    circle,
    #00c4fb 0,
    #0091d1 39%,
    #003e7c 100%
  );
}
.homepage-block-yellow-3 {
  padding: 30px 0 30px 0;
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.homepage-block-yellow-3 h2,
.homepage-block-yellow-3 h3,
.homepage-block-yellow-3 h4 {
  margin: 0;
  vertical-align: middle;
  padding-top: 3px;
}
.homepage-block-yellow-3 h4 {
  font-size: 18px;
}
.homepage-block-yellow-3 .fa {
  vertical-align: middle;
  margin-right: 10px;
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
}

.homepage-block-yellow-3 .btn {
  margin-top: -5px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .homepage-block-yellow-3 h4 {
    font-size: 16px;
  }
  .homepage-block-yellow-3 .row > div {
    margin-bottom: 15px;
  }
  .homepage-block-yellow-3 .btn {
    margin: 0px auto 0 !important;
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .homepage-block-yellow-3 {
    text-align: center;
  }
  .homepage-block-yellow-3 .btn {
    margin: 40px auto 0 !important;
  }
}
@media (max-width: 479px) {
  .homepage-block-yellow-3 .btn {
    clear: both;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
  }
}
.form-problem {
  margin-bottom: 1px !important;
}
.form-with-labels,
.forms {
  margin: 0 -3px;
}
.form-with-labels > div,
.forms > div {
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}
.form-with-labels > div span,
.forms > div span {
  color: #cccccc;
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
}
.form-with-labels > div span.fa-car,
.forms > div span.fa-car,
.form-with-labels > div span.fa-calendar,
.forms > div span.fa-calendar,
.form-with-labels > div span.fa-phone,
.forms > div span.fa-phone {
  font-size: 18px;
  top: 16px;
}
.menu-types {
  text-align: center;
  padding-bottom: 18px;
}
.menu-types a {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
  width: 110px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 50% 36%;
  text-align: center;
  padding: 42px 0 10px 0;
  margin: 0 20px;
  transition: all 0.4s ease;
}

#promo-bar {
  scroll-margin-top: 90px;
  
}
#promo-bar .promo-inner-content span.pulseAnimation {
    font-size: 12px;
}
.arrow-flash-small{
  width: 30px;
    /* filter: grayscale(100%) brightness(0%); */
}
#promo-bar .flip-countdown-timer__label {
    margin-top: 4px;
    color: #000;
}
#promo-bar .yellowBack{
  background: linear-gradient( to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100% ) !important;
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  /* background-image: linear-gradient(to bottom, #FEF802 0%, #FEF802 36%, #FEF802 36%, #FFC300 100%); */
  border-radius: 5px !important;
  padding: 1px 8px;
  color:white;
  font-weight:500;
  margin-right: 3px;
      display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#promo-bar .greenBack span{
    background: linear-gradient(#ff6666, #cc0000);
  border-radius: 5px !important;
  padding: 1px 5px;
  border: 1px solid #fff;
  color: #fff;
}

.proma-content div{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.proma-content .timer div{
    gap:3px;
    color: #000;
}
.promo-btn {
  position: unset !important;
}
.col-md-6.video-box-colomn {
    padding: 0;
}
li.mobile-client.active.link-light span {
    padding-right: 6px !important;
    position: relative;
    top: 1px;
}
.col-md-7.video-box-colomn .video-box {
    margin-left: 0;
    height:98%;
}
li.mobile-client:first-child {
    margin-left: 0;
}
li.mobile-client {
    margin-left: 20px;
}
.user-nav {
    margin-left: 0;
}
.audio-player {
    margin: 0 12px;
}
.proma-content {
     width: 100%;
    padding: 2px 0px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    background-color: #FAED42;
    color: #000;
    font-weight: bold;
    border: 4px dashed rgb(247, 106, 5);
}

@media(max-width: 1000px) {
  .promo-inner-content {
    flex-direction: column;
    flex: 50%;
    align-items: center;
    gap: 1px;
    /* margin: 4px; */
    /* padding: 4px; */
    flex-wrap: wrap;
  }
    .proma-inner-content div{
      gap: 0;
    }
}
.flip-countdown-timer__item{
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  line-height: 0.4;
}
.flip-countdown-timer__value{
  font-size: 17px;
  color: #000;
}
.flip-countdown-timer__label{
  font-size: 11px;
  font-weight: normal;
}
.fa_prepended{
  font-size: 24px;
}
.promo-bar {
  text-align: center;
  /* margin-top: -6px !important; */
  /* margin-top: 30px; */
  font-size: 20px;
  /* background: linear-gradient(#ff6666, #cc0000); */
  color: #fff;
  font-weight: bold;
  /*border: 4px dashed  rgb(247, 106, 5);*/
  /* padding: 5px 10px 0 10px; */
  /* justify-content: center; */
  /* border-top: 1px solid #fff; */
   border: 2px solid #fff; 
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 99999999;
}
.row.hero .col-md-12.align-car {
    margin-top: -11px !important;
    text-align: center;
}
main>div#reservation {
    padding-top: 20px;
    margin-top: 15px !important;
}
.row.hero {
  margin-top: 3px;
}
.col-md-5.padding-0.pr-12.footer-usefull-links-container {
    width: 46%;
}
.app-container {
    margin-left: 12px;
}


@media screen and (max-width: 991px){
  /*.main {
    margin-top: 22px;
  }*/
  .promo-bar {
    font-size: 20px;
    margin-top: 39px;
    margin-bottom: -22px;
  }
}

.promo-bar .container {
  position: relative;
}
.promo-bar button {
    background-color: #13d014;
    padding: 0 14px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
    margin-left: 6px;
}
@media screen and (max-width: 650px) {
  .promo-bar button {
    margin-right: -10px;
  }
  .proma-content .greenBack{
      display: block;
      margin-top:2px;
  }
}

/* .menu-types a.red {
    color: #9f340a;
  } */

.menu-types a.type-1 {
  background-image: url("../images/_icon-car-1.png");
}

.menu-types a.type-2 {
  background-image: url("../images/_icon-car-2.png");
}
.menu-types a.type-3 {
  background-image: url("../images/_icon-car-3.png");
}
.menu-types a.type-4 {
  background-image: url("../images/_icon-car-4.png");
}
.menu-types a:hover,
.menu-types a.active {
  background-color: #ffd555;
}
@media (max-width: 479px) {
  .menu-types a {
    margin: 0 0px;
  }
}

.taxi-form-full {
  /* padding: 70px 100px 0; */
  background: radial-gradient(circle, #01a3d0 0, #0091d1 50%, #003e7c 100%);;
  /*border: 1px solid #3D3DFF; !* Border color matches the base color *!*/
  color: white; /* Text color should contrast with the background */
  padding: 15px 0;
}
.taxi-form-full .btn-red {
  margin-top: 5px;
}

/* .form-taxi-short {
    margin-bottom: 90px;
  } */
.form-taxi-short .menu-types {
  margin: 0 0 0 -12px;
}
.form-taxi-short .menu-types a {
  margin: 0 0 0 12px;
}
.form-taxi-short .menu-types a:hover,
.form-taxi-short .menu-types a.active {
  background-color: transparent;
  color: #000 !important;
}
.form-taxi-short .form-label {
  text-align: center;
  margin: 40px 0 15px;
}
.form-taxi-short form {
  border: 3px solid #fff;
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
    scroll 0 0;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 90px;
  background-clip: padding-box;
  max-width: 570px;
  margin: 0 auto;
  overflow: hidden;
}

.form-taxi-short form .row {
  padding-left: 30px;
  padding-right: 30px;
}

/*
      5. Services Block
  */
#services {
  /* padding: 30px 0 30px; */
  text-align: center;
  background: rgba(235, 244, 255);
}
#services h2,
#services h4 {
  text-align: center;
  /* margin: 0; */
}
#services h2 {
  margin-bottom: 20px !important;
}
div#dateRoute {
    left: 4px;
}
input#return_date {
    width: 145px;
}
i#return_dates {
    left: -1px;
}
.book-now-btn {
  border-radius: 30px;
  background-clip: padding-box;
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  background: #fb2c79;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  font-size: 14px;
  /* padding: 5px 40px 5px; */
  font-weight: 700;
  margin: 25px 0px;
  text-transform: uppercase;
}
img.client-testimonial-images {
    border-radius: 100%;
    border: 3px solid #2ba5c9;
    position:relative;
    padding:1px;
}

.btn-lg {
    padding: 0px 11px 0px 0px !important;
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
  /* background: #fb2c79; */
  /* background: rgb(221, 46, 58); */
  /* background: red; */
  background: linear-gradient(#ff6666, #cc0000) !important;

  border: 1px solid #fff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 375px) {
  .btn-lg {
    font-size: 16px;
  }
}
div#Ponctualite, div#securite, div#qualite, div#prix{
    position: relative;
}
div#Ponctualite h4#convivialite {
    position: absolute;
    bottom: -70px;
    left: 22px;
    font-size: 16px;
    color: #2ba5c9;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    width: 100%;
}
div#securite h4#confort {
    position: absolute;
    bottom: -70px;
    left: 19px;
    font-size: 16px;
    color: #2ba5c9;
    text-align: center;
    display: inline-block;
    width: 100%;
}
div#qualite h4#du {
    position: absolute;
    bottom: -69px;
    left: 26px;
    font-size: 16px;
    color: #2ba5c9;
    text-align: center;
    display: inline-block;
    width: 100%;
}
div#prix h4#avance {
    position: absolute;
    bottom: -68px;
    left: 16px;
    font-size: 17px;
    color: #2ba5c9;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.quality_container h4 {
    text-align: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
h4.margin-0.partners-heading {
    position: relative;
    top: 12px;
}
/*.main {
    margin-top: 152px !important;
}*/
.open-booking:hover{
  background-color: rgb(224, 62, 73) !important;
}

.book-now-btn:hover {
  background: rgb(221, 46, 58);
  color: #fff;
  transition: all 0;
}
.book-now-btn:hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  background-color: #f568b3;
}

/* .book-now-btn-green {
    background: #13d014 !important;
  }
  .book-now-btn-green:hover {
    background-color: #000 !important;
    color: #fff !important;
  } */

@media (max-width: 991px) {
  #services {
    padding-bottom: 20px;
  }
}
#services .image {
  /* height: 70px; */
  line-height: 70px;
  border-bottom: 2px solid #0091d1;
}
.image {
  position: relative;
  bottom: 20px;
  margin-top: 78px;
}


#services .image img {
  width: 100%;
}
#services p {
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 15px;
  margin-top: 10px;
  text-align: left;
  height:70px;
}

.service-row {
  margin-bottom: 30px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 480px) {
  .service-row {
    margin-bottom: 0 !important;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  #services p {
    /* margin-bottom: 60px; */
  }

  #services .content {
    /* height: 410px !important; */

    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
      scroll 0 0;
    border: 1px solid #0091d1;
  }
}
#services h5 {
  margin: 0;
  padding: 10px 15px;
  /* background: transparent linear-gradient(#00c4fb, #0091d1, #003e7c) repeat
      scroll 0 0; */
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;
  font-size: 15px;
  color: #fff;
  /* display: none; */
}

#services .shuttle-heading {
  padding-left: 30px !important;
  /* text-align: end !important; */
}

#services .professionnel-heading {
  padding-right: 35px;
}

#services .matchHeight {
  margin: 0 !important;
  padding: 0 10px !important;
}
button.book-now-btn.btn-lg.open-booking.service-button {
    border: 2px solid #fff !important;
}
.service-btn {
  border: none;
  padding:0px 8px;
  border-radius: 20px;
  border:1.5px solid #fff;
  font-weight: bold;
  font-size: 14px;
  /* background-color: red; */
  background: linear-gradient(#ff6666, #cc0000) !important;

  /* background: rgb(221, 46, 58); */
  color: #fff;
  display: inline-block;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  transition: all 0.2s;
}

.service-btn:hover{
  background-color: rgb(234, 53, 65) !important;
}

.service-btn-green {
  border: none;
  padding: 5px 9px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 14px;
  /* background-color: rgb(48, 153, 48); */
  background: linear-gradient(#9fe925, #558407) !important;
  /* background-color: rgb(53, 220, 53) !important; */
  color: #fff;

  display: inline-block;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  transition: all 0.2s;
}

.ribbon {
  width: 146px;
height: 146px;
overflow: hidden;
position: absolute;
top: -7px;
left: -7px;

}
.ribbon__content {
  right: -25px;
top: 20px;
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
position: absolute;
display: block;
width: 260px;
padding: 5px 0;
color: #fff;
text-transform: uppercase;
text-align: center;
background: linear-gradient(#ff6666, #cc0000) !important;



}
.ribbon::before {
  top: 0;
  right: 40px;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #9b0606;
  box-sizing: content-box;

}
.ribbon::after {
  bottom: 40px;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #9b0606;
  
}  





.ribbon2 {
  width: 146px;
height: 146px;
overflow: hidden;
position: absolute;
top: -7px;
left: -7px;

}
.ribbon2__content {
    right: -25px;
    top: 24px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    display: block;
    width: 260px;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(#9fe925, #558407) !important;
    height: 33px;
}
.ribbon2::before {
  top: 0;
  right: 40px;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #426605;
  box-sizing: content-box;

}
.ribbon2::after {
  bottom: 40px;
  left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #426605;
  
}  

.new-ribben-text{
  color: #fff !important;
  background:rgb(10, 215, 10) !important;
  left: -72px !important;
}
.service-btn:hover {
  background-color: #f568b3;
}

.content-wrapper{
  position: relative;
  z-index: 9;
}
.content-border{
  position: relative;
  /* padding: 0 0 0 5px  ; */
}
/* .content-wrapper::after {
  z-index: 999;
  content: "";
  position: absolute;
  width: 6px;
  height: 30px;
  left: 30px;
  top: 66px;
  z-index: 999;
  background: #4d6530;
  background-color: #4a323267;
  border-radius: 8px 0px 0px 8px;
} */
/* .content-wrapper::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 7px;
  top: 4px;
  transform: translate(10px, -5px);
  left: 65px;
  background: #4d6530;
 
  z-index: 999;
  content: "";
  border-radius: 8px 8px 0px 0px;
} */

/* #services h5 {
   color: #2ba5c9;
  } */
#services .row > div {
  padding: 0;
  /* padding-left: 35px;
    padding-right: 35px; */
}
/*
      6. véhicules Block
  */
#véhicules {
  padding: 0px 0 0px;
  background: rgba(235, 244, 255);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#véhicules h2,
#véhicules h4 {
  text-align: center;
}
#véhicules h2 {
  /*margin-bottom: 30px !important;*/
}
#véhicules .item {
  /* background: #fff; */
  background: transparent linear-gradient(180deg, #ffffff, #fafafa, #eaeaea) repeat scroll 0 0;
  text-align: center;
  border: 1px solid #0091d1;
  /* padding: 10px 30px 20px; */
  font-size: 14px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 15px;
  overflow: hidden;
  background-clip: padding-box;
  position: relative;
  transition: all 0.3s ease;
}

/* ....... */

#véhicules .item b, p i {
    color: #2898B9 !important;
}
.video-container {
    width: 100%; /* Ensures the container spans the full width */
    height: 100%; /* Ensures the container spans the full height */
    position: relative; /* Needed for the absolute positioning of the video */
    overflow: hidden; /* Hides any overflow from the video */
}
.video-container video {
       width: 100%;
    height: 93%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;/* Aligns the video to the left of the container */
}
.custom-play-button {
    position: absolute;
    top: 44%;
  left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background:linear-gradient(#ff6666, #cc0000);
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
p#typedText p {
    font-size: 16px !important;
    margin-bottom: 17px;
}
#typedText>p {
    position: relative;
    padding-left: 20px;
    width: 100%;
}
.col-md-6.video-box-colomn {
    padding-right: 20px;
}
#typedText p::before {
    content: ''; /* Clear content since background will handle the checkmark */
    background: url('check.png') no-repeat center center; /* Use image as background */
    background-size: contain; /* Ensure the image scales appropriately */
    position: absolute;
    left: -10px; /* Align to the left of the container */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
    width: 25px; /* Set width for the image */
    height: 25px; /* Set height for the image */
    border:1.5px solid #fff;
    border-radius:50%;
}
.custom-play-button::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -2px;
    margin-left: 5px;

}

#véhicules .item:hover {
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}
#véhicules .item .image {
  height: 200px;
  line-height: 170px;
  /* margin-bottom: 10px; */
}
#véhicules .item h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  /* margin: 20px; */
  padding: 10px 5px 10px 5px;
  font-size: 13px;
  margin: 0;
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;

  color: #fff;
  text-align: center;
}

/* ... */

#véhicules .item p {
  padding: 0 15px;
}

#véhicules .item .price {
  font-weight: 700;
  font-size: 38px;
}
#véhicules .item .price span {
  font-size: 24px;
}
#véhicules .item.vip {
  border-color: #0091d1;
}
div#nosVehicules:nth-child(1):before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "\f005";
    position: absolute;
    text-align: right;
    padding: 7px 7px 0 0;
    top: 35.5px;
    right: 16px;
    display: block;
    width: 55px;
    height: 55px;
    z-index: 5;
    font-size: 18px;
    border-top: 1px solid #fff;
    color: #fff;
}
/* .... -----*/
div#nosVehicules:nth-child(1)::after {
  top: 34px;
  right: 16px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #0091d1 transparent;
}
@media screen and (max-width: 991px) {
}

#véhicules.bg-white {
  background: #fff;
}
#véhicules.bg-white h2 {
  text-align: left;
}
#véhicules.bg-white .item {
  border: 1px solid #cccccc;
}
/*
      7. Download App Block 
  */
#download {
  padding: 30px 0 0px;
  /*    height: 625px;*/
  position: relative;
  background-color: #1f1f1f;
  background-position: 50% 50%;
  color: #f5f5f5;
}
#download h2,
#download h4 {
  text-align: center;
}
#download h2 {
  color: #fff;
  margin-bottom: 50px !important;
}
#download p {
  font-size: 14px;
}
#download:after {
  background: rgba(0, 0, 0, 0.73);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#download .container {
  z-index: 2;
  position: relative;
}
#download .mob {
  position: absolute;
  /*        bottom: 0;*/
  left: 50%;
  margin-left: -147px;
  margin-bottom: -10px;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 240px 0 0 0;
  background: url("../images/_mobile.png") no-repeat 50% 100%;
  width: 294px;
  height: 402px;
}
#download .mob a {
  padding-bottom: 16px;
  display: block;
}
#download .items {
  padding-top: 67px;
}
#download .items > div {
  margin-bottom: 40px;
}
#download .items h5 {
  margin: 10px 0 10px;
  text-align: left;
}
#download .items .num {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  line-height: 39px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#download .items.items-right {
  text-align: right;
}
#download .items.items-right h5 {
  text-align: right;
}
/*
      8. Text block with large car on the right
  */
@keyframes slideleft {
  from {
    transform: translate3d(845px, 0px, 0px);
  }
  to {
    transform: translate3d(0px, 0px, 0px);
  }
}
#car-block {
  /* padding: 0px 0 160px; */
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: relative;
}
#car-block h2,
#car-block h4 {
  text-align: center;
}
#car-block .car-right {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 50%;
  overflow: hidden;
  margin-top: -200px;
}
#car-block .car-right img {
  /*.translate3d(-50%, 0); */
  position: relative;
  transform: translate3d(845px, 0px, 0px);
}
#car-block .car-right img.slideleft {
  animation: slideleft 1s normal forwards linear;
}
#car-block h2 {
  margin-bottom: 40px !important;
  color: #003e7c !important;
}
#car-block ul {
  margin-bottom: 50px;
}

/*
      9. Testimonials
  */

#testimonials a {
  /* display: block;
    margin-top: 20px;
    margin-bottom: 30px; */
}
#testimonials {
  /*padding: 0px 0 100px;*/

  background: rgba(235, 244, 255);
}
.reating i {
  color: #008000 !important;
}

#testimonials h2,
#testimonials h4 {
  text-align: center;
  font-size: 32px;
}
#testimonials h2 {
  margin-bottom: 0px !important;
}
#testimonials hr {
  /* margin-top: 0;
    margin-bottom: 30px; */
  margin: 0;
}
#testimonials .inner {
  /* border-color: transparent !important; */
}
.testimonial-box {
  background: #d8effd;
  /* border: 1px solid #c5c5c5; */
  border: 1px solid #0091d1;
  padding: 0.1rem 0 0 2rem;
  position: relative;
  margin-bottom: 48px;
}

.testimonial-box::before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  top: 100%;
  left: 46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  /* border-color: #c5c5c5 transparent transparent transparent; */
  border-color: #0091d1 transparent transparent transparent;
}

.testimonial-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 47px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 0;
  border-color: #d8effd transparent transparent transparent;
}
.testimonials .arrows {
  text-align: center;
  height: 20px;
  transform: translate(-10px, -150px);
  top: 234px !important;
}

#testimonials .arrow-left,
#testimonials .arrow-right {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  transition: background 0.4s ease;
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  color: #fff;
  margin: 0 1px;
  padding: 7px 12px;
  font-size: 18px;
}
#testimonials .arrow-left.swiper-button-disabled,
#testimonials .arrow-right.swiper-button-disabled {
  background: #cccccc;
  cursor: default;
}
#testimonials .arrow-left:not(.swiper-button-disabled):hover,
#testimonials .arrow-right:not(.swiper-button-disabled):hover {
  background: #1f1f1f;
  color: #fff;
}
#testimonials .inner,
#testimonials-list .inner {
  /* background: #d8effd;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    font-style: italic;
    padding: 35px 35px 120px 35px;
    margin-bottom: 30px;
    position: relative;
    position: relative; */
}
#testimonials-list .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  border-color: #c5c5c5 transparent transparent transparent;
}
#testimonials .inner p,
#testimonials-list .inner p {
  font-size: 14px;
}
i#returnMin {
    left: 5px;
}
.textimoniyal-sec {
  height: 180px;
  margin-bottom: 0px;
}
.quote {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quote img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin-right: 10px;
}
.quote .name {
  font-weight: bold;
  font-size: 20px;
}

.quote .name span {
  color: hsl(199, 72%, 49%);
}
.quote p {
  font-weight: normal;
  display: none;
}
/* #testimonials .inner .quote,
  #testimonials-list .inner .quote {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  } */
/* #testimonials .inner .quote .fa,
  #testimonials-list .inner .quote .fa {
    color: #e6e6e6;
    font-size: 36px;
    margin: 35px 0 15px;
  }
  #testimonials .inner .quote .name,
  #testimonials-list .inner .quote .name {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #testimonials .inner .quote img,
  #testimonials-list .inner .quote img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    margin-bottom: -23px;
    z-index: 2;
  } */
/*
      10. Banners homepage
  */
#homepage-banners {
  background: #f5f5f5;
}
#homepage-banners a {
  display: block;
}
/*
      11. Partners block / #partners
  */
#partners {
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
    scroll 0 0;
  /*padding: 15px 0;*/
  height: 89px;
}
#partners img {
  vertical-align: middle;
}
#partners .items > div > a {
  display: block;
  height: 70px;
  line-height: 70px;
}
/*
      12. Bottom block with address/menu/form/mini-gallery goes before footer
  */
footer {
  padding: 3px 0 !important;
  border-top: none !important;
  width: 100% !important;
  /* display: flex !important; */
  /* flex-direction: row !important; */
}
.footer-services li a {
  text-transform: none !important;
  /* text-align: center; */
  
}


/* .nos-service{
  width: 100%;
  max-width: auto !important;
  margin: auto;
} */
/* .address {
  max-width: 1170px !important;
  margin: auto;
} */
.liens-utiles-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.liens-utiles{
  display: flex;
  justify-content: space-between;
}

.logo-nav-conatiner{
  width: 100%;
  max-width: 350px;
}

#copyright {
  color: #fff;
  display: block;
  margin-top: 8px;
  line-height: 1.3;
  text-align: center !important;
}
.footerLogoRight{
  cursor: pointer;
  width: 200px;

}
.footerBottomImg{
  margin-top: 10px;
  width: 200px;
  margin-bottom: 11px;
  margin-left: 95px;
}

#copyright span {
  color: #fff;
  font-size: 11px;
}

#block-footer .logo-footer {
  display: block;

  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
#block-footer .adout-h4 {
  padding-top: 10px;
  gap: 2px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0px 0px 0px 0px;
}

#block-footer .adout-h4 img {
      width: 34px;
    height: 33px;
}

#block-footer {
  background: #333333;
  color: #cccccc;
  padding: 5px 5px 0 5px;
  font-size: 14px;
  /* border-top: 2px solid #fff; */
  border-bottom: 0.1px solid #cccccc;
}

#block-footer p {
  line-height: 1.7em;
  font-size: 14px;
  /* text-align: center; */
}
#block-footer h4 {
  /* color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  color: #ccc;
}
#block-footer .social-small {
  margin-top: 50px;
}
#block-footer .social-small a {
  font-size: 18px;
  margin-right: 10px;
}
#block-footer .address {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

#block-footer .address > a {
    margin-top: -28px;
    display: block;
}
#block-footer .address li {
  font-size: 14px;
  font-weight: 700;
margin-bottom: 10px;
}
#block-footer .address li span {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  margin: 0 0 0 0;
  width: 16px;
  font-size: 16px;
}
#block-footer .address li span.fa-envelope {
  font-size: 14px;
}
#block-footer .address li {
  font-weight: 400;
  color: #fff;
}
.footer-job-link img {
    width: 21px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left:5px;
}
#block-footer .address li a:hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}

#block-footer ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
}
#block-footer ul.nav li {
  padding: 0;
  margin: 0;
  float: none;
}
#block-footer li a{
  font-size: 12px;
}
#block-footer ul.nav li a {
  display: block;
  color: #cccccc;
  font-weight: 500;
  /*border-bottom: 1px dashed @black-light;*/
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
  margin: 0 0 10px;
  padding: 0 0 10px 0;

}
#block-footer ul.nav li a:hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  background-color: transparent;
}
.pr-12{
    padding-right: 12px !important;
}
#block-footer ul.nav li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 14px;
  margin-right: 4px;
  vertical-align: middle;
  color: #cccccc;
}
#block-footer ul.nav li:last-child a {
  background: none;
}
#block-footer ul.nav li.active a {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  cursor: default;
}
.social-small {
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: left;

  /* float: right !important; */
}
.social-small a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  margin: 0 0 0 0px;
  font-size: 18px;
  transition: all 0.3s ease;
  color: #1f1f1f;
}
.social-small a:hover {
  color: #ccc !important;
  border-color: #ccc !important;
}
.social-small.social-yellow a {
  color: #ccc;
}
.social-small.social-yellow a:hover {
  color: #fff;
}
.social-big {
  list-style: none;
  margin: 50px 0 25px 0;
  padding: 0;
}
.social-big li {
  display: inline;
  margin-right: 4px;
  vertical-align: middle;
}
.social-big li a {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 40px;
  font-size: 18pt;
  transition: background 0.4s ease;
}
.social-big li a:hover {
  background: radial-gradient(
    circle,
    #00c4fb 0,
    #0091d1 39%,
    #003e7c 100%
  ) !important;
}
.social-big li .fa-facebook {
  background: #4e71a8;
}
.social-big li .fa-twitter {
  background: #1cb7eb;
}
.social-big li .fa-youtube {
  background: #ca3737;
}
.social-big li .fa-instagram {
  background: #444444;
}
.tags {
  margin: 26px 0 0 8px;
  padding: 0 0 30px;
}
.tags a {
  float: left;
  margin: 8px 0 0 8px;
  padding: 0px 12px;
  font-size: 11pt;
  font-weight: 500;
  border: 1px solid
    radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  -webkit-border-radius: 36px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 36px;
  -moz-background-clip: padding;
  border-radius: 36px;
  background-clip: padding-box;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  transition: all 0.3s ease;
}
.tags a:hover {
  border: 1px solid
    radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
/*
      13. Footer and copyrights
  */
footer {
  background: #0c0c0c;
  color: #868686;
  text-align: left;
  padding: 37px 0 27px;
  overflow-y: hidden;
  border-top: 1px solid #fff;
}
footer div {
  font-size: 14px;
}
footer a {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
footer a:hover {
  color: #ccc;
}
#block-footer .go-top {
  position: relative;
  float: right;
  margin: -85px 10px 0 0;
}
#block-footer .go-top:before {
  background: url("../images/_footer-car.png") no-repeat 50% 50%;
  position: absolute;
  content: "";
  top: 9px;
  right: 0;
  width: 59px;
  height: 72px;
  transition: all 0.3s ease;
}
#block-footer .go-top:hover:before {
  top: -5px;
}
/*
      14. Widgets
  */
.widget-area {
  background: #f5f5f5;
  padding: 56px 38px;
  margin-top: 0px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 14px;
}
.widget-area table {
  font-size: 14px;
}
.widget-area h4 {
  margin-top: 0;
}
.widget-area aside {
  margin-bottom: 65px;
}
.widget-area aside:last-child {
  margin-bottom: 0;
}
.widget-area aside ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
.widget-area aside ul li {
  color: #1f1f1f;
  margin-bottom: 13px;
  vertical-align: middle;
}
.widget-area aside ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.widget-area aside ul li a {
  color: #1f1f1f;
  vertical-align: middle;
}
.widget-area aside ul li a:hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.widget-area aside ul li.current-cat {
  font-weight: bold;
}
.widget-area aside ul li.current-cat a {
  color: #1f1f1f;
  cursor: default;
}
.widget-area aside .tags {
  margin: 0;
}
.widget-area aside .gallery-small {
  padding: 0 11px;
}
.widget-area aside .gallery-small a {
  padding: 5px;
  /*            .opacity-fade;*/
}
.widget-area aside .gallery-small a img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.widget-area aside .gallery-small a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.widget-area aside .wp-searchform {
  padding: 0 0px;
  margin: 0 0 10px;
  width: 100%;
  display: block;
  position: relative;
}
.widget-area aside .wp-searchform input[type="text"] {
  width: 100%;
  display: block;
}
.widget-area aside .wp-searchform button[type="submit"] {
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 18px;
  color: #cccccc;
  background: none;
  border: 0 none;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
.widget-area aside.widget_calendar .calendar_wrap {
  padding: 0;
}
.widget-area aside.widget_calendar caption {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}
.widget-area aside.widget_calendar table {
  width: 100%;
  position: relative;
}
.widget-area aside.widget_calendar th,
.widget-area aside.widget_calendar td {
  text-align: center;
  padding: 10px 0;
}
.widget-area aside.widget_calendar #prev,
.widget-area aside.widget_calendar #next {
  padding-top: 10px;
}
.widget-area aside.widget_calendar #prev {
  text-align: left;
}
.widget-area aside.widget_calendar #next {
  text-align: right;
}
.widget-area aside.widget_calendar #today {
  position: relative;
  z-index: 2;
}
.widget-area aside.widget_calendar #today:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  left: 50%;
  top: 50%;
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
      15. Contacts inner page width full-width map
  */
.contact-form {
  margin: 20px 0;
}
#page-contacts {
  /*margin: 90px 0 100px 0;*/
  /* padding-top: 40px; */

  background: rgba(235, 244, 255);
}
#page-contacts .address {
  list-style: none;
  margin: 40px 0 60px 0;
  padding: 0;
}
#page-contacts .address li {
  font-weight: 400;
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#page-contacts .address li.large {
  font-size: 30px;
}
#page-contacts .address li a {
  color: #1f1f1f;
}
#page-contacts .address li span {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-size: 24px;
  width: 48px;
  margin-left: -16px;
  vertical-align: middle;
  text-align: center;
}
#page-contacts .social {
  margin: 10px 0 60px;
}
#map {
  height: 750px;
  width: 100%;
}
#map.map-inner {
  height: 288px;
}
.slider-inner {
  padding-bottom: 10px;
}
.slider-inner img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  height: 305px;
  width: auto;
}
.slider-inner .swiper-pagination {
  margin-bottom: -18px;
}
.slider-inner .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  border: 5px solid #fff;
  margin: 0 5px;
}
.slider-inner .swiper-pagination .swiper-pagination-bullet-active {
  background: #1f1f1f;
}
a.video {
  position: relative;
  display: block;
}
a.video img {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
a.video span {
  width: 55px;
  height: 55px;
  font-size: 55px;
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 50%;
  z-index: 100;
  margin: -27px -27px 0 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
a.video:hover span {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*
      16. Typography (for text page) / .text-page
  */
.text-page {
  /*    padding: 35px 0 120px;*/
  font-style: 16px;
  line-height: 1.9em;
}
.text-page strong,
.text-page a,
.text-page p {
  font-size: 16px;
  line-height: 1.9em;
}
.text-page .small {
  font-size: 14px;
  line-height: 1.5em;
}
.text-page .small p {
  margin-bottom: 20px;
}
.text-page .date {
  font-size: 14px;
  display: block;
  margin: -14px 0 30px 0;
}
.text-page blockquote {
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 900;
  font-style: italic;
  border-left: 4px solid
    radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  margin: 30px 0 30px 30px;
  padding: 0 0 0 30px;
}
.text-page hr {
  margin: 60px 0 45px 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
}
.text-page hr + h1,
.text-page hr + h2,
.text-page hr + h3 {
  margin-top: 30px;
}
.text-page ol,
.text-page ul {
  font-size: 16px;
}
.text-page ol li,
.text-page ul li {
  margin-bottom: 6px;
}
.text-page .tags-short {
  border-top: 1px dashed #f5f5f5;
  margin: 20px 0;
  padding: 16px 0;
  font-weight: 700;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.text-page .tags-short strong {
  color: #1f1f1f;
}
.text-page .tags-short a {
  font-weight: 700;
}
.text-page .btn-lg {
  margin-bottom: 25px;
}
.text-page .btn-xs {
  margin-bottom: 15px;
}
.text-page .social-small a {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.text-page .social-small a:hover {
  color: #1f1f1f;
}
.text-page table {
  width: 100%;
  border-collapse: collapse;
}
.text-page table tr:first-child td:first-child,
.text-page table tr:first-child th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:first-child td:last-child,
.text-page table tr:first-child th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.text-page table th,
.text-page table td {
  padding: 20px 28px;
  font-size: 16px;
}
.text-page table th {
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 500;
}
.text-page table td {
  background: #f5f5f5;
  border: 1px solid #fff;
}

hr.lg {
  background: url("../images/divider.png") 0% 0%
    repeat-x;
  height: 16px !important;
  /*margin: 25px 0 75px 0;*/
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

ol {
  margin-top: 25px;
  margin-bottom: 30px;
}

ul.disc, ul.check {
    list-style: none;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 25px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

ul.disc.strong li, ul.check.strong li {
    font-weight: 700;
    margin-bottom: 10px;
    width: 26%;
    display: flex;
    align-items: end;
}
ul.disc li,
ul.check li {
  color: #1f1f1f;
}
ul.disc li:before,
ul.check li:before {
  content: "\f00c";
  display: block;
  display: inline-block;
  color: #13d014;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  position: absolute;
  margin: 7px 0 0 -26px;
}
ul.disc.disc li:before,
ul.check.disc li:before {
  content: "•";
  font-size: 30px;
  margin: 2px 0 0 -22px;
}
form.form {
  margin: 10px 10px 0px 10px;
  padding: 0px 0px 10px;
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  /* background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
      scroll 0 0; */
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  /* max-width: 90%; */
  border: none;
  height: auto;
}
form h3 {
  margin-bottom: 40px;
}
form label {
  font-size: 16px;
  text-align: left;
}
form .form-group {
  margin-bottom: 10px;
  position:relative;
}

.car-capacity {
  margin-top: -5%;
  width: 100%;
  font-size: 16px;
  display: flex;
  /*        margin-bottom: 24px;*/
  color: #000;
}

.car-capacity small {
  margin-right: 10%;
  font-size: 14px;
}
form input[type="text"]{
    color: black !important;
}

form select,
form textarea,
form input[type="text"],
form input[type="date"],
form input[type="time"] {
  width: 100%;
  color:black;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  /*        margin-bottom: 24px;*/
  background: #fff;
  padding: 9px 9px;
  border: 1px solid #1980ad !important;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px !important;
  background-clip: padding-box;
}

/* .ajaxField:focus-visible {
    border: 2px solid yellow !important;
  } */

form select:focus-visible,
form textarea:focus-visible,
form input[type="text"]:focus-visible {
  /* border-color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  border: 1px solid #0091d1;
  outline: none;
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 7px 7px;
  background-image: linear-gradient(45deg, transparent 50%, #cccccc 50%),
    linear-gradient(135deg, #cccccc 50%, transparent 50%);
  background-position: calc(92%) 50%, calc(94%) 50%;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

form input{
  padding: 7px 7px;
}
form textarea {
  height: 140px;
}
form .btn {
  margin: 15px 0 10px;
}

/* form .btn-contact:focus-visible {
    background-color: #f568b3 !important;
    border: 2px solid #fb2c79;
    color: #fff;
    outline: none;
  } */

form .btn-contact:focus-visible {
  background-color: green !important;
  border: 2px solid lightblue;
  color: #fff;
  outline: none;
}

form .btn-contact:focus {
  background-color: #f568b3 !important;
  border: 2px solid #fb2c79;
  color: #fff;
  outline: none;
}

form .btn-booking:focus-visible {
  background-color: #f568b3 !important;
  border: 2px solid #fb2c79;
  color: #fff;
  outline: none;
}

form .btn-booking:focus {
  background-color: #f568b3 !important;
  border: 2px solid #fb2c79;
  color: #fff;
  outline: none;
}
/*
      17. Blog posts and blog inner page
  */
.blog {
  padding: 0px 0 0px;
  overflow: visible;
}
.blog .paging-navigation {
  margin-top: -40px;
}
.blog .item {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.blog .item img {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.blog .item .description {
  padding: 5px 0px;
}
.blog .item .description .header {
  color: #1f1f1f;
}
.blog .item .description .header h5 {
  transition: color 0.5s ease;
  margin: 20px 0 20px 0;
}
.blog .item .description .header:hover h5 {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.blog .item .description .text {
  font-size: 14px;
  position: relative;
  line-height: 1.5em;
  max-height: 6em;
  height: 94px;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog .item .description .text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.blog .item:hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.blog-info {
  padding: 10px 0px 2px;
  color: #868686;
  position: relative;
}
.blog-info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.blog-info a {
  color: #868686;
  font-size: 14px;
}
.blog-info .fa {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  margin-right: 6px;
}
.blog-info .date {
  white-space: nowrap;
}
.blog-info ul {
  list-style: none;
  text-align: right;
  padding-right: 0px;
  padding-left: 0;
}
.blog-info ul li {
  display: inline;
  text-align: right;
  font-size: 14px;
  margin-left: 10px;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.blog-info ul li a {
  margin-left: 6px;
}
.blog-post {
  margin: 0 0 50px 0;
}
.blog-post .blog-info {
  margin-bottom: 20px;
}
.blog-post pre {
  margin: -15px 0 40px;
  display: block;
}
.blog-post .date {
  color: #6f6078;
  font-size: 13pt;
  display: block;
  margin: -40px 0 10px 0;
}
.blog-post img {
  margin: 0px 0 0px 0;
}
.blog-post hr {
  margin: 20px 0 0 0;
}
.blog-post .tags-short {
  margin: 0;
}
/*
      18. Gallery
  */
.gallery-page {
  padding: 10px 0;
}
.gallery-page .paging-navigation {
  margin-top: -10px;
}
.gallery-page .item {
  margin-bottom: 70px;
}
.gallery-page .photo {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.gallery-page .photo img {
  border-radius: 8px;
}
.gallery-page .photo:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.gallery-page .descr {
  padding: 0px 0px;
}
.gallery-page .descr h5 {
  margin: 18px 0 6px;
}
.gallery-page .descr .fa {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  margin-right: 10px;
}
.gallery-page .descr a {
  color: #868686;
  font-size: 14px;
}
.gallery-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-page ul li {
  font-size: 14px;
  color: #868686;
  margin-right: 15px;
  display: inline-block;
}
.gallery-page.gallery-4 .item {
  margin-bottom: 40px;
}
.gallery-page.gallery-4 .descr h5 {
  font-size: 16px;
}
.gallery-page.gallery-4 .descr ul li,
.gallery-page.gallery-4 .descr a {
  font-size: 12px;
}
.gallery-page.gallery-4 .descr .right {
  text-align: left;
  float: none;
}
/*
      19. Shortcodes
  */
.shortcodes #véhicules {
  padding-bottom: 20px;
}
.alert {
  margin: 15px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  padding: 30px 30px 40px 30px;
  margin-bottom: 15px;
  position: relative;
}
.alert p {
  font-size: 14px;
  line-height: 1.6em;
}
.alert .fa-times {
  position: absolute;
  right: 16px;
  top: 12px;
  color: #1f1f1f;
  font-size: 16px;
}
.alert.alert-green .header {
  color: #42a460;
}
.alert.alert-red .header {
  color: #9f340a;
}
.alert.alert-yellow {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  color: #1f1f1f;
}
.alert.alert-black {
  background: #1f1f1f;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.alert.alert-black .fa-times {
  color: #fff;
}
.alert .header {
  font-size: 24px;
  font-weight: 500;
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.alert .header .fa {
  font-size: 24px;
  margin-right: 10px;
}
.block-descr .date {
  color: #cccccc;
  margin-top: 30px;
  font-size: 14px;
}
.block-descr h4 {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-size: 24px;
  font-weight: 900;
  margin: 0px 0 10px 0;
}
.block-descr p {
  line-height: 1.3em;
}
.accordion.ui-accordion {
  padding-bottom: 0px;
}
.accordion.ui-accordion .ui-accordion-header {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  border-bottom: 0 none;
  border-color: #cccccc;
  padding: 25px 25px;
  display: block;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
  background: transparent !important;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.accordion.ui-accordion .ui-accordion-header:hover {
  color: #1f1f1f;
}
.accordion.ui-accordion .ui-accordion-header:after {
  content: "—";
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  right: 25px;
  color: #1f1f1f;
  font-size: 14px;
}
.accordion.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.accordion.ui-accordion
  .ui-accordion-header.ui-accordion-header-collapsed:after {
  content: "+";
  font-size: 20px;
}
.accordion.ui-accordion .ui-accordion-content {
  border-color: #cccccc;
  margin-top: -5px;
  margin-bottom: 12px;
  padding: 0px 25px 25px 25px;
  font-size: 14px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.accordion.ui-accordion .ui-accordion-header-icon {
  display: none !important;
}
.tabs-ui {
  border: 0 none;
}
.tabs-ui.ui-tabs {
  padding: 0 !important;
}
.tabs-ui .ui-widget-header {
  background: transparent;
  border: 0 none;
}
.tabs-ui .ui-tabs-tab {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  color: #fff;
  border: 0 none !important;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui .ui-tabs-tab a {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  color: #1f1f1f !important;
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  padding: 8px 50px 2px !important;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui .ui-tabs-tab a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.tabs-ui .ui-tabs-nav {
  padding: 0 !important;
}
.tabs-ui .ui-tabs-nav li {
  margin-right: 1px !important;
}
.tabs-ui .ui-tabs-active {
  padding-bottom: 0 !important;
  border: 0 none !important;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui .ui-state-active a {
  background: #f5f5f5;
  color: #1f1f1f !important;
}
.tabs-ui .ui-tabs-panel {
  background: #f5f5f5 !important;
  padding: 30px 30px 25px 30px !important;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui.ui-widget.ui-widget-content {
  border: 0 none;
}
.tabs-ui.ui-widget.ui-widget-content p {
  font-size: 16px;
  line-height: 1.6em;
}
.tabs-ui.ui-widget.ui-widget-content a {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.tabs-ui.ui-widget.ui-widget-content .tags-short {
  margin-top: 20px;
  margin-bottom: 0;
}
.tabs-ui.ui-widget.ui-widget-content .tags-short a {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.progressItems {
  margin-top: 47px;
}
.progressBar {
  margin: 0px 0 40px;
}
.progressBar .value,
.progressBar .header {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
}
.progressBar .header {
  padding-left: 2px;
}
.progressBar .value {
  float: right;
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: -30px;
}
.progressBar .bar {
  width: 100%;
  height: 6px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: #f5f5f5;
}
.progressBar .bar div {
  height: 100%;
  width: 0;
  background-color: radial-gradient(
    circle,
    #00c4fb 0,
    #0091d1 39%,
    #003e7c 100%
  );
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.skills {
  min-height: 213px;
  overflow: visible;
  position: relative;
  background: #2c2c2c;
  margin-bottom: 30px;
}
.skills:after {
  background: rgba(16, 16, 16, 0.45);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.skills .item {
  position: relative;
  z-index: 5;
  color: #fff;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 65px 20px 60px;
  max-height: 232px;
  overflow: hidden;
}
.skills .item span {
  margin: 0 0 15px 0;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
}
.skills.skills-inner {
  background-image: url("../images/_skills-static.jpg");
  background-repeat: no-repeat;
  min-height: auto;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
/*
      20. Forms (buttons/radio/inputs)
  */
label.error {
  color: red;
  font-weight: 400;
  /*    margin: -25px 0 25px;*/
  display: block !important;
  text-align: center;
  font-size: 14px;
}
input.error,
textarea.error,
select.error {
  /*border-color: transparent;*/
      border: 1px solid #1980ad !important;
      border-radius:3px;
  border-width: 2px;
}
#bookemail{
    width:100% !important;
}
.btn {
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 2px 40px 4px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: lowercase;
}
.btn.btn-lg {
  text-transform: uppercase;
  font-size: 18px;
  /*padding: 10px 50px;*/
  padding:0 !important;
}
.btn.btn-xs {
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 18px;
}
.btn.btn-red {
  color: #fff;
  background: #9f340a;
  position: relative;
  -webkit-box-shadow: 0 6px 10px rgba(159, 52, 10, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(159, 52, 10, 0.3);
  box-shadow: 0 6px 10px rgba(159, 52, 10, 0.3);
}
.btn.btn-red:hover {
  background: #1f1f1f;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.btn.btn-yellow {
  color: #fff;
  background: #029602;
  margin: 0;
}
/*.btn.btn-yellow.btn-white {*/
/*  color: #000;*/
/*}*/
.btn.btn-yellow:hover {
  background: #000;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.btn.btn-yellow.btn-bg-dark:hover {
  background: #fff;
  color: #1f1f1f;
}
.btn.btn-black {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  background: #ff2600;
}
.btn.btn-black:hover {
  color: #fff;
}
.btn.btn-black.btn-white {
  color: #fff;
}
.btn.btn-black.btn-white:hover {
  color: #fff;
  background: #ff2e2e;
}
.btn.btn-black-bordered {
  /* background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%); */
  background: #13d014;
  color: #fff;
}
.btn-black-bordered:hover {
  color: #fff;
  background: #000;
}

.become-driver {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn.btn-black-bordered.btn-xs {
  border: 1px solid #1f1f1f;
}
.btn.btn-black-bordered:hover {
  background: #1f1f1f;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.btn + .btn {
  margin-left: 10px;
}
label.css-radio {
  margin: 0 0 16px 0px !important;
  display: block;
  position: relative;
  min-height: 22px;
  line-height: 17px;
  padding: 4px 0;
  margin: 0 0 10px 0;
  overflow: hidden;
  cursor: pointer;
}
label.css-radio:hover {
  opacity: 0.8;
}
label.css-radio input {
  position: absolute;
  left: -20px;
}
label.css-radio > span {
  font-size: 10pt;
  font-weight: bold;
  padding: 6px 0 0 30px;
  display: inline-block;
}
label.css-radio > span:before {
  width: 22px;
  height: 22px;
  bottom: 0px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #fff;
  left: 2px;
  display: block;
  content: "";
  position: absolute;
  background: #f5f5f5;
}
label.css-radio input:checked + span:after {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #1f1f1f;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  top: 8px;
  left: 7px;
  position: absolute;
  z-index: 100;
}
label.css-radio.no-label {
  display: inline-block;
  width: 22px;
  margin: 0 4px 0 0;
}
/*
      21. Pagination
  */
.paging-navigation,
.page-numbers {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
}
.paging-navigation hr,
.page-numbers hr {
  margin-bottom: 20px;
}
.paging-navigation .pagination,
.page-numbers .pagination {
  margin-top: 15px;
  margin-bottom: 0;
}
.paging-navigation .pagination .page-numbers:not(.next):not(.prev),
.page-numbers .pagination .page-numbers:not(.next):not(.prev) {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0px;
  color: #1f1f1f;
  font-size: 14px;
}
.paging-navigation
  .pagination
  .page-numbers:not(.next):not(.prev):not(.current):hover,
.page-numbers
  .pagination
  .page-numbers:not(.next):not(.prev):not(.current):hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.paging-navigation .pagination .page-numbers:not(.next):not(.prev).current,
.page-numbers .pagination .page-numbers:not(.next):not(.prev).current {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  cursor: default;
}
.paging-navigation .prev,
.page-numbers .prev,
.paging-navigation .next,
.page-numbers .next {
  margin: 0 30px;
  color: #1f1f1f;
  font-size: 14px;
}

.paging-navigation .prev span,
.page-numbers .prev span,
.paging-navigation .next span,
.page-numbers .next span {
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0 8px;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.paging-navigation .prev:not(.disabled):hover,
.page-numbers .prev:not(.disabled):hover,
.paging-navigation .next:not(.disabled):hover,
.page-numbers .next:not(.disabled):hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.paging-navigation .prev.disabled,
.page-numbers .prev.disabled,
.paging-navigation .next.disabled,
.page-numbers .next.disabled {
  color: #e6e6e6;
  cursor: default;
}
.paging-navigation .prev.disabled span,
.page-numbers .prev.disabled span,
.paging-navigation .next.disabled span,
.page-numbers .next.disabled span {
  background: #e6e6e6;
}
/*
      22. Common classes (hover/transition effect/etc)
  */
.parallax {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.center {
  text-align: center;
}
img.full-width {
  max-width: 100%;
  height: 100%;
}
img.full-width-x {
  width: 100%;
  height: 100%;
}

img.rounded {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.comments-area .comments-title {
  color: #1f1f1f;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-list li .comment-single {
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 22px 26px;
  margin-bottom: 26px;
  position: relative;
}

.comments-area .comment-list .children {
  list-style: none;
  padding-left: 100px;
}
.comments-area .comment-info {
  font-size: 14px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
}
.comments-area .comment-info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.comments-area .comment-info .comment-author {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-weight: 700;
  margin-right: 10px;
}
.comments-area .comment-info .comment-date {
  margin-right: 10px;
  padding-left: 10px;
}
.comments-area .comment-info .comment-time {
  padding-left: 10px;
}
.comments-area .comments-ol {
  margin-left: -40px;
}
.comments-area .comment-text p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
div#comment {
    padding: 0;
    position: relative;
    top: 1px;
}
button#submitMyBookFROM {
    top: 5px;
}

i#Transport {
    right: 4px;
}

.comments-area .comment-reply-link {
  color: #1f1f1f;
  font-weight: 700;
}
.comments-area .comment-reply-link:hover {
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}
.comments-area .comment-reply-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  font-size: 11pt;
  vertical-align: middle;
  margin-right: 10px;
  content: "\f149";
}
.comments-area .comment-author-avatar {
  position: absolute;
  left: 30px;
  top: 30px;
}
.comments-area .comment-author-avatar img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.comments-area .comment-content {
  padding: 0 0 0 72px;
}
.comments-form-wrap h3 {
  color: #1f1f1f;
}
.comments-form-wrap h3:not(.comment-reply-title) {
  margin: 60px 0 20px 0;
}
.comments-form-wrap h3.comment-reply-title {
  margin: 0;
}
.comment-form .comments-field label {
  display: none;
}
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
}
.comment-form .submit {
  margin: 20px 0 0 0;
}
.alignleft {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
form#booking_custom_form {
    height: auto;
}
.alignright {
  display: inline-block;
  float: right;
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #fff;
}

.aligncenter-2 {
  clear: both;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
 color: #2ba5c9;
}

img.alignleft,
img.alignnone,
img.alignright,
img.aligncenter {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.opensans {
  font-family: "Open Sans", sans-serif;
}
.fjalla {
  /*    font-family: 'Fjalla One', sans-serif;*/
  font-family: "Fira Sans Condensed", sans-serif;
}
.upper {
  text-transform: uppercase;
  font-size: 9pt;
}
.color-fade {
  transition: color 0.5s ease;
}
.border-fade {
  transition: border 0.5s ease;
}
.background-fade {
  transition: background 0.4s ease;
}
.all-fade {
  transition: all 0.3s ease;
}
.fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s linear 0.4s, opacity 0.4s linear,
    background 0.5s ease;
}
.opacity-hidden-hover {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.color-overlay:after {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.center-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashed {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
}
.dashed-light {
  position: relative;
}
.dashed-light:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=")
    0 100% repeat-x;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.dark-overlay:after {
  background: rgba(16, 16, 16, 0.45);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.black-overlay:after {
  background: rgba(16, 16, 16, 0.75);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pattern-lines:after {
  background: rgba(16, 16, 16, 0.73)
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* alert message */
.message .send-success {
    height: auto !important;
    /* margin: 25px 0 75px 0; */
    margin: 0px auto;
    width: 100%;
    border: 2px solid rgb(16 156 4);
    border-radius: 8px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: #cef4ce;
    animation: buttons 0.3s linear;
    transition: 200ms ease-in-out;
    display: none;
    margin-bottom: 10px;
}

/* Home Booking Form Alert Message */
.message .send-error {
  height: auto !important;
  /*margin: 25px 0 75px 0;*/
  margin: 10px auto;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #000 !important;
  border: 1px solid #ff2600;
  background-color: #ffcccb;
  animation: buttons 0.3s linear;
  transition: 200ms ease-in-out;
  display: none;
  margin-bottom: 10px;
  color: #fff;
}

.msgIcon{
  width: 30px;
  margin-right: 10px;
}

/* alert message */
.sendmessage .send-success {
  /* background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY1ODZBODExOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY1ODZBODIxOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjU4NkE3RjE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjU4NkE4MDE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpfBKyQAAAAuSURBVHjaYvz//38DAx7Az8+PT5qBiYFCMGrAYDCAhVA8f/z4cTQQh78BAAEGANaYBsy1QBT+AAAAAElFTkSuQmCC")
      0% 0% repeat; */
  height: auto !important;
  /*margin: 25px 0 75px 0;*/
    width: 100% !important; 
  background-color: #cef4ce;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #000;
  border: 2px solid rgb(16 156 4);
  animation: buttons 0.3s linear;
  transition: 200ms ease-in-out;
  display: none;
  margin: 0 10px;
  margin-bottom: 10px;
}
.sendmessage .send-error {
  /* background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY1ODZBODExOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY1ODZBODIxOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjU4NkE3RjE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjU4NkE4MDE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpfBKyQAAAAuSURBVHjaYvz//38DAx7Az8+PT5qBiYFCMGrAYDCAhVA8f/z4cTQQh78BAAEGANaYBsy1QBT+AAAAAElFTkSuQmCC")
      0% 0% repeat; */
  height: auto !important;
  /*margin: 25px 0 75px 0;*/
  width: 100% !important; 
  margin: 0 10px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #000;
  border: 2px solid red;
  background-color: #ffcccb;
  animation: buttons 0.3s linear;
  transition: 200ms ease-in-out;
  display: none;
  margin-bottom: 10px;
}

.footer-poli {
    padding: 0 !important;
    display: flex;
    margin-top: 5px;
    justify-content: center;

}

footer .col-md-8,
.col-md-2 {
  padding: 0 !important;
}

.footer-poli span {
  height: 20px;
  width: 2px;
  margin: 0 6px;
  background: #fff;
}
.footer-poli a {
  display: inline-block;
  font-size: 11px;
  color: #ccc;
}

.footer-poli .divider {
  height: 18px;
  background: #ffffff8c;
}
.copyright {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

img {
  max-width: 100%;
}

/* sssssssssssssssssss */

#quality_section {
  background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
    scroll 0 0;
  padding: 4px 0 4px 0;
}
.font-size-14{
    font-size: 14px !important;
}

#quality_section .container {
  padding: 0 15px;
}
.quality_container h4 {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  justify-content: center;
  margin-top: 25px;
  color: #2ba5c9;
  margin-bottom: 20px;
}

.quality_container h4 i{
  font-size: 35px;
}

.quality_container h2 {
  font-size: 20px;
}

.quality_container.row {
  background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
    scroll 0 0;
}

/* .quality_container div {
    padding: 30px 0;
  } */

.quality_container h2 {
  font-size: 22px;
}

.quality_container .title_bar {
  color: #fff !important;
  width: 85%;
  padding-right: 20px;
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  padding-left: 51px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height: 85px;
}

.testimonials_title .title_bar {
  height: 93px !important;
}
.quality_container {
    width: 95%;
}

/* .quality_container .testimonials_title::before {
    position: absolute;
    display: block;
    background: url(../images/triangle.png) no-repeat;
    z-index: 10;
    top: 0px;
    background-size: 20px;
    content: "";
    width: 23px;
    height: 85px;
    float: right;
    right: -20px;
  } */

.testimonials_title .title_bar::before {
  position: absolute;
  display: block;
  background: url(../images/triangle.png) no-repeat;
  z-index: 10;
  top: 0px;
  background-size: 22px !important;
  content: "";
  width: 25px !important;
  height: 91px !important;
  float: right;
  right: -25px !important;
}

.quality_container .title_bar::before {
  position: absolute;
  display: block;
  background: url(../images/triangle.png) no-repeat;
  z-index: 10;
  top: 0px;
  content: "";
  width: 20px;
  height: 85px;
  float: right;
  right: -19px;
}

.quality_container .quality-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}

.quality_container .quality-box h2 {
  font-size: 20px;
}

.quality_icons_container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.qua i {
  margin-right: 8px;
}

.qua h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qua h2 i {
  font-size: 35px;
}

.qua .client_test {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.qua .client_img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.qua .cleint_info {
}
/* ssssssssssssssss */
#testimonials_section {
  background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
    scroll 0 0;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}

#testimonials_section .container {
  margin: 0 auto;
}

.testimonials_container {
  padding: 10px;
}

.testimonials_container .title_bar {
  color: #fff;
  width: 280px;
  padding-right: 20px;
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;
  display: inline-block;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 85px;
}

.testimonials_container .title_bar h2 {
  font-size: 22px;
  font-weight: 400;
}
.testimonials_container .title_bar::before {
  position: absolute;
  display: block;
  background: url(../images/triangle.png) no-repeat;
  z-index: 10;
  top: 0px;
  content: "";
  width: 20px;
  height: 85px;
  float: right;
  right: -20px;
}

.testimonials_container .client-testimonial-box {
  display: none;
  gap: 20px;
  width: 100%;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s;
}

.testimonials_container .client-testimonial-box.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
}

.testimonials_container .client-testimonial-box img:not(:last-child) {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonials_container .client-testimonial-box p {
  margin: 0;
}

.testimonials_container .client-testimonial-box .stars {
  height: 30px;
  width: 120px;
}

.row.partners-row {
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
    scroll 0 0;
    margin-left: 0 !important;
}
#testimonials_section .row {
  position: relative;
  margin-left: 0 !important;
}
#testimonials_section .dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5px;
  right: 50%;
  gap: 5px;
}
.col-md-5.padding-0 .video-heading {
    background: linear-gradient(#f66, #c00) !important;
    height: 43px;
    overflow: hidden;
    border: 1px solid white;
    border-bottom: 2.6px solid #fff;
    width: 102.5%;
}
.video-heading h2 span {
    position: relative;
    right: -322px;
    top: -33px;
    
    animation: slider 15s steps(9) infinite;
}
.video-heading h2 span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    bottom: 5px;
}

@keyframes slider{
    0%{
        top: -33px;
    }
    100%{
        top: -321px;
    }
}

#testimonials_section .dot {
  height: 15px;
  width: 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: red;

  /* opacity: 0.5; */
}

#testimonials_section .dot.active {
  background-color: #00cc00;

  /* opacity: 1; */
}

#copyright {
  /* border-bottom: 1px solid #cccccc; */
  font-size: 11px;
  display: block;
}

.form_trigger {
  /* max-width: 455px !important; */
  border-radius: 0;
}

.contact_popup_container .close_form_btn {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 35px;
  z-index: 1;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
    border-radius: 100%;
    padding: 1px 4px 2px;
}

.contact_popup_container .booking-form-heading {
  background: linear-gradient(#ff6666, #cc0000) !important;}

.contact_popup_container {
  position: fixed;
  display: flex;
  top: 118px;
  /* bottom: 0; */
  right: -5px;
  transform: translateX(530px);
  z-index: 10000000000;
  transition: all 0.3s ease-in;
}

.contact_popup_container.active {
  position: fixed;
  display: flex;
  top: 118px;
  /* bottom: 0; */
  right: -5px;
  transform: translateX(-5px);

  z-index: 1000000000000;
  transition: all 0.1s ease-in;
}
.contact-form-trigger {
  width: 70px;
  background: #13d014;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.contact-form-trigger span {
  position: relative;
  display: block;

  font-size: 30px;
  transform: rotate(-90deg);
}

.set_relative {
  position: relative;
  overflow-y: visible;
}

#floating_btn {
  position: fixed;
  top: 295px;
  right: -145px;

  z-index: 100;

  /* transform: rotate(-90deg); */
}
#contact_popup_btn {
  display: flex;
  border: 2px solid white !important;
  color: #fff;
  justify-content: center;
  /* border-radius: 20%; */
  
  border-bottom: 0 !important;
  letter-spacing: 1px;

  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-90deg);
  background: linear-gradient(#ff6666, #cc0000);
  /* background: rgb(221, 46, 58);/ */
  padding: 1px 3px 1px 8px;
  font-size: 18px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  /* transform: rotate(-90deg); */

  /* border-radius: 0; */
}

#contact_popup_btn.hidden {
  display: none;
}

#contact_popup_btn.active {
  background: #000;
}

/* .full_width {
    width: 100%;
  } */

i {
  margin-right: 3px;
}

#showDate-Time {
  display: none;
  margin-bottom: 5px;
  transform: translateY(-5px);
  margin-top: 0;
  margin-bottom: 0;
}

.showDateText {
  font-size: 14px;
  margin-left: 2px;
}

#showDate-Time.active {
  display: block;
}

/* #retourDate {
    padding: 0 44px;
    font-size: 14px;
  }
  
  #retourTime {
    padding: 0 50px;
    font-size: 14px;
  } */

.retourRow {
  display: none;
}

.retourRow.active {
  display: block;
}

/* .arrows {
    height: 20px;
    transform: translateY(-240px);
  } */

.imgFooterContainer {
  /*background-color: #919191;*/
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  /* height: 90px; */
  /* margin: 0 auto; */
}
.imgFooterContainer img {
  width: 100%;
}

.footerLogo{
  width: 100%;
  max-width: 320px;
}

span.car-box-text {
    margin-left: -10px;
}


#submit-booking-btn {
  padding: 10px 30px !important;
  /* background-color: #fb2c79; */
  /* background: rgb(221, 46, 58); */
  /* background: red; */
  background: linear-gradient(#ff6666, #cc0000) !important;
  border: 3px solid #fff;
}

.contact_popup_container #submit-booking-btn {
  padding: 8px 20px !important;
  font-size: 15px;
  /* background-color: #fb2c79; */
  /* background: rgb(221, 46, 58); */
  /* background: red; */
  background: linear-gradient(#ff6666, #cc0000) !important;
  border: 3px solid #fff;
}

#booking-form {
  border-radius: 5px solid #fff;
}

#booking-form .fa {
 color: #2ba5c9;
  font-size: 20px;
  right: 5%;
}

#booking-form .fa-map-marker {
 color: #2ba5c9;
  font-size: 20px;
  right: 15px;
}

form select::-ms-expand {
  display: none;
}

form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important; 
  text-indent: 1px !important;
  text-overflow: '' !important;
}

::-webkit-scrollbar {
  width: 23px;
  padding: 1px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
  width: 50px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#ff6666, #cc0000) !important;;
  border: 2px solid #eee;
  border-left: 2px solid lightgrey;
  /* border-radius: 28%; */
  border-radius: 8px;
  /* border-top-left-radius: 10px; */
}

.booking-form-heading {
  text-align: center;
  color: #fff;
  /* background-color: #fb2c79; */
  background: rgb(221, 46, 58);
  font-size: 18px;
  display: flex;
  margin: 0;
  align-items: center;
  padding: 5px 50px 5px 5px !important;
  justify-content: center;
}

.contact-form-heading {
  text-align: center;
  color: #fff;
  background-color: #fb2c79;
  font-size: 22px;
  display: flex;
  margin: 0;
  margin-top: -25px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.form-validated {
  padding: 0 !important;
  overflow: hidden;
  border: 3px solid #fff;
}


.cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
  padding: 0px 0;
  font-size: 12px;
  color: #fff;
  gap: 5px;
  justify-content: center;
  align-items: start;
    background-color: #cc0000;
  /*background-image: linear-gradient(#ff6666, #cc0000);*/
  z-index: 9999999;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  text-align: center;
}
ul.disc li::before, ul.check li::before {
    content: "";
    display: inline-block;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    margin: 7px 0px 0px -26px;
    background: linear-gradient(to bottom, #c9de96 0%, #82bf50 49%, #72b222 100%) !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 400px){
    .cookies {
    font-size: 8px !important;
}

.video-heading h2 {
    margin-top: 0px;
    font-size: 13px !important;
    padding: 4px !important;
}

.testimonials_title .title_bar::before {
  right: -24px !important;
}
p.Gagnez {
    text-align: justify !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.partners-title {
    width: 94% !important;
}
.proma-content .timer div {
    text-align: center !important;
    justify-content: center !important;
    align-items: stretch !important;
}
.col-md-5.padding-0 .video-heading {
    display: inline-block !important;
    width: 99% !important;
    height: 36px !important;
}
@keyframes slider{
    0%{
        top: -32px;
    }
    100%{
        top: -321px;
    }
}
.video-heading h2 span {
    right: -241px !important;
}
h4#paymentHeading {
    left: 5px !important;
    top: 4px !important;
}
.timer-gif-container img {
    width: 38px !important;
}
input#start_date {
    padding-right: 0px !important;
    width: 127px !important;
    position: relative !important;
    left: 0px !important;
    padding-left: 36px !important;
}
.booking_tab_size {
    margin-top: 0 !important;
    width: 100% !important;
    position: relative !important;
    top: -97px !important;
}
select {
    font-size: 13px !important;
}
select#passengers {
    width: 91px !important;
}
.depart {
    position: relative !important;
    left: -7px !important;
    width: 391px !important;
}
span.pick-drop-txt-btn {
    position: relative !important;
    left: 0px !important;
}
input#depart_address {
    width: 245px !important;
}
span#ville2 {
    left: 13px !important;
}
div#zipLoc {
    right: -10px !important;
}
div#villeLoc {
    right: -10px !important;
}
i#Date {
    left: -3px !important;
}
div#time-hour {
    left: -5px;
}
input#depart_city {
    width: 188px !important;
    float: right !important;
}
.destination {
    width: 397px !important;
    position: relative !important;
    left: -6px !important;
}
input#destination_address {
    width: 216px !important;
}
span#Ville-depart {
    left: 12px !important;
}
span#ville1 {
    left: 12px !important;
}
div#deszipLoc {
    right: -11px !important;
}
div#desvilleLoc {
    right: -10px !important;
}

input#depart_zipcode {
    width: 117px !important;
}
div#destination {
    position: relative !important;
    left: -7px !important;
    width: 391px !important;
}
input#destination_city {
    width: 173px !important;
}
span#destination-ville {
    left: 12px !important;
}
input#destination_zipcode {
    width: 117px !important;
}
div#zip-a, div#zip-b, div#ville-a {
    right: -11px !important;
}
select#depart_time_hour {
    width: 55px !important;
}
select#depart_time_minute {
    padding: 5px 28px 5px 3px !important;
    width: 61px !important;
}
i#hour {
    left: 21px !important;
}
div#depart-time {
    position: relative !important;
    left: 3px !important;
}
div#min {
    padding: 3px 2px !important;
}
i#minute {
    left: 24px !important;
}
div#depart {
    width: 391px !important;
    left: -7px !important;
    position: relative !important;
}
.footer-poli a {
  font-size: 9px;
}
.video-heading h2 span::before {
    height: 2px !important;
    bottom: 7px !important;
}
.quality_icons_container {
    align-items: center !important;
    position: relative !important;
    top: 8px !important;
}
.quality_container h4 i {
    top: 5px !important;
    left: -3px !important;
}

div#Ponctualite h4#convivialite{
    bottom: -24px !important;
    left: 16px !important;
    font-size: 13px !important;
}
div#securite h4#confort{
    bottom: -24px !important;
    left: 16px !important;
    font-size: 13px !important;
}
div#qualite h4#du {
    bottom: -24px !important;
    left: 18px !important;
    font-size: 13px !important;
}
div#prix h4#avance{
    bottom: -24px !important;
    left: 12px !important;
    font-size: 13px !important;
}



}


.accept-cookie {
  vertical-align: middle;
  border-radius: 25px;
  background: linear-gradient(#9fe925, #558407) !important;
  font-size: 12px;
  padding: 2px 6px;
  border: none;
  outline: none;
}

.cookies-plus {
  color: #fff;
  text-decoration: underline;
}

.cookies-plus:hover {
  color: #fff;

  background-color: #0091d1;

}
    
.form-validated .row {
  padding: 0 3px;
}

.booking-form-icon {
  position: absolute;
  top: 22px;
  right: 7%;
  font-size: 22px;
  transform: translateY(-50%);
}

.nos-forfaits {
  background-image: linear-gradient(
    to bottom,
    #66a4d4 0%,
    #2d8bd8 39%,
    #0676cc 100%
  ) !important;
  text-align: center;
}

.day-price {
  background-image: linear-gradient(
    to bottom,
    #a2e854 0%,
    #86d82c 39%,
    rgb(133, 199, 46) 100%
  ) !important;
  text-align: center;
}

.min-fee {
  background-image: linear-gradient(
    to bottom,
    #5490e8 0%,
    #30b2f1 39%,
    #2c89d8 100%
  ) !important;
  text-align: center;
}

.night {
  background-image: linear-gradient(
    to bottom,
    #e87d54 0%,
    #f16530 39%,
    #d85b2c 100%
  ) !important;
  text-align: center;
}

.not-wday {
  background-image: linear-gradient(
    to bottom,
    #e8212c 0%,
    #e02e38 40%,
    #c1131d 100%
  ) !important;
  text-align: center;
}

table {
  color: #fff;
}

tbody {
  text-align: center;
}

.srv-name {
  background: #65abe1;
}

.day-col {
  background: #86d82c;
}

.fee-col {
  background: #30b2f1;
}

.night-col {
  background: #f16530;
}

.not-wday-col {
  background: #e02e38;
}

footer {
  overflow: hidden;
}

.first {
  color: #000;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 8.5s steps(30, end) infinite,
    blink-caret 0.5s step-end infinite;
  animation-delay: 2s;
}

/* The typing effect */
@keyframes typing {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
}

.pulse {
  /* animation: pulse 1.3s infinite; */
  animation-name: pulse-animation;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.pulse-btn {
  position: absolute;
  top: -1px;
  right: 5px;
  background: linear-gradient(#9fe925, #558407) !important;
}

@keyframes pulse {
  0% {
    opacity: 0;
    /* transform: scale(0.9); */
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); */
  }

  50% {
    opacity: 1;
    /* transform: scale(1); */
    /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); */
  }

  100% {
    opacity: 0;
    transform: scale(0.9);
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); */
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.9);

  }
}

.pulseAnim {
  animation-name: pulse-animation;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
/*Slider marque*/
.marquee-wrapper {
    /* background: #2f394c; */
    text-align: center;
    position: relative;
    left: -52px;
}
.marquee-wrapper .cont {
  overflow: hidden;
}
.marquee-inner span {
  float: left;
  width: 50%;
}

.marquee-wrapper .marquee-block {
  height: 120px;
  width: calc(250px * 5);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  /* margin: 20px auto; */
  /* background: #1b2531; */
  /* padding: 30px 0; */
}
/* 
@media screen and (max-width: 650px) {
  .marquee-wrapper .marquee-block {
    height: 95px;
    padding: 5px;
  }
} */

.marquee-inner {
  display: block;
  width: 200%;
  position: absolute;
}

.marquee-inner p {
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
  transform: translateY(-10px);
}
.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}
.marquee-item {
  width: 230px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  float: left;
  transition: all 0.2s ease-out;
  background: #00cc00;
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

/*.............*/
.cursor p:last::after {
    content: "";
    display: inline-block;
    margin-left: 3px;
    background-color: black; /* Black for a traditional cursor */
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    height: 13px;
    width: 6px;
  }

@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Car Pagination */
.bullet-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 55px;
}

.bullet-container-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgb(221, 46, 58);
  cursor: pointer;
}

.bullet-container-bullet.active {
  background-color: lightgreen;
}

/* .........FAQ SECTION ............*/
  #faq button{
            margin-top: 0 !important;
          }
.question_box {
  overflow: hidden;
  margin-bottom: 10px;
  z-index: 1;
  border: 1px solid #0091d1;
}

.question {
  display: flex;
  /* border: 1px solid black; */
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;
}

/* ---------------- */

.question_heading {
  margin: 10 !important;
  cursor: pointer;
  color: #fff;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-right: 50px;
}

.answer {
  display: none;
  padding: 10px;
  margin: 0;
  background-color: #d8effd;
  /* border: 1px solid #003e7c; */
}

.answer.active {
  display: block;
}

.sign {
  font-size: 45px;
  margin-right: 20;
  margin-left: 50px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.partners-heading{
    font-size:18px !important;
}

.blue-promo {
  position: absolute;
  top: 0;
  height: 33px;
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;
  padding: 0 10px;
  transform: translateY(-5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 15px;
  margin-top: 2px;
  border: 1px solid #fff;
}

.marque {
  transform: translate(10px, 2px);
  margin: 0px 130px;
}

.dateLabel {
  font-size: 14px;
  padding-left: 10px;
  opacity: 0;
}

.row.hero .floating-img.greenCircle {
  right: -6px;
}
.row.hero .purpleCircle {
  left: -7px;
}
.greenCircle {
       transform: scale(0.92);
        width: 98px !important;
    height: 98px !important;
    position: relative;
    right: -25px;
}

button.service-btn.open-booking.s-button.home-header-service-button {
    padding: 0px 20px;
    left: 13px;
    position: relative;
}
button.service-btn.open-booking.s-button.home-header-service-button img.img-fluid.pulseAnimation {
    left: -8px;
    position: relative;
}

.purpleCircle {
      left: -25px;
    transform: scale(0.92);
        width: 98px !important;
    height: 98px !important;
    position: relative;
}
/* Floating */

.car-box-text {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.banner_btn{
  font-size: 16px;
  padding: 2px 2px;
  margin-top: 10px;
 
}

.floating-img-bottom {
  /* border: 3px solid #fff; */
  border-radius: 50%;
}

.floating-images {
  margin-top: 10px !important;
}

.swiper-wrapper {
  margin-left: 5px;
}

.s-slide-2 {
  padding-left: 25px;
}

.swiper-slide-4 {
  padding-left: 30px;
}

.banking {
  display: flex;
  justify-content: space-between;
}

.banking-col {
  flex: 1;
  transform: translateY(8px);
}

.banking-col h5 {
  font-size: 14px;
  margin: 0;
  color: #8cafcc;
}

.banking-col img {
  width: 100px;
}

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

.banking-heading h3 {
  color: #fff;
  display: inline-block;
  background-color: #0091d1;
  padding: 10px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.banking-img {
}

.banking-img-4,
.banking-img-5 {
  /* margin-top: 8px; */
}

.banking-img-5 {
  height: 63px;
}
.container {
    /*width: 1366px !important;*/
    padding: 0;
}
.partners-title {
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;
  padding: 18px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 4px;
  width: 78%;
}

.partners-title h2 {
  font-size: 22px;
}
.marquee-inner.to-left.marq-11 .partners-logo:nth-last-child(2) img.img-fluid {
    height: 50px !important;
}
.marquee-inner.to-left.marq-11 .partners-logo:last-child img.img-fluid {
    height: 50px !important;
}
.marquee-block .partners-logo img {
    height: 75px !important;
}
.pulseAnimation {
  display: inline-block;
  animation: pulse 1.5s infinite;
}

.fadeInOutAnimation {
    display: inline-block;
    animation: fade-in-out 1.5s infinite;
}

@keyframes fade-in-out {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.partners-heading {
  color: #fff;
}

.pm-10 {
  padding: 0;
}

/* @media screen and (max-width: 991px) {
  } */

.logo {
  margin-top: -2px;
}

.logo img {
  height: 50px;
  margin-top: 10px;
  width:240px;
  /* padding-bottom: 15px; */
}

footer .container{
    margin-bottom:3.2rem !important;
}


.address p{
  display: block;
  width: 250px;
  text-align: left;
}
.address{
  width: 100%;
}
.booking-container {
  /* background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
    scroll 0 0; */
    background: rgba(235, 244, 255);
  border: 2px solid #0091d1;
  padding: 0 !important;
  /* padding-top: 10px; */
  max-width: 500px;
  border-radius: 30px;
  /* margin: 20px; */
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* transform: translateX(30px); */
}

.booking-lower-body {
  padding: 10px;
}

/*.pulseAnimation {*/
/*  animation: point 1.3s infinite;*/
/*}*/

@keyframes point {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* new styling here */
.box-wrapper{
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
/* .box-contents{
      border: 1px solid #0091d1;
} */
.serives-btns{
  padding: 0px;
  /* height: 30px; 
  line-height: 1.2; */
}

.service_row {
  display: flex;
  /* flex-direction: column; */
  
}

.box-inner-content {
    display: flex;
    width: 100%;
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    background: transparent;
    border-top: 2px solid #fff;
}
.content-border{
  border-radius: 33px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-bottom: 1px solid #0091d1;
  border-left: 1px solid #0091d1;
  border-right: 1px solid #0091d1;
  /* border-top: 1px solid #0091d1; */
}
.content-border:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
span.ribbon2__content .pulseAnim {
    font-weight: 900;
    font-size: 15px;
}
.shuttle-border,.shuttle-border-l{
  border-radius: 35px 35px 0 0;
  font-size: 14px !important;
  padding: 12px 0 !important;
  /* border-top: 1px solid #0091d1; */
}
.shuttle-border-l{
  padding: 12px 0 !important;
  font-size: 14px !important;
  border-radius: 35px 35px 0 0;
  /* border-top: 1px solid #0091d1; */
}
.btn-green{
  font-size: 12px;
  /* font-weight: bold; */
  margin: 0;
  border: none;
  padding: 0 10px;
    height: 32px;
}
.white-sep-border {
       left: -8px;
    width: 106%;
    height: 9px;
    border: 5px solid #fff;
    z-index: 999;
    margin-top: -7px;
    /* width: 1100px; */
    position: absolute;
}
#contact_form_2 .close-btn-2 i.fa.fa-times-circle-o {
    color: white;
    background-color: red;
    padding: 5px;
    border-radius: 50%;
}
.service_btn-container{
  display: flex;
  padding: 15px 4px;
  gap: 10px;
  border-radius: 0 0 35px 35px;
  position: relative;
    top: -6px;
  /* background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0; */
}
/*.content-border {
    background: linear-gradient(108deg, #fbfbfb, #ececec, #fbfbfb);
}*/

.content-border {
    background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0;
    height: 417px;
}
.service_img-container img.service_img_last {
    object-fit: cover !important;
}
#date::placeholder {
    color: gray !important; 
}
#retourDate::placeholder {
    color: gray !important; 
}

input::placeholder,select::placeholder,textarea::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

input::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.service_img-container {
  width: 100%;
  height: 200px;
  outline: 1px solid #25b0ef;
  background-color: #fff;
  /* padding: 0 6px; */
  background: transparent linear-gradient(#fbfbfb, #D0D0D0, #D0D0D0) repeat ;
}

/* .services_imgs{
  width: 100%;ra
} */

.service_img {
  /* padding: 5px; */
  width: 100%;
  height: 100%;
}

.service_page_row{
  margin-bottom: 10px;
}

.service_page_row .service-btn{
  font-size: 16px;
}
.image.footer-logo-container {
  position: relative;
  bottom: 20px;
  margin-top: 37px;
}
#PAIEMENTS {
  padding-left: 0;

}
.app-container > div {
  font-size: 12px;
      font-weight: bold;
    margin-bottom: 7px;
}
.d-flex.app-logos {
  margin-left: 40px;
  position: relative;
      text-align: center;
}
.d-flex.app-logos a {
  margin-right: 3px !important;
  display: inline-block;
  width: 38%;
  margin-top: 5px;
}
li.mobile-client.link-light {
    border: 1px solid #fff;
    border-radius: 21%;
    background: rgb(142 228 255 / 20%);
}
.page_indicator{
    color: #2ba5c9;
    font-size: 18px;
    font-weight: 600;
    margin: -0.5rem 0 10px 0 !important;
    margin-bottom: 8px !important;
    margin-top: 20px !important;
}

.service_page_row .arrow-text-container img.img-fluid.pulseAnimation {
    left: -35px;
    rotate: -93deg;
    top: 13px;
    animation-name: pulse-animation;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.service_page_row .arrow-text-container p {
    color: #000;
}
h2.transportHeadingDesktop {
    width: 100%;
    text-align: center;
}
.service_page_row .col-md-6:last-child{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #cecece 100%);
  height: 340px;
  padding-top: 10px;
  border-radius: 20px;
  border: 1px solid #0091d1;
}

.service_page_row .col-md-6:last-child a{
  margin-top: 30px;
}

.service_text {
  width: 40%;
}

.service_bottom {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column-reverse; */
  gap: 5px;
  padding: 0 5px 10px 5px;
  margin-left: 10px;
  align-items: stretch;
}

.service-page-img-container {
  padding: 10px;
  border: 1px solid #25b0ef;
  background-color: #fff;
  height: 340px;
  overflow:hidden;
    
}


.service-page-img-container img{
  height: 100%;
}
.nav_container div#navbar ul.nav.navbar-nav a::before{
    display: none;
}
/* @media screen and (min-width: 1200px) {
    .service_bottom {
      gap: 40px;
    }
  } */



.dropdownMenu {
  position: fixed;
   top: 0; 
  left: 45%;
  z-index: 11111;
  display: none;
  background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important;
  overflow: hidden;
  border-radius: 15px;
}

.dropdownMenu.active {
  display: block;
}

.dropdownContainer {
  position: relative;
}

.dropdownList {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}

.dropdownList_item {
  text-align: left;
  overflow: hidden;
}

.dropdownList_item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

/* ... */

.greenItem{
  position: relative;
  
}

.greenItem span{
  position: absolute;
  top: -12px;
  right: -5px;
  background: linear-gradient(#ff6666, #cc0000);
  border: 1px solid #fff;
  border-radius: 15px !important;
  padding: 0px 7px;
  font-size: 12px;
}



.dropdownList_item:hover {
  background-color: rgb(221, 46, 58);
  color: #fff;
}

.dropdownList_item a {
  display: block;
  color: #fff;
  padding: 15px;
}

.dropdownList_item a:hover {
  background-color: rgb(221, 46, 58);
  color: #fff;
}

.carets {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.selectBox .carets {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.zoneContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zoneImg {
  width: 892px;
  margin: 0 auto;
}

/* .retourRow {
} */

.mobile-dropdown {
  display: none;
  /* margin-left: 20px; */
  padding-left: 30px;
  /* background: linear-gradient(
    to bottom,
    #44c0e5 0%,
    #35add1 39%,
    #0d85a8 100%
  ) !important; */
}

/* .mobile-dropdown a:not(:last-child) {
  border-bottom: 1px solid #fff;
} */

.mobile-dropdown a:hover {
  background-color: #fb2c79;
}

.mobile-dropdown.active {
  display: flex;
  flex-direction: column;
}



.triangle {
    position: absolute;
    display: block;
    background: url(../images/triangle.png) no-repeat;
    z-index: 10;
    top: -1px;
    content: "";
    width: 21px;
    height: 79.9px;
    float: right;
    right: -19px;
}

/* ............................................................ */
.transportHeadingMobile {
  margin: 0;
  display: none;
}

/* .transportHeadingDesktop {
} */

#véhicules {
  scroll-margin-top: 130px;
}

#reservation {
  scroll-margin-top: 130px;
}

#services {
  scroll-margin-top: 155px !important;
}

#car-block {
  scroll-margin-top: 130px;
}

#zones {
  scroll-margin-top: 125px;
}

#temoignages {
  scroll-margin-top: 125px;
}

#faq {
  scroll-margin-top: 130px;
}

#contact {
  scroll-margin-top: 130px;
}


.banner_nav{
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;

}

.banner_nav a{ 
  color: #fff;
    text-transform: uppercase;
    /* border: 1px solid transparent; */
    font-weight: 700;
    font-size: 13px;
    padding: 10px 8px;
    border-radius: 10px;

}

.banner_nav a:hover{ 
  border: 2px solid #fff;
    /* border-radius: 20%; */
    border-radius: 10px;
    background-color: #fb2c79;

}

.selectCaret{
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 12px;
 color: #2ba5c9;
  /* display: none; */
}

.selectCaret.passengers{
  right: 6% !important;

}

.selectCaret.bagages{
  right: 6% !important;
}

.selectCaret.aller{
  right: 6% !important;

}

.selectCaret.transport{
  right: 6% !important;

}

.selectCaret.ocassion{
  right: 6% !important;

}


/* form select{
  border: 1px solid #0091d1 !important;
}

form input{
  border: 2px solid #0091d1 !important;

}

.ui-widget-content{
  border: 2px solid #0091d1 !important;

} */


.dropdownContainer{
  position: relative;
}


.m25{
  margin: 25px 0 0 0 !important;
}

/* conditions page margin set */

.condition-article-heading{
  margin: 5px 0;
  font-size: 15px;
}
/* condition page margin set ends */
.blinking_promo, .pr_item, .item_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.blinking_promo h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.blink_promo span {
  animation: blink-text .8s linear infinite;

}
.off_pro{
    background-image: linear-gradient(to top,red 34%,white 129%);
}
.flash_dis, .sale_pro {
    background-image: linear-gradient(to bottom, #FEF802 0%, #FEF802 36%, #FEF802 36%, #FFC300 100%);
    color: #000;
}
.flash_dis, .sale_pro, .off_pro {
    padding: 5px 6px;
  border-radius: 9px;
  border: 1px solid white;
}
.blink_promo.sale_pro span {
  animation-duration: 1.5s;
}
span.minus-percent {
    color: white;
}
.free_img{
  max-width: 70px;
}

/* here is promo header class */
.blinking{
  animation: blink 0.8s linear infinite;
}

.timer-gif-container{
  position: relative;
  width: 45px;
  left: 0;
}
.timer-gif{
  z-index: 9999999;
  /*top: -30px;*/
  width: 100%;
  position: absolute;
  max-width: 58px;
  display: block;
}

@keyframes blink{
  0%{opacity: 0;}
  /* 50%{opacity: .5;} */
  100%{opacity: 1;}
  }


.hasDatepicker {
  color: #858585;
} 



.icon-with-shadow{
    position: absolute;
    top: 50px;
    left: 0;
    right: unset!important;
    font-size: 18px!important;
    transform: translateY(-50%);
    color: #2ba5c9;
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
    padding: 8.5px 7px;
    border: 1px solid #2ba5c9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.icon-with-shadow2{
    position: absolute!important;
    top: 19.6px!important;
    right: unset!important;
    font-size: 16px!important;
    transform: translateY(-50%);
    color: #2ba5c9!important;
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
    padding: 10.3px 8px;
    border-right: 1px solid #2ba5c9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #2ba5c9;
}
.icon-with-shadow3 {
    position: absolute!important;
    top: 20.7px!important;
    left: 0;
    right: unset!important;
    font-size: 16px!important;
    transform: translateY(-50%);
    color: #2ba5c9!important;
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
    padding: 11.6px 8px;
    border-right: 1px solid #2ba5c9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #2ba5c9;
}
.black-border {
    border: 1px solid #a6a6a6 !important;
    background: linear-gradient(#ff6666, #cc0000) !important;
    color: #fff;
}
.col-md-4 #time:before {
    content: 'Heure de I`Aller';
    color: gray;
    position: absolute;
    background: #fff;
}

.col-md-4 #time:focus:before {
    width: 0;
    content: '';
}
.col-md-4 #retourTime:before {
    content: 'Heure du Retour';
    color: gray;
    position: absolute;
    background: #fff;
}

.col-md-4 #retourTime:focus:before {
    width: 0;
    content: '';
}
.capcha-math{
  flign:left;
  padding: 1px 10px 0 20px;
  border-radius: 5px;
  margin-top: 13px;
}
.capcha-math p span{
    right:40%;
    top:18%;
    background-color:#C5ECFD;
    padding:2px 10px;
    font-size:25px;
    border:2px solid #7EBDFB;
    color:black;
    font-weight:600;
}
.capcha-math p strong{
  border:2px solid #7EBDFB;
  background-color:#C5ECFD;
  padding:10px;
  font-size:14px;
}
.capcha-math > p{
  margin: 0;
  font-size: 18px;
}
.capcha-math > p > input{
  border: 1px solid #ababab;
  outline: none;
  font-size: 18px;
  width: 35px;
  display: inline-block;
  text-align: center;
}

.capcha-math-book p span{
    right:20%;
    top:18%;
    background-color:#C5ECFD;
    padding:10px;
    font-size:25px;
    border:2px solid #7EBDFB;
    color:black;
    font-weight:600;
}
.booking-container input:-webkit-autofill {
  background-color: white;
  color: black;
}

.capcha-math p input::placeholder{
  color: #0e1518d7
}

/**
 *sultan
 *21 Sep 2024 */
/* form validation error */
.error-b{
  color: red;
  font-weight: 100;
  margin: 0px;
  text-align: left;
  display: block;
  position: absolute;
  z-index: 1;
  top: 24px;

}
.error-b p{
  color:red;
  font-size: 11px;
  font-weight:bold;
  padding:0px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
}
.error-b p i.fa{
  margin-right: 0px!important;
  color:red !important;
  font-size:11px !important;
}

/* contact form */
.custom-contact-form .error-b{
  top: auto !important;
}
.custom-contact-form .error-b p {
  font-size: 13px !important;
  font-weight: 600 !important;
}
.custom-contact-form .error-b p i.fa {
  font-size: 13px !important;
}
 .error__box {
    color: red;
    font-weight: 100;
    margin: 0px;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .success__alert {
    display: none;
    background-color: #d0efc3;
    border: 1px solid #077708;
    height: auto !important;
    width: 100%;
    border-radius: 8px;
    padding: 8px 4px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #000 !important;
    animation: buttons 0.3s linear;
    transition: 200ms ease-in-out;
    margin-bottom: 10px;
 }
 
 .input-group-addon{
     background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
    border: 1px solid #2ba5c9;
    color: #2ba5c9 !important;
    border-right: 0;
 }
 .fa-custom-caret-down {
    position: absolute;
    top: 50%;
    right: 5px !important;
    left: unset !important;
    color: #0091d1;
    z-index: 5;
    transform: translateY(-50%);
}
.custom-check-box{
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: thin solid rgb(195, 195, 195);
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    margin: 0;
}
.custom-check-box:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
     opacity: 1;
}
.custom-add-icon{
    background: #35c350;
    color: white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
    font-size: 12px;
}
.custom-add-icon:before {
    content: "\2b";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.job-lists th {
    text-align: center;
}
.job-lists td {
    text-align: center;
}

/*file input field*/
.custom__file__upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  color: #333;
  font-weight: 600;
 background: linear-gradient(to bottom, #F7F7F7 0%, #F8F8F8 39%, #D5D5D5 100%) !important;
}

.custom__file__upload:hover {
background: linear-gradient(to top, #F7F7F7 0%, #F8F8F8 39%, #D5D5D5 100%) !important;
}
.custom__file__name{

    margin-left: 10px !important;
    margin-right: 10px !important;
    position: unset !important;
    font-size: 13px !important;
    color: #000 !important;

}
/*datepicker*/
.datepicker-days table tbody tr:nth-child(6) {
    display: none;
}
admin_border,
.datepicker-dropdown {
    border: 1px solid #ccc !important;
    /*border: solid 1px #e3d3d3 !IMPORTANT;*/
}

img.admin_border {
    border: 4px solid #2E88C2 !important;
}
.datepicker table tr td.active.active {
    background: linear-gradient(
            to bottom,
            #fbfbfb 0%,
            #ececec 39%,
            #ececec 39%,
            #c1c1c1 100%
    );

    color: black;
}

.datepicker-dropdown {
    background: linear-gradient(
            to bottom,
            rgb(222, 215, 215) 0%,
            rgba(255, 255, 255, 1) 49%,
            rgb(224, 222, 222) 100%
    ) !important;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.datepicker table tr td, .datepicker table tr th {
    background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #c1c1c1 100%);
    padding: 10px;
    color: black;
    border: solid 1px #c7c7c7;
    border-radius: 4px;
    font-weight: 400;
}

.datepicker-dropdown {
    background: linear-gradient(to bottom, rgb(222, 215, 215) 0%, rgba(255, 255, 255, 1) 49%, rgb(224, 222, 222) 100%) !important;

}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    font-weight: 400 !important;
    background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #c1c1c1 100%);
}

.datepicker table tr td.active {
    background-color: #1389FF !important;
    color: #fff !important;
    background-image: linear-gradient(to bottom, #9ecdff, #3178bf) !important;
    font-weight: 900 !important;
}

.datepicker th, .datepicker td {
    background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #c1c1c1 100%);
}

.video-container #video-header{
        border: 0px solid white !important;
}

.text_white{
    color: #fff;
}
#block-footer .logo-footer{
    margin-top: 7px !important;
}

.logo img {
    width: 215px !important;
    height: 55px !important;
    margin-top: 36px;
}
nav.navbar #navbar ul.navbar-nav li {
    margin-right: 2px !important;
    border-top: 1px solid #fff;
    border-radius: 10px 10px 0 0;
}
nav.navbar #navbar ul.navbar-nav a{
    font-size: 12px !important;
}

.girl {
    height: 65px;
    margin-top: 7px;
    width: 65px;
    margin-left: 0px;
}
.section_fst{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.selected-lang{
    margin-left: 2px !important;
}

#bottom-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
    margin-top: 20px;
}
#bottom-button button {
    width: 25%;
    padding: 4px 10px 4px 10px !important;
    margin-bottom: 10px !important;
    margin-top: -4px !important;
}
button#booking_popup_btn .announcementsbox .postuler_cta{
        top: 176px;
}
.canvas.canvastext .demande_cta {
    top: 176px;
}
.footredarw {
    left: -42px !important;
    margin-top: 9px;
    animation-name: pulse-animation;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.phone-number-container {
    position: absolute;
    top: 19px !important;
    left: 29px;
}

.outer_inputdiv{
    position: relative;
    margin-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.quality_container h4 {
    display: block;
    text-align: left;
    width: 100%;
}


.burger-menu {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    height: 25px;
}

.burger-line {
    height: 4px;
    width: 100%;
    background-color: #5c5c5c;
    border-radius: 1px;
}

.mobile-nav {
    display: flex;
}

.mobile-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.mobile-nav ul li {
    margin: 0;
}

.mobile-nav ul li a {
    border-bottom: 1px solid white;
    background: linear-gradient(    to bottom,    #44c0e5 0%,    #35add1 39%,    #0d85a8 100%  ) !important;
    padding: 11px 0px;
    text-align: left;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding-left: 17px;
}
.mobile-nav ul li a:hover {
    background: #d8221f;
}

@media screen and (max-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1,
    .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4,
    .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6,
    .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8,
    .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10,
    .col-sm-10, .col-md-10, .col-lg-10,
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0!important;
        margin: 0!important;
    }
    div {
        line-height: normal !important;
    }
    h1,
    .h1 {
        font-size: 40px;
    }
    header.page-header .bread {
        display: none;
    }
    header.page-header {
        background-image: none !important;
        height: auto;
        padding: 35px 0;
    }
    header.page-header h1 {
        margin: 0;
    }
    .homepage-block-yellow-3 .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-right: 5px;
    }
    #block-footer .address li {
        font-size: 10pt;
    }
    .text-page table th,
    .text-page table td {
        font-size: 14px;
        padding: 10px 12px;
    }
    .tabs-ui .ui-tabs-tab a {
        font-size: 18px;
        padding: 10px 20px !important;
    }
    .paging-navigation .prev,
    .page-numbers .prev,
    .paging-navigation .next,
    .page-numbers .next {
        display: none;
    }
    .comments-area .comment-list li .comment-single {
        padding: 18px 18px;
    }
    .comments-area .comment-list .children {
        padding-left: 25px;
    }
    .comments-area .comment-info {
        font-size: 14px;
    }
    .pr_item{
        flex-direction: column;
        padding: 2px 1em;
        gap: 2px;
    }


    #nav-wrapper {
        display: none;
    }
    #mobile-nav-header {
        background-color: #30a7cb;

    }
    .mobile-nav-header {
        gap: 1px;
        display: flex !important;
        align-items: center;
        padding: 3px 4px;
        justify-content: center;
    }
    #mobile-header {
        display: flex !important;
        flex-direction: column;
    }

    .mobile-header-phone-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .mobile-header-phone-block>h4 {
        font-size: 15px;
        margin: 0;
        color: #004B8A;
    }
    #mobile-menu-header {
        background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0;
        padding-top: 4px;
        padding-bottom: 5px;
        border-bottom: 10px solid #ce0204;
        margin-bottom: 1px;
    }

    .mobile-menu-header {
        gap: 3px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .mobile-header-phone {

    }

    .mobile-header-phone {
        position: relative;

    }

    .mobile-header-phone>div {
        top: 3px;
        position: absolute;
        left: 33px;
        font-weight: 900;
        color: #004B8A;
    }
    .mobile-header-phone>img {
        width: 159px;
        border-radius: 20px;
        height: 30px;
    }

    .burger-menu {
        display: flex;
    }

    .mobile-nav {
        color: black;
        display: none;
        width: 100%;
        background-color: #edecec;
        position: absolute;
        top: 90px;
        left: 0;
        z-index: 999;
    }

    .mobile-nav ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .mobile-nav ul li {
        margin: 0!important;
    }

    .mobile-nav.active {
        display: block !important;
    }

    .mobile-header-logo {
        flex-grow: 1;
        width: 200px;
    }


    .mobile-promo-code-block {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 6px;
    }
    .proma-content div {

    }

    .timer-gif-container {
        width: auto;
        flex-grow: 0 !important;
    }

    .timer-gif-container img {
        width: 30px;
    }

    .selected-lang {
        gap: 1px;
        display: flex;
        font-size: 14px !important;
        align-items: center;
        width: 94px !important;
    }

    .user-nav .login, .user-nav .register {
        font-size: 11px !important;
        height: 29px;
    }

    .proma-content .timer div {
        gap: 0 !important;
        flex-grow: 0;
    }

    .main {
        width: 100% !important;
        /*margin-top: 74px !important;*/
    }

    .col-md-4.mytitle.CLIENTS {
        width: 100%!important;
    }

    .quality_container .mytitle {
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .slick-dots {
        position: inherit !important;
    }

    .add-favourite-btn {
        padding: 2px 5px !important;
    }

    select#default_currency {
        flex-grow: 1;
        margin-right: 0 !important;
    }

    .selected-lang {
        margin-left: 0!important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobile-container {
        width: 97%;
        margin: 0 auto;
    }

    .main>div#reservation {
        /*margin-top: 0!important;*/
        padding-top: 12px;
    }

    .video-box {
        width: 100%!important;
        margin-left: 0!important;
        height: 312px!important;
        margin-bottom: 7px;
    }

    .video-box-colomn {
        padding: 0!important;
    }
    
    .floating-image-is {
        padding:0;
        margin: 0;
        position: initial;
        left: -14px;
    }

    .align-car {
        display: flex!important;
        flex-direction: column !important;
    }

    .animated-text-container-hero-seciton {
        min-height: 210px !important;
    }

    .mobile-promo-code-welcome {
        gap: 14px;
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
    }


    .video-box>img {
        left: -14px;
        position: absolute;
    }

    .animated-text-container-hero-seciton {
        left: -5px!important;
        top: 14px!important;
    }
    .floating-images, .s-part {
        margin: 0 !important;
        position: relative;
        align-items: center;
        left: -18px;
    }
    span.car-box-text {
        line-height: 17px;
        text-align: left;
        margin-left: -1px;
        font-size: 11px;
        padding-left: 6px;
    }
    .floating-images .floating-img {
        width: 45px;
    }
    .box-wrapper {
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
        justify-content: center;
    }

    .nos-service>div {
        padding:0!important;
    }

    .video-heading h2 {
        padding: 0px !important;
        margin-top: 0px;
        font-size: 12px !important;
        padding: 0 0 0 11px !important;
    }

    .footer-nous-contact {
        width: 100% !important;
    }

    .address {
        line-height: 1.4;
        width: auto;
        padding: 0 !important;
        margin: 0 !important;
    }

    .address li {
        width: 100%;
    }

    #block-footer h4 {
        text-align: center;
    }

    .footer-contact-information {
        display: flex;
        justify-content: center;
    }

    #partners {
        height: initial;
        margin-bottom: 2px;
    }

    footer {
        height: 50px !important;
    }

    .partner-payment-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-links {
        width: 100% !important;
        margin-top: 22px;
    }

    .footer-usefull-links-container {
        width: 100% !important;
    }

    .nav .navbar-nav {

    }

    .nav.navbar-nav li {
        text-align: center;
    }

    #app-footer-block {
        display: none;
    }

    #mobile-footer-block {
        display: flex !important;
    }

    .footer-services-container, .footer-lien-utiles-block {
        width: 100% !important;
        margin-top: 22px;
    }

    .footer-payment-social-block {
        display: flex;
        justify-content: space-between;
        width: 96% !important;
    }

    .footer-poli {
    }

    #véhicules>div>div.row {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #floating_btn .arrow-text-container {
        right: 204px !important;
        top: -20px !important;
    }

    .video-container video {
        height: 92%;
    }

    .col-md-12 {
        padding: 0 5px;
    }

    .promo-discount-div {
        gap: 2px;
        display: flex !important;
        flex-direction: row !important;
    }
    .greenBack {
        display: flex;
        flex-direction: column;
    }

    .flip-countdown-timer__value {
        font-size: 14px;
    }
    .flip-countdown-timer__label {
        font-size: 9px;
    }

    .promo-btn {
        border: none !important;
        padding: 4px 5px;
        font-size: 13px;
    }

    a.bienvenue {
        margin-left: 0px;
        font-size: 13px;
    }
    

    #floating_btn {
        top: 268px !important;
    }
    .floating-images .floating-box {
        height: 109px;
    }

    .arrow-text-container img.img-fluid.fadeInOutAnimation {
        left: 17px;
    }
    .video-box h5 {
        font-size: 12px;
    }

    #quality_section .container {
        padding: 0 !important;
    }
    .col-md-4.mytitle.engagements {
        padding-right: 0px!important;
    }
    .quality_container .title_bar {
        display: flex;
        width: 93%;
        align-items: center;
    }
    #testimonials_section .col-md-4.mytitle.CLIENTS {
        padding-right: 0px;
    }

    .partners-title {
        margin-top: 0px;
        text-align: center;
        width: 95%;
        padding-bottom: 21px;
    }
    .quality_container.flexme .col-md-8.Economie {
        padding: 0;
        margin: 0 !important;
    }

    .quality_container h4 {
        font-size: 14px !important;
        display: flex;
        width: auto;
        align-content: space-around;
        align-items: center;
        flex-direction: row;
    }

    .quality_container h4 i {
        margin-right: 6px;
        font-size: 29px !important;
    }
    #testimonials_section .slick-dots {
        bottom: 0;
    }

    .CLIENTS .title_bar {
        padding-left: 0px !important;
    }

    .CLIENTS .title_bar>h4 {
        font-size: 20px !important;
    }

    #PAIEMENTS .title_bar {
        display: flex;
        padding-left: 0 !important;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    #PAIEMENTS .title_bar>h4:first-child {
        padding-left: 31px;
    }
    #PAIEMENTS .title_bar>h4 {
        font-size: 17px !important;
    }

    .banking-col img {
        width: 50px;
    }
    .banking-col h5 {
        min-height: 35px;
    }

    #PAIEMENTS {
        padding-right: 0px;
        background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
        scroll 0 0;
    }
    .timer {
        gap: 5px;
    }

    .slick-prev {
        top: 75px;
        z-index: 99;
        left: 18px;
    }

    .slick-next {
        top: 75px;
        z-index: 99;
        right: 18px;
    }
    div#service-button {
    top: -32px;
    position: relative;
}

    #booking_custom_form {
        width: 390px !important;
    }

    #booking_form.active {
        width: 396px;
    }

    #close-booking-form>.fa-times {
        position: relative;
        top: 0px;
    }

    .booking-form-heading>span {
        font-size: 13px!important;
    }

    #depart_date {
        width: 128px !important;
    }

    .step-bar1, .step-bar2, .step-bar3 {
        font-size: 9px !important;
    }
    .step-bar1::before {
        width: 138px!important;
    }
    .step-bar1::after {
        right: -20px!important;
    }
    

    #booking_form {
        top: 111px;
    }
    .canvas.canvastext .demande_cta {
        left: 0px;
    }

    #service-button {
        margin-top: 5px !important;
    }

    #booking-page .body-container {
        width: auto!important;
    }

    .booking_service_tab>div {
        width: auto !important;
    }
    .booking_tab_size {
        width: 100% !important;
    }

    .booking-step-1-checkboxes {
        flex-direction: column;
    }
    .d-flex {
        display: flex !important;
        flex-direction: column!important;
    }
    #return_chairwheel {
        display: flex;
    }
    #booking-page .nav-wizard>li>a {
        font-size: 9px!important;
        line-height: normal;
    }
    #booking-page .nav-wizard>li {
        display: flex;
        align-items: center;
    }
    #booking-page .nav-wizard>li>.steps {
        font-size: 11px!important;
        width: 20px;
        height: 20px;
        margin: 0px;
    }
    .booking-tab-nav {
        padding: 0 !important;
    }

    #booking-page ul.nav-wizard li.active:after {
        left: 134px;
    }


    ul.nav-wizard li a {
        padding: 0 0 0 22px;
    }

    

    .booking_service_tab>div:last-child {
        margin-left: 0!important;
    }

    .pick-drop-txt-btn {
        margin-top: 8px !important;
        font-size: 13px !important;
        padding-left: 0 !important;
    }

    #pick_address .fa-hand-o-right {
        font-size: 18px!important;
    }

    .banking-row .testimonials_container {
        padding: 10px 0 !important;
    }

    .testimonials_container {
        padding: 3px 0!important;
    }

    .contact-nav-wizard {
        display: flex;
    }

    .contact-nav-wizard>li>a {
        font-size: 12px!important;
        padding-left: 6px !important;
    }

    .contact-nav-wizard>li.active:after {
        left: 140px !important;
    }

    .btn-booking-next {
        height: 37px !important;
        font-size: 13px !important;
    }

    #booking-page .form-block {
        margin-bottom: 7px;
    }

    .quality_icons_container {
        gap: 0;
    }

    .quality_container, .partners-row {
        padding-left: 4px;
    }
    .booking-carloader {
        display: none;
    }
    #non_wheelchair_cc_b>div {
        align-items: center;
    }
    .booking-tab .nav-tabs > li > a {
        font-size: 11px;
    }

    #bookingform .contact-form-services-fields div:first-child>div>div:nth-child(2) {
        width: 50% !important;
        margin-right: 2px!important;
    }

    #bookingform .contact-form-services-fields div:first-child>div>div:nth-child(3) {
        width: 205px !important;
        margin-right: 2px!important;
    }
    #bookingform .contact-form-services-fields div:first-child>div>div:nth-child(4) {
        width: 46% !important;
        margin-right: 2px !important;
    }
    #bookingform .contact-form-services-fields div:first-child>div>div:nth-child(5) {
        width: 204px !important;
        margin-right: 2px!important;
    }
    #bookingform .contact-form-services-fields div:first-child>div>div:nth-child(6) {
        width: 100% !important;
        display: flex;
        gap: 2px;
    }

    #bookingform .contact-form-services-fields div:first-child>div>div:nth-child(6)>div:first-child {
        width: 233px;
    }

    #bookingform .fa-hand-o-right {
        display: block;
    }

    #default_currency {

    }

    #pick_address>div:nth-child(3)>div>div:first-child {
        width: 47% !important;
        margin-right: 2px!important;
    }

    #pick_address>div:nth-child(3)>div>div:nth-child(2) {
        width: 200px !important;
    }

    #drop_address>div:nth-child(3)>div>div:first-child {
        width: 47% !important;
        margin-right: 2px!important;
    }

    #drop_address>div:nth-child(3)>div>div:nth-child(2) {
        width: 200px !important;
    }

    .banking-row {
        background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat
        scroll 0 0;
    }

    #partners .partners-row>div:first-child {
        border-bottom: 5px solid #ebf4ff;
    }

    .appointment-details>div>div {
        max-width: 100% !important;
    }

    #appointment-page ul.nav-wizard li a {
        line-height: 12px;
        font-size: 9px !important;
    }

    #appointment-page ul.nav-wizard li .steps {
        padding: 9px;
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    #appointment-page .contact-nav-wizard>li.active:after {
        left: 99px !important;
    }

    #appointment-page .calendar-days div {
        width: 54.4px !important;
        font-size: 11px;
        color: black;
        font-weight: bold;
    }

    #appointment-page .calendar-days {
        grid-template-columns: repeat(7, .2fr);
    }

    #appointment-page .calendar-dates {
        grid-template-columns: repeat(7, 1.13fr);
    }

    #appointment-page .calendar-section, .time-slots-section {
        padding: 0!important;
    }

    #appointment-page .calendar-navigation {
        display: flex;
        gap: 6px;
        flex-direction: column;
    }

    #appointment-page .form-navigation {
        flex-direction: column;
    }

    #appointment-page .appointment-info {
        width: 100% !important;
    }

    #appointment-page .appointment-details>div {
        grid-template-columns: 1fr 1fr;
        display: grid;
        gap: 3px;
    }

    #appointment-page .calendar-wrapper {
        background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
    }

    #appointment-page #currentYear, #currentMonthDisplay {
        flex-grow: 1;
        align-items: center;
        justify-content: center;
    }

    #appointment-page .calendar-navigation>div {
        width: 100%;
    }

    #appointment-page .calendar-time-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    #appointment-page .calendar-section, .time-slots-section {
        background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
        padding: 15px;
        height: auto;
    }

    #appointment-page .form-control {
        padding: 6px 4px;
    }

    #appointment-page .appointment-details>div:nth-child(2) {
        display: flex;
        max-width: 100% !important;
        flex-direction: column;
        margin-bottom: 22px !important;
    }

    #bookingform {
        padding: 5px 5px;
    }
    #bookingform .current__location__btn, .current__stop__location__btn {
        right: 7px;
        top: 9px;
    }

    #custom_contact_form {
        padding: 5px 8px;
    }

    #custom_contact_form .contact_form .form-group {
        flex-grow: 1;
    }

    #custom_contact_form .contact_form select[name="department_id"],
    #custom_contact_form .contact_form select[name="purpose_id"] {
        min-width: auto!important;
    }
    .contact_form .contact__section__1>div:nth-child(3) {
        margin-bottom: -15px!important;
    }
    .contact_form .contact__section__1>div:nth-child(3)>div>.form-group {
        width: 100% !important;
    }

    .contact-steps>a {
        font-size: 11px !important;
    }

    .contact_form .upload-btn-wrapper .btn {
        margin-left: 0!important;
    }

    .contact_form .contact__section__1>div:nth-child(5) {
        flex-direction: column !important;
        margin-top: 0!important;
        gap: 5px !important;
    }

    .contact_form .capcha-math {
        margin: 0!important;
        padding: 0!important;
        width: 252px!important;
    }

    #bookingform #return-dates {
        width: 100% !important;
        gap: 3px;
        display: flex !important;
    }

    #contactform-objet {
        width: 155px !important;
    }

    .contact_form select[name="priority_id"] {
        min-width: 150px!important;
    }

    .contact__section__1 {
        position: relative !important;
    }

    

    .contact__section__1 .upload-btn-wrapper {
        margin-left: -23px;
    }

    .capcha-math p input {
        margin-left: 3px !important;
    }

    form[name="search_filter"]>div {
        grid-template-columns: 1fr 1fr;
        display: grid;
    }

    form[name="search_filter"]>div>.form-group {
        width: auto!important;
    }

    form[name="search_filter"]>div>.form-group>input[name="search_by"] {
        float: left;
        margin-top: 5px!important;
    }

    .service-page-img-container {
        height: auto!important;
    }

    h2.transportHeadingDesktop {
        margin-top: 12px;
        width: 100%;
        font-size: 22px;
        text-align: center;
    }

    #tariffs .floating-images {
        left: 2px;
        width: 120%;
    }

    #tariffs #text-container {
        padding: 0px 11px;
    }

    #login_form {
        max-width: none;
    }

    #legal-main-content {
        padding: 0 15px;
        margin-top: 10px !important;
    }

    #legal-main-content .legal-content-box h3 {
        font-size: 17px;
    }
}

.menu-item.active {
  background-color: red !important;
  color: white !important;
}

.navitem.active {
    background: linear-gradient(#ff6666, #cc0000) !important;
    color: #fff !important;
}



@media screen and (max-width: 400px){
p#sticky-demand-button-text {
    font-size: 21px !important;
    left: 27px !important;
    top: 16px !important;
}

div#M2 {
    margin-right: 41px !important;
}
#depart_date {
    width: 126px !important;
    padding: 0 0 0 31px !important;
}
div#departHour {
    left: -3px !important;
}
div#H {
    padding: 4.5px 5px !important;
}
div#returN {
    margin-left: 6px !important;
}

select#return_time_hour {
    padding: 0px 0px !important;
    width: 54px !important;
}

select#return_time_minute {
    width: 61px !important;
    padding: 0 2px !important;
}
i#iHour {
    left: 19px !important;
}
select#depart_time_hour {
    width: 55px !important;
    padding: 0px 0px 0px 0px !important;
}
button#booking_popup_btn {
    top: 234px !important;
}
img#stickyImg {
    left: 29px !important;
}
img#sticky-image {
    rotate: -105deg !important;
    left: 22px !important;
}


div#temoignagesClients h4 {
    position: relative !important;
    top: 1px !important;
}
img#sticky-demand-button-arrow {
    left: -13px !important;
    top: 45px !important;
    rotate: -91deg !important;
}
#floating_btn {
    top: 285px !important;
    right: -154px !important;
}
#service-button {
    bottom: 0px !important;
}
#mobile-header {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
}

.col-md-4.col-sm-12.quelques-uns {
    width: 102% !important;
    position: relative !important;
    top: 5px !important;
    background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0 !important;
    left: -4px !important;
    padding-left: 6px !important;
    padding-right: 4px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.quality_container .title_bar {
    width: 94% !important;
    top: 2px !important;
    margin-bottom: 7px !important;
    left: -1px !important;
}
.quality_container {
    width: 100% !important;
}
.floating-images.floating-image-is {
    position: relative !important;
    left: 0px !important;
}
.services p:before {
    width: 105.8% !important;
}
div#mobile-promo-bar {
    position: relative !important;
    border: 2px solid #fff !important;
    top: -2px !important;
}

.services p::after {
    width: 36% !important;
    height: 35px !important;
    left: -11px !important;
    top: -41px !important;
}

#booking_form.active {
    width: 397px !important;
}
.steps__container {
    width: 79% !important;
    left: -1px !important;
    position: relative;
}
.step-bar1::after {
    right: -20px !important;
    top: -2.5px !important;
}
.mobile-dropdown {
    padding-left: 0 !important;
}
.mobile-dropdown.active a {
    padding-left: 55px !important;
}
#booking_form {
    top: 103px !important;
}
    .selectBox {
    position: relative !important;
    left: -7px !important;
}
select#service_Id {
    width: 217px !important;
    padding-right: 0 !important;
}
#bookingform .contact-form-services-fields div:first-child>div>div:nth-child(2) {
    width: 50% !important;
    margin-right: 0px!important;
    float: right !important;
    top: -42px !important;
    left: 89px !important;
}

select#lugages {
    width: 73px !important;
}
select#wheelchairs {
    width: 158px !important;
}
select#service_kind_id {
    width: 122px !important;
}
#booking-page ul.nav-wizard li.active:after {
    left: 13px !important;
}
div#Passenger {
    position: relative !important;
    top: -42px !important;
}
select#passengers-s {
    width: 91px !important;
}
div#Fauteuil {
    position: relative !important;
    top: -42px !important;
    left: -85px !important;
}
select#wheelchairs-s {
    width: 132px !important;
}
div#Bagages {
    float: right !important;
    top: -84px !important;
    left: 106px !important;
}
select#lugages-s {
    width: 70px !important;
}
select#baby_seats {
    width: 117px !important;
}
div#fin {
    left: 56px !important;
}
input::placeholder {
    font-size: 12px !important;
    color: #000 !important;
    line-height: 30px !important;
}

div#aller {
    position: relative !important;
    top: -86px !important;
}
select#service_kind_Id {
    width: 88px !important;
    margin-right: 8px !important;
}
span.input-group-addon {
    padding: 6px !important;
}
#bookingform .contact-form-services-fields .selectBox .icon-with-shadow3 {
    width: 33px !important;
    padding: 11px !important;
    height: auto !important;
}
#pick_address>div:nth-child(3)>div>div:nth-child(2) {
    width: 200px !important;
}
.col-md-4.col-sm-12.partenaires {
    padding: 6px 0 6px 6px !important;
    position: relative !important;
    left: -5px !important;
    width: 102% !important;
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat        scroll 0 0 !important;
}
#PAIEMENTS {
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat        scroll 0 0 !important;
    position: relative;
    padding: 4px 0px 3px 3px !important;
    left: -4px !important;
    width: 399px !important;
}
div#clockBack {
    padding: 5px 2px 5px 2px !important;
}
div#M {
    padding: 4.3px 0px !important;
}
i#iM {
    left: 21px !important;
}
i#returnMin {
    left: 20px !important;
}
i#returnHour {
    left: 19px !important;
}
#nosContacter {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}
.quality_container h4 {
        font-size: 13px !important;
    }
.col-md-4.mytitle.engagements {
    padding: 5px 2px 5px 13px !important;
    left: -11px !important;
    width: 103% !important;
    background: transparent linear-gradient(-180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0 !important;
}
.col-md-4.mytitle.CLIENTS {
    padding: 0px 2px 5px 0 !important;
    background: transparent linear-gradient(-180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0 !important;
    left: -8px !important;
    width: 102% !important;
}
div#temoignagesClients {
    width: 92% !important;
    top: 2px !important;
    margin-bottom: 7px !important;
    left: 8px !important;
}
.canvas.canvastext .demande_cta {
    top: 193px !important;
    z-index: 9999 !important;
}
button#booking_popup_btn .announcementsbox .postuler_cta {
    top: 193px !important;
}
.service-page-img-container {
    height: auto!important;
    width: calc(100% - 10px) !important;
    margin: 0px auto 10px !important;
}
div#desktopTransport{
    width: calc(100% - 10px) !important;
    margin: 0px auto 10px !important;
}
div#desktopTransport {
    height: 336px !important;
}
div#serviceHeight {
    width: calc(100% - 15px) !important;
    margin: 0px auto 0px !important;
}
div#transportBox {
    width: calc(100% - 10px) !important;
    margin: 0px auto 15px !important;
}
select#default_currency {
    flex-grow: 0 !important;
    margin-right: 0 !important;
    width: 60px !important;
    margin-left: -4px;
}

.add-favourite-btn {
    width: 56px !important;
    display: flex !important;
    padding: 6px 6px 6px 2px !important;
    align-items: center !important;
    font-size: 11px !important;
    gap: 0px !important;
    margin-right: 5px !important;
}
div#prix h4.qua i {
    left: 5px !important;
}
div#Ponctualite {
    left: -5px !important;
}
div#securite {
    left: -3px !important;
}
div#qualite {
    left: 2px !important;
}
h4.qua {
    left: 1px !important;
}
div#selectWrapper {
    width: 223px !important;
}
div#Captcha {
    position: relative !important;
    float: right !important;
    right: -231px !important;
    top: -80px !important;
}
.form-block {
    margin-bottom: 10px !important;
}
.mobile-header-phone>div {
    color: #118ACC !important;
    left: 30px !important;
    top: 4px !important;
}
.stop__point__inner__box label {
  white-space: nowrap !important;
}
section#chauffeurs {
    height: 791px !important;
}
div#chauffeursButton {
    position: relative !important;
    top: 12px !important;
}
div#zonE {
    width: 372px !important;
    text-align: justify !important;
    position: relative !important;
    left: 13px !important;
}
.zoneImg {
    width: 100% !important;
}
ul.disc, ul.check {
    justify-content: space-between !important;
    column-gap: 30px !important;
    align-items: center !important;
}
ul.disc li:before, ul.check li:before {
    width: 25px !important;
    height: 25px !important;
    background: linear-gradient(to bottom, #c9de96 0%, #82bf50 49%, #72b222 100%) !important;
    border-radius: 50%  !important;;
    display: flex !important;;
    justify-content: center !important;;
    align-items: center !important;;
    color: #fff !important;
}
ul.disc.strong li, ul.check.strong li {
    display: flex !important;
    align-items: self-end !important;
}
.row.banking {
    left: -2px !important;
}
.question_box {
    width: 97% !important;
    margin: 7px auto !important;
}

div#nosVehicules {
    width: 96% !important;
    margin: 0 auto !important;
}
div#nosVehicules:nth-child(1)::after {
    right: 0 !important;
}
div#nosVehicules:nth-child(1)::before {
    right: 0 !important;
}
.video-box .curve-arrow {
    margin-left: 12px !important;
}
.curve-arrow {
    width: 45px !important;
}

.mobile-nav.active {
    display: block !important;
}
a.bienvenue i {
    font-size: 12px !important;
    left: -4px !important;
}
.video-box>img {
    left: -16px !important;
    position: absolute !important;
    top: 6px !important;
}
.mobile-nav ul li a.active {
    background: linear-gradient(#ff6666, #cc0000) !important;
}
div#bankPayments {
    background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0 !important;
    width: 401px !important;
    position: relative !important;
    padding: 0 9px 0 2px !important;
    left: -6px !important;
}
button#booking_popup_btn {
    border-radius: 15px 15px 0 0 !important;
}
div#Configuration span b {
    font-size: 9.2px !important;
}
.booking__custom__step__3 .booking__footer__info__box {
    border-top: 1px solid black;
    margin-top: 10px;
    width: 98% !important;
    margin: 7px auto !important;
}

.mobile-nav {
    top: 178px !important;
}
a#close-booking-form {
    right: 12px !important;
    width: 25px !important;
    height: 25px !important;
    top: 15px !important;
}
#close-booking-form>.fa-times {
    position: relative;
    top: -6px !important;
    font-size: 20px !important;
    left: -1px !important;
}
.col-md-8.Economie {
    background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0 !important;
    width: 102% !important;
    left: -5px !important;
    padding-left: 4px !important;
}
.container.cookies {
    height: 50px !important;
}
div#startDate {
    gap: 3px !important;
}

div#mobile-promo-bar {
    position: relative !important;
    border: 3.5px solid #fff !important;
    top: -2px !important;
}
.main {
    width: 100% !important;
    /*margin-top: 77px !important;*/
}
.promo-discount-div span {
    font-size: 10px !important;
}




}



@media screen and (max-width: 360px){
    #mobile-header {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 92% !important;
}
a.bienvenue {
    margin-left: 0px;
    font-size: 10px !important;
    padding: 2px 2px !important;
}
.promo-btn {
    border: none !important;
    padding: 4px 5px;
    font-size: 12px !important;
}
.mobile-header-phone>div {
    color: #118ACC !important;
    left: 24px !important;
    top: 4px !important;
    font-size: 14px !important;
}
.quality_container .title_bar {
    width: 93% !important;
    top: 2px !important;
    margin-bottom: 7px !important;
    left: -1px !important;
}
#PAIEMENTS {
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat        scroll 0 0 !important;
    position: relative;
    padding: 4px 0px 3px 3px !important;
    left: -4px !important;
    width: 360px !important;
}
div#bankPayments {
    background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0 !important;
    width: 360px !important;
    position: relative !important;
    padding: 0 9px 0 2px !important;
    left: -6px !important;
}
.promo-btn {
    border: none !important;
    padding: 4px 5px;
    font-size: 11px !important;

}
.greenCircle {
    transform: scale(0.92);
    width: 90px !important;
    height: 90px !important;
    position: relative;
    right: -25px;
}
.floating-images .floating-box {
    height: 95px !important;
}
div#footerPayment {
    position: relative !important;
    background: #0C0C0C !important;
    padding: 7px 10px 5px 10px !important;
    width: 364px !important;
    left: -9px !important;
}
.selected-lang {
    gap: 1px;
    display: flex;
    font-size: 10px !important;
    align-items: center;
    width: 79px !important;
}
.user-nav .login, .user-nav .register {
    font-size: 8.9px !important;
    height: 29px;
}
.main {
    width: 109% !important;
    /*margin-top: 51px !important;*/
}
.mobile-header-phone-block>h4 {
    font-size: 14px !important;
    margin: 0;
    color: #004B8A;
}
select#default_currency {
    flex-grow: 0 !important;
    margin-right: 0 !important;
    width: 53px !important;
    margin-left: -4px;
    font-size: 10px !important;
}
.promo-discount-div span {
    font-size: 10px !important;
}
body .arrow-text-container p {
    font-size: 11px !important;
    left: -4px !important;
}
.mobile-nav-header {
    gap: 4px !important;
}
.video-box h5 {
    font-size: 11px !important;
}
.video-heading h2 {
    padding: 0px !important;
    margin-top: 0px;
    font-size: 10.8px !important;
    padding: 0 0 0 2px !important;
}
.video-heading h2 span {
    right: -226px !important;
}

    .service-btn span {
    font-size: 11px !important;
    margin-right: 8px !important;
}
button.service-btn.open-booking.s-button.home-header-service-button img {
    object-fit: cover !important;
    width: 29px !important;
    height: 34px !important;
}
img#sticky-image {
    rotate: -77deg !important;
    left: 35px !important;
}
span.car-box-text {
    font-size: 10px !important;
    padding-left: 3px !important;
}
.quality_container h4 {
    font-size: 11px !important;
}
h4.qua {
    left: -2px !important;
}
.quality_container h4 i {
    margin-right: 0px;
    font-size: 25px !important;
}
div#Ponctualite h4#convivialite {
    bottom: -24px !important;
    left: 10px !important;
    font-size: 10px !important;
}
div#securite h4#confort {
    bottom: -24px !important;
    left: 9px !important;
    font-size: 10px !important;
}
div#qualite h4#du {
    bottom: -24px !important;
    left: 12px !important;
    font-size: 10px !important;
}
div#prix h4#avance {
    bottom: -24px !important;
    left: 6px !important;
    font-size: 11px !important;
}
div#prix h4.qua i {
    left: -2px !important;
}
h2.h1 {
    font-size: 29px !important;
}
#PAIEMENTS .title_bar>h4 {
    font-size: 16px !important;
}
.curve-arrow {
    width: 45px !important;
    rotate: -26deg !important;
}
.video-box>img {
    left: -13px !important;
    position: absolute !important;
    top: 13px !important;
}
img#stickyImg {
    left: 33px !important;
    rotate: -78deg !important;
    top: 14px !important;
}
#booking_form.active {
    width: 360px !important;
}


}

