/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Roboto:wght@400;700&display=swap');

:root{
    --orange: #f44f13;
    --lblue: #C2D9E7;
    --blue: #2874A5;
    --dblue: #142B3D;
    --ddblue: #071A26;
    --grey: #4F4F4F;
    --othgrey: #787878;
    --lgrey: #F8F9FB;
    --black: #0F0F0F;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
img {
    max-width: 100%;
}
:focus{
    outline: none;
}
/* ::selection {
  background-color: var( --lgrey );
  color: var( --grey );
} */
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
body{
    color: var(--grey);
    overflow-x: hidden;
}

.h1, h1 {
    font-size: 2rem;
}
a{
    color: inherit;
}
a:hover{
    /* text-decoration: none; */
    color: inherit;
}
.text_white{
    color: #fff;
}
.text_grey{
    color: var(--grey);
}
.text_lightgrey{
    color: var(--lgrey);
}
.text_othergrey{
    color: #787878;
}
.text_lblue{
    color: var(--lblue);
}
.text_blue{
    color: var(--blue);
}
.text_dblue{
    color: var(--dblue);
}
.text_red{
    color: var(--orange);
}
.bg_black{
    background-color: var(--black) !important;
    color: var(--lgrey);
}
.bg_lightgrey{
    background-color: var(--lgrey);
}
.bg_blue{
    background-color: var(--blue);
}
.text__opacity{
    opacity: .7;
}
.text_jst{
    text-align: justify;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0 !important;
    font-weight: bold;
    line-height: 1.5em;
}
.fs_12{
    font-size: 12px !important;
}
.fs_14{
    font-size: 14px !important;
}
.fs_16{
    font-size: 16px !important;
}
.fs_18{
    font-size: 18px !important;
}
.fs_20{
    font-size: 20px !important;
}
.fs_22{
    font-size: 22px;
}
.fs_24{
    font-size: 24px;
}

header{
    position: relative;
    width: 100%;
    z-index: 9;
    color: var(--grey);
    box-shadow: 0 3px 6px #00000011;
}
.top__banner {
    background-color: var(--grey);
    background-image: url('/images/header.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 12em 0 6em;
    position: relative;
}

.header__text_block h1 {
    font-size: 2rem;
}
.header__text_block p {
    font-size: 1.3rem;
    max-width: 800px;
}

.header_blue{
    display:flex;
    justify-content: end;
    align-items: center;
}
.header__phone{
    margin: 3px 8px;
    padding: 7px;
    background-color: var(--blue);
    background: linear-gradient(180deg, #8CC4E0 0%, #198ED9 100%);
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 0 3px 1px #00000033;
    font-size: 0.65em;
    transition: transform .3s;
}

.header__whatsapp{
    background: #25D366;
    padding: 3px 5px 4px;
    font-size: 1.1em;
}

.header_blue a:hover .header__phone{
    transform: scale(1.1);
    color: #ffffff;
}
.hidden{
    display: none;
}
/* .full_text{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 */
.topbanner__text {
    font-size: 3.5rem;
    border-top: 2px solid;
    display: block;
    margin: auto;
    width: fit-content;
}

#site {
  min-height: calc(100vh - 250px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#site.last-step .booking_content{
  display: none;
}

#dark{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #020202cc;
    z-index: 6;
}
.card_shadow{
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
    padding: 2em;
}

/* animate on scroll */
.animation-element{
  opacity: 0;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.animation-element.slide-left {
  -moz-transform: translate3d(-100px,0,0);
  -webkit-transform: translate3d(-100px,0,0);
  -o-transform: translate(-100px,0);
  -ms-transform: translate(-100px,0);
  transform: translate3d(-100px,0,0);
}
.animation-element.slide-bottom {
  -moz-transform: translate3d(0,50px,0);
  -webkit-transform: translate3d(0,50px,0);
  -o-transform: translate(0,50px);
  -ms-transform: translate(0,50px);
  transform: translate3d(0,50px,0);
}

.animation-element.in-view {
  opacity: 1;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate3d(0,0,0);
}

.dotted{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiNFN0U4RUIiLz4KPC9zdmc+Cg==");
    background-size: 500px;
}


.fwd{
    position: absolute;
    bottom: 1em;
    left: 1em;
    opacity: .5;
}

.red_btn {
    background-color: transparent;
    border: 1px solid var(--grey);
    padding: .5rem 2rem;
    transition: .3s;
    color: var(--grey);
    border-radius: 10px;
}

.red_btn:hover {
    color: #fff;
    background-color: var(--orange);
    border-color: transparent;
}

.red_btn:hover img{
    filter: brightness(5);
}

.read_more {
    border:none;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
/* https: //www.compart.com/en/unicode/U+276D */
.read_more::before{
    content: '→';
    content: '➜';
    content: '❭';
    content: '❯';
    font-weight: 400;
    position: absolute;
    right: -12px;
    transition: .3s;
}
.read_more:hover::before{
    right: -17px;
}

.private__transport,
.contact__details {
    overflow-x: hidden;
}

.serv_block{
    text-align: center;
    cursor: pointer;
}

.serv_block i{
    transform: scale(0);
}

.serv_img{
    height: 120px;
}
.serv_img_none{fill:none;}
.serv_img_rotate, .serv_img_trans{fill:#fff;}
.serv_img_dash, .serv_img_blue{fill:none;stroke-linecap:round;}
.serv_img_dash{stroke:#cacce2;stroke-width:2px;stroke-dasharray:4 4;}
.serv_img_blue{stroke:#223d55;stroke-miterlimit:10;stroke-width:3px;}

.serv_block *{
    transform-origin: 50%;
    transition: .5s;
}

.serv_block:hover h4{
    /* font-size: 1rem; */
    transform: scale(.8);
}

.serv_block:hover .serv_img .serv_img_blue,.serv_block:hover .serv_img .serv_img_blue.serv_img_dash{
    stroke:var(--orange);
}

/* .serv_block:hover .serv_img .serv_img_dash{
    stroke:#fff;
}
 */
.serv_block:hover .serv_img .serv_img_rotate{
    transform: rotate(15deg);
}

.serv_block:hover .serv_img .serv_img_trans{
    transform: translate(10px, -10px);
}

.serv_block:hover i{
    transform: scale(1);
}

.reverse{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.col-full-right{
    width: calc(50% + 50vw - 686px);
    margin-right: calc( 685px - 50vw );
    padding-left: 15px;
}
.col-full-right img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.banner{
    width: 100%;
    height: 25vh;
    max-height: 300px;
    background-color: #647885;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


#fleet_cartype_right{
    margin-left: -60px;
}
#fleet_cartype_right>div:nth-child(1), #fleet_cartype_right>div:nth-child(2){
    padding-top: 70px;
}

.fleet_cartype {
    margin-top: 30px;
}

.fleet_cartype hr{
    margin-top: 0.4em;
    border-bottom: 2px solid #fff;
}

.fleet_cartype_brand{
    display: inline-block;
    color: var(--lgrey);
    margin-right: 12px;
    margin-bottom: 6px;
    transition: .2s;
}
.fleet_cartype_brand img{
    width: 22px;
    margin-right: 3px;
    transition: .2s;
}

a.fleet_car_block:hover, a.blog_block:hover{
    text-decoration: none;
}

.fleet_car_block, .blog_block{
    position: relative;
    cursor: pointer;
    border: 1px solid var(--lblue);
    border-radius: 3px;
    overflow: hidden;
    display: block;
}

.fleet_car_block_img, .blog_block img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.fleet_cartype_brand:hover{
    color: #ffffff;
    font-weight: bold;
}

.fleet_cartype_brand:hover img{
    filter:brightness(10);
}

.car_description{
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 15px 15px 0;
    width: fit-content;
}

#car_slider .slick-slide img{
    height: 450px;
    max-height: 50vw;
    object-fit: cover;
}


#booking__form {
    position: relative;
    padding: 20px;
}

.input__effect{
    background: #fff;
    display: block;
    height: 46px;
    padding: 22px 10px 12px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.modal .input__effect, #agencyForm .input__effect {
    padding-left: 15px;
}
.modal .input__span{
    left: 45px;
}

#booking__form .input__effect {
    padding-left: 35px;
}

#booking__form .input-group-text {
    border: none;
    background-color: transparent;
    margin-right: -40px;
    z-index: 3;
}

#booking__form #blureffect{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #booking__form #blureffect {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}

.input__icon {
    position: absolute;
    top: 15px;
    left: 20px;
}
.input__span {
    position: absolute;
    left: 36px;
    top: 12px;
    color: var(--grey);
    pointer-events: none;
    transition: 0.2s ease all;
}

.add_return_date_block {
    width: 100%;
    height: 100%;
    cursor: pointer;
    color:#ffffff;
}
.add_return_date_block:hover {
    font-weight: bold;
}
.plus__icon_circle{
    border:1px solid #ffffff;
    border-radius: 50%;
    padding: 7px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car_block_img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.input__effect:focus ~ .input__span,
.has-content ~ .input__span{
    top: 4px;
    font-size: 11px;
}

#rentForm.input__effect{
    padding-left: 0.4rem;
}
#rentForm .input__span,#contact_form .input__span,#agencyForm .input__span {
    left: .75rem;
    color: var(--grey);
}

.btn__blue {
    background-color: var(--blue);
    color: #ffffff !important;
    height: 46px;
    white-space: nowrap;
    border:0;
    border-radius: 4px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s;
    width: fit-content;
}

.btn__blue:hover {
    /* box-shadow: 0 3px 6px #00000033; */
    background-color: var(--dblue);
    color: #ffffff;
}

#services{
    background-color: var(--blue);
    background: linear-gradient(314.52deg, #142B3D 25.18%, #305069 54.33%, #233E53 75.42%);
    background-image: url('/images/services/top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#services img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service_block{
    overflow: hidden;
}
.service_block img{
    transition: all .3s;
}
.service_block:hover img{
    transform: scale(1.1);
}

/* .review-slider{
    background-color: var(--black );
    color: #fff;
    padding: 1em 1em 4em;
    z-index: 3;
} */
.review {
    max-width: 95%;
    padding: 20px;
    position: relative;
}

.input-effect{
  width: 100%;
  box-sizing: border-box;
  letter-spacing: .5px;
  z-index: 2;
  margin-bottom: 50px;
  font-size: 14px;
}
.with-effect{
  width: 100%;
  color: #2A2728;
  border: 0;
  padding: 5px;
  border-bottom: 1px solid rgb(79 79 79 / 0.50);
  background-color: transparent;
}
.with-effect ~ .focus-border{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.4s;
}

.with-effect.invalid {
  border-bottom-color: #dc3545;
}

.with-effect.invalid ~ .focus-border{
  background-color: #dc3545;
}

textarea.input__effect{
  height: unset;
}
textarea.with-effect ~ .focus-border{
  bottom: 6px;
}
textarea#message{
  min-height: 1em;
  max-height: 50vh;
  width: 100%;
  border: 1px solid rgb(79 79 79 / 0.50);
}
.with-effect:focus ~ .focus-border,
.has-content.with-effect ~ .focus-border{
  transition: 0.4s;
  width: 100%;
  transition: 0.4s;
}
#message:focus ~ .focus-border,
.has-content#message ~ .focus-border{
    width: 100%;
}
.with-effect ~ label{
  position: absolute;
  top: 0;
  left: 0;
  color: var(--grey);
  transition: 0.3s;
  z-index: -1;
}
.with-effect.invalid ~ label{
    top: 5px;
    left: 10px;
}
.with-effect:focus ~ label,
.has-content.with-effect ~ label{
  top: -25px;
  font-size: 14px;
  color: var(--grey);
  transition: 0.3s;
}
.with-effect:focus ~ label img,
.has-content.with-effect ~ label img{
    width: 25px;
    height: 15px;
    object-fit: contain;
}
.rotated-icon {
    transform: rotate(45deg);
}
.input__effect.is-invalid{
  border-color: #dc3545 !important;
}

.input__effect.is-invalid + .input__span{
  color: #dc3545 !important;
}

.help-block{
  font-size: 12px;
  position: absolute;
  color: #dc3545;
  top: 100%;
  left: 0;
}

/*nice checkbox*/

.checkbox {
    --background: #fff;
    --border: #d1d1d1;
    --border-hover: #bbb;
    --tick: #fff;
    position: relative;
}

.checkbox input,
.checkbox svg {
    width: 21px;
    height: 21px;
    display: block;
}

.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}

.checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.checkbox input:checked {
    --b: var(--border-active);
}

.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}

.checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox.bounce {
    --stroke: var(--tick);
}

.checkbox.bounce input:checked {
    --s: 11px;
}

.checkbox.bounce input:checked + svg {
    -webkit-animation: bounce 0.4s linear forwards 0.2s;
    animation: bounce 0.4s linear forwards 0.2s;
}

.checkbox.bounce svg {
    --scale: 0;
}

@-webkit-keyframes bounce {
    50% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
/*END nice checkbox*/

#contactmap {
    min-height: 450px;
    z-index: 1;
}
.full_img{
    width: 100%;
    height: min(30vh, 400px);
    object-fit: cover;
}

.error_message{
    display: none;
    font-size: 12px;
}
.invalid{
    border-color: var(--orange);
}
.navbar-nav{
    align-items: center;
}
a.navbar-brand {
    max-width: 220px;
    padding: .7rem 1rem .7rem 0;
}
ul.navbar-nav .nav-item a{
    /* color: var(--lgrey); */
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
ul.navbar-nav .nav-item .menu-link {
    position: relative;
    background-image: -webkit-linear-gradient(left,var(--ddblue) 50%,var(--dblue) 0);
    background-position: 100% 0;
    background-size: 200% 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-transition: background-position 1s cubic-bezier(.19,1,.22,1)!important;
    -moz-transition: background-position 1s cubic-bezier(.19,1,.22,1)!important;
    -o-transition: background-position 1s cubic-bezier(.19,1,.22,1)!important;
    transition: background-position 1s cubic-bezier(.19,1,.22,1)!important;
}
ul.navbar-nav .nav-item .menu-link:hover {
    background-image: -webkit-linear-gradient(left,var(--black) 50%,var(--grey) 0);
    color: var(--dblue);
    text-decoration: none;
    background-position: 0 0;
}
ul.navbar-nav .nav-item .menu-link:hover:after {
    width: calc(100% - 30px);
}
ul.navbar-nav .nav-item .menu-link:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: var( --dblue );
    position: absolute;
    bottom: 8px;
    left: 15px;
    -webkit-transition: width 1s cubic-bezier(.19,1,.22,1)!important;
    -moz-transition: width 1s cubic-bezier(.19,1,.22,1)!important;
    -o-transition: width 1s cubic-bezier(.19,1,.22,1)!important;
    transition: width 1s cubic-bezier(.19,1,.22,1)!important;
}
.navbar-nav .nav-item a.active{
    position: relative;
}
.navbar-nav .nav-item a.active:after{
    content: '';
    position: absolute;
    left: 15px;
    bottom: 8px;
    height: 1px;
    width: 30%;
    border-bottom: 1px solid var( --black );
}
.dropdown-menu.show {
    /* background-color: var(--lgrey); */
    min-width: unset;
    top: 38px !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.nav-item .dropdown-item:hover {
    color: var(--black);
}
#navbarDropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: var( --black ) !important;
    color: #fff !important;
}
#navbarDropdownCurrency ~ .dropdown-menu.show,
#navbarDropdownCurrency {
    max-width: 98px;
    width: 98px;
}
#navbarDropdownCurrency img{
    width: 23px;
}
.nav-link.dropdown-toggle {
    padding: 8px 10px !important;
    background: transparent;
    border-radius: 5px;
}
.show .nav-link.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-nav .nav-item .dropdown-item{
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav .nav-item .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgb(79 79 79 / 0.50);
}
.contact__section{
    border-bottom: 1px solid var(--lgrey);
    position: relative;
    min-height: 600px;
}
.contact__section:before{
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--lgrey);
}
ul {
    list-style: inside;
}
footer{
    position: relative;
    background: var(--ddblue);
    color:var(--lgrey);
}
.footer__logo {
    width: 170px;
    margin: 5px 0 25px;
    z-index: 2;
}

.footer_social i{
    font-size: 18px;
}

footer p, footer p a{
    font-size: 14px;
}
footer p{
    margin: 8px 0;
}
footer a{
    transition: .5s;
}
footer a:hover{
   color: #fff;
}
footer ul {
    list-style: none;
}
footer ul li{
    padding: 8px 0;
}
footer ul li a{
    display: block;
}
.copyright {
    border-top: 1px solid var(--lgrey);
    padding: 10px;
}
.copyright a:hover{opacity: 1; color: var(--orange);}

.social__icons{
    border: 2px solid;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px;
}

.service__block_img img {
    min-width: 140px;
    padding: 0 20px;
    object-fit: contain;
}
.ski__block_img img,
.blog__block_img img {
    min-width: 170px;
    padding: 0 20px;
    object-fit: contain;
}
.service__block_btn {
    background: #E1E1E1;
    width: max-content;
    border-radius: 8px;
    margin-top: 20px !important;
    height: 40px;
    line-height: 40px;
    transition: .5s;
}
.service__block_btn:hover,
.book__transfer_btn:hover{
    background: var(--black);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.service__block_btn a{
    color: var( --grey );
    padding: 8px 30px;
    transition: .5s;
}
.service__block_btn:hover a{
    color: #fff;
}
.route_p{font-weight: 300;}
.route_p b{font-weight: 700;}
/*.book__transfer_btn {
    background: #fff;
    width: max-content;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--black);
    transition: .5s;
}
.book__transfer_btn a{
    color: var( --black );
    padding: 8px 30px;
    transition: .5s;
}
.book__transfer_btn:hover a{
    color: #fff;
}*/
.service__article article.item-page .image-block{
    float: right;
    max-width: 450px;
    width: 100%;
    position: relative;
    margin-left: 20px;
}
.service__article article.item-page img {
    width: 100%;
    height: unset;
    border-radius: 8px;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.16));
}
.service__article article.item-page .image-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px dashed var( --lgrey );
    top: -10px;
    right: -10px;
    z-index: -1;
}
article.item-page p,
article.item-page span,
article.item-page li,
article.item-page ul{
    color: var(--grey);
}
article.item-page ul {
  list-style: none;
}
article.item-page li{
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.fleet article.item-page li{
    line-height: unset;
    white-space: pre-wrap !important;
}
.fleet article.item-page li:before{
    margin-right: 10px;
    line-height: unset;
}
article.item-page ul li::before {
  content: "\2022";
  color: var(--lgrey);
  font-weight: bold;
  font-size: 20px;
  width: 16px;
  margin-left: 0;
}
.grey__bullet {
  list-style: none;
}
.grey__bullet li{
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.grey__bullet li::before {
  content: "\2022";
  color: var(--lgrey);
  font-weight: bold;
  font-size: 20px;
  width: 16px;
  margin-left: 0;
}
.services__card{
    border: 1px solid #C4C4C4;
    min-height: 275px;
}
.services__card img {
    width: 120px;
    margin: 0 auto;
    object-fit: contain;
    margin-top: 15px;
}
.fleet__block {
    border: 1px solid #C4C4C4;
    padding: 5px 10px;
    min-height: 265px;
    position: relative;
}
.fleet__block_badge {
    position: absolute;
    left: -30px;
    top: -28px;
    transform: scale(0.7);
    z-index: 1;
}
.fleet__block_img img {
    max-width: 200px;
}
.fleet__block_title h5 {
    line-height: 1.5;
    font-size: 16px;
}
ul.fleet_list,
article.item-page ul.fleet_ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.fleet_list li{
    width: 30%;
    margin-right: 3%;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
article.item-page ul.fleet_ul li{
    display: flex;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 5px;
    line-height: 1.3
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
ul.fleet_list li::before{
    content: url('../images/icons/check.svg') !important;
    width: 22px;
    padding-right: 10px;
    vertical-align: middle;
}
article.item-page ul.fleet_list li::before {
    content: url('../images/icons/check.svg') !important;
    width: 22px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: unset;
}

.fleet__block_btn a {
    margin-right: 0;
    margin-left: auto;
}
.fleet__block_btn:hover a{
    color: var(--grey);
}
.fleet__car_img {
    width: 250px;
}
.fleet__car_txt {
    margin-top: 30px;
    column-count: 2;
}


#faq__accordion {
    padding-left: 120px;
}
#faq__accordion .card {
    border: none;
}
#faq__accordion .card-header {
    background: #EFEFEF;
    border: none;
    position: relative;
    padding: 10px;
    color: var( --grey );
    transition: background .3s;
}
#faq__accordion .card-header:hover {
    background: #ddd;
}
#faq__accordion .card-header .btn{
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var( --grey );
    text-decoration: none;
}
#faq__accordion .card-header .btn:hover,
#faq__accordion .btn-link:hover,
#faq__accordion .card-header .btn:visited,
#faq__accordion .card-header .btn:active{
    text-decoration: none;
}
#faq__accordion .card-header p {
    text-align: left;
    line-height: 1.8;
    white-space: pre-wrap;
    padding-left: 10px;
}
#faq__accordion .card-body{
    padding: 10px 0 20px 10px;
    color: var( --grey );
}
.plus__minus {
    min-width: 20px;
    height: 24px;
    margin-left: 10px;
    position: relative;
}
.plus__minus:after {
    content: '-';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    color: var( --grey );
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collapsed .plus__minus:after {
    content: '+';
    font-size: 24px;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
#terms p,
#terms h6,
#terms li{
    color: var( --grey );
}
#terms h6{
    line-height: 1.8;
}
.dashed_border__btm{
    border-bottom: 1px dashed var( --lgrey );
    padding: 30px 0 20px;
}
.dashed_border__btm ul {
    list-style: none;
}
.dashed_border__btm ul li::before {
    content: "\2022";
    color: var(--lgrey);
    font-weight: bold;
    font-size: 22px;
    padding-top: 8px;
    padding-right: 5px;
}
.blog__block{
    border: 1px solid var( --lgrey );
    padding: 20px;
    padding-left: 0;
}

.datepicker-days thead,
.datepicker-months thead,
.datepicker-years thead  {
    background: #EBEBEB !important;
}
.datepicker-days thead th,
.datepicker-months thead th,
.datepicker-years thead  th {
    color: var( --grey ) !important;
    opacity: .6;
}
.datepicker-days thead td,
.datepicker-days thead th,
.datepicker-months thead td,
.datepicker-months thead th,
.datepicker-years thead td,
.datepicker-years thead th{
    border-radius: 0 !important;
}
.datepicker td, .datepicker th {
    width: 40px !important;
    height: 30px !important;
}
.datepicker .day.today,
.datepicker .day.today:not(.disabled){
    background: #f9d8c0 !important;
    color: #fff !important;
}
.datepicker .day:not(.disabled) {
    color: var( --grey ) !important;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active:active,
.datepicker table tr td.active[disabled]{
    background: var( --black ) !important;
    color: #fff !important;
}
.datepicker-switch,
.dow{
    padding: 5px 0;
}
.datepicker-months .table-condensed,
.datepicker-years .table-condensed{
    width: 100%;
}
.datepicker-months table tr td span {
    display: block;
    width: 31% !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    color: var(--gray);
}
.datepicker-years td, .datepicker-years th,
.datepicker-months td, .datepicker-months th{
    width: 90px !important;
}
/* with multiple calendars */
#ui-datepicker-div{
    display: none;
    z-index: 999 !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    border: none;
    padding: 0;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
#ui-datepicker-div>.ui-datepicker-group:first-child {
    border-right: 1px solid #c7c7c7;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-group-first .ui-datepicker-header{
     border-top-right-radius: 0 !important;
}
.ui-datepicker-group-last .ui-datepicker-header{
     border-top-left-radius: 0 !important;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all,
button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    display: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding: 0;
    border: none;
    display: flex;
    justify-content: left;
    margin-left: 50px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    margin: 0 .2em .4em;
    cursor: pointer;
    padding: 5px 30px;
    background: #EBEBEB;
    color: var(--grey);
    width: auto;
    overflow: visible;
    border: none;
    border-radius: 8px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #EBEBEB;
    border-radius: 8px 8px 0px 0px;
    padding: 8px;
}
.ui-datepicker-calendar thead{
    background: #EBEBEB;
}
.ui-datepicker-calendar thead tr th{
    padding: 8px;
    color: var( --grey );
    opacity: .6;
    font-size: 14px;
    text-align: center;
}
.ui-datepicker-calendar tbody tr td{
    padding: 7px;
    font-size: 14px;
    color: var( --grey );
    text-align: center;
    width: 40px;
}
.ui-datepicker .ui-widget-content{
    border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px;
    width: 2rem;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}
.ui-datepicker .ui-datepicker-next {
    right: 10px;
}
.ui-datepicker-calendar tbody tr td a{
    display: block;
    color: var(--grey) !important;
    text-align: center;
}
td.ui-datepicker-unselectable.ui-state-disabled span {
    opacity: .3;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a{
    background-color: #e2d9c9 !important;
    border-color: #9c9280;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}
.ui-datepicker-prev:before {
    content: "\2039";
    font-size: 24px;
    color: var( --grey );
}

.ui-datepicker-next:before {
     content: "\203A";
    font-size: 24px;
    color: var( --grey );
}
.ui-datepicker .ui-datepicker-title {
    text-align: center;
    color: var(--grey);
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}


.ui-timepicker-table td a {
    display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align:right;
    text-decoration:none;
}
table.ui-timepicker-table.ui-widget-content.ui-corner-all tbody tr{
    display: flex;
    flex-direction: column;
    width: 285px;
}
.ui-timepicker-hours tr,
.ui-timepicker-minutes tr{
    display: table-row !important;
}
.ui-timepicker-minutes .ui-timepicker tbody{
    display: flex;
    width: 285px;
}
.ui-timepicker-table .ui-timepicker-title {
    width: 283px;
    background: #fff;
    border: none;
    color: var(--grey);
    line-height: 1.8em;
    text-align: center;
}
.ui-timepicker-table td {
    width: 18em;
    padding-bottom: 5px;
}
.ui-timepicker-hours .ui-timepicker{
    border-bottom: 1px solid var( --lgrey )
}
#ui-timepicker-div .ui-state-default,
#ui-timepicker-div .ui-widget-content .ui-state-default{
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: var(--grey);
    border-radius: 50%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.ui-state-default.ui-state-active{
    background-color: var( --black ) !important;
    color: var( --white ) !important;
    border: none;
}
.ui-widget-content{
    border-radius: 8px;
    border: 1px solid var(--lgrey);
    border-collapse: unset;
    background: white;
    margin-top: 5px;
    padding: 5px;
}

.fleet__block_btn:hover .spinner > div{
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.fleet__block_btn:hover .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.fleet__block_btn:hover .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.letter__block{
    border: 1px solid #C4C4C4;
    padding: 30px;
}
.btn__icon {
    background: #E1E1E1;
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-flex;
    width: max-content;
    transition: .5s;
}
.btn__icon .icon {
    background-image: url(/images/icons/contact-form.svg);
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 3px;
    transition: .5s;
}
.btn__icon .covid__icon {
    background-image: url(/images/icons/covid.svg);
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s;
}
.btn__icon .bus__icon {
    background-image: url(/images/icons/bus.svg);
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s;
}
.btn__icon span{
    color: var( --grey );
    transition: .5s;
}
.btn__icon:hover{
    background: var( --black );
}
.btn__icon:hover .bus__icon{
    background-image: url(/images/icons/bus-hover.svg);
}
.btn__icon:hover .icon{
    background-image: url(/images/icons/contact-form-hover.svg);
}
.btn__icon:hover span{
    color: #fff;
}
.about__img {
    width: 600px;
    height: 600px;
    object-fit: cover;
}
.aboutus_left{
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

button:focus{
    outline: none;
}
.shuttle__block_div{
    border: 1px solid #C4C4C4;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.shuttle__block_img{
    width: 140px;
    object-fit: contain;
    height: 120px;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: var( --lgrey );
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var( --black );
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var( --black );
}

/*.main-opacity{
    opacity: .3 !important;
}*/
/*
*/
#preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #f0f0f0;
    background-color: #0f0f0f;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.bar-container {
  position: relative;
  border-radius: 50%;
  -webkit-animation: scale 1.5s ease-out infinite;
          animation: scale 1.5s ease-out infinite;
}

@keyframes scale {
  0% {
    transform: scale(2.5);
    opacity: 0;
  }
  70% {
    transform: scale(3);
    opacity: .4;
  }
  100% {
    transform: scale(2);
    opacity: .1;
  }
}

.come-in {
  transform: translateX(-150px);
  animation: come-in 0.6s ease forwards;
}
.come-in:nth-child(odd) {
  transform: translateX(150px);
  animation-duration: 0.6s;
}
.already-visible {
  transform: translate(0);
}

@keyframes come-in {
  to {
    transform: translateX(0);
    }
}
.come-up {
  transform: translateY(300px);
  animation: come-in 0.9s ease forwards;
}
.already-visible {
  transform: translateY(0);
}

@keyframes come-up {
  to {
    transform: translateY(0);
    }
}
.destination__list a {
    border: 1px solid var( --lgrey );
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: var( --grey );
    display: block;
    transition: .5s;
}
.destination__list:hover a {
    background: var( --black );
    color: #fff;
}
.point__icon{
    width: 20px;
}

/*popup*/
.thanks_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #000000bd;
  animation-name: fadein;
  animation-duration: 1s;
  z-index: 9999;
}
@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}
.centered{
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}
.close-popup{
    color: var(--black);
    position: absolute;
    top: 10px;
    right: 0;
}


#thankyou{
    display: none;
}
#thankyou img{
    width: 300px;
    margin: 0 auto;
}
.contact__details_block a{
    transition: .5s;
}
.contact__details_block a:hover{
    color: var( --black );
}

.grecaptcha-badge {
    display: none !important;
}
#WAButton {
    z-index: 999;
}
.clear__input {
    border: none;
    background-color: transparent;
    display: inline-block;
    outline: 0;
    cursor: pointer;
}
.clear__input:after {
    content: "\00D7";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var( --grey );
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.transfer-details-btn{
    outline: none;
    border: 1px solid var(--black);
    color: var(--black);
    background-color: unset;
    cursor: pointer;
    padding: 5px 10px;
    min-width: 120px;
    display: flex;
    justify-content: space-around;
}
.edit__icon {
    max-width: 24px;
    margin-left: 5px;
    margin-top: -3px;
}
.small__car_img {
    width: 180px;
}

.modal{
    z-index: 20;
}
.modal-backdrop{
    z-index: 10;
}

#transfer-details .modal-dialog{
    margin: 5vh auto 1vh ;
    max-width: 1140px;
}
#transfer-details .modal-content{
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#transfer-details .modal-header {
    border: none;
    padding-bottom: 0;
}
#transfer-details .modal-body {
    padding: 0;
}
#transfer-details #booking__form{
    box-shadow: none;
}
span.stepnum{
    display: inline-block;
    width: 30px;
    height: calc(100% + 10px);
    margin: -5px;
    padding-top: 5px;
    text-align: center;
}
/* .grey__bg {
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
}
.grey__bg span{
    font-weight: 600;
}
.grey__bg.active span.stepnum{
    background-color: var(--orange);
    color: #fff;
}
.step_details>div>div.grey__bg:not(.passed,.active){
    opacity: .3;
}
 */
.step_edit{
    display: none;
}
.passed .step_edit{
    display: block;
}
 /*.grey__bg.passed {
    background: #f3f3f3;
}*/
.block_shadow{
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
}
#left__details_block > div{
    border-bottom: 1px solid #dee2e6;
}
button.open-return{
    background: transparent;
    border: none;
    outline: none;
}
ul.steps li {
    list-style: none;
}
.steps a{
    color: #ddd;
}
.steps .cube{
    border: 1px solid #ddd;
    padding: 0 5px;
    font-size: 20px;
    line-height: 1px;
}
.steps .step-n{
    margin-right: 5px;
}

.steps .active a,.steps .past a{
    color: var(--black);
}
.active .cube,.past .cube{
    border-color: var(--black);
}
.laststep{
    opacity: .25;
}
 .cube span:before {
    content: "◻";
}
.past .cube span:before {
    content: "✓";
}

.active .cube span:before {
    content: "◼";
}
.stepline{
    width: 5%;
    height: 2px;
    background-color: #ddd;
}


#left__details_block {
    /* box-shadow: 0 5px 12px #00000033; */
    background-color: var(--lgrey);
    border-radius: 6px;
}

.step_details{
    padding: 20px;
}
.step_details p{
    margin: 0;
}
.forthStep_details{
    padding: 0;
}
.firstStep_details>div:not(:last-child){
    margin-bottom: 1em;
}

.extra__parent{
    display:-moz-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:box;
    width:100%;
}
.dashed__border{
    -moz-box-flex: 5.0;
    -webkit-box-flex: 5.0;
    -ms-flex: 9.0;
    box-flex: 9.0;
}
.between {
    border: 1px dashed var( --lgrey );
    margin-left:10px;
    margin-right:10px;
}
.total__price {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px 20px;
}
.total__price span {
    font-size: 22px;
}
.two__way span{
    line-height: .6;
}
.two__way span:last-child{
    transform: rotateY(180deg);
}
.fill_content {
    justify-content: center;
}
.last-step .shadoww{
    padding: 30px 20px 20px;
}
.last-step .transfer_details__title{
    justify-content: center;
}
.last-step .transfer_details__row .col-lg-7{
    display: none;
}
.last-step .total__price span{
    font-size: 30px;
}

.shadoww{
    box-shadow: 0 0 20px #00000033;
}
body.modal-open #left__details_block{
    box-shadow: none;
}
/* .transfer_details__row {
    padding-bottom: 30px;
} */
.title__block {
    font-size: 14px;
}
.title__block img {
    width: 18px;
    height: 20px;
    object-fit: contain;
}
.more__block_btn{
    cursor: pointer;
    margin-top: 10px;
}
.more__block_info{display: none; }

.more__block_info p {
    font-size: 14px;
    margin-bottom: 5px;
}
.spinner {
  margin-left: 4px;
  margin-right: 8px;
  margin-top: 3px;
  display:flex;
  flex-direction: column;
}
.spinner > div {
  width: 3px;
  height: 3px;
  margin-top: 2px;
  background-color: var(--grey);
  border-radius: 100%;
  display: inline-block;
}
.small__cancellation{
    font-size: 12px;
    color: #787878;
    transition: .5s;
}
.price-item{
    font-size: 24px;
    font-weight: bold;
    width: 50%;
    white-space: nowrap;
    color: var(--blue);
}
.ectra_cost.price-item{
    font-size: 16px;
}
/* .btn-price {
    position: relative;
    background: var(--blue);
    color: #ffffff !important;
    padding: 8px 16px;
    border-radius: 0;
    transition: .5s;
    cursor: pointer;
}
.btn-price p{
    font-size: 18px;
    margin: 0;
}
.btn-price:hover {
    background: var(--dblue);
} */
.sale_tag{
    position: absolute;
    top: -6px;
    left: -8px;
    transform: rotate( 346deg);
}

.noCancelation__oldPrice,
.withCancelation__oldPrice{
    text-decoration: line-through;
    font-size: 12px !important;
    font-weight: 100 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
    margin-bottom: 0;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switcher {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.switcher:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.extra_switcher_checked + .switcher {
    background-color: var( --blue );
}

.extra_switcher_checked + .switcher:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.extra__section_item{
    flex-basis: 50%;
}
.extra__section_add{
    flex-basis: 20%;
}
.extra__section_total{
    flex-basis: 25%;
    margin-left: 5%;
}
img.extra__section_img {
    width: 40px;
    max-height: 35px;
    object-fit: contain;
}
.terms__link{
    font-size: 14px;
}
.terms__link a,.terms__link a:hover{
    color: var( --black );
    text-decoration: underline;
}
.add-extra{
    width: 75px;
    background-image: none !important;
}
.select_plus__icon_circle {
    position: absolute;
    left: 25px;
    top: 6px;
    min-width: 25px;
    width: 25px;
    height: 25px;
    pointer-events: none;
    text-align: center;
    font-size: 18px;
    color: var(--blue);
}
.custom-select:focus {
    border-color: unset;
    box-shadow: none;
}
.rotate45{
    transform: rotate(-45deg);
    border: none;
    pointer-events: unset;
    cursor: pointer;
    user-select: none;
    left: 40px;
}
.editable{
    cursor: url('../images/icons/pencil.svg'), auto;
}
.editable-tab {
    background: var(--black);
    border-radius: 8px;
    position: absolute;
    width: 100%;
    top: -80px;
    padding: 3px 20px;
}
#mobile__edit_btns{
    display: none;
}
.mobile__edit_btn{
    width: 100%;
    background: #EBEBEB !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 8px 20px;
    margin: 10px 0 20px;
    color: var(--grey);
}
.route_p{
    font-size: 20px;
}

.blog_img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 30px;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1370px;
      }
      #left__details_block { display: block !important; }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .modal-dialog {
        max-width: 900px;
    }
    .col-full-right{
        width: calc(50% + 50vw - 571px);
        margin-right: calc( 570px - 50vw );
    }

    #left__details_block { display: block !important; }

}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .col-full-right{
        width: calc(50% + 50vw - 480px);
        margin-right: calc( 480px - 50vw );
    }
}


@media(max-width: 991px) {

    .top__banner{
        padding: 2em 0;
        min-height: 250px;
    }
    .topbanner__text {font-size: 2.5rem; }

    #booking__form .input-group-text { padding: 8px; }

    .input__span { left: 32px; }

    .col-full-right{
        width: calc(50% + 50vw - 360px);
        margin-right: calc( 360px - 50vw );
    }


    #contactmap {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .serv_img {
        height: 90px;
    }
    .serv_block h4{
        font-size: 1rem;
    }
    #fleet_cartype_right{
        display: none;
    }

    #ui-datepicker-div {
        max-width: 320px;
        flex-direction: column;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }
    .h1, h1 {
        font-size: 1.3rem;
    }
    .header__text_block h1 {
        font-size: 2.5rem;
    }
    .header__text_block p {
        font-size: 1rem;
        max-width: 100%;
    }
    .header_blue {
        justify-content: center;
    }
    .header_mobile {
        background-color: #fff;
        display: block;
        height: 110px;
        padding-top: 0;
        transform: translate(-50%);
        margin-left: 50%;
    }
    .navbar-brand{
        padding-top: 0;
        width: 160px;
    }
    .mobile-header-nav {
        background-color: #ffffff;
        border-top: 1px solid var(--black);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 15;
    }
    .mobile-header-nav li {
        border-bottom: 1px solid var(--lgrey);
    }

    .header_mobile.opened {
        border-bottom: 1px solid rgb(255 255 255 / 0.50);
    }
    .mobile-header-nav li a {
        font-size: 1.4rem;
        margin: 0 20px;
        color: var(--grey);
        display: block;
        padding: 15px 15px 15px 35px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .mobile-header-nav li .dropdown-item{
        padding: 0 10px 0 0;
        margin: 0 10px;
        text-align: center;
    }
/*     .mobile-header-nav li:hover {
        background-color: var(--black);
        padding-left: 5px;
    } */
    .lang__li,
    .currency__li {
        margin: 5px 20px;
        background: #F5F5F5;
    }
    .hamburger-menu {
        display: inline-block;
        height: 80px;
        padding: 25px 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 99;
    }
    .hamburger-menu:hover {
        cursor: pointer;
    }
    .hamburger-menu .menu-item {
        background: var(--blue);
        display: block;
        height: 3px;
        margin: 0 0 6px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 30px;
        border-radius: 5px;
    }
    .hamburger-menu.open .menu-item {
      margin: 0 0 5px;
    }
    .hamburger-menu.open .menu-item:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 4px;
              transform-origin: 4px;
    }
    .hamburger-menu.open .menu-item:nth-child(2) {
      opacity: 0;
    }
    .hamburger-menu.open .menu-item:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 4px;
              transform-origin: 4px;
    }
    .active_lang,
    .mob-currency.active {
        position: relative;
        background-color: unset !important;
        color: var( --grey ) !important;
    }
    .active_lang:after,
    .mob-currency.active:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        border-bottom: 1px solid var( --black );
        bottom: 0;
        left: 0;
    }
    .mobile-header-nav li .dropdown-item:hover{
        background: none;
    }

    #booking__form {
        background: none;
        box-shadow: none;
        padding: 20px 10px 0;
    }
    #booking__form .input-group{
        margin-bottom: 10px
    }
    #booking__form .add_return_date_block{
        box-shadow: none;
        justify-content: center;
    }
    #faq__accordion {
        padding-left: 0;
    }

    .fleet__car_txt{
        column-count: 1;
    }
    .fleet__article .item-page .d-flex.align-items-center {
        flex-wrap: wrap;
    }
    .fleet__car_img{
        margin: 0 auto !important;
    }
    ul.fleet_list li{
        width: 47%;
    }
    .contact__details_block{
        flex-wrap: wrap;
    }
    .contact__details_block .anim__block {
        width: 50%;
    }
    .about__img {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .grey__bullet li{
        line-height: 1.5;
    }
    .service__article article.item-page .image-block{
        margin: 0 auto 20px;
        float: none;
    }

    .col-full-right img{
        height: 250px;
    }

    .fleet article.item-page ul.fleet_list .fleet__list_items{
        width: 50%;
    }
    .footer_logo {
        height: 40px;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33%;
    }
    .copyright{
        font-size: 12px;
    }

    .top__reasons img {
        max-width: 70px;
        width: 70px;
        object-fit: contain;
    }
    .title__block {
        border-right: none;
       /*  padding-left: 10px; */
    }

    .total__price{
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        margin-bottom: 20px;
    }
 /*    .last-step .firstStep_details,
       .last-step .secondStep_details{
        display: block;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    } */
    .secondStep_details_img{
        height: 120px;
        width: 100%;
        object-fit: cover;
    }

    .last-step .total__price{
        margin-bottom: 0;
    }
 /*     #mobile__edit_btns{
        display: block;
    }  */

    .transfer_details__row { padding-bottom: 0; }

    #left__details_block{
        display: none;
        margin-bottom: 15px;
    }

    #transfer-details .modal-content{
        padding: 0 10px;
    }
    #thank-you img {
        max-width: 300px;
        margin-bottom: 50px;
    }
    .editable-tab{
        position: relative;
        top: -8px;
        margin: 10px 0;
    }



}

@media(max-width: 767px) {
    .col-full-right{
        width: 100%;
        margin-right:0;
        padding: 0;
    }
    .before_line {
        margin-left: 30px;
    }
    .footer__logo {
        max-width: 160px;
        margin: 15px auto;
        display: block;
    }
    .car_block_img {
        height: 160px;
    }

    footer .container .row > div:first-child div {
        border-bottom: 1px solid var(--black);
    }
    footer ul li{
        padding: 8px;
        border-top: 1px solid var( --black );
    }
}


@media(max-width: 500px) {
    .contact__details_block .anim__block {
        width: 100%;
        margin-bottom: 10px;
    }
    #contactmap{
        min-height: 250px;
    }
    .price-item {
        font-size: 17px;
    }

    .btn-price {
        font-size: 15px;
        padding: 5px 10px;
        height: 40px;
    }
    .fleet__block_top {
        flex-wrap: wrap;
    }
    .fleet__block_img {
        margin: 0 auto;
    }
    .fleet__block_img img {
        max-width: 140px;
    }
    .fleet__block_title{
        margin-left: 0 !important;
    }
    .fleet__block_title h5 {
        line-height: 1.5;
        font-size: 18px;
    }

    .ski__block_img img,
    .service__block_img img,
    .blog__block_img img{
        min-width: 120px;
    }

    .fleet__section_item_div {
        max-width: 170px;
        height: 150px;
        margin: 0 auto 10px;
    }
    .fleet__section_item_div h4 {
        font-size: 14px;
    }

    .service__article article.item-page .image-block{
        margin-bottom: 20px;
    }
    .shuttle__block_img {
        width: 110px;
        object-fit: contain;
    }
    .h5, h5 {
        font-size: 14px;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .covid-modal .modal-content{
        margin-top: 3rem;
    }
    ul.fleet_list li{
        width: 100%;
    }
    .footer_logo {
        width: 50%;
    }

    .fill_content .card-body{ padding: 1em 0.3em;}

    .more__block_info{
        width: 100%;
        margin-top: 0;
    }
    .title__block h6{
        font-size: 14px;
    }
    .title__block p, .more__block_info p{
        font-size: 12px;
    }
    .fleet__car {
        width: 230px;
        object-fit: contain;
    }
    .transfer_details__row {
        padding-bottom: 10px;
    }
    .add-extra {
        width: 70px;
        margin-left: 5px;
    }
    .dashed__border{
        display: none;
    }
    .extra__image_title{
        width: 75%;
    }
    .extra__price_title{
        width: 25%;
        text-align: right;
    }
    .route_p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .last-step .total__price span{
        font-size: 20px;
    }
    .w-33 {
        min-width: 50%;
    }
    .transfer__info.return__price{
        width: 100% !important;
    }

}

.s_options {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1;
    max-height: 200px;
    overflow: auto;
    width: 100%;
    top: 100%;
    border: 1px solid #EBEBEB;
    border-top: none;
}
.s-i {
    display: block;
    color: #495057;
    padding: .375rem .75rem;
    cursor: pointer;
}
.s-i.text_orange{
    background: #f9d8c0 !important;
}
.s-i:hover {
    background: #f9d8c0;
}
.selected__point{
    position: relative;
    display: flex;
    padding: 7px 0;
    width: 100%;
}
/* .selected__point:after {
    content: url('../images/icons/location.svg');
    position: absolute;
}
.selected__point_from:before {
    position: absolute;
    content: "";
    border-left: 1px dashed #c7d0d9;
    width: 1px;
    height: calc(100% - 25px);
    margin-top: 32px;
    top: 0;
    left: 10px;
} */
.transfer__info{
    padding: 7px 0;
    align-items: center;
}
.btn-orange {
    background: var( --black );
    color: var( --white );
}
.btn-grey {
    background: #EBEBEB;
    color: var( --grey );
}
.btn-orange:hover,
.btn-grey:hover{
    color: inherit;
}
.save_tmp_order{
    position: relative;
}
.ajax-loader.hidden {
    display: none;
}
.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
.w-33{
    width: 33%;
}
.trip__btn {
    background: #EBEBEB;
    border-radius: 8px;
    color: var(--grey);
    padding: 10px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    transition: .5s;
}
.trip__btn span{
    opacity: .6;
    transition: .5s;
}

.thankyou__text {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
    border-radius: 34px;
    padding: 30px;
}
.thankyou__text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed #C4C4C4;
    border-radius: 34px;
    top: -10px;
    right: -10px;
    z-index: -1;
}
#error__page {
    background-image: url('../images/bg_error.svg');
    background-repeat: repeat;
    background-size: contain;
}
