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

    CSS INDEX
    ===================

    1. Theme default CSS
    2. Home Page
        2.1 Header Area
        2.2 Slider Area
            2.2.1 background video
            2.2.2 background-image
            2.2.3 bg-gradiant
            2.2.4 Raindrops Background
            2.2.5 Slider
        2.3 about-area
        2.4 Feature Area
        2.5 Screen Slider
        2.6 Download Area
        2.7 Pricing Area
        2.8 Subscribe Area
        2.9 Team Area
        2.10 Selector Area
       2.10 Achivement Area
       2.11 Testimonial Area
       2.12 Letest Blog
       2.13 Map Area
       2.14 Contact Area
       2.15 Footer Area
   3. Blog Details

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


/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/


/*google font*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

@font-face{
    font-family:'Droid Serif';
    font-style:normal;
    font-weight:400;
    src:local('Droid Serif'),local('DroidSerif'),url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
    font-display: swap;
}

/*pealoader css*/

div#preloader {
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    background: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #f18e29;
    box-shadow: 0 0 0 .25rem rgba(255, 136, 0, 0.25)
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
    background-color: #f18e29;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
    border-color: #f18e29;
    box-shadow: 0 0 0 .25rem rgba(255, 136, 0, 0.25)
}

.select2-container--bootstrap-5 .select2-dropdown{
    border-color: #f18e29;
}


.spinner {
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #333;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.color-primary{
    color: #f18e29
}

.color-secondary{
    color: #6f6e6e
}

.clear {
    clear: both
}

/* Estilo para los días seleccionados */
.flatpickr-day.selected {
    border: white; /* Naranja */
    background-color: #ff9800;
    font-weight: 600;
}
.flatpickr-day.selected:hover {
    border: white; /* Naranja */
    background-color: #ff9800;
    font-weight: 600;
}

::-moz-selection {
    background: #6f6e6e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #6f6e6e;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

.no-top-pad {
    padding-top: 0!important;
}

.text-start {
    text-align: left;
}

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

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

.bg-theme {
    background-color: #000;
}

.bg-theme-light {
    background-color: #b8b7b7;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}


html {
    /*font-size: 62.5%;*/
    font-size: 75%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #666666;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

input,
textarea {
    letter-spacing: 1px;
}

.btn{
    padding: 0.265rem 0.75rem;
}


/*
    CUSTOM COLORS
*/

.text-orange{
    color:#ED5123
}

.text-bg-orange,.text-bg-orange{
    background-color: #ED5123;
    color:#000
}

.text-dark-blue{
    color:#077BA7
}

.text-bg-dark-blue,.text-bg-dark-blue{
    background-color: #077BA7;
    color:#FFF
}

.text-dark-green{
    color:#209B6F;
}

.text-bg-dark-green,.text-bg-dark-green{
    background-color: #209B6F;
    color:#FFF
}

.text-green-fluor{
    color:#B3E761
}

.text-bg-green-fluor.text-bg-green-fluor{
    background-color: #B3E761;
    color:#000
}

.text-dark-orange{
    color:#BA6723
}

.text-bg-dark-orange,.text-bg-dark-orange{
    background-color: #BA6723;
    color:#FFF
}

.text-dark-yellow{
    color:#FDC95C
}

.text-bg-dark-yellow,.text-bg-dark-yellow{
    background-color: #FDC95C;
    color:#000
}

.text-gray{
    color:#8B9596
}

.text-bg-gray,.text-bg-gray{
    background-color: #8B9596;
    color:#FFF
}


/*font use*/
/*

font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;

*/

/* links */

a,
a:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

a:hover,
a:active {
    color: #707070;
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #df9937!important;
}

.link-color a:hover,
a:active {
    color: #df9937;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
}

.link-color{
    background-color: #979696;
    opacity: 0.7;
    border-radius: 30px;
}
.header_fix .link-color{
    color:#6f6e6e;
    background-color: transparent;
    opacity: 1;
    border-radius: 0px;
}

.link-color a {
    color: white;
}

.header_fix .link-color a{
    color:#707070;
    background-color: transparent;
}

.link-color .dropdown-item-text {
    color:white;
}

.header_fix .link-color .dropdown-item-text {
    color:white;
}

/*
    Bootstrap default remove
*/

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    padding-left: 0;
    padding-right: 0;
}*/

.btn-link{
    font-size: 1.2em;
}

.font-weight-medium{
    font-weight: 300;
}

.bg-fixed{
    background-attachment: fixed;
    transition: transform 0.5s ease-in-out;
}

.breadcrumb-item a{
    color:#df9937;
    font-weight: 600;
}

.breadcrumb-item{
    font-size: 0.8em;
}

.breadcrumb-item a .btn-primary{
    color:black;
}

.list-group-item.active{
    z-index:0;
}


/*===========================
  2.1 Header Area
  ===========================*/

.header-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    transition: all 0.3s ease 0s;
    z-index:1;
}

.header-area.header_fix {
    background: #ffffff;
    z-index: 1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.logo {
    padding:1px;
    margin-top: 5px;
}

.logo a {
    display: inline-block;
}

.logo a img {
    max-height: 64px;
    max-width: 195px;
}

.main-menu navbar-nav ul li {
    display: inline-block;
    padding: 8px;
}


/*mobile menu*/

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_menu {
    background: transparent;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -54px;
}

.slicknav_menu .slicknav_icon-bar {
    width: 28px;
    height: 2px;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg)translate(-6px, 0px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg)translate(-10px, -3px);
}

.slicknav_nav a:hover {
    border-radius: 0;
}

nav ul {
    display: block;
    text-align: center;
}

nav li {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 2.5px;
}

nav li a {
    font-size: 1.1em;
    text-decoration: none;
    font-weight: 300;
    color: #707070;
    //display: block;
    letter-spacing: 0;
}

.dropdown-menu{
    padding: 5px 5px;
    background-color: black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border:0px;
    color:white;
    font-weight: 400;
}

.bootstrap-select .dropdown-menu.inner{
    background-color: white;
}

.bootstrap-select .dropdown-menu.show {
    background-color: white;
}

.dropdown-item-text{
    color:white;
    font-size: 1.7em;
    padding: 10px 5px;
    font-weight: 400;
}

.dropdown-item-text a:hover{
    color:#df9937;
}

.header_menu nav li a:hover {
    color:#df9937;
}

.header_menu .menu-button {
    float: right;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 2em;
    z-index: 1;
  }

@media (min-width: 768px) {
    .header_menu .menu-button {
        display: none;
    }
    .overlay{
        display:none;
    }



}

@media (max-width: 768px) {
    .header_menu nav {
        display: none;
    }

    .menu_mobile ul{
        width: 90vw;
        text-align: center;
        /*  padding: 25px 40px;*/
    }

    .menu_mobile li {
        display: inline-block;
        padding: 0 20px;
        font-size: 16px;
        letter-spacing: 2.5px;
      }

    .menu_mobile li a {
        font-size: 1.9em;
        text-decoration: none;
      }

    .menu_mobile li .dropdown-item{
        color:#707070;
        font-size: 1.5em;
    }

    logo_box {
        height:20px;
    }



}

.show-menu-button {
    float: right;
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 2em;
    display: block;
}

.overlay nav {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay nav ul {
    list-style: none;
}

.overlay ul li {
    display:block;
    padding: 20px;
}

.overlay li a {
    text-decoration: none;
    color: #fff;
}

.overlay .close-button {
    float: right;
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 2em;
    color:white;
}

.overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left:-15;
    padding-left: 0px;
    padding-right: 0px;
    /* margin: auto; */
    /* right: 0; */
    /* bottom: 0; */
    overflow: auto;
    z-index: 999;
    background-color: #000000;
}

#title-2{
    font-size: 14em;
    line-height: 150px;
    font-weight: 400;
    letter-spacing:0px;
}

#title-1{
    font-size:3.5em;
    letter-spacing:0px;
}




.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: rgb(0, 0, 0);
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: rgb(0, 0, 0);
}

/*===========================
  END Header Area
  ===========================*/


/*===========================
  2.2 Slider Area
  ===========================*/

.slider-area-carsharing {
    background: rgba(0, 0, 0, 0);
}

.login-area{
    height: 300px;
    margin-top :100px;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}

.slider-area {
    height: 450px;
    margin-top :100px;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}

.slider-content {
    position: relative;
    z-index: 2;
}

.slider-content h2 {
    font-size: 60px;
    color: #fff;
    line-height: 73px;
    letter-spacing: 0;
    font-weight: 400;
}

.slider-content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    margin: 28px 0px 39px;
}

.btn-area a {
    height: 50px;
    width: 195px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #444;
    letter-spacing: 0;
    background-color: #fff;
}

.btn-area a:hover {
    background-color: #CEDC00;
    zoom:1.1;
    color: #444;
}

.slider-m-img {}

.slider-m-img img {
    max-width: 268px;
}

.d-flex {
    display: flex;
}

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

/*===========================
  END Slider Area
===========================*/

/*===========================
2.2.1 background video
===========================*/

.video-gradiant:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0);
}

/*===========================
3.2 background-image
===========================*/

.background-image-custom{
    position:relative;
}

.background-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

/*===========================
2.2.3 bg-gradiant
===========================*/

.bg-gradiant:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0);
}

.bg-gradiant-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom : 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
    rgb(0, 0, 0, 0) 0%,
    rgb(0, 0, 0, 0) 30%,
    rgb(0, 0, 0, 0.7) 80%,
    rgba(0,0, 0, 1) 100%);
}

/*===========================
2.2.4 Raindrops Background
===========================*/

.raindrops-canvas canvas {
    margin-bottom: -10px;
}
/*===========================
2.2.5 Slider
===========================*/
.slider-screen-two{
    max-width: 200px;
    z-index: 2;
}
.slider-screen-two:before{
    content: '';
    position: absolute;
    left: -27px;
    top: -54px;
    height: 460px;
    width: 254px;
    background-image: url(../img/mobile/slider-screen2.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider-screen-two img{
    width: 100%;
}
/*===========================
  2.3 about-area
  ===========================*/

.about-area {}

.about-left-thumb {}

.about-left-thumb img {
    max-width: 100%;
}

.about-content {}

.about-content span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #696969;
}

.about-content h2 {
    font-size: 30px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin: 19px 0px 22px;
}

.about-content p {
    color: #272727;
}

.about-ft {}

.ft-single {
    overflow: hidden;
    margin-top: 34px;
}

.ft-single .icon {
    float: left;
    margin-right: 23px;
    height: 70px;
    width: 70px;
    border: 1px solid #f18e29;
    color: #f18e29;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 22px;
}

.ft-single .ft-info {
    overflow: hidden;
}

.ft-single .ft-info h4 {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin-bottom: 10px;
}

/*===========================
  END about-area
  ===========================*/

/*===========================
  2.10 selector-area
  ===========================*/

.selector-area{
    height:50vh;
 }

/*===========================
  2.11 selector-area
  ===========================*/

.selector-setup-area{
    height:30vh;
}

.select-office-area{
    height:40vh;
    min-height: 30vh;
}

/*===========================
  2.12 selector-area
  ===========================*/

.car-header-area{
    height:55vh;
}

.car-header-area #carouselCarImages .carousel-item>img{
    max-height: 35vh;
}

/*===========================
  2.13 selector-area
  ===========================*/

.your-account-area{
    height:25vh;
}

/*===========================
  END selector-area
  ===========================*/

#btn:hover {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}
#btn {
    width: 130px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #f18e29;
    border: none;
    letter-spacing: 0.01em;
    transition: all 0.3s ease 0s;
}



.mainpage-area{
    margin-bottom:0;
    padding-bottom: 0;
    background-attachment: fixed;
    transition: transform 0.5s ease-in-out;
}

.mainpage-area .carousel-item {
    height: 95vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mainpage-area .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}


.mainpage-area .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    & .active {
        border-bottom: 4px solid #fff;
    }

}

.mainpage-area .carousel-caption a:hover{
    color: #ffffff;
}

/*===========================
  2.4 Feature Area
  ===========================*/

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h1 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 11px;
}

.section-title h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 11px;
}

.section-title.text-black h2 {
    color: #272727;
}

.section-title p {
    color: #fff;
}

.section-title.text-black p {
    color: #272727;
}

.feature-area {}

.feature-content {}

.feature-list {
    margin-top: 82px;
}

.feature-item {
    position: relative;
    padding-top: 40px;
    z-index: 7;
    margin-top: 27px;
}

.feature-item::before {
    content: '';
    position: absolute;
    right: 34px;
    top: 0;
    height: 40px;
    width: 2px;
    background-color: #fff;
}

.feature-list-right .feature-item::before {
    right: auto;
    left: 34px;
}

.feature-item::after {
    content: '';
    position: absolute;
    right: -55px;
    top: 0;
    height: 2px;
    width: 90px;
    background-color: #fff;
}

.feature-list-right .feature-item::after {
    left: -55px;
    right: 0;
}

.feature-item .icon {
    height: 70px;
    width: 70px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 19px;
    color: #f18e29;
    margin-bottom: 11px;
    position: relative;
}

.feature-item .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    height: 11px;
    width: 11px;
    background: #fff;
    border: 1px solid #444;
    border-radius: 50%;
    transform: translateX(-50%);
}

.feature-item h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}

.feature-item p {
    color: #fff;
}

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

.feature-mscreen img {
    max-width: 100%;
}

/*===========================
  END Feature Area
  ===========================*/

/*===========================
  2.5 Screen Slider
  ===========================*/

.screen-slider {}

.screen-slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.screen-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #f18e29;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 4px;
    transition: all 0.3s ease 0s;
}

.screen-slider .owl-dots .active {
    background-color: #6f6e6e;
}

/*===========================
  END Screen Slider
  ===========================*/

/*===========================
  2.6 Download Area
  ===========================*/

.download-area {}

.download-btns {
    padding:10px;
    display:inline-block;
}

.download-btns a i {
    font-size: 19px;
    margin-right: 6px;
    vertical-align: middle;
}

/*===========================
END. Download Area
===========================*/

/*===========================
2.7 Pricing Area
===========================*/

.pricing-area {}

.pricing-list {
    background-color: white;
}

.pricing-item {
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #f18e29;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    background-color: white;
}

.pricing-item .btn-area a {
    border-color: #f18e29;
    color: #f18e29;
    text-transform: uppercase;
    font-size: 14px;
}

.pricing-item .btn-area a:hover {
    background-color: #6f6e6e;
    color: #fff;
}

.prc-head {
    padding: 23px 0px;
    background-color: #6f6e6e;
}

.prc-head span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.prc-head h4 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
}

ul.prc-list {
    margin: 20px 0px 22px;
}

ul.prc-list li {
    font-size: 16px;
    color: #272727;
    letter-spacing: 0;
    line-height: 43px;
    text-align: left;
    padding-left: 10px;
    list-style: circle;
}

/*===========================
END Pricing Area
===========================*/

/*===========================
2.8 Subscribe Area
===========================*/

.subscribe-area {}

.subscribe_form {
    overflow: hidden;
    text-align: center;
}

.subscribe_form .input {}

.subscribe_form .input input {
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding-left: 15px;
    border-radius: 20px;
}

.subscribe_form .input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

.subscribe_form .input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.subscribe_form .input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.subscribe_form .input input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.subscribe_form .input i {}

.subscribe_form input[type='submit'] {
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    background: #fff;
    color: #f18e29;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.3s ease 0s;
}

.subscribe_form input[type='submit']:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/*===========================
END Subscribe Area
===========================*/

/*===========================
2.9 Team Area
===========================*/

.team-area {}

.member-area {}

.team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team-item img {
    max-width: 100%;
}

.tmember-info {
    position: absolute;
    left: 0;
    bottom: -100%;
    background: #6f6e6e;
    padding: 13px 20px 22px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.team-item:hover .tmember-info {
    opacity: 1;
    bottom: 0;
}

.tmember-info h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
}

.tmember-info span {
    display: block;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 16px;
}

.tmember-info p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin: 14px 0px 16px;
}

.social-btns {}

.social-btns a {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}

/*===========================
END Team Area
===========================*/

/*===========================
2.10 Achivement Area
===========================*/

.achivement-area {}

.achive-single {}

.achive-single .icon {
    font-size: 57px;
    color: #fff;
    margin-bottom: 12px;
}

.achive-single h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
}

.achive-single span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 9px;
}


/*===========================
END Achivement Area
===========================*/

/*===========================
2.11 Testimonial Area
===========================*/

.testimonial-area {}

.testimonial-list {}

.testimonial-item {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 22px;
}

.tauthor-meta {
    overflow: hidden;
    margin-bottom: 16px;
}

.author-thumb {
    border-radius: 50%;
    float: left;
    border: 2px solid #f18e29;
    padding: 2px;
    margin-right: 17px;
}

.author-thumb img {
    max-width: 90px;
    border-radius: 50%;
}

.author-info {
    overflow: hidden;
}

.author-info h4 {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
}

.author-info span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin: 5px 0px 2px;
}

.review-stasr i {
    color: #f18e29;
}

.tauthor-text {}

.tauthor-text p {
    color: #696969;
}

.testimonial-list .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.testimonial-list .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #f18e29;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 4px;
    transition: all 0.3s ease 0s;
}

.testimonial-list .owl-dots .active {
    background-color: #6f6e6e;
}

/*===========================
END Testimonial Area
===========================*/

/*===========================
2.12 Letest Blog
===========================*/

.letest-blog {}

.blog-area{
 }

.blog-list {}

.list-item {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 26px;
}

.blog-thumbnail {
    margin-bottom: 15px;
}

.blog-thumbnail a {
    display: block;
}

.blog-thumbnail a img {
    max-width: 100%;
}

.search-blog{
    background-color: #e9ecef;
    border: 0;
    border-bottom: 1px solid #000000;
}

.botton-blog{
    border:none;
    position: absolute;
    left: 180px;
}


.list-item h2.blog-title a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin-bottom: 9px;
}

h2.promo-title a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin-bottom: 9px;
}

.list-item h2.blog-title a:hover {
    color: #f18e29;
}

.blog-meta {}

.blog-meta ul {}

.blog-meta ul li {
    display: inline-block;
    font-size: 14px;
    color: #272727;
    font-weight: 500;
    margin-right: 9px;
}

.blog-meta ul li i {
    margin-right: 4px;
}

.blog-summery {
    margin: 7px 0px 25px;
}

.blog-summery p {
    color: #696969;
}

.list-item a.read-more {
    width: 130px;
    height: 40px;
    background: #6f6e6e;
    border-radius: 20px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0.01em;
}

.list-item a.read-more:hover {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
}

/*===========================
END Letest Blog
===========================*/

/*===========================
2.14 Long-term Area
 */

.longterm-area{
    height:40vh;
}

.booking-area{
    height:40vh;
}

.legal-area{
    height:40vh;
}

/*===========================
2.15 Blog Area
 */

.blog-header-area{
    height:50vh;
    padding-top: 100px;
}

.blog-header-area h1{
    font-size: 3em;
}

/*===========================
2.16 FAQ Area
 */

.faq-header-area{
    height:30vh;
}

.faq-header-area h1{
    font-size: 2.5em;
}

.faq-header-area h2{
    font-size: 2em;
}

.faq-title{
    font-size:2em;
}

.faq-card:hover{
    color:white !important;
    font-weight: bold;
    background-color: black !important;
}

.faq-card a{
    color:black;
}
.faq-card a:hover{
    color:white !important;
}

/*===========================
2.13 Map Area
===========================*/

#map {
    height: 600px;
}

#map_locations {
    height: 600px;
    overflow: hidden;
    border-radius: 30px;
}

/*===========================
END Map Area
===========================*/

/*===========================
2.14 Contact Area
===========================*/

.contact-area {
    height: 100%;
}

.contact-inner {
    color: #fff;
    padding: 20px 0px 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -75vh;
}

.contact-inner-wo-map {
    color: #fff;
    padding: 20px 10px 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 50px;
}

.contact-inner .section-title, .contact-inner-wo-map .section-title{
    padding-bottom: 0;
    margin-bottom:0;
}


/*
===========================
2.15 Fleet Area
===========================
*/

.fleet-area{
}

/*

*/

.office-select-inner{
    background: #fff;
    padding: 90px 10px 100px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 1px;
}

.contact-flex-container {
    display: flex;
    padding: 5px 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-flex-container>div {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-address {
    flex-basis: calc(100% * (4/12));
    padding: 20px;
}

h4.contact-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 11px;
}

.contact-address p {
    color: #696969;
    margin-bottom: 18px;
}

.contact-address ul {}

.contact-address ul li {
    display: flex;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    align-items: center;
    letter-spacing: 0.01em;
}

.contact-address ul li.h-addres {
    font-weight: 400;
    line-height: 25px;
}

.contact-address ul li i {
    height: 30px;
    width: 30px;
    border: 1px solid #f18e29;
    color: #272727;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    margin-right: 10px;
}

.contact-form {
    flex-basis: calc(100% * (8/12) - 30px);
    padding-left: 70px;
    padding-right: 70px;
}

.contact-form form {}

.contact-form form .input {
    height: 33px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.contact-form form textarea#message {
    height: 74px;
}

.contact-form form #send {
    width: 130px;
    height: 40px;
    background: #6f6e6e;
    border-radius: 20px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: none;
    letter-spacing: 0.01em;
    transition: all 0.3s ease 0s;
}

.contact-form form #send:hover {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}

/*===========================
END Contact Area
===========================*/

/*===========================
2.15 Footer Area
===========================*/

.footer-area {
    font-weight: 300;
}

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

.footer-inner .fsocial {
    margin-bottom: 44px;
}

.footer-inner .fsocial li {
    display: inline-block;
}

.footer-inner .fsocial li a {
    display: block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    color: #000000;
    background-color: #ffffff;
    font-size: 15px;
    margin: 0px 7px;
}

.footer-inner .fsocial li a:hover {
    background-color: #000000;
    color: #ffffff;
}


.footer-inner p.copy-right {
    color: #fff;
}
.footer-area a {
    color: #fff;
}

.footer-area a:hover{
    color:#f18e29;
}


/*===========================
END Footer Area
===========================*/

/*===========================
3. Blog Details
===========================*/

.blog-info h2.blog-title a {
    display: block;
    font-size: 18px;
    color: #444;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.blog-info h2.blog-title a:hover {
    color: #f18e29;
}

.blog-single-tags {
    margin-top: 67px;
}

.blog-single-tags h2 {
    font-size: 24px;
    font-weight: 400;
    color: #444;
    letter-spacing: 0;
    margin-bottom: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-single-tags ul {
    list-style-type: none;
}

.blog-single-tags ul li {
    display: inline-block;
}

.blog-single-tags ul li a {
    display: inline-block;
    padding: 9px 15px;
    background: #6f6e6e;
    color: #fff;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.04em;
    font-size: 11px;
    margin-bottom: 11px;
    margin-right: 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.blog-single-tags ul li:last-child a {
    margin-bottom: 0px;
}

.blog-single-tags ul li a:hover {
    background-color: #6f6e6e;
}

.comment-area {
    padding-bottom: 61px;
    border-bottom: 1px solid #efeaea;
}

.comment-title {}

.comment-title h4 {
    font-size: 24px;
    font-weight: 400;
    color: #444;
    letter-spacing: 0;
}

.comment-title h4 span {
    color: #cccccc;
}

.comment-area ul {
    list-style-type: none;
}

.comment-list {}

.comment-info-inner {}

.comment-info-inner article {
    padding: 51px 0px 0px 102px;
    position: relative;
}

.comment-author {
    position: relative;
}

.comment-author img {
    position: absolute;
    left: -103px;
    top: -1px;
    max-width: 80px;
    border-radius: 50%;
    box-shadow: 1px 5px 7px -2px rgba(0, 0, 0, 0.3);
}

.comment-author h2 {
    font-size: 16px;
    font-weight: 700;
    color: #555555;
    line-height: 13px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
}

.meta-data {
    margin: 2px 0px 10px;
}

.meta-data p.category {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.meta-data p.category span {
    color: #f18e29;
}

.comment-content {}

.comment-content p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.02em;
    line-height: 26px;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 48px;
}

.comment-reply a {}

.children {
    padding-left: 104px;
}

.related-post {}

.related-post .rl-post-title h2,
.comment-title h4 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #444;
    margin-bottom: 47px;
}

.related-post-list .single-blog {
    padding: 0px;
}

.related-post-list>div>div:last-child .single-blog {
    margin-bottom: 0;
}

.related-post-list .blog-content {
    padding: 0px 15px 20px;
}

.comment-title,
.rl-post-title {
    margin-top: 62px;
}

.comment-title h4 {}

.leave-comment form {}

.leave-comment form input[type="text"] {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: none;
    color: #666666;
    padding-left: 15px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}

.leave-comment form textarea {
    width: 100%;
    max-width: 100%;
    height: 176px;
    min-height: 176px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: none;
    padding-left: 15px;
    color: #666666;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    padding-top: 7px;
}

.leave-comment form textarea::-webkit-input-placeholder,
.leave-comment form input[type="text"]::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

.leave-comment form textarea::-moz-placeholder,
.leave-comment form input[type="text"]::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.leave-comment form textarea:-ms-input-placeholder,
.leave-comment form input[type="text"]:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.leave-comment form textarea:-moz-placeholder,
.leave-comment form input[type="text"]:-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.leave-comment form textarea:focus,
.leave-comment form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(255, 103, 25, 0.52);
}

.leave-comment form input#comment-submit {
    background: #73a715;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 14px 15px;
    line-height: 14px;
    border-radius: 2px;
    outline: none;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.leave-comment form input#comment-submit:hover {
    background: #6f6e6e;
    color: #ffffff;
}

/*sidebar area*/

.crumbs-area {
    height: 500px;
    width: 100%;
    background: url(../img/bg/crumbs-bg.jpg.) center center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.crumbs-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #f18e29, #f18e29) repeat scroll 0 0;
}

.crumbs-inner {
    width: 70%;
    margin: auto;
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 0px;
    border-radius: 6px;
}

.crumbs-inner h2 {
    text-transform: uppercase;
    color: #f18e29;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    font-size: 36px;
}

.crumbs-inner ul {}

.crumbs-inner ul li {
    display: inline-block;
}

.crumbs-inner ul li a,
.crumbs-inner ul li span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    color: #f18e29;
}

.crumbs-inner ul li a {
    margin-right: 22px;
    position: relative;
}

.crumbs-inner ul li a:before {
    content: '/';
    position: absolute;
    right: -16px;
    top: 0;
}

.crumbs-inner ul li span {
    color: #67a746;
    font-weight: 600;
}

.blog-post-area {
    padding-top: 120px;
}

.blog-post-area .list-item {
    margin-bottom: 30px;
}

.pagination-area {
    padding-bottom: 100px;
    padding-top: 20px;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination ul {
    display: inline-block;
    background: #6f6e6e;
    padding: 4px 7px;
    border-radius: 1px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
    display: block;
    padding: 10px 10px;
    color: #fff;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.pagination ul li a:hover,
.pagination ul li span {
    color: #444;
}

.flex-left-sidebar>div>div {
    display: flex;
    flex-wrap: wrap-reverse;
}

/*===========================
END Blog Standard
===========================*/

/*sidebar--area*/

.sidebar--area {
    padding-left: 40px;
}

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget-search {}

.widget-search form {
    position: relative;
}

.widget-search form input {
    width: 100%;
    height: 45px;
    padding: 0px 45px 0px 15px;
    background: transparent;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #444;
    letter-spacing: 0.02em;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
}

.widget-search form input:focus {
    border-color: #f18e29;
}

.widget-search form input:focus~button {
    color: #fff;
    background-color: #67a746;
}

.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background: #6f6e6e;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    transition: all 0.3s ease 0s;
}

.widget-recent-post {}

.widget-title {
    margin-bottom: 30px;
    background: #6f6e6e;
    padding: 8px 10px;
    border-radius: 2px;
}

.widget-title h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    line-height: 21px;
}

.recent--post-list {}

.rc-single-post {
    overflow: hidden;
    margin-bottom: 20px;
}

.rc-single-post:last-child {
    margin-bottom: 0px;
}

.meta-thumb {
    float: left;
    margin-right: 20px;
}

.meta-thumb a {
    display: inline-block;
}

.meta-thumb a img {
    max-width: 100%;
    max-width: 66px;
}

.meta--content {
    overflow: hidden;
}

.meta--content a {
    display: block;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #535151;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    margin-top: -3px;
}

.meta--content a:hover {
    color: #f18e29;
}

.meta--content span.up-time {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    color: #888;
}

.widget--category-list ul,
.widget--archive-list ul {
    list-style-type: none;
}

.widget--category-list ul li:last-child,
.widget--archive-list ul li:last-child {
    margin-bottom: -10px;
}

.widget--category-list ul li a,
.widget--archive-list ul li a,
.sidebar--area .widget-nav-menu ul li a {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    color: #555;
    display: block;
    margin-bottom: 22px;
}


.widget--category-list ul li a:hover,
.widget--archive-list ul li a:hover,
.widget--category-list ul li a:hover::before,
.widget--archive-list ul li a:hover::before,
.sidebar--area .widget-nav-menu ul li a:hover::before,
.sidebar--area .widget-nav-menu ul li a:hover {
    color: #f18e29;
}

.widget--category-list ul li a span,
.widget--archive-list ul li a span {
    color: #c2b8b8;
}

.widget-tags {}

.widget-tag-list {}

.widget-tag-list a {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    background: #6f6e6e;
    color: #fff;
    padding: 7px 13px;
    margin-bottom: 5px;
    letter-spacing: 0;
    line-height: 15px;
    border-radius: 1px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-right: 8px;
}

.widget-tag-list a:hover {
    background-color: #f18e29;
}

/*===========================
END Blog Details
===========================*/

.anchor {
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}

/*
   CONTENT AREA

 */

.content-area {
    height: 100%;
    margin-top:20px;
    margin-bottom:20px;
    width: 100%;
    display: flex;
    align-items: center;
}

input[type=submit] .btn_primary,a .btn_primary:hover, .btn_primary:hover {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
    transition: transform .2s;
    transform: scale(1.1);
    color:#f18e29 !important;
}
input[type=submit] .btn_primary, a .btn_primary, a:visited .btn_primary{
    width: 180px;
    height: 40px;
    background: #f19e29;
    display:inline-block;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    border: none;
    letter-spacing: 0.01em;
    transition: all 0.3s ease 0s;
}

input[type=submit] .btn_primary, .btn_primary{
    border: 3px solid #f19e29;
    background-color: transparent;
    padding: 14px 14px;
    font-size: 15px;
    cursor: pointer;
}

#carouselFleet .box-carprice > h5{
    color:#f18e29 !important;
}

#carouselFleet .box-carprice > h5:hover{
    color:white !important;
}

input[type=submit] .btn_primary, .btn_primary::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f054";
    font-weight: 900;
    color:#ffffff;
    padding-left: 10px;
}

.btn_full{
    width:90%;
}

a a:visited .btn_primary{
    color:#fff;
}

.btn-primary,.btn-danger,.btn-secondary,.btn-success{
    color:#fff;
}

.btn-warning{
    color:#333;
}

.btn-primary:hover,.btn-secondary:hover,.btn-success:hover,.btn-warning:hover,.btn-danger:hover{
    box-shadow: 2px 1px #888888;
}

.btn-outline-primary:hover,.btn-outline-secondary:hover{
    box-shadow: 2px 1px #888888;
    color:#FFF;
}

a .btn_white:hover,.btn_white:hover {
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
    transition: transform .2s;
    transform: scale(1.1);
}
a .btn_white,.btn_white {
    min-width: 160px;
    height: 40px;
    background: #f18e29;
    display:inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    border: none;
    letter-spacing: 0.01em;
    transition: all 0.3s ease 0s;
}

.btn_white::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f054";
    font-weight: 900;
    color:#ffffff;
    padding-right: 5px;
}

#map_location{
    height:150px;
}

.bg-promo {
    position: absolute;
    top: -20px;
    right: 5px;
}
.bg-promo-left {
    position: absolute;
    top: -20px;
    left: 5px;
}

.bg-top-right {
    position: absolute;
    top: 8px;
    right: 20px;
}

.bg-bottom-right{
    position: absolute;
    bottom: 8px;
    right: 5px;
}
.bg-bottom-left{
    position: absolute;
    bottom: 8px;
    left: 5px;
}

#carouselCarImages .carousel-item>img{
    max-height: 450px;
}
/*
CAR BOX

 */

.box:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition:  box-shadow .6s ease-in;
}

.box-bg-promo{
    background-image: url("../img/bg/background_texture_promo.webp") !important;
    color:white;
}

.box-footer{
    width:100%;
    margin-bottom: 10px;
    height: 60px;
}

.box-carimage{
    position:relative;
    margin-top: 5px;
    height:150px;
}

.box-carimage-promo{
    margin-top: 5px;
    height:250px;
    background: radial-gradient(ellipse at center center, #ffed4a 0, #f18e29 100%) 50% 0 no-repeat #f18e29;
    border-radius:30px;
}

.box-carbody{
    margin-bottom: 30px;
    text-align: center;
}
.box-carprice{
    text-align:center;
}

.box-carprice h5{
    padding-top: 0;
    padding-bottom: 0
}

.box-cartitle{
    min-height: 32px;
}

/*
    RANGE SELECTOR
 */

input[type=range] {
    width: 100%;
    margin: 13.8px 0;
    background-color: transparent;
    -webkit-appearance: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    background: #ffffff;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
    margin-top: -14px;
    width: 30px;
    height: 36px;
    background: #6f6e6e;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffffff;
}
input[type=range]::-moz-range-track {
    background: #ffffff;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    width: 30px;
    height: 36px;
    background: #6f6e6e;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
}
input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 14.8px 0;
    color: transparent;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
}
input[type=range]::-ms-fill-lower {
    background: #f2f2f2;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
    width: 30px;
    height: 36px;
    background: #6f6e6e;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
    background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ffffff;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
    input[type=range] {
        margin: 0;
        /*Edge starts the margin from the thumb, not the track as other browsers do*/
    }
}

.blog-title{
    color: #000000;
    font-weight: 300;
    padding: 5px;
    text-align: justify;
}

.blog-title-bg{
    color: #000000;
    font-weight: 300;
    padding: 5px;
    text-align: justify;
}

.blog-title-bg::after{
    content: "";
    color: #f18e29;
    display: block;
    width: 30rem !important;
    height: .5rem !important;
    background-color: #f18e29;
    margin-top: 1px;
}

.blog-header-area .blog-title{
    color: #f18e29;
    background-color: rgba(44, 44, 43, 0.8);
    padding: 10px;
}

.promo-title{
    color: #f18e29;
    text-shadow: 1px 1px #000;
    padding: 5px;
}

.search_box{
    align-content: center;
    position:relative;
}
.search_box>input[type=text]{
    width:100%;
    padding:10px;
    padding-right:10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
    font-size: 1.2em;
    color:#fff;
    outline:none;
}

.search_box>input[type=text]::placeholder{
    color:#fff;
}


.search_box>input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#fff;
}

.search_box>input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color:#fff;
}

#our-stats{
    padding: 60px 0;
}

#our-stats .h1{
    color: #f18e29!important;
}

#our-stats a{
    color: #000!important;
    text-decoration:none;
}
#our-stats i{
    color: #f18e29!important;
}

#our-stats .counter {
    background-color: #f5f5f5;
    padding: 35px 0;
    border-radius: 5px;
}

#our-stats .counter i,
#our-stats .counter .count-title{
    margin-bottom: 15px;
}


#our-stats .counter p{
    font-style:italic;
    margin-bottom:0;
}


.zoom:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transform:scale(1.1);
    z-index: 9999999;
    background-color: white;
    position: initial;
    margin-bottom: 10px;
}

.btn-group button.btn {
    line-height: 2.5;
}

.btn-group a.btn{
    line-height:2.54;
}

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

p.small{
    line-height: 0.8;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*
 progresbar suscription

*/
#step-progress{
    padding:5px;
    background-color: #272727;
    margin:10px;
}

#progressbar {
    overflow: hidden;
    color: rgba(206, 202, 202, 0.822)
}

#progressbar .active {
    color: white
}

#progressbar li {
    list-style-type: none;
    font-size: 0.9em;
    padding-top: 10px;
    font-weight: 600;
    width: 20%;
    float: left;
    position: relative;
    color:black;
}

#progressbar #setup:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5de";
    text-align: center;
}

#progressbar #waiting:before {
    font-family: "Font Awesome 5 Free";
    content: "\f46d";
    text-align: center;
}

#progressbar #customer:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    text-align: center;
}

#progressbar #manager:before {
    font-family: "Font Awesome 5 Free";
    content: "\f013";
    text-align: center;
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    text-align: center;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 15px 0;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #f18e29;
    z-index:1;
}

/*
    progress bar short rent
*/

#progressbar-rent {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar-rent .active {
    color: #000000
}

#progressbar-rent li {
    list-style-type: none;
    font-size: 9px;
    font-weight: bold;
    width: 25%;
    float: left;
    position: relative
}

#progressbar-rent #daypicker:before {
    font-family: "Font Awesome 5 Free";
    content: "\f784";
    text-align: center;
}

#progressbar-rent #extras:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1b9";
    text-align: center;
}

#progressbar-rent #carpicker:before {
    font-family: "Font Awesome 5 Free";
    content: "\f65e";
    text-align: center;
}

#progressbar-rent #order:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
    text-align: center;
}

#progressbar-rent li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 15px 0;
}

#progressbar-rent li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar-rent li.active:before,
#progressbar-rent li.active:after {
    background: #6f6e6e
}

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

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

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}
input.primary:checked + .slider {
    background-color: #6f6e6e;
}
input.success:checked + .slider {
    background-color: #8bc34a;
}
input.info:checked + .slider {
    background-color: #3de0f5;
}
input.warning:checked + .slider {
    background-color: #FFC107;
}
input.danger:checked + .slider {
    background-color: #f44336;
}

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

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

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

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

#admin_menu, a{
    color:#f18e29;
}

#admin_menu .nav-item{
    padding-top:1px;
    padding-bottom: 1px;
}

#price_selector_panel input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    padding: 5px;
}

#price_selector_panel input[type=radio] + label:before {
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-weight:900;
    display: none;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
}
#price_selector_panel input[type=radio]:checked + label:before {
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: 900;
    content: "\f00c";
    font-size: 1.2em;
    color: #aef118;
    letter-spacing: 5px;
    width: 35px: 5px;
}
#price_selector_panel input[type=radio]:focus + label:before {
    font-weight: bold;
    color: #3a3e04;
}

.rounded-10{
    border-radius: 10px !important;
}

.rounded-20{
    border-radius: 20px !important;
}

.rounded-30{
    border-radius: 30px !important;
}
.rounded-40{
    border-radius: 40px !important;
}
.rounded-10-top{
    border-radius: 10px 10px 0 0 !important;
}
.rounded-10-bottom{
    border-radius: 0 0 10px 10px !important;
}

.rounded-30-top{
    border-radius: 30px 30px 0 0 !important;
}
.rounded-30-bottom{
    border-radius: 0 0 30px 30px !important;
}

.rounded-40-top{
    border-radius: 40px 40px 0 0 !important;
}
.rounded-40-bottom{
    border-radius: 0 0 40px 40px !important;
}


/* FLEET CARROUSEL*/
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/*
    Home cards
*/

.selector .card:hover {
    transform:scale(1.1);
}
.selector .card_one,.selector .card_one .title .fa {
    background: linear-gradient(-45deg, #ffec61, #9cf314);
}
.selector .card_two,.selector .card_two .title .fa  {
    background: linear-gradient(-45deg, #00cf8b, #4df6a7);
}
.selector .card_three,.selector .card_three .title .fa  {
    background: linear-gradient(-45deg, #6dcc06, #3a3e04);
}

.selector .card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
}

.selector .title .fas {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.selector .title .far {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.selector .title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
}
.selector .price {
    position: relative;
    z-index: 2;
}
.selector .price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 60px;
}
.selector .option {
    position: relative;
    z-index: 2;
}
.selector .option ul {
    margin: 0;
    padding: 0;
}
.selector .option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}
.selector .card a {
    display: block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #262ff;
    height: 40px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0,0,0, .1);
}
.selector .card a:hover {

}

.home_button{
    transition: 0.3s;
    padding:5px;
    height: 100%;
}

.home_button:hover{
    background-color: #009CA6;
    color:#000000;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    border-radius:10px;
    font-size: 2rem;
    border-color: #f18e29;
    border-width: thin;
    z-index: 1;

}

.dropdown-menu{
    margin-top:5px;
    min-width: 35rem;
    border-color: #f18e29;
    border-width: thin;
}

.datepicker-dropdown .dropdown-menu {
    min-width: auto;
}
/*
* Datepicker custom css
*
*/

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 10px;
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    color: #000;
    cursor: pointer !important;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #6f6e6e;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}
.datepicker table tr td.today {
    color: white !important;
    background-color: rgba(140, 209, 24, 0.64);
    border-color: #83cd11;
}
.datepicker table tr td.today:hover {
    color: #FFFFFF;
    background-color: rgba(167, 235, 18, 0.81);
    border-color: #aef118;
    cursor: pointer !important;
}

.datepicker table tr td.disabled-dates {
    color: #FFFFFF;
    background-color: rgba(167, 235, 18, 0.81);
    border-color: #aef118;
    cursor: pointer !important;
}

.datepicker table tr td.disabled-dates:hover {
    color: #FFFFFF;
    background-color: rgba(167, 235, 18, 0.81);
    border-color: #aef118;
    cursor: pointer !important;
}

.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #f8f8f8;
}
.ui-datepicker {
    width: 15.20em !important;
    font-family: 'Jaldi', sans-serif !important;
    border: 1px solid #ccc !important;
    background-color: white !important;
    padding: 10px;
}
.ui-datepicker-header {
    border-radius: 0px !important;
    background-color: #ededed !important;
    background: #ededed !important;
    border: none !important;
}
.ui-datepicker-next {
    color: #000 !important;
    font-family: "Font Awesome 5 Free";
    content : '\f061';
    font-weight: 900;
    top:3px !important;
    right: 3px !important;
    text-align: right;
}
.ui-datepicker-prev {
    color: #000 !important;
    top:3px !important;
    left: 3px !important;
}
.ui-datepicker-next:hover {
    border: none !important;
    top:3px !important;
    right: 3px !important;
    background: white !important;
    cursor: pointer;
}
.ui-datepicker-prev:hover {
    border: none !important;
    top:3px !important;
    left: 3px !important;
    background: white !important;
    cursor: pointer;
}
.ui-state-default {
    background: none !important;
    background-color: #ededed;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: none !important;
    background-color: #eaeaea !important;
    border: 1px solid #70b218 !important;
    border-radius: 10% !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #a1a1a1 !important;
    color: whitesmoke !important;
    font-weight: bold !important;
    border: 1px solid #d3d3d3 !important;
}
#date-picker-expirate .ui-datepicker-calendar {
    display: none;
}
.ui-widget select {
    font-family: 'Jaldi', sans-serif !important;
    font-size: 14px !important;
}
.ui-priority-primary, .ui-widget-content {
    font-weight: normal !important;
}
.ui-datepicker-close {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    font-size: 14px !important;
}
.hide-calendar .ui-datepicker-calendar {
    display: none;
}
#startDate {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 6px;
}
.ui-datepicker-current {
    display: none !important;
}
.ui-datepicker-buttonpane {
    float: left !important;
    padding: 0 !important;
}
.datepicker table tr td.disabled
{
    background: none rgba(147, 147, 147, 0.37);
    border: 1px solid #ffffff;
    color: #cccccc;

}

.datepicker-days{
    width:100%;
    text-align: center;
}

.datepicker table tr td.active{
    background-color: #f18e29;
    font-weight: bold;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bg-theme .card-footer p{
    color:white;
}
.bg-theme:hover .card-footer p{
    color:black;
}

.bg-theme:hover a:hover{
    color:white;
}

.display-7{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0px;
}

.main_text{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3;
    padding: 1rem !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.text-black{
    color: #000000 !important;
}

h1{
    padding-top: 0.6em;
    padding-bottom: 0.9em;
}

h2{
    padding-top: 0.6em;
    padding-bottom: 0.9em;
}

h3{
    padding-top: 0.6em;
    padding-bottom: 0.9em;
}

h4{
    padding-top: 0.6em;
    padding-bottom: 0.9em;
}

h5{
    padding-top: 0.6em;
    padding-bottom: 0.9em;
}

h6{
    padding-top: 0.6em;
    padding-bottom: 0.9em;
}

/*
    CONTENT STYLES

 */

.content h2 {
    padding-top: 10px;
    padding-bottom: 20px;
}

.content h3{
    padding-top: 10px;
    padding-bottom: 20px;
}

.content h4{
    padding-top: 10px;
    padding-bottom: 20px;
}

.content ul {
    list-style: none;
}

.content ul li{
    padding-left: 2em;
    padding-bottom: 5px;
}

.content li:before {
    content: "\f054"; /* FontAwesome Unicode */
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    margin-left: -2em; /* same as padding-left set on li */
    width: 2em; /* same as padding-left set on li */
}

.background-image-custom h2{
    font-size: 3em;
    padding-top: 0;
    padding-bottom: 0;
}
.background-image-custom h3{
    font-size: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
}

.background-image-custom h1{
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/
}

.login .loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.login .loginOr .hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.login .loginOr .spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.form-text {
    padding-left: 10px;
}

#admin-menu > #navbarNavDropdown > ul > li {
    margin-bottom: 0;
}

.admin-submenu{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eeeeee8c;
    border-radius: 10px;
}

.admin-submenu .nav-item{
    border-radius: 10px;
    padding-left:5px;
    margin-right:5px;
    transition: 0.3s;
    color:#f5f5f5;
}

.admin-submenu .nav-item:hover{
    background-color: rgba(243, 247, 236, 0.973);
    color:#333333;
    font-weight: bold;
    border-radius: 10px;
}

.nav .nav-pills .nav-justified{
    background-color: rgba(204, 204, 204, 0.51);
}

.ol-layer{
    border-radius:30px;
}

#select_map{
    position: relative;
    margin-top: -150px;
    z-index: 1;
}

.office_select_area{
    width: 100%;
}



#select_office_div .filter-option-inner-inner{
    color: #000;
    text-align-last: center;
}
#filter_navbar .filter-option-inner-inner{
    color: #ffffff;
    text-align-last: center;
    font-size: 1.5rem;
}
#filter_navbar .dropdown-toggle{
    font-size: 1.8rem;
}
#filter_navbar .border-filter{
    border-left: 1px solid hsla(0,0%,100%,.16);
}

#font-filter-color{
    color: #FFFFFF;
}

.btn-edit:before {
    content: "\f044";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.btn-delete:before {
    content: "\f2ed";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.btn-create:before {
    content: "\f067";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.btn-show:before{
    content: "\f0c1";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.btn-download:before{
    content: "\f381";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.btn-disable:before{
      content: "\f05e";
      display: inline-block;
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      margin-right: 4px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }

.btn-active:before{
    content: "\f04b";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

input[type="text"][required] {
    background-image: linear-gradient(45deg, transparent, transparent 50%, red 50%, red 100%);
    background-position: top right;
    background-size: 0.8em 0.8em;
    background-repeat: no-repeat;
  }


.blog-title-home{
      color: white;
      line-height: 1.4;
      font-size: 1.6rem;
  }

.blog-title-home::after{
      content: "";
      color: #f18e29;
      display: block;
      width: 75% !important;
      height: .5rem !important;
      background-color: #f18e29;
      margin-top: 1px;
  }

.square-promo{
    width: auto;
    position: absolute;
    top: 16px;
    margin-left: 16px !important;
    background-color: #707070;
    min-width: 64px;
    border-radius: 10%;
  }

.square-promo span{
    color: #ffffff !important;
  }

.square-promo p{
    font-weight: 900;
    font-size: 2em;
 }
.title-promo{
    position: relative;
    bottom: 60px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0px;
    font-weight: 900;
}

.title-promo a:hover{
    color:white;
}

/* Prueba de la pagina de suscripcion */

.title-sus{
    font-size: 46px;
    line-height: 1.12903;
    font-weight: 700;
    max-width: 430px;
    width: 100%;
}

.text-sus{
    font-size: 21px;
    line-height: 1.44444;
    color: black;
    margin-top: 16px;
    max-width: 470px;
}

.text-info-sus{
    font-size: 21px;
    line-height: 1.44444;
    color: black;
    margin-top: 16px;
}

.subtitle-sus{
   font-size: 32px;
   line-height: 1,25;
   color: #000000;
   font-weight: 700;
   margin-bottom: 16px;
}

.text-faq{
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}

form input:focus:required:invalid{
    border: 2px solid red;
}

form select:focus:required:invalid{
    border: 2px solid red;
}

.toggle-off{
    background-color: lightgray;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000;
}

.datepicker table{
    width:100%;
}

/* your account css */

/* Menu */
.pe-auto:hover{
    cursor: pointer;
}

.shake{
    animation: shake 250ms 2 linear;
  -moz-animation: shake 250ms 2 linear;
  -webkit-animation: shake 250ms 2 linear;
  -o-animation: shake 250ms 2 linear;
}
.shake:hover {
    -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: translate(3px, 0);
  }
  50% {
    -moz-transform: translate(-3px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-ms-keyframes shake {
  0% {
    -ms-transform: translate(3px, 0);
  }
  50% {
    -ms-transform: translate(-3px, 0);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}

@-o-keyframes shake {
  0% {
    -o-transform: translate(3px, 0);
  }
  50% {
    -o-transform: translate(-3px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}

/* Tickets css */

.h-zigzag {
    background:
        linear-gradient(-135deg, #6f6e6e 5px, transparent 0) 0 5px,
        linear-gradient(135deg, #6f6e6e 5px, #fff 0) 0 5px;
    background-color: #6f6e6e;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;

}
.h-zigzag-image {
    background:
        linear-gradient(-135deg, #6f6e6e 5px, transparent 0) 0 5px,
        linear-gradient(135deg, #6f6e6e 5px, #6f6e6e 0) 0 5px;
    background-color: #6f6e6e;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    background: url(http://placehold.it/400x150/e8117f/fff) no-repeat top left scroll transparent;
}

/* add method payment */

.visa-card{
    height: 214px;
    width: 332px;
    background-repeat: no-repeat;

}

.visa-card div p{
    border-radius: 0px 20px 0px 0px;
}

.date-visa{
    margin-top: 36px;
    font-weight: 900;
    margin-left: 25px;
}

.date-mastercard{
    margin-top: 70px;
    font-weight: 900;
    margin-left: 10px
}

.number-visa{
    font-weight: 500;
    padding-top: 11px;
    font-size: 24px;
}

.small{
    font-weight: 900 !important;
}

/* data protection */
.check{
    margin-left: 50%;
}

@media (max-width: 575px) {
    .check{
        margin-left: 50%;
    }
}

/* index */

.icono{
    color:#f18e29 !important;
}
.btn-edit-perfil{
    display: none;
}

.prueba{
    opacity: 0;
    margin-top: 80px;
}

.uno{
    opacity: 0;
}
.dos{
    opacity: 0;
}

.tooltip {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
     position: absolute;
     z-index: 1;
    width: 120px;
    top: 100%;
     left: 50%;
     margin-left: -60px;
    font-size: 12px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

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

#headingOne:hover{
    cursor: pointer;
}



@media (max-width: 991px) {
    .datos-cliente{
        display: none;
    }
    .email-usuario{
        padding-bottom: 10px;
    }
    .pda{
        margin-top: 90px;
    }
    .btn-edit-perfil{
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }
}

/* new customer */

.color-whatsapp{
    background-color: #aaf0d3;
}


/*

Customer Opinion Box

*/

.card-opinions{
    border-radius: 5px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

.rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBC02D;
    color: #fff
}

.rating-label {
    font-weight: bold
}

.rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px
}

.bar-5 {
    width: 70%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-4 {
    width: 30%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-3 {
    width: 20%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-2 {
    width: 10%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

td {
    padding-bottom: 10px
}

.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px
}

.star-active:hover {
    color: #F9A825;
    cursor: pointer
}

.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}

.primary-text {
    color: #f18e29
}

.content {
    font-size: 1.1em;
    line-height: normal;
}

.profile-pic {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 30px
}

.pic {
    width: 80px;
    height: 80px;
    margin-right: 10px
}

.vote {
    cursor: pointer
}

/* CSS para la pagina principal */

#home_index{
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
}

#image-landing2{
    background-image: url("../img/bg/unete-a-la-revolucion-de-la-movilidad.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.steps-area{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.rounded-logo{
    border-bottom-left-radius: 3.25rem;
    border-bottom-right-radius: 3.25rem;
    padding: 0 20px 20px 20px;
    margin-left: 80px;
}

.d-grid{
    display: grid;
}

body{
    background-color: black;
}

.fit-content{
    width: fit-content;
    border-radius: 10px;
}

.rounded-bl{
    border-bottom-left-radius: 10px;
}

.opacity-black{
   background-color: rgba(0, 0, 0, 0.5);
}

.opacity-white{
    background-color: rgba(255, 255, 255, 0.7);
}

.opacity-orange{
    background-color: rgba(212, 190, 164,0.7);
}

.opacity-dark-grey{
    background-color: rgba(44, 44, 43, 0.5);
}

.mb--100{
    margin-bottom: 130px;
    margin-left: 50px;
}

.bw-10{
    border-width: 3px !important ;
}

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

.pruebas{
    font-size: 170px;
}

.fw-bold{
    font-weight: 500;
}

/*Flip de la cards */

.effect-text {
    opacity: 0;
    backface-visibility: hidden;
}

.effect-card:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 1),rgba(0, 0, 0, 1))!important;
    transition: 2s;
}

.effect-text:hover {
    opacity: 1;
    transition: opacity 1.2s;
}

.backside .card {
    color:white;
    background-color: black;
}

.frontside .card,.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
}

.bg-black{
    background-color: black;
}

.frontside .card .card-body img {
    width: 100%;
    min-height: 312px;
}

@supports(object-fit: cover){
    .frontside .card .card-body img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}

/* CSS Para la pagina de Suscripcion */

.lh-in{
    line-height: inherit;
}
.mb-250{
    margin-bottom: 250px;
}

.display-35{
    font-size: 3.5em;
    line-height: 25px;
}
.display-25{
    font-size: 2.5em;
    line-height: 25px;
}

.display-15{
    font-size: 1.5em;
    line-height: 25px;
}

.display-18{
    font-size: 1.8em;
    line-height: 25px;
}

.display-13{
    font-size: 1.3em;
    line-height: 25px;
}

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


#mainpage_header{
    background-image: url("../img/bg/landing-vehiculo-de-suscripcion.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
}

#suscription_finish{
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
}

.opacity-white{
    background-color: rgba(224, 220, 220, 0.4)
}

/* CSS para la pagina de Car Sharing Empresa */

#mainpage_header_carsharing{
    background-image: url("../img/bg/carsharing-page.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.display-5{
    font-size: 3rem;
}



/* CSS para la pagina de Car Sharing */

#mainpage_header_carsharing_client{
    background-image: url("../img/bg/carsharing-page.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}


.bg-gradient {
background: #C9D6FF;
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}

.princing-item .card-body ul li {
    margin-bottom:1.4rem;
}

.pricing-divider {
border-radius: 20px;
background: #707070;
padding: 1em 0 4em;
position: relative;
}
.blue .pricing-divider{
background: #F18E29;
}
.green .pricing-divider {
background: #C1680D;
}
.red b {
color:#C64545
}
.blue b {
color:#2D5772
}
.green b {
color:#1AA85C
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.btn-custom  {
background:#C64545; color:#fff; border-radius:20px
}

.img-float {
width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
transition: all 150ms ease-out;
}
.princing-item:hover {
transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
-webkit-transform: translate3d(15px, 0, 0);
transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
-webkit-transform: translate3d(-15px, 0, 0);
transform: translate3d(-15px, 0, 0);
}



.page_404{
    padding:40px 0; background:#000; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
    border-radius: 55px;
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
        height: 450px;
        background-position: center;
    }


.four_zero_four_bg h1{
    font-size:60px;
    }

.four_zero_four_bg h3{
    font-size:40px;
    }

.mt-20p{
    margin-top: 20%;
}

/* CSS view car */
.panel-heading {
    padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
.panel-heading  #arrow {

    float: right;
    transition: all 0.5s;
}
.panel-heading.active #arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circulo{
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.llaves{
    margin-top: 10px;
    margin-left: 10px;
}
/* CSS Finished delivery */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    }
    .rate:not(:checked) > input {
        position:absolute;
        top:-9999px;
    }
    .rate:not(:checked) > label {
        float:right;
        width:1em;
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:30px;
        color:#ccc;
    }
    .rate:not(:checked) > label:before {
        content: '★ ';
    }
    .rate > input:checked ~ label {
        color: #f18e29;
    }
    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #f18e29;
    }
    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #f18e29;
    }

@keyframes ldio-0ffwe985lu9p {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}

.datepicker-dropdown
{
    background-color: white;
    border-width: 1px;
    border-color: #000;
}

.cs-1 .display-3{
    font-size: 2em !important;
    line-height: 0.8 !important;
}

.cs-2{
    font-size: 1.1em;
}

.bootstrap-datetimepicker-widget.dropdown-menu{
    background-color: white;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{
    color:black;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour,.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover{
    color:black;
}

#collapseFilters.collapse {
    display: block;
}

.bootstrap-select .dropdown-menu.show li{
    width: 100%;
}

.bg-blur{
     /* Add the blur effect */
    backdrop-filter: blur(8px);
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 0;
}

/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.select2-selection{
    overflow-y:auto;
    white-space:nowrap;
  }

ul.select2-selection__rendered{
    white-space: nowrap;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
  }

  .form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
  }

  .form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
  }

  .form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
  }

  .form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
  }

  .form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
  }

  .form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
  }

  .form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
  }

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
