@import url(../assets/css/layouts/header.css);

body {
    font-family: 'Work Sans', sans-serif;
    color: #1f2930;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    background-color: white;
    overscroll-behavior: none;
}

.h1, h1 {
    font-size: 56px;
    line-height: 1.22;
    font-weight: 700
}

.h2, h2 {
    font-size: 42px;
    line-height: 1.24
}

.h3, h3 {
    font-size: 32px;
    line-height: 1.5
}

.h4, h4 {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700
}

.h5, h5 {
    font-size: 20px;
    line-height: 1.3
}

.h6, h6 {
    font-size: 16px;
    line-height: 1.38
}

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

* {
    --sb-track-color: #ffffff;
    --sb-thumb-color: #197bff;
    --sb-size: 10px;
    --sb-b-radius: 0px;
}
/*
*::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}

*::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: var(--sb-b-radius);
}

*::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: var(--sb-b-radius);
}

@supports not selector(::-webkit-scrollbar) {
    * {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
        scrollbar-width: thin;
        scroll-behavior: smooth;
    }
}
*/
.link-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

a.find-your-car {
    color: white !important;
}

.head-book-btn a {
    color: white!important;
}

.ui-widget-header .ui-icon {
    position: relative
}

.blue-link {
    color: #197bff
}

.blue-link:hover {
    color: #1a446a
}

.blue-btn {
    background-color: #197bff;
    border-radius: 4px;
    color: #fff!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    padding: 29px 50px 29px 50px;
    display: inline-block
}

.blue-btn:hover {
    background-color: #1a446a;
    color: #fff
}

.border-btn {
    border-radius: 4px;
    border: 3px solid #1a446a;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 12px 10px 11px 10px;
    max-width: 171px;
    width: 100%;
    color: #fff;
}

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

.border-white:hover {
    color: #197bff!important;
    border-color: #fff !important;
    background-color: #fff
}

.border-navy {
    border-color: #1a446a;
    color: #1a446a!important
}

.border-navy:hover {
    color: #fff!important;
    border-color: #1a446a;
    background-color: #1a446a
}

.display-mobile {
    display: none
}

.white-curve {
    position: relative
}

a.btn.btn-primary.view-car-fleet {
    color: white!important;
}
a.find-your-car {
    color: white!important;
}
a.btn.btn-primary.view-car-fleet {
    color: white !important;
}

.white-curve:before {
    content: "";
    position: absolute;
    background-image: url(../images/white-full-width.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    right: 0;
    top: 100%;
    margin-top: -1px
}

.white-curve .text-title {
    position: relative;
    z-index: 1
}

.check-box {
    padding: 0 20px 0 21px;
    margin: -2px 0 0 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.check-box span {
    color: #fff;
    font-size: 14px
}

.check-box label {
    cursor: pointer;
    margin: 0;
    position: relative;
    padding-left: 28px
}

.check-box input[type=checkbox] {
    position: absolute;
    left: 0;
    margin-left: 0;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    margin: 0;
    z-index: 8;
    cursor: pointer;
    opacity: 0
}

.check-box label span:before {
    position: absolute;
    top: 2px;
    left: -6px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 3px solid #f89c4f
}

.check-box label input[type=checkbox]:checked + span:after {
    content: "\f00c";
    position: absolute;
    left: -5px;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    background: #f89c4f;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    text-align: center
}

.check-box:hover label span:before {
    background-color: #f89c4f
}

.border-select {
    position: relative
}

.border-select .bootstrap-select > .dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    right: 22px;
    top: 13px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    color: #1f2930;
    -webkit-transition: all .2s;
    transition: all .2s
}

.border-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
    padding: 12px 12px 12px 34px;
    background-image: url(../images/botom-arrow.svg);
    background-repeat: no-repeat;
    background-position: 92% 20px;
    -webkit-transition: none;
    text-transform: uppercase;
}

.border-select .bootstrap-select:hover .dropdown-toggle .filter-option-inner-inner {
    background-image: url(../images/botom-arrow-hover.svg)
}

.border-select .bootstrap-select.show .dropdown-toggle .filter-option-inner-inner {
    background-image: url(../images/botom-arrow-up.svg)
}

.border-select .bootstrap-select .dropdown-toggle:after {
    display: none
}

.border-select .bootstrap-select .dropdown-menu li a {
    padding: 3px 20px 3px 16px
}

.border-select .bootstrap-select .dropdown-menu li a .text {
    text-transform: uppercase;
}

.border-select .bootstrap-select .dropdown-menu.inner {
    padding-bottom: 10px;
    padding-top: 0
}

.border-select .bootstrap-select .btn.dropdown-toggle {
    padding-left: 0;
    border: none
}

.border-select .bootstrap-select.show .filter-option-inner-inner {
    font-weight: 700
}

.border-select .bootstrap-select.show > .dropdown-toggle:after, .border-select .bootstrap-select:hover > .dropdown-toggle:after {
    color: #197bff
}

.border-select .bootstrap-select .dropdown-menu.show > .inner.show {
    overflow-x: hidden
}

.border-select .bootstrap-select .btn.dropdown-toggle {
    border: 3px solid #838b95 !important
}

.border-select .bootstrap-select.show .btn.dropdown-toggle {
    border: none
}

.border-select .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 3px solid #838b95;
    border-top: 0;
    width: 175px;
    margin-top: -3px
}

.transmission-box.border-select .dropdown-menu {
    min-height: 65px !important;
    max-height: 65px !important;
    overflow-y: scroll
}

.border-select .dropdown-menu {
    max-height: 130px
}

.border-select .bootstrap-select.show.dropup .btn.dropdown-toggle {
    border-top-color: transparent !important;
    border-bottom: 3px solid #838b95 !important
}

.border-select .bootstrap-select.show.dropup > .dropdown-menu {
    border-bottom: none;
    margin-top: 0;
    border-top: 3px solid #838b95;
    top: 6px !important
}

.vehicle-icon:after {
    content: "\f5de";
    position: absolute;
    left: 19px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    color: #f89c4f;
    font-display: swap
}

.transmission-icon:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 16px;
    background-image: url(../images/icon-transmission.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center center
}

.passenger-icon:after {
    content: "\f500";
    position: absolute;
    left: 19px;
    top: 14px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    color: #f89c4f;
    font-display: swap
}

.price-icon:after {
    content: "\f53a";
    position: absolute;
    left: 19px;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 12px;
    color: #f89c4f;
    font-display: swap
}

.border-select .bootstrap-select.passenger-icon .dropdown-toggle .filter-option-inner-inner {
    padding-left: 42px
}

button:focus, input:focus, select:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

select::-ms-expand {
    display: none;
    -webkit-appearance: none
}

input::-ms-clear {
    display: none;
    -webkit-appearance: none
}

input:focus, select:focus {
    outline: 0;
    -webkit-appearance: none
}

input, select, textarea {
    outline: 0;
    -webkit-appearance: none
}

button:focus {
    outline: 0;
    outline: 0
}

:focus {
    outline: 0;
    outline: 0
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: inherit;
    background-color: transparent;
    border-color: transparent
}

.btn-light {
    color: inherit;
    background-color: transparent;
    border-color: transparent
}

.btn-light:hover {
    color: inherit;
    background-color: transparent;
    border-color: transparent
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .btn {
    -webkit-transition: none;
    transition: none
}

a {
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none
}

.round-book-btn a {
    width: 88px;
    height: 88px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    background-color: #197bff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 100%;
    position: fixed;
    z-index: 99;
    right: 19px;
    top: auto;
    bottom: 19px
}

.round-book-btn a:hover {
    background-color: #1a446a
}

.round-book-btn span {
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 20px
}

.round-book-btn span:before {
    content: "\f1b9";
    position: absolute;
    left: 8px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-display: swap
}

.site-header .row {
    /* -webkit-box-pack:justify!important; */
    -ms-flex-pack: justify !important;
    /* justify-content:space-between!important; */
}

.header-logo {
    width: 242px
}

.header-logo a {
    display: block;
    margin-top: 21px
}

.header-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header-menu ul li:last-child {
    margin-right: 0
}

.header-menu ul li a {
    font-family: 'Work Sans', sans-serif;
    color: #1f2930;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    padding: 43px 10px 42px 10px;
    display: block
}

.header-menu ul li a:hover, .header-menu ul li.active > a {
    color: #197bff
}

.language-select {
    width: 190px;
    position: relative;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    max-width: 190px;
    float: inline-end;
    align-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 20px;
}

.language-select:after {
    content: "\f57d";
    position: absolute;
    left: 25px;
    top: 33px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: #f89c4f;
}

.language-select label {
    margin-left:-6px;
}

.language-select .bootstrap-select > .dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    right: 24px;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.language-select .bootstrap-select.show > .dropdown-toggle:before {
    content: "";
    position: absolute;
    top: -18px;
    left: -4px;
    right: 0;
    background-color: #fff;
    height: 24px;
    width: 107%;
    border-top: 4px solid #838b95;
    border-right: 4px solid #838b95;
    border-left: 4px solid #838b95;
    z-index: -1
}

.language-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding-left: 30px;
    font-size: 14px;
    margin-top: -1px
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px
}

.language-select .bootstrap-select .dropdown-menu li a {
    padding: 3px 20px 3px 16px
}

.language-select .bootstrap-select .dropdown-menu.inner {
    padding-bottom: 10px;
    padding-top: 10px
}

.language-select .bootstrap-select .btn.dropdown-toggle {
    padding-left: 15px
}

.language-select .bootstrap-select.show .filter-option-inner-inner {
    font-weight: 700
}

.language-select .bootstrap-select.show > .dropdown-toggle:after, .language-select .bootstrap-select:hover > .dropdown-toggle:after {
    color: #197bff
}

.for-mobile {
    display: none
}

.dropdown-item:focus, .dropdown-item:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent
}

.bootstrap-select > .dropdown-toggle {
    padding: 0
}

.dropdown-menu {
    padding: 0;
    margin: -2px 0 0 0;
    border-radius: 0;
    border-right: 4px solid #838b95;
    border-bottom: 4px solid #838b95;
    border-left: 4px solid #838b95;
    border-top: 0
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0
}

.bootstrap-select.show .btn.dropdown-toggle {
    border-right: 4px solid #838b95;
    border-left: 4px solid #838b95;
    border-radius: 0
}

.bootstrap-select .btn.dropdown-toggle {
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 0
}

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

.head-book-btn {
    background-color: #197bff;
    max-width: 280px;
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.head-book-btn a {
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.head-book-btn:hover {
    background-color: #1a446a
}

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

.bg-cover > img {
    opacity: 0;
    visibility: hidden;
    width: 100%
}

.home-banner {
    position: relative;
    background-color: #eaebed
}

.home-banner .banner-section {

}

.mobile-banner {
    background-image: none
}

.banner-section img {
    max-height: 641px;
    min-height: 641px
}

.ie10 .banner-section:before, .ie11 .banner-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/banner-curve.png);
    background-size: 100% 195px;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 195px;
    background-repeat: no-repeat
}

.banner-section:after {

}

.banner-title {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    left: -26px;
    right: 0;
    z-index: 1
}

.banner-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    text-transform: uppercase
}

.banner-title h1 span {
    font-weight: 300;
    text-transform: none
}
p#title-index{
    text-wrap: balance;
}

#title-index {
    color: #FFF;
    text-align: center;
    font-family: Work Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.banner-title p {
    margin-top: 6px;
    margin-bottom: 0px;
    color: #FFF;
    text-align: center;
    /*text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);*/
    font-family: Work Sans;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 38px;
}

.banner-box {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    bottom: -57px;
    z-index: 1
}

.vehicle-box {
    position: relative;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(31, 41, 48, .6);
    border-radius: 4px
}

.vehicle-box:after {

}

.book-banner .vehicle-box:after {
    opacity: .4
}

.vehicle-box h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.vehicle-box .principal-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.choose-vehicle-box span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase
}

.box-select {
    background-color: #fff;
    position: relative
}

.box-select.bootstrap-select .btn.dropdown-toggle {
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 0;
    -webkit-transition: none;
    transition: none
}

.box-select.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding: 16px 30px 13px 37px;
    font-size: 14px;
    background-image: url(../images/botom-arrow.svg);
    background-repeat: no-repeat;
    background-position: 91% 25px;
    -webkit-transition: none;
    transition: none
}

.box-select.bootstrap-select:hover .dropdown-toggle .filter-option-inner-inner {
    background-image: url(../images/botom-arrow-hover.svg)
}

.box-select.bootstrap-select.show .dropdown-toggle .filter-option-inner-inner {
    background-image: url(../images/botom-arrow-up.svg)
}

.box-select.location.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    background-position: 95.5% 25px
}

.box-select.bootstrap-select .btn.dropdown-toggle[title=Select] .filter-option-inner-inner {
    color: #838b95
}

.box-select.bootstrap-select.show .btn.dropdown-toggle[title=Select] .filter-option-inner-inner {
    color: #1f2930
}

.box-select.bootstrap-select .dropdown-toggle:hover .filter-option-inner-inner {
    color: #1f2930
}

.box-select.bootstrap-select.show .dropdown-toggle .filter-option-inner-inner {
    color: #1f2930;
    font-weight: 700
}

.box-select.bootstrap-select .dropdown-menu li a {
    padding: 4px 17px 4px 17px;
    line-height: normal;
    max-width: 320px;
}

.box-select.bootstrap-select .dropdown-menu.inner {
    padding-bottom: 10px
}

.choose-vehicle-box {
    position: relative;
    z-index: 11;
    padding: 22px 40px 30px 40px
}

.box-select.bootstrap-select .dropdown-menu li a span {
    color: #1f2930;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none
}

.box-select .dropdown-menu {
    border: none;
    background-clip: unset;
    max-height: 130px
}

.box-select.country .dropdown-menu {
    width: 100%;
    min-width: 100% !important;
    overflow-x: hidden
}

.box-select .dropdown-toggle::after {
    border: none;
    margin: 0;
    padding: 0
}

.choose-vehicle-box .row .row:last-child {
    margin-top: 24px
}

.choose-vehicle-box .row .col-sm-6.col-6-left {
    position: relative;
    padding-right: 17px
}

.choose-vehicle-box .row .col-6-left .col-sm-6:last-child {
    padding-left: 2px;
    padding-right: 29px
}

.choose-vehicle-box .row .col-6-left:after {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 31px);
    right: -2px;
    top: 31px;
    background-color: #838b95
}

.col-6-left .col-sm-12 {
    padding-right: 29px
}

.col-sm-6.col-6-right {
    padding-left: 31px
}

.col-6-right .col-sm-6:last-child {
    padding-left: 10px
}

.col-6-right .col-sm-6:first-child {
    padding-right: 11px
}

.choose-vehicle-box .row .col-6-left .col-sm-6:first-child {
    padding-right: 17px
}

.choose-vehicle-box .col-sm-12 > span, .choose-vehicle-box .col-sm-6 > span {
    margin-bottom: 10px;
    display: block;
    font-size: 90%;
}

.box-select.calendar input {
    background-image: url(../images/botom-arrow.svg);
    background-repeat: no-repeat;
    background-position: 91% 25px
}

.box-select.calendar input:hover {
    background-image: url(../images/botom-arrow-hover.svg)
}

.calendar input {
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding: 15px 26px 14px 38px;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    cursor: pointer
}

.calendar:before {
    display: none;
    content: "\f107";
    position: absolute;
    right: 24px;
    top: 17px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 600;
    font-size: 14px;
    color: #1f2930;
    width: 0;
    height: 0
}

.calendar:after {
    content: "\f073";
    position: absolute;
    left: 17px;
    top: 14px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    color: #f89c4f
}

.clock:after {
    content: "\f017";
    position: absolute;
    left: 17px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    color: #f89c4f
}

.location:after {
    content: "\f3c5";
    position: absolute;
    left: 17px;
    top: 14px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    color: #f89c4f
}

.country:after {
    content: "\f57d";
    position: absolute;
    left: 17px;
    top: 14px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    color: #f89c4f
}

.child-seat:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 18px;
    width: 17px; /* Ajusta según el tamaño de tu SVG */
    height: 17px; /* Ajusta según el tamaño de tu SVG */
    background-image: url('/assets/img/child-seat.svg');
    background-size: contain;
    background-repeat: no-repeat;
    color: #f89c4f;
}

.next-btn-box {
    background-color: #197bff;
    border-radius: 0 0 4px 4px;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.next-btn-box:hover {
    background-color: #1a446a
}

.next-btn-box a {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    display: block;
    color: #fff;
    text-align: center;
    padding: 23px 20px
}

.welcome-text-section {
    position: relative;
    background-color: #FFF;
    padding-top: 140px;
    padding-bottom: 100px
}

.welcome-text-section .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.welcome-grid {
    margin-top: 54px;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.welcome-title h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-align: center
}

.welcome-title h1 span {
    font-weight: 700
}

.welcome-title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-align: center
}

.welcome-title h2 span {
    font-weight: 700
}

.img-text-box {
    text-align: center;
    padding: 0 11px 0 12px;
    margin-bottom: 74px
}

.img-text-icon {
    height: 76px
}

.img-text-box .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
    padding-bottom: 2px;
    text-transform: capitalize;
}

.welcome-grid .col-sm-4:nth-last-child(2) .img-text-box {
    margin-bottom: 0
}

.welcome-grid .col-sm-4:last-child .img-text-box {
    margin-bottom: 0
}

.img-text-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
    padding-bottom: 2px;
    text-transform: capitalize
}

.img-text-box a {
    color: #197bff!important;
    font-weight: 700
}

.tab-section {
    background-color: #1f2930;
    padding-top: 79px;
    padding-bottom: 84px
}

.tab-section .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.title-btn h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #fff
}

.title-btn h2 span {
    font-weight: 700
}

.title-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap
}

.tab-section .title-btn p {
    padding-top: 6px;
    padding-left: 2px;
}

.title-btn p {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
}

.tab-section .border-white:hover {
    border-color: #fff !important;
    color: #1f2930;
    background-color: #fff
}

.tab-section .title-btn {
    padding: 0 0 22px 0
}

.tab-section .title-btn h2 {
    padding-top: 6px;
    padding-left: 2px
}

.tab-section ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 51%;
    position: relative
}

.tab-section ul.tabs li {
    margin: 0 0 30px 0;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px 0 0 4px;
    background-color: #1a446a;
    min-height: 145px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.tab-section ul.tabs li.active:hover {
    background-color: #fff
}

.tab-section ul.tabs li:hover {
    background-color: #838b95
}

.tab-section ul.tabs li:last-child {
    margin-bottom: 0
}

.tab-section ul.tabs li.active {
    background-color: #fff
}

.tab-section .tab_container {
    clear: both;
    float: left;
    width: 49%;
    background: #fff;
    position: relative;
    border-radius: 0 4px 4px 0;
    max-height: 670px;
}

.tab-section ul.tabs:after {
    content: "";
    background-image: url(../images/tab-curve.svg);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: auto;
    position: absolute;
    background-repeat: no-repeat;
    left: 86%
}

.tab-section .tab_content {
    padding: 20px 20px 10px 0;
    display: none;
    position: relative;
    z-index: 1;
    right: 0px;
}

.tab-section .tab_drawer_heading {
    display: none
}

.tab-section ul.tabs li h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    padding-top: 10px;
    text-transform: uppercase
}

.tab-section ul.tabs li.active h2 {
    color: #1f2930;
    font-weight: 700
}

.tab-section ul.tabs li.active h3 {
    color: #1f2930;
    font-weight: 700;
}

.tab-section ul.tabs li h3 {
    font-size: 28px !important;
    max-width: 180px;
    line-height: 28px;
    color: white;
}

.tab-car-img {
    width: 180px;
    position: relative;
    left: -10px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 36px
}

.tab-car-img img {
    max-width: none
}

.car-tab-title {
    text-align: center;
    padding-left: 31px
}

.car-tab-title h3 {
    font-weight: 800;
    line-height: 34px;
    font-size: 24px;
    padding-bottom: 7px
}

.car-tab-title h3 span {
    font-weight: 400
}

.car-rate-book-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px;
    padding: 0 11px 0 0
}

.car-from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    margin-left: 0px;
}

.car-from p {
    text-transform: uppercase;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-weight: 500
}

.car-from-pay p {
    color: #1a446a;
    font-weight: 700;
    font-size: 28px
}

.car-tab-title p {
    font-size: 14px;
    width: 108%;
    margin-left: -6%;
}

.car-from-pay p span {
    font-size: 14px;
    color: #1f2930;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 0 7px
}

.car-price ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 4px
}

.car-price ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    position: relative;
    font-weight: 500
}

.car-price ul li:last-child {
    margin-right: 0
}

.car-price ul li:last-child:after {
    display: none
}

.car-price ul li:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 5px;
    height: 13px;
    width: 1px;
    background-color: #1f2930
}

.car-slider {
    margin-top: 29px
}

.car-slider .slick-prev {
    left: -27px
}

.car-slider .slick-next {
    right: -18px
}

.car-slider .slick-arrow {
    top: 52%
}

.car-from-price {
    margin: 8px 0 0 43px
}

.car-booknow-box {
    max-width: 238px;
    width: 100%
}

.car-booknow-box a {
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 29px 40px 29px 40px;
    border-radius: 4px;
    background-color: #197bff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb i {
    margin-right: 5px!important;
}

.car-booknow-box a:hover {
    background-color: #1a446a
}

.slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slick-prev {
    background-image: url(../images/arrow-prev.svg);
    left: 0
}

.slick-prev:hover {
    background-image: url(../images/arrow-prev-hover.svg)
}

.slick-next {
    background-image: url(../images/arrow-next.svg);
    right: 0
}

.slick-next:hover {
    background-image: url(../images/arrow-next-hover.svg)
}

.slick-dots {
    padding: 30px 0 0 5px;
    margin: 0;
    text-align: center;
    position: relative;
    left: -3px
}

.slick-dots li {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    cursor: pointer
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li button {
    border: none;
    background-color: transparent;
    font-size: 0
}

.slick-dots li.slick-active:before {
    opacity: 1
}

.slick-dots li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    left: 0;
    top: 0;
    background-color: #1f2930;
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slick-dots li:hover:before {
    opacity: 1
}

@-webkit-keyframes testimobial-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes testimobial-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.customer-slider-section {
    background-color: #eaebed;
    padding-top: 72px;
    padding-bottom: 15px;
    position: relative
}

.customer-slider-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/gray-full-width.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    top: 100%;
    margin-top: -1px
}

.customer-slider-section h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center
}

.reviews-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    padding-bottom: 5px;
}

.customer-slider-section h2 span {
    font-weight: 700
}

.customer-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px
}

.customer-text p {
    font-weight: 500
}

.customer-name h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

.customer-name span {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase
}

.customer-name .title-author {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

.customer-star ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.customer-star ul li {
    display: inline-block
}

.customer-slider .slick-list {
    padding: 0 25.55% !important
}

.customer-item {
    padding: 67px 70px 20px 70px
}

.customer-box {
    background-color: #fff;
    padding: 30px 22px 15px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 18px rgba(0, 0, 0, .13)
}

.customer-item.slick-slide {
    opacity: .3
}

.customer-item.slick-slide.slick-current {
    opacity: 1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-name: testimobial-fade;
    animation-name: testimobial-fade
}

.customer-rating {
    position: relative;
    margin-top: 2px
}

.customer-rating:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 700;
    left: 0;
    top: 0;
    letter-spacing: 9px;
    width: 100%;
    height: 22px;
    display: block;
    font-size: 15px;
    color: #838b95;
    z-index: 1
}

.customer-rating span {
    display: block;
    overflow: hidden;
    width: 80%;
    height: 22px
}

.customer-rating span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005" "\f005";
    position: relative;
    font-family: "Font Awesome 5 Free";
    color: #f89c4f;
    font-size: 15px;
    font-weight: 700;
    right: 0;
    top: 0;
    letter-spacing: 9px;
    z-index: 2;
    display: block;
    height: 28px
}

.customer-star ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.customer-star ul li {
    display: inline-block
}

.customer-slider .slick-arrow {
    top: 49%
}

.customer-slider .slick-prev {
    left: 25.65%
}

.customer-slider .slick-next {
    right: 25.65%
}

.logo-slider-section {
    background-color: #1f2930;
    padding: 146px 40px 82px 40px
}

.logo-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-item {
    padding: 0 38px
}

.logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
}

.logo-box img {
    max-height: 99px;
}

.home-blog-section {
    padding: 81px 0 80px 0
}

.home-blog-section .container {
    padding: 0
}

.home-blog-section .title-btn {
    padding-bottom: 11px
}

.home-blog-section .title-btn h2 {
    color: #1f2930;
    padding-top: 6px
}

.home-blog-box {
    background-color: #eaebed;
    border-radius: 4px;
    padding: 18px 10px 17px 20px
}

.home-blog-box h5 {
    color: #1f2930;
    font-weight: 700;
    padding-bottom: 4px
}

.home-blog-box a {
    color: #1f2930;
    display: block
}

.home-blog-box a:hover {
    color: #197bff
}

.home-blog-box p {
    padding-right: 15px
}

.home-blog-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 10px
}

.home-blog-date span {
    font-size: 14px;
    text-transform: uppercase
}

.home-blog-date a {
    color: #197bff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-right: 14px
}

.home-blog-date a:before {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #1f2930;
    right: 2px;
    font-size: 11px;
    font-weight: 700;
    top: 1px
}

.home-blog-date a:hover {
    color: #1a446a
}

.home-blog-img {
    margin-top: 30px
}

.home-blog-img .bg-cover {
    border-radius: 4px;
    position: relative
}

.home-blog-img .bg-cover:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 49%, #000 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 4px;
    opacity: .64
}

.home-blog-content {
    position: absolute;
    z-index: 1;
    bottom: 41px;
    padding: 0 27px 0 39px
}

.home-blog-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 11px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home-blog-content h3 a {
    color: #fff;
    display: block
}

.home-blog-content h3 a:hover {
    color: #f89c4f
}

.home-blog-content .title-article {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 11px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home-blog-content .title-article a {
    color: #fff;
    display: block
}

.home-blog-content .title-article a:hover {
    color: #f89c4f
}

.home-blog-content p {
    color: #fff
}

.home-blog-content .home-blog-date span {
    color: #fff
}

.home-blog-content .home-blog-date {
    padding-top: 5px;
}

.home-blog-category span {
    position: relative;
    margin-right: 7px
}

.home-blog-category span:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 3px;
    background-color: #fff;
    width: 1px;
    height: 12px
}

.home-blog-category a {
    color: #f89c4f
}

.home-blog-category a:before {
    display: none
}

.home-blog-content .home-blog-date a {
    color: #f89c4f
}

.home-blog-content .home-blog-date a:before {
    color: #fff;
    right: -1px
}

.home-blog-content .home-blog-date a:hover {
    color: #ba6a26
}

.home-blog-left:nth-child(even) .home-blog-img {
    margin-top: 0;
    margin-bottom: 30px
}

.home-blog-left {
    display: none
}

.full-img-section {
    position: relative
}

.full-img-section .bg-cover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .37) 14%, #000 32%, #000 57%, rgba(0, 0, 0, .45) 74%, rgba(0, 0, 0, 0) 100%);
    opacity: .4
}

.full-img-section .bg-cover {
    padding-bottom: 8px
}

.full-img-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 770px;
    width: 100%
}

.full-img-content h2 {
    font-size: 76px;
    font-weight: 300;
    line-height: 1.11;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .23);
    padding-bottom: 18px
}

.full-img-content h2 span {
    font-weight: 700
}

.img-wrapper {
    display: flex;
    flex-wrap: wrap
}

.img-wrapper:nth-child(even) {
    flex-direction: row-reverse
}

.img-wrapper .bg-cover {
    width: 50%;
    padding-bottom: 13px
}

.img-content-wrapper {
    width: 50%;
    padding: 75px 70px 78px 59px;
    margin-top: -8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start
}

.more-content {
    padding-top: 8px
}

.img-content-wrapper h3 {
    font-weight: 300;
    padding-bottom: 17px
}

.img-content-wrapper p,
.img-content-wrapper ul li,
.img-content-wrapper ol li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.img-content-wrapper p{
    margin-bottom: 25px;
}
.img-content-wrapper ul li{
    margin-bottom: 18px;
}

.img-content-wrapper p:last-child,
.img-content-wrapper ul li:last-child {
    margin-bottom: 0
}

.img-content-wrapper p strong,
.img-content-wrapper ul li strong {
    font-weight: 700
}

.img-content-inner {
    padding-top: 13px
}

.more-link {
    position: relative;
    padding-right: 15px
}

.more-link::after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #1f2930
}

.more-link.show::after {
    content: "\f106"
}

.reverse-car-section {
    background-color: #197bff;
    position: relative;
    padding: 68px 0 0 0
}

.reverse-car-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/blue-full-width.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 82px;
    left: 0;
    right: 0;
    bottom: auto;
    background-position: center center;
    top: 100%;
    margin-top: -1px
}

.reverse-car-section .row {
    margin: 0 -3px
}

.reverse-car-section .title-btn {
    margin: 0
}

.reverse-car-section .title-btn h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
    padding-top: 10px
}

.reverse-car-section .title-btn h2 span {
    font-weight: 700
}

.reverse-car-section .border-btn {
    font-size: 24px;
    max-width: 239px;
    padding: 26px 10px 26px 10px
}

.top-footer {
    color: #fff
}

.top-footer {
    background-color: #1f2930;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 133px 57px 50px 69px;
    border-bottom: 1px solid #546c80
}

.footer-logo-box a img {
    max-width: 316px
}

.footer-logo-box {
    width: 28%;
    display: block
}

.footer-logo-text p {
    color: #838b95;
    line-height: 22px
}

.footer-logo-box .card-icons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.footer-logo-text {
    margin-top: 35px
}

.footer-menu-box {
    width: 27%;
    padding-left: 46px
}

.footer-menu ul {
    padding: 0;
    margin: -1px 0 0;
    list-style: none;
    column-count: 2;
    margin-left: -40px;
}

.footer-menu ul li {
    width: 100%;
    float: left;
    margin-bottom: 26px;
    text-wrap: nowrap;
}

.footer-menu ul li:nth-child(even) {
    padding-left: 0
}

.footer-menu ul li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff
}

.footer-menu ul li a:hover, .footer-menu ul li.active a {
    color: #f89c4f!important;
}

.footer-info-box {
    width: 23%
}

.footer-info-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 4px
}

.footer-info-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

.footer-contact-info {
    padding: 11px 0 13px 2px
}

.footer-contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-contact-info ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px
}

.footer-contact-info ul li i {
    position: absolute;
    left: -5px;
    top: 6px;
    color: #838b95
}

.footer-contact-info ul li.icon-phone i {
    -webkit-transform: rotate(92deg);
    transform: rotate(92deg)
}

.footer-contact-info ul li a {
    color: #fff
}

.footer-contact-info ul li a:hover {
    color: #f89c4f
}

.footer-contact-info ul li.icon-phone a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.footer-contact-info ul li.icon-chat i {
    font-size: 20px;
    left: -3px;
    top: 2px
}

.footer-info-box span {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.footer-info-box span a {
    color: #f89c4f
}

.footer-info-box span a:hover {
    color: #fff
}

.footer-flag-box {
    width: 17%;
    text-align: right
}

.footer-flag-box ul {
    padding: 0 4px 0 0;
    margin: 0;
    list-style: none
}

.footer-flag-box ul li {
    display: block;
    margin-right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer-right-text ul li a {
    color: #fff
}

.footer-right-text ul li a:hover {
    color: #f89c4f
}

.footer-flag-box ul li:last-child {
    margin-right: 0
}

.footer-right-text {
    color: #fff;
    margin-top: 29px;
    margin-bottom: 23px
}

.footer-right-text ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-social ul {
    padding: 0 11px 0 0;
    margin: 0;
    list-style: none
}

.footer-social ul li {
    display: inline-block;
    margin-right: 14px
}

.footer-social ul li a {
    display: block
}

.footer-social ul li i {
    color: #838b95;
    font-size: 47px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer-social ul li i:hover {
    color: #fff
}

.footer-logo-text a {
    color: #838b95
}

.bottom-footer {
    background-color: #1a446a;
    padding: 20px 62px 19px 62px
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-copyright p {
    margin: 0
}

.copyright-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.copyright-text ul {
    padding: 0 4px 0 6px;
    margin: 0;
    list-style: none
}

.copyright-text ul li {
    display: inline-block;
    position: relative;
    margin-right: 9px
}

.copyright-text ul li:last-child {
    margin-right: 0
}

.copyright-text ul li:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 4px;
    background-color: #fff;
    width: 1px;
    height: 15px
}

.copyright-text ul li:last-child:before {
    display: none
}

.copyright-text ul li a {
    font-weight: 700;
    color: #fff
}

.copyright-text ul li a:hover, .copyright-text ul li.active a {
    color: #f89c4f
}

.webdesign-link {
    color: #fff
}

.webdesign-link p span {
    font-weight: 700
}

.webdesign-link a {
    color: #fff
}

.webdesign-link a:hover {
    color: #f89c4f
}

.grey-bg {
    background-color: #eaebed
}

.white-bg {
    background-color: #fff
}

.inner-title-section {
    background-color: #1f2930;
    position: relative;
    padding: 77px 0 15px 0;
    z-index: 1
}

.inner-title-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    background-image: url(../images/dark-full-width.svg);
    background-size: 100%;
    height: 94px;
    width: 100%;
    top: 100%;
    background-repeat: no-repeat;
    margin-top: -1px
}

.ie10 .inner-title-section:before, .ie11 .inner-title-section:before {
    height: 100px;
    background-size: 100% 100px;
    bottom: -85px;
    background-color: #1f2930;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%
}

.inner-title-section h1 {
    color: #fff;
    text-transform: uppercase;
    position: relative
}

.ie10 .about-text-section, .ie11 .about-text-section {
    padding-top: 210px
}

.about-text-section {
    padding: 146px 0 66px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.text-title h3 {
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 23px;
    margin-top: 0;
    margin-bottom: 8px;
}

.text-title span {
    font-weight: 700;
    text-transform: uppercase
}

.about-text-section .row .col-sm-6:first-child {
    padding-left: 0
}

.about-text-section .row .col-sm-6:last-child {
    padding-right: 0;
    padding-left: 39px
}

.about-text-section h4 {
    padding-bottom: 37px
}

.about-text-section h4:last-child {
    padding-bottom: 0
}

.about-text-section ul {
    padding: 0 24px 0 0;
    margin: 0;
    list-style: none
}

.about-text-section ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px
}

.about-text-section ul li:before {
    content: "\f00c";
    position: absolute;
    left: 1px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #f89c4f;
    font-weight: 700
}

.about-text-section.about-list-section {
    padding: 83px 0 61px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500
}

.about-list-section .text-title h3 {
    padding-bottom: 59px
}

.more-about-section {
    padding: 100px 0 91px 0
}

.more-about-section .container {
    padding: 0
}

.list-box-img {
    width: 50%;
    border-radius: 4px 0 0 4px;
    position: relative
}

.img-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1f2930;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px
}

.img-list-wrapper h3 {
    font-weight: 300;
    padding-bottom: 14px;
    text-transform: capitalize
}

.list-box-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
    padding-right: 2px
}

.list-box-text .border-white:hover {
    color: #1f2930;
    border-color: #fff !important
}

.img-list-row {
    margin-top: 42px;
    position: relative;
    z-index: 11
}

.img-list-row .col-sm-6:first-child {
    padding-right: 39px
}

.img-list-row .col-sm-6:last-child {
    padding-left: 39px
}

.list-box-text .border-btn {
    max-width: unset;
    width: auto;
    padding-left: 8px;
    padding-right: 8px
}

.ie10 .list-box-text .border-btn, .ie11 .list-box-text .border-btn {
    padding-left: 20px;
    padding-right: 20px
}

.vehicle-no-content {
    position: relative;
    z-index: 1
}

.no-more-content {
    color: #1f2930;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    padding: 100px 0
}

.book-banner {
    position: relative;
    background-color: #fff
}

.book-banner .banner-title {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 147px;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1
}

.book-banner .banner-title h3 {
    font-weight: 300
}

.book-banner .banner-title h3 span {
    font-weight: 700;
    text-transform: uppercase
}

.book-banner .banner-section:after {
    background-image: none;
    background-color: #000;
    opacity: .3;
    background-image: none
}

.book-banner .banner-section:before {
    z-index: 1;
    background-image: url(../images/white-banner-curve.png);
    bottom: -64px;
    background-size: 100% 190px
}

.book-banner .banner-box {
    bottom: 116px;
    top: auto
}

.book-banner .choose-vehicle-box {
    padding-top: 0
}

.book-banner .banner-section:after {
    background-image: none;
    background-color: #000;
    opacity: .55
}

.book-banner .bg-cover {
    padding-bottom: 71px;
    -webkit-clip-path: ellipse(105% 100% at 50% 0);
    clip-path: ellipse(105% 100% at 50% 0);
    -webkit-shape-outside: ellipse(105% 100% at 50% 0);
    shape-outside: ellipse(105% 100% at 50% 0)
}

.filter-section {
    padding: 166px 0 70px 0;
    position: relative
}

.filter-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/white-full-width.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    top: 100%;
    right: 0;
    margin-top: -1px
}

.filter-section .container {
    max-width: 1300px
}

.filter-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding-top: 14px;
    padding-left: 29px;
    margin-bottom: 40px
}

.filter-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-col-2 {
    width: 172px;
    margin-right: 30px
}

.filter-dropdown > span {
    margin-right: 16px
}

.bg-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#1a446a), to(#fff));
    background-image: linear-gradient(to right, #1a446a 0, #fff 100%);
    width: 100%;
    border-radius: 4px;
    padding: 20px 20px 20px 38px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.bg-title h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.car-wrapper {
    padding-bottom: 42px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.special-ofr {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    border-radius: 4px 0 0;
    background-color: #1f2930;
    top: 0;
    left: 0;
    padding: 13px 25px 14px 23px;
    width: auto
}

.full-btn {
    width: 100%;
    border-radius: 4px;
    max-width: 100%;
    text-align: center;
    margin-top: 38px;
    z-index: 1
}

.car-grid {
    margin: 0 -35px;
    overflow: hidden
}

.car-grid .col-lg-4 {
    padding: 0 21px
}

.car-curve-clip {
    border-radius: 4px 4px 0 0;
    border: 3px solid #eaebed;
    border-bottom: none
}

.car-img-box {
    background-color: #eaebed;
    padding: 31px 0px 25px 0px;
    position: relative;
    z-index: 0;
    text-align: center;
}

.ie10 .car-img-box::before, .ie11 .car-img-box::before {
    content: "";
    position: absolute;
    background-image: url(../images/card.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
    background-size: 100% 24px;
    left: 0;
    bottom: -24px;
    z-index: -1
}

.car-img-box:before{
    content: '';
    display: block;
    padding-top: 65%;
}

.car-img-box img {
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 0;
    width: 97%;
    height: 100%;
    transform: translateX(-50%);
}

.extra-car-wrapper .car-img-box img {
    max-height: none
}

.car-content ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0
}

.ie10 .car-content, .ie11 .car-content {
    padding-top: 50px
}
.car-curve-clip {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.car-content {
    background-color: #fff;
    padding: 20px 18px 11px 19px;
    border-bottom: none;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    flex: 1;
}

.car-content h4 {
    font-weight: 400;
    padding-bottom: 1px
}

.car-price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1;
}

.car-price-list strong {
    color: #1a446a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 11px
}

.car-price-list ul li {
    display: inline-block;
    position: relative;
    margin-right: 7px;
    color: #1a446a;
    font-size: 14px
}

.car-price-list ul li:last-child {
    margin-right: 0
}

.car-price-list ul li:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 5px;
    background-color: #1a446a;
    width: 1px;
    height: 13px
}

.car-price-list ul li:last-child:before {
    display: none
}

.car-info-box ul {
    width: 100%;
    float: left;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.car-info-box ul:last-child {
    padding-top: 2px
}

.car-info-box ul:last-child li {
    border-right: none;
    width: 100%;
    border-bottom: none
}

.car-info-box ul li {
    padding: 8px 5px 8px 0;
    border-bottom: 3px solid #eaebed;
    width: 50%;
    border-right: 3px solid #eaebed;
    float: left
}

.car-info-box {
    border-top: 3px solid #eaebed;
    margin-top: 20px
}

.car-info-box ul li strong {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    text-transform: capitalize
}

.vehicle_type {
    text-transform: capitalize
}

.car-info-box ul li i {
    color: #f89c4f;
    font-size: 14px;
    width: 24px;
    display: inline-block;
    float: left;
    position: relative;
    top: 4px
}

.car-info-box ul li i img {
    position: relative;
    top: -5px
}

.car-info-box ul li:nth-child(2) {
    padding-left: 10px;
    border-right: none
}

.car-select-btn.blue-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 20px 14px 20px;
    border-radius: 0 0 4px 4px
}

.car-select-btn.blue-btn:hover {
    background-color: #1a446a
}

.car-select-btn.blue-btn.selected {
    background-color: #1f2a30;
}

.car-select-btn.blue-btn.included {
    background-color: #1f2a30;
}

.insurance-btn.blue-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 20px 14px 20px;
    border-radius: 0 0 4px 4px
}

.insurance-btn.blue-btn:hover {
    background-color: #1a446a
}

.insurance-btn.blue-btn.selected {
    background-color: #1f2a30;
}

.insurance-btn.blue-btn.included {
    background-color: #1f2a30;
}

.extra-btn.blue-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 20px 14px 20px;
    border-radius: 0 0 4px 4px
}

.extra-btn.blue-btn:hover {
    background-color: #1a446a
}

.extra-btn.blue-btn.selected {
    background-color: #1f2a30;
}

.extra-btn.blue-btn.included {
    background-color: #1f2a30;
}



.car-info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 11;
    opacity: 1
}

.booking-bar.fixed {
    opacity: 1;
    display: flex
}

.book-page.round-book-btn span:before {
    content: "\f073";
    position: absolute;
    left: 50%;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400
}

.booking-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1a446a;
    opacity: 0;
    width: 100%;
    display: none
}

.booking-bar ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.booking-bar ul li {
    position: relative;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size:.8em;
}

.booking-bar ul li:last-child {
    margin-bottom: 0
}

.booking-bar ul li a {
    position: absolute;
    color: #fff;
    left: 0;
    font-size: 12px;
    top: 7px
}

.booking-bar ul li a i {
    background-image: url(../images/edit-icon-white.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.booking-bar ul li a i:before {
    display: none
}

.booking-bar ul li a i:hover {
    background-image: url(../images/edit-icon-yellow.svg)
}

.book-pick-drop {
    position: relative;
    padding: 10px 20px 10px 20px;
    width: 22%
}

.book-model-name {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 23px 10px 20px;
    position: relative
}

.book-model-name:before {
    content: "";
    position: absolute;
    background-color: #1f2a30;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0
}

.book-extra-time {
    width: 26%;
    padding: 0 20px 0 20px
}

.booking-bar .book-extra-time li {
    font-weight: 600;
    width: 100%;
    display: inline-block
}

.book-estimate {
    background-color: #1f2a30;
    width: 30%;
    color: #fff;
    text-align: center;
    padding: 15px 0 15px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.book-estimate h4 {
    text-transform: uppercase
}

.book-estimate ul li {
    display: inline-block;
    color: #838c95;
    margin-left: 9px;
    text-transform: uppercase;
    padding: 0
}

.book-estimate ul li:last-child {
    padding: 0
}

.book-estimate ul li:before {
    content: "";
    position: absolute;
    background-color: #838c95;
    width: 1px;
    height: 12px;
    right: -7px;
    top: 5px
}

.book-estimate ul li:last-child:before {
    display: none
}

.book-checkout {
    background-color: #f89c4f;
    width: 11%
}

.book-checkout a {
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 20px
}

.book-pick-drop li {
    text-transform: uppercase
}

.book-model-name:after {
    content: "";
    position: absolute;
    background-color: #1f2a30;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.book-model-name img {
    max-width: 70px;
    margin-right: 10px
}

.book-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%
}

.step3-extra-section {
    position: relative;
    padding: 166px 0 81px 0
}

.step3-extra-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/gray-full-width.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    top: 100%;
    margin-top: -1px
}

.step3-extra-section .container {
    max-width: 1300px
}

.step3-extra-section .car-img-box {
    background-color: #838b95;
    background-size: cover;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.step3-extra-section .extra-car-wrapper .car-img-box {
    padding: 0
}

.ie10 .step3-extra-section .car-img-box:before, .ie11 .step3-extra-section .car-img-box:before {
    background-image: url(../images/card-dark-grey.svg);
    bottom: -23px
}

.step3-extra-section .car-info-box {
    border-top: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px
}

.step3-extra-section .car-content {
    border: none;
    padding: 20px 19px 23px 22px
}

.ie10 .step3-extra-section .car-content, .ie11 .step3-extra-section .car-content {
    padding-top: 40px
}

.ie10 .step3-extra-section .extra-car-wrapper .car-content, .ie11 .step3-extra-section .extra-car-wrapper .car-content {
    padding-top: 20px
}

.step3-extra-section .car-price-list {
    display: block;
    flex: unset;
}

.step3-extra-section .car-price-list strong {
    margin-right: 1px;
    margin-left: 5px;
}

.step3-extra-section .car-price-list span {
    font-size: 14px
}

.step3-extra-section .car-wrapper {
    padding-bottom: 40px;
    background: transparent;
    border-radius: 0 0 0 4px
}


.step3-extra-section .car-curve-clip {
    border: none
}

.step3-extra-section .bg-title {
    margin-top: 49px;
    background-image: -webkit-gradient(linear, left top, right top, from(#1a446a), to(#eaebed));
    background-image: linear-gradient(to right, #1a446a 0, #eaebed 100%)
}

.car-price-day {
    margin-bottom: 8px
}

.ie10 .step3-extra-section .extra-car-wrapper .car-img-box:before, .ie11 .step3-extra-section .extra-car-wrapper .car-img-box:before {
    background-image: url(../images/extra-car-curve.svg);
    bottom: -15px;
    background-color: transparent;
    height: 40px;
    background-size: 100% 40px;
    border-radius: 0
}

.extra-car-wrapper .car-content {
    padding-top: 20px;
    z-index: 1;
    position: relative;
    min-height: 250px;
}

.qty-size-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 0 0 0 4px
}

.qty-box {
    width: 30%;
    padding: 15px 0 0 17px;
    margin-right: 10px
}

.qty-box strong {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-right: 8px
}

.qty-box a {
    color: #1f2930;
    float: left;
    margin-top: 1px
}

.qty-box .decrease-qty i {
    background-image: url(../images/minus-circle-black.svg);
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative
}

.qty-box .decrease-qty i:hover {
    background-image: url(../images/minus-circle-hover.svg)
}

.qty-box .decrease-qty i:before {
    display: none
}

.qty-box .increase-qty i {
    background-image: url(../images/plus-circle-black.svg);
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative
}

.qty-box .increase-qty i:hover {
    background-image: url(../images/plus-circle-hover.svg)
}

.qty-box .increase-qty i:before {
    display: none
}

.qty-textbox {
    border: none;
    background-color: transparent;
    max-width: 20px;
    text-align: center;
    color: #1f2930;
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin: 0 6px 0 5px
}

.qty-textbox::placeholder {
    color: #1f2930;
    font-size: 16px;
    font-weight: 500
}

.size-select .border-select .bootstrap-select.show.dropup > .dropdown-menu {
    border-bottom: none;
    margin-top: 0;
    border-top: 3px solid #838b95;
    top: auto !important;
    bottom: 100% !important;
    transform: none !important
}

.size-select {
    width: 27%;
    margin-right: 5px
}

.size-select .border-select {
    border: none
}

.size-select .bootstrap-select.show > .dropdown-toggle:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    background-color: #fff;
    height: 46px;
    border-top: 4px solid #838b95;
    border-right: 4px solid #838b95;
    border-left: 4px solid #838b95;
    z-index: 0
}

.size-select .border-select .bootstrap-select.show .filter-option-inner-inner {
    z-index: 1;
    position: relative
}

.size-select .border-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-weight: 700;
    padding: 12px 0 0 16px;
    background-image: none
}

.size-select .border-select .bootstrap-select > .dropdown-toggle:after {
    right: 36px;
    display: none
}

.size-select .border-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner:after {
    content: "";
    position: relative;
    right: -5px;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    color: #1f2930;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-image: url(../images/botom-arrow.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat
}

.size-select .border-select .bootstrap-select:hover .dropdown-toggle .filter-option-inner-inner:after {
    background-image: url(../images/botom-arrow-hover.svg)
}

.size-select .border-select .bootstrap-select.show .dropdown-toggle .filter-option-inner-inner:after {
    background-image: url(../images/botom-arrow-up.svg)
}

.size-select .border-select .bootstrap-select.show > .dropdown-toggle .filter-option-inner-inner:after, .size-select .border-select .bootstrap-select:hover > .dropdown-toggle .filter-option-inner-inner:after {
    color: #197bff
}

.size-select .border-select .dropdown-menu {
    width: 100%;
    margin: -2px 0 0 0;
    border-right: 4px solid #838b95;
    border-bottom: 4px solid #838b95;
    border-left: 4px solid #838b95
}

.size-select .border-select .dropdown-menu ul {
    border: none
}

.size-select .border-select .bootstrap-select .btn.dropdown-toggle {
    border: 4px solid transparent !important
}

.size-select .border-select .bootstrap-select.show .btn.dropdown-toggle {
    border-right: 4px solid #838b95 !important;
    border-left: 4px solid #838b95 !important;
    border-radius: 0
}

.size-select .border-select .bootstrap-select .dropdown-menu.inner {
    padding-top: 10px
}

/* Time Selector States */
.clock .dropdown-menu li[disabled="true"] {
    opacity: 0.2;
    pointer-events: none;
    cursor: none;
}

.qty-size-two .qty-box {
    width: 87%;
    padding: 13px 0 0 19px;
    margin-right: 10px
}

.qty-size-two .qty-box strong {
    margin-right: 15px
}

.qty-size-two .qty-box a {
    margin-top: 1px
}

.qty-size-two .car-select-btn.blue-btn {
    border-radius: 0 0 4px 0
}

.qty-size-three .car-select-btn {
    width: 42%;
    border-radius: 0 0 4px 0
}

.extra-car-wrapper .car-content h4 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
}

.extra-car-wrapper .car-content h4 strong {
    font-size: 22px;
    font-weight: bold;
}

.step4-personal-detail .text-title {
    margin-bottom: 42px
}

.step4-personal-detail {
    padding: 160px 0 127px 0;
    background-color: #fff;
    position: relative
}

.step4-personal-detail:before {
    content: "";
    position: absolute;
    background-image: url(../images/white-full-width.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    top: 100%;
    right: 0;
    margin-top: -1px
}

.step4-left-box {
    padding-left: 0;
    padding-right: 40px
}

.step4-contact-info {
    border-radius: 4px;
    background-color: #1f2930;
    padding: 35px 15px 43px 15px
}

.step4-contact-info h4 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px
}

.step4-contact-info .row {
    margin: 0
}

.step4-contact-info .row .col-sm-6:first-child {
    padding-right: 10px
}

.step4-contact-info .row .col-sm-6:last-child {
    padding-left: 10px
}

.step4-contact-info .row.children-chairs-row .col-sm-6:first-child{
    margin-bottom: 30px;
}

.date-birth .box-select.calendar input {
    background-image: none
}

.input-box.input-no-padding input {
    padding-left: 15px
}

.input-box > input {
    border: none;
    background-color: #fff;
    position: relative;
    padding: 15px 20px 14px 38px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400
}

.ie10 .input-box > input, .ie11 .input-box > input {
    height: 50px
}

.input-box input::placeholder, textarea::placeholder {
    color: #838b95;
    font-size: 14px;
    font-weight: 400
}

.input-box > i {
    position: absolute;
    left: 31px;
    color: #f89c4f;
    font-size: 13px;
    z-index: 1;
    top: 19px
}

.input-box.arrival-time > i {
    left: 27px
}

.phone-number i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.passenger-box {
    display: inline-block;
    position: relative;
    padding: 15px 0 0 25px;
    margin-right: 20px
}

.passenger-box i {
    position: absolute;
    left: 0;
    top: 21px;
    color: #f89c4f;
    font-size: 13px
}

.passenger-box span {
    color: #fff;
    font-size: 14px
}

.passenger-qty-box {
    display: inline-block
}

.passenger-qty-box .qty-textbox {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.passenger-qty-box .qty-textbox::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.decrease-qty {
    float: left
}

.passenger-qty-box i {
    color: #fff;
    font-size: 16px
}

.passenger-qty-box .decrease-qty i {
    background-image: url(../images/minus-circle.svg);
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative
}

.passenger-qty-box .decrease-qty i:hover {
    background-image: url(../images/minus-circle-yellow.svg)
}

.passenger-qty-box .decrease-qty i:before {
    display: none
}

.passenger-qty-box .increase-qty i {
    background-image: url(../images/plus-circle.svg);
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative
}

.passenger-qty-box .increase-qty i:hover {
    background-image: url(../images/plus-circle-yellow.svg)
}

.passenger-qty-box .increase-qty i:before {
    display: none
}

.box-select.bootstrap-select .btn.dropdown-toggle[title=Country] .filter-option-inner-inner {
    color: #838b95
}

.box-select.bootstrap-select.show .btn.dropdown-toggle[title=Country] .filter-option-inner-inner {
    color: #1f2930
}

.hotel-name span {
    color: #838b95;
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
    display: block
}

.country-name .box-select:hover .dropdown-toggle::after {
    color: #197bff
}

.country-name .box-select.show .dropdown-toggle::after {
    content: "\f106";
    display: none
}

.driver-info-form {
    margin-top: 49px;
    position: relative
}

.driver-info-form:before {
    content: "";
    position: absolute;
    background-color: #1a446a;
    height: 2px;
    width: 94%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -37px
}

.step4-contact-info .driver-info-form h4 {
    padding-bottom: 16px
}

.step4-right-box {
    padding-left: 40px;
    padding-right: 0
}

.step4-right-box .blue-btn {
    max-width: 100%;
    text-align: center;
    border-radius: 0 0 4px 4px;
    width: 100%
}

.step4-model-info {
    background-color: #eaebed;
    border-radius: 4px;
    padding: 32px 0 0 0
}

.model-detail-box {
    padding: 12px 31px 30px 31px
}

.model-name h3 {
    font-weight: 300
}

.model-name h3 strong {
    font-weight: 700
}

.model-name p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 39px;
    padding-top: 1px
}

.edit-box {
    position: relative;
    padding-right: 30px
}

.model-name-edit {
    position: absolute;
    right: 10px;
    color: #1f2930;
    font-size: 12px;
    top: 18px
}

.insurance-box h4 {
    font-size: 20px
}

.insurance-box .edit-box {
    margin-bottom: 18px
}

.edit-box i:before {
    display: none
}

.edit-box i {
    color: #f89c4f;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(../images/edit-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.edit-box i:hover {
    background-image: url(../images/edit-icon-hover.svg)
}

.edit-box a i {
    color: #1f2930
}

.edit-box p {
    margin: 0;
    padding-left: 26px
}

.model-name {
    margin-bottom: 61px
}

.insurance-box {
    margin-bottom: 59px
}

.insurance-box .model-name-edit {
    top: 4px
}

.insurance-box ul li .model-name-edit {
    right: -2px;
    top: 6px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.insurance-box ul li .model-name-edit:hover {
    background-image: url(../images/close-icon-hover.svg)
}

.insurance-box ul li .model-name-edit img {
    display: none
}

.insurance-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.insurance-box ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 18px;
    padding-right: 20px
}

.insurance-box ul li i {
    color: #f89c4f;
    position: absolute;
    left: 0;
    top: 2px
}

.pick-drop-box {
    margin-bottom: 58px
}

.pick-drop-box ul li .model-name-edit {
    right: 10px;
    top: 4px
}

.pick-drop-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.pick-drop-box ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    padding-right: 20px
}

.pick-drop-box ul li i {
    color: #f89c4f;
    position: absolute;
    left: 0;
    top: 2px
}

.pick-drop-box ul li a i {
    color: #1f2930;
    background-image: url(../images/edit-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pick-drop-box ul li a i:before {
    display: none
}

.pick-drop-box ul li a i:hover {
    background-image: url(../images/edit-icon-hover.svg)
}

.total-cost-box {
    margin-bottom: 52px;
    padding-top: 1px
}

.grey-border-bottom {
    position: relative
}

.grey-border-bottom:before {
    content: "";
    position: absolute;
    width: 99%;
    height: 2px;
    background-color: #838b95;
    opacity: .7;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -31px
}

.model-car-img {
    text-align: center
}

.total-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.total-title span {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 1px
}

.total-cost-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.total-cost-box ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-top: 2px
}

.total-cost-box ul li:last-child {
    margin: 0
}

.total-cost-box ul li:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 6px;
    background-color: #1a446a;
    width: 1px;
    height: 15px
}

.total-cost-box ul li:last-child:before {
    display: none
}

.total-cost-box.pay-now-box ul li {
    margin-right: 9px
}

.total-cost-box.pay-now-box ul li:last-child {
    margin: 0
}

.cost-list {
    text-align: right;
    margin-right: -1px
}

.pay-now-box .total-title span {
    font-size: 24px;
    color: #1a446a;
    font-weight: 700;
    margin-right: -2px
}

.accept-box .check-box span {
    color: #1f2930
}

.total-title h4 {
    font-size: 20px
}

.pay-now-box .total-title h4 {
    font-size: 24px;
    margin-bottom: 5px
}

.pay-now-box {
    padding-bottom: 6px
}

.pay-now-box.grey-border-bottom:before {
    bottom: -22px
}

.accept-box .check-box {
    padding: 0 20px 0 7px
}

.booking-text {
    padding: 152px 0 100px 0;
    position: relative
}

.booking-text .container {
    max-width: 953px
}

.booking-text .text-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center
}

.booking-print-box {
    background-color: #eaebed;
    border-radius: 4px;
    padding: 10px 10px 41px 10px;
    position: relative
}

.book-print-link {
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 1
}

.book-print-link a {
    font-weight: 700;
    text-transform: uppercase;
    color: #197bff
}

.book-print-link a:hover {
    color: #1a446a
}

.book-print-link i {
    color: #f89c4f;
    margin-right: 7px
}

.print-car-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 53px 0 !important;
    border: none !important;
    margin-bottom: 0 !important
}

.booking-print-box .grey-border-bottom:before {
    bottom: 27px;
    height: 3px;
    width: 96%
}

.print-car {
    width: 48%
}

.print-car-name {
    width: 60%;
    padding: 17px 10px 0 12px
}

.print-car-name h3 {
    font-weight: 300
}

.print-car-name h3 strong {
    font-weight: 700
}

.print-car-name p {
    padding-top: 2px
}

.print-car-pic-drop {
    padding-bottom: 38px !important;
    border: none !important
}

.print-car-pic-drop .row {
    margin: 0
}

.print-car-pic-drop ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 15px
}

.print-car-pic-drop ul li strong {
    display: inline-block !important;
    margin-right: 7px;
    text-transform: uppercase
}

.print-car-pic-drop i {
    color: #f89c4f;
    position: absolute;
    left: 5px;
    top: 3px
}

.booking-print-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.print-extra {
    padding-bottom: 33px !important;
    border: none !important;
    margin-bottom: 0 !important
}

.print-extra .row {
    margin: 0
}

.print-extra-left ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 18px
}

.print-extra-left ul li strong {
    text-transform: uppercase
}

.print-extra-left i {
    color: #f89c4f;
    position: absolute;
    left: 0;
    top: 2px
}

.print-total-right {
    text-align: right;
    text-transform: uppercase;
    padding-right: 20px
}

.print-total {
    padding-bottom: 21px
}

.print-total-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 6px
}

.print-total-box h5 {
    margin: 0;
    font-weight: 700;
    font-size: 20px !important
}

.print-total-box span {
    font-size: 20px;
    font-weight: 400;
    padding-left: 10px
}

.print-total ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-top: 2px
}

.print-total ul li:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 6px;
    background-color: #1f2930;
    width: 1px;
    height: 15px
}

.print-total ul li:last-child {
    margin: 0
}

.print-total ul li:last-child:before {
    display: none
}

.print-deposit ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-top: 2px
}

.print-deposit ul li:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 6px;
    background-color: #1f2930;
    width: 1px;
    height: 15px
}

.print-deposit ul li:last-child {
    margin: 0
}

.print-deposit ul li:last-child:before {
    display: none
}

.print-contact .row {
    margin: 0
}

.print-contact-box {
    width: 33%
}

.print-driver-info {
    width: 33%;
    padding: 0 0 0 19px
}

.print-address {
    width: 30%;
    padding-left: 23px
}

.booking-text .text-title {
    padding-bottom: 48px
}

.row.booking-success-box {
    margin-left: -9px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
    display: block
}

.car-drop-right {
    padding-left: 7px
}

.print-car-pic-drop.grey-border-bottom:before {
    bottom: 22px
}

.print-extra-left h5 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px !important;
    text-transform: uppercase
}

.print-extra-left {
    padding-left: 20px
}

.print-deposit {
    padding-bottom: 26px
}

.print-deposit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 7px
}

.print-deposit-box h5 {
    margin: 0;
    font-weight: 700;
    font-size: 20px !important
}

.print-deposit-box span {
    color: #1a446a;
    font-size: 20px;
    font-weight: 700;
    padding-left: 9px
}

.print-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.print-payment h4 {
    margin: 0;
    font-weight: 700;
    font-size: 16px
}

.print-payment span {
    padding-left: 5px
}

.print-contact {
    padding: 1px 0 0 21px
}

.print-contact h5 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 20px !important
}

.print-contact-box ul li {
    margin-bottom: 12px
}

.print-contact-box ul li:last-child {
    margin-bottom: 0
}

.print-driver-info li {
    margin-bottom: 11px
}

.print-driver-info li:last-child {
    margin-bottom: 0
}

.print-address p {
    line-height: 25px;
    margin-bottom: 11px
}

.print-address li {
    margin-bottom: 12px;
    padding-right: 54px
}

.print-address li:last-child {
    margin-bottom: 0
}

.print-extra.grey-border-bottom:before {
    bottom: 23px
}

.cancel-btn-box {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 8px
}

.cancel-btn-box .blue-btn {
    margin-right: 40px
}

.book-customer-num h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2px 0;
    position: relative;
    top: -10px
}

.book-customer-num a {
    color: #197bff;
    font-size: 20px;
    font-weight: 700;
    padding-left: 2px;
    display: block
}

.book-customer-num a:hover {
    color: #1a446a
}

.book-customer-num i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #f89c4f
}

.booking-cancel-section.booking-text .text-title {
    padding-bottom: 30px
}

.booking-cancel-section.booking-text {
    padding-bottom: 43px
}

.cars-boxes-section.filter-section:before {
    display: none
}

.cars-boxes-section.filter-section {
    padding: 40px 0 38px 0
}

.cars-text-box p {
    font-size: 24px;
    line-height: 34px
}

.cars-mid-box {
    max-width: 1037px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.text-title .cars-mid-box h3 {
    padding-bottom: 14px
}

.about-text-section.cars-text-box {
    padding-bottom: 63px
}

.cars-boxes-section .car-content h4 {
    font-size: 20px
}

.cars-boxes-section .car-content h4 strong {
    font-size: 24px
}

.extras-boxs.step3-extra-section .car-img-box {
    background-color: #eaebed;
    border-radius: 4px 4px 0 0;
    left: -2px;
    right: auto;
    width: 101%
}
.extras-boxs.step3-extra-section .car-img-box img,
.step3-extra-section .car-img-box img{
    width: 70%;
}

.extras-boxs.step3-extra-section .car-img-box:before {
    /* background-image: url(../images/card.svg) */
}

.extras-boxs.step3-extra-section .car-content {
    padding: 20px 17px 15px 19px
}

.ie10 .extras-boxs.step3-extra-section .car-content, .ie11 .extras-boxs.step3-extra-section .car-content {
    padding-top: 45px
}

.step3-extra-section.extras-boxs .extra-car-wrapper .car-curve-clip {
    border-top: none
}

.extras-boxs.step3-extra-section .extra-car-wrapper .car-content {
    padding: 13px 17px 13px 20px;
    border-radius: 0 0 4px 4px
}

.ie10 .extras-boxs.step3-extra-section .extra-car-wrapper .car-img-box:before, .ie11 .extras-boxs.step3-extra-section .extra-car-wrapper .car-img-box:before {
    background-image: url(../images/extra-car-curve.svg);
    background-color: transparent
}

.extras-boxs.step3-extra-section .bg-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#1a446a), to(#fff));
    background-image: linear-gradient(to right, #1a446a 0, #fff 100%);
    margin-bottom: 81px
}

.ie10 .extras-boxs.step3-extra-section .extra-car-wrapper .car-content:after, .ie11 .extras-boxs.step3-extra-section .extra-car-wrapper .car-content:after {
    content: "";
    position: absolute;
    height: 64px;
    left: -3px;
    border-left: 3px solid #eaebed;
    bottom: auto;
    right: -3px;
    border-right: 3px solid #eaebed;
    top: -43px
}

.ie10 .extras-boxs.step3-extra-section .extra-car-wrapper .car-content::after, .ie11 .extras-boxs.step3-extra-section .extra-car-wrapper .car-content::after {
    top: -20px
}

.extras-text-wraper .text-title h3 {
    padding-bottom: 29px
}

.extras-text-wraper.about-text-section h4 {
    line-height: 34px
}

.extras-text-wraper.about-text-section .row .col-sm-6:first-child {
    padding-right: 30px
}

.extras-text-wraper.about-text-section .row .col-sm-6:last-child {
    padding-left: 33px
}

.extras-text-wraper.about-text-section {
    padding-bottom: 62px
}

.step3-extra-section.extras-boxs {
    padding: 31px 0 50px 0
}

.step3-extra-section.extras-boxs:before {
    display: none
}

.step3-extra-section.extras-boxs .car-curve-clip {
    border: 3px solid #eaebed;
    border-radius: 4px;
}

.extras-more-about.more-about-section {
    position: relative
}

.extras-more-about.more-about-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/gray-full-width.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    top: 100%;
    margin-top: -1px
}

.faq-mid-box.cars-mid-box {
    padding: 0 30px
}

.text-title .faq-mid-box.cars-mid-box h3 {
    padding-bottom: 28px
}

.faq-category-section {
    padding: 80px 0 46px 0
}

.faq-category-section .container {
    max-width: 940px
}

.cat-filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 69%
}

.cat-filter-box span {
    width: 21%;
    padding: 0 0 0 2px
}

.category-box {
    width: 77%;
    padding: 0 0 0 4px
}

.category-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.category-box ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    padding: 0;
    margin-bottom: 0
}

.category-box ul li:last-child {
    margin: 0
}

.category-box ul li a {
    color: #1a446a;
    font-weight: 700;
    padding: 12px 0 11px 0;
    display: block;
    border-radius: 100px;
    border: 3px solid #1a446a;
    text-transform: uppercase
}

.category-box ul li a:hover {
    background-color: #1a446a;
    color: #fff
}

.category-box ul li a:focus {
    background-color: #1f2930;
    color: #fff;
    border: 3px solid #1f2930
}

.cat-search {
    width: 31%;
    position: relative
}

.cat-search input {
    background-color: transparent;
    border-radius: 100px;
    border: 3px solid #1a446a;
    padding: 11px 50px 12px 17px;
    width: 100%;
    font-size: 14px
}

.ie10 .cat-search input, .ie11 .cat-search input {
    height: 50px
}

.ie10 .box-select, .ie11 .box-select {
    height: 50px
}

.ie10 .box-select input, .ie11 .box-select input {
    height: 50px
}

.cat-search a {
    position: absolute;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background-position: 13px 18px;
    -webkit-transition: none;
    transition: none
}

.cat-search a svg {
    position: absolute;
    top: 17px;
    right: 22px
}

.cat-search:hover a svg .a {
    fill: #ba6a26
}

.cat-search .a {
    transition: all .3s
}

.accordion-section {
    padding: 40px 0 45px 4px;
    text-align: center
}
.accordion-section-1,
.accordion-section-2,
.accordion-section-3,
.accordion-section-4 {
    padding-top: 80px;
}
.accordion-section-2,
#final_text{
    padding-bottom: 80px;
}

.accordion-section .heading {
    margin-bottom: 68px
}

.accordion-section .title-background {
    margin: 10px 0 20px 1px;
    display: inline-block;
    line-height: normal
}

.accordion-section .accordion-box {
    text-align: left;
    width: 100%
}


.accordion-box .card.hidden-faq {
    display: none;
}


.load-more-faqs{
    color: #1F2930;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
}
.load-more-faqs img{
    transition: all .3s ease;
    transform: rotate(0deg);
}
.load-more-faqs.active img{
    transform: rotate(180deg);
}
.accordion-box .card {
    margin: 0 0 35px 0;
    border: 3px solid #eaebed;
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion-box .card:hover {
    border-color: #838b95
}

.accordion-box .card.active {
    border-color: #838b95
}

.accordion-box .card-header {
    border-bottom: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding: 22px 80px 14px 74px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px
}

.accordion-box .card-header:after {
    content: "";
    position: absolute;
    background-image: url(../images/faq-minus.svg);
    right: 36px;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    top: 38px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion-box .card.active .card-header:after, .accordion-box .card:hover .card-header:after {
    background-image: url(../images/faq-minus-hover.svg)
}

.accordion-box .card:hover .card-header.collapsed:after {
    background-image: url(../images/faq-plus-hover.svg)
}

.accordion-box .card-header.collapsed:after {
    background-image: url(../images/faq-plus.svg);
    right: 38px;
    top: 41px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.accordion-box .card-header.collapsed {
    background-color: #fff;
    font-weight: 400;
    padding: 36px 80px 36px 74px
}

.accordion-box .card-body {
    padding: 13px 40px 46px 37px
}

.accordion-box .card-body p {
    margin-bottom: 24px
}

.accordion-box .card-body p:last-child {
    margin-bottom: 0
}

.card-body {
    font-size: 20px;
    line-height: 30px
}

.number {
    width: 38px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    left: 37px
}

.faq-more .img-list-row {
    margin-top: 32px
}

.about-text-section .category-box ul li:before {
    display: none
}

.about-text-section.blog-filter-box {
    font-size: 16px;
    line-height: 22px;
    padding: 156px 0 75px 0
}

.feature-post-section {
    padding: 80px 0 80px 0
}

.feature-blog-img {
    position: relative;
    border-radius: 4px
}

.feature-blog-img:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, .25)), color-stop(57%, #000), to(#000));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .25) 35%, #000 57%, #000 100%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .64;
    border-radius: 4px
}

.feature-blog-img .home-blog-content {
    max-width: 558px;
    width: 100%;
    right: 0;
    padding: 0 35px 0 39px;
    bottom: 42px
}

.feature-blog-img .home-blog-content h3 {
    padding-bottom: 12px
}

.feature-blog-img .home-blog-content .home-blog-date {
    padding-top: 10px
}

.blog-list-section {
    padding: 87px 0 61px 0
}

.blog-list-section .container {
    padding: 0
}

.blog-list-section .home-blog-img {
    margin-top: 0
}

.blog-list-section .home-blog-left:nth-child(even) .home-blog-img {
    margin-bottom: 0
}

.blog-list-section .home-blog-left {
    margin-bottom: 30px
}

.load-more-post {
    padding: 51px 15px 20px 15px;
    text-align: center
}

.load-more-btn.border-navy {
    max-width: 206px
}

.blog-filter-box .container {
    max-width: 760px
}

.blog-filter-box .cat-filter-box {
    width: 100%
}

.blog-filter-box .cat-filter-box span {
    width: 20%
}

.blog-filter-box .category-box {
    width: 86%
}

.blog-filter-box .category-box ul li {
    width: 20%
}

.blog-post-title.inner-title-section {
    padding-bottom: 21px
}

.blog-post-title.inner-title-section h1 {
    font-size: 32px
}

.post-section {
    padding: 169px 0 82px 0
}

.post-section .container {
    max-width: 986px
}

.post-category-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px;
    position: relative;
    z-index: 1
}

.post-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post-tag > ul {
    padding: 0;
    margin: 0 22px 0 0;
    list-style: none
}

.post-tag > ul li {
    display: inline-block;
    margin-right: 6px;
    font-weight: 700;
    text-transform: uppercase
}

.post-tag > ul li:last-child {
    margin-right: 0
}

.share-box {
    position: relative
}

.share-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sharethis-social {
    position: absolute;
    top: auto;
    bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .23);
    box-shadow: 0 0 30px rgba(0, 0, 0, .23);
    width: 40px;
    padding: 5px 0;
    z-index: 1;
    left: -8px
}

.sharethis-social li {
    display: block;
    margin: 8px 0;
    text-align: center
}

.sharethis-social li a {
    color: #1f2930
}

.sharethis-social li i {
    font-size: 20px
}

.sharethis-social.active-social {
    display: block !important
}

.post-share {
    color: #1f2930;
    font-size: 19px
}

.post-share i {
    background-image: url(../images/share.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.post-share i:hover {
    background-image: url(../images/share-hover.svg)
}

.post-share i:before {
    display: none
}

.post-category a {
    font-weight: 700;
    color: #197bff
}

.post-category a:hover {
    color: #1a446a
}

.post-section h4 {
    line-height: 34px;
    padding-bottom: 17px
}

.post-section img {
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 4px
}

.post-section p {
    margin-bottom: 22px
}

.post-section img.img-right {
    float: right;
    margin-left: 26px;
    border-radius: 4px 0 0 4px;
    margin-top: 0;
    margin-bottom: 0
}

.post-list-section.blog-list-section {
    padding: 74px 0 52px 0
}

.post-list-section .text-title h3 {
    font-weight: 400;
    padding-bottom: 67px
}

.post-category {
    text-transform: uppercase
}

.contact-banner {
    padding-bottom: 6px
}

.contact-banner .banner-title {
    max-width: 1123px;
    top: auto;
    bottom: 77px;
    left: 0
}

.contact-banner .banner-title h5 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 18px 0
}

.contact-banner h3 {
    font-weight: 300;
    margin: 0 0 20px 0;
    text-wrap: balance;
}

.contact-banner h3 span {
    font-weight: 700
}

.contact-banner .banner-title p {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    text-transform: unset;
}

.contact-banner .banner-title strong {
    color: #f89c4f
}

.contact-banner .banner-title strong a {
    color: #f89c4f
}

.contact-banner .banner-title strong a:hover {
    color: #ba6a26
}

.contact-banner:before {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .6;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.contact-form-section {
    padding-bottom: 6px;
    overflow: hidden
}

.contact-list-section {
    padding: 72px 0 81px 0;
    text-align: center
}

.contact-list-section .container {
    padding: 0
}

.contact-list-section h4 {
    text-transform: uppercase;
    margin: 0 0 19px 0
}

.contact-list-section i {
    color: #f89c4f;
    position: relative;
    left: auto;
    top: 2px;
    margin-right: 1px
}

.contact-list-section a {
    color: #197bff;
    font-size: 20px;
    font-weight: 700
}

.contact-list-section span {
    font-size: 20px
}

.contact-list-section a:hover {
    color: #1a446a
}

.contact-form-box {
    position: absolute;
    left: 50%;
    right: 0;
    max-width: 900px;
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 100%
}

.contact-form-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .74;
    border-radius: 4px;
    background: #1f2930 0 0 no-repeat padding-box;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px)
}

.contact-form-title {
    color: #fff;
    position: relative;
    max-width: 362px;
    margin: 0 auto;
    padding-bottom: 38px;
    text-align: left;
    padding-left: 32px;
    padding-top: 5px
}

.contact-form-title h4 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 40px
}

.contact-form-title p {
    margin: 0
}

.contact-form-title a {
    color: #fff;
    font-weight: 700
}

.contact-form-title a:hover {
    color: #f89c4f
}

.contact-form-box input, .contact-form-box textarea {
    border: none;
    background-color: #fff
}

.contact-form-box input {
    padding: 14px 20px 15px 37px
}

.input-box.last-name > input {
    padding-left: 16px
}

.contact-wrapper {
    padding: 36px 50px 50px 50px
}

.contact-form-box textarea {
    height: 132px;
    width: 100%;
    padding: 14px 20px 10px 38px;
    resize: none
}

.contact-form .first-name {
    padding-right: 12px
}

.contact-form .last-name {
    padding-left: 8px;
    padding-right: 20px
}

.contact-form .email-box {
    padding-right: 20px
}

.contact-form .text-area {
    padding-left: 20px
}

.contact-form .text-area.input-box > i {
    left: 37px
}

.contact-form .email-box.input-box > input {
    margin-bottom: 40px
}

input[type=submit] {
    border-radius: 4px;
    background-color: #197bff;
    color: #fff;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 10px 14px 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type=submit]:hover {
    background-color: #1a446a
}

.privacy-policy-section {
    padding: 141px 0 36px 0;
    font-size: 20px;
    line-height: 32px;
    position: relative
}

.privacy-policy-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/white-full-width.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    right: 0;
    top: 100%;
    margin-top: -1px
}

.privacy-policy-section .container {
    max-width: 960px;
    position: relative;
    z-index: 1
}

.privacy-policy-section h4 {
    margin-bottom: 33px;
    line-height: 32px
}

.privacy-policy-section p {
    margin-bottom: 31px
}

.thankyou-section {
    padding: 145px 0 32px 0
}

.thankyou-section .text-title h3 {
    display: block;
    width: 100%;
    text-align: center
}

.thankyou-section .text-title a {
    color: #197bff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.thankyou-section .text-title a:hover {
    color: #1a446a
}

.t-check-out {
    position: absolute;
    right: -430px;
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    z-index: 1
}

.t-check-in {
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 0;
    position: relative
}

.calendar-arrow {
    -webkit-transition: all .3s;
    transition: all .3s
}

.calendar-arrow:before {
    content: "";
    position: absolute;
    background-image: url(../images/botom-arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 48%;
    z-index: 1
}

.calendar-arrow:hover:before {
    background-image: url(../images/botom-arrow-hover.svg)
}

.t-dates span {
    color: #1f2930;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    position: relative
}

.t-check-in .t-date-info-title, .t-check-out .t-date-info-title, .t-dates label {
    color: #838b95;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    top: 16px;
    left: 38px
}

.t-dates {
    height: 51px;
    padding: 14px 15px 10px 20px;
    position: relative
}

.t-dates:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.t-dates:after {
    content: "\f073";
    position: absolute;
    left: 17px;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    font-display: swap;
    font-weight: 900;
    font-size: 14px;
    color: #f89c4f
}

.t-hover-day-content {
    display: none
}

.t-today::after {
    display: none
}

.t-hover-day::after {
    display: none
}

.t-check-in .t-end, .t-check-out .t-start, .t-check-out tr ~ .t-end {
    background: #197bff
}

.t-end, .t-end-limit, .t-start {
    background: #197bff
}

.t-highlighted {
    color: #197bff
}

.t-end {
    color: #fff
}

.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
    color: #fff;
    background: #197bff
}

.t-range-limit {
    background: #b5d1f7
}

.t-range, .t-range-limit {
    color: #197bff
}

.t-range {
    background: #b5d1f7
}

.t-datepicker-day {
    top: 61px
}

.t-arrow-top {
    top: 42px
}

.t-range-limit.t-end, .t-range-limit.t-start {
    background: #b5d1f7
}

.skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 1px !important;
    width: 1px !important;
    position: absolute;
    bottom: 0 !important;
    right: -40000px !important
}

.ui-datepicker {
    width: auto !important;
    height: auto !important;
    margin: 5px;
    font: 12pt Arial, sans-serif
}

.ui-datepicker table {
    width: 100%
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: unset !important
}

.ui-datepicker-header {
    background: #fff;
    color: #000;
    font-family: 'Times New Roman', serif;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0
}

.ui-datepicker thead {
    background-color: #f7f7f7
}

.ui-datepicker th {
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666
}

.ui-datepicker tbody td {
    padding: 0
}

.ui-datepicker tbody td:last-child {
    border-right: 0
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0
}

.ui-datepicker a {
    text-decoration: none
}

.ui-datepicker td a, .ui-datepicker td span {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff
}

.ui-datepicker-calendar .ui-state-default {
    background: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    font-weight: 700 !important;
    border: none !important
}

.ui-datepicker .ui-state-highlight {
    border: none !important
}

.ui-datepicker-calendar .ui-state-hover {
    background: #197bff;
    font-weight: 700 !important;
    color: #fff
}

.ui-datepicker-calendar .ui-state-active {
    background: #197bff;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #e0e0e0;
    position: relative;
    margin: -1px
}

.ui-datepicker-unselectable .ui-state-default {
    background: #d6e4be;
    color: #000
}

.ui-datepicker-group-first {
    margin-right: 10px
}

body {
    top: 0 !important
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
    color: #212529
}

.aviso-cookies {
    display: none;
    background: #fff;
    padding: 25px 30px 10px 30px;
    width: calc(100% - 200px);
    max-width: 1020px;
    line-height: 150%;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
}

.aviso-cookies .galleta {
    width: 80%;
    max-width: 75px;
    margin-bottom: 15px;
}

.aviso-cookies .boton {
    background: #197bff;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 8px 10px 7px 10px;
    width: 80px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 16px;
}

button.btn.dropdown-toggle.btn-light {
    min-width: 100%;
}

.filter-dropdown .dropdown.bootstrap-select.dropDown {
    width: 110%!important;
}


@media (min-width: 320px) and (max-width: 480px) {
    .aviso-cookies {
        padding: 20px 20px 10px 20px;
        width: calc(100% - 50px);
        font-size: 15px !important;
        text-align: center;
    }

    .aviso-cookies .galleta {
        display: none;
    }

    .aviso-cookies .boton {
        width: 80%;
    }
}

.aviso-cookies.activo {
    display: block;
}

.aviso-cookies .boton:hover {
    background: #197bff;
}

.aviso-cookies .enlace {
    color: #197bff;
    text-decoration: none;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
}

.fondo-aviso-cookies {
    display: none;
    background: rgba(0, 0, 0, .20);
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fondo-aviso-cookies.activo {
    display: block;
}

.tab-section ul.tabs li h2 {
    font-size: 28px !important;
    max-width: 180px;
    line-height: 28px;
}

div.header-menu a {
    white-space: nowrap !important;
}

.choose-vehicle-box span {
    white-space: nowrap;
}

.filter-dropdown span {
    white-space: nowrap;
}

div.frase_banner_small {
    color: white;
    font-size: 17px;
}

.frase_banner_small p {
    line-height: 30px;
}

section.map-content ul {
    padding-left: 0;
}

.where h2 {
    font-weight: 350;
    font-size: 2.5rem;
    padding-bottom: 5px;
    line-height: 1em;
}

.dropdown-menu.show {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
}
div[role="tooltip"] {
    z-index: 100;
}
.filter-option-inner-inner {
    text-wrap: balance;
}

div#ui-id-1 {
    display: none;
    visibility: hidden;
}

.pick-drop-box.grey-border-bottom strong {
    text-transform: uppercase;
}


section.pb-5.pt-5 {
    border: 0 !important;
}

div.home-blog-category a {
    display: inline-block;
    min-width: 228px;
}

.img-content-wrapper h2 {
    font-weight: 300;
    font-size: 24px;
    padding-bottom:17px;
}

.img-content-wrapper .more-link {
    display: none;
}

@media screen and (max-width: 991px) {
    .tab-section ul.tabs li h2 {
        font-size: 20px !important;
        max-width: 150px;
        line-height: 24px;
    }
}

@media screen and (min-width: 766px) {
    .footer-social {
        margin-top: 80px;
    }
}

.book-now-section {
    text-align: center;
    padding: 0 0 75px;
}
.book-now-section .book-now-title{
    color: #1F2930;
    text-align: center;
    font-family: "Work Sans";
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
}
.book-now-section .book-now-title strong{
    font-weight: 600;
    
}

@media screen and (max-width: 576px) {
    .book-now-section .book-now-title{
        font-size: 24px;
        text-wrap: balance;
    }
}

.step3-extra-section .car-img-box img.img_movil,
.step3-extra-section .car-wrapper .show-info,
.step3-extra-section .extras_box .car-content + label .extra-check,
.step3-extra-section .insurance_box .car-content + label .extra-check,
.resumen_mobile{
    display: none;
}
.step3-extra-section .extras_box .car-content + label,
.step3-extra-section .insurance_box .car-content + label{
    margin-bottom: 0px;
    display: block;
    height: 51px !important;
}
.step3-extra-section + .step4-personal-detail{
    padding: 40px 0 20px 0;
}
.step3-extra-section.booking-process ~ .step4-personal-detail{
    padding-top: 0;
    padding-bottom: 0;
}
.step3-extra-section.booking-process ~ .step4-personal-detail:before{
    background-image: url(../images/gray-full-width.svg);
}
@media screen and (max-width: 576px) {
    .step3-extra-section.booking-process .car-grid{overflow: visible;}
    .step3-extra-section.booking-process .car-grid .insurance_box,
    .step3-extra-section.booking-process .car-grid .extras_box{
        margin-bottom: 20px;
    }
    .step3-extra-section.booking-process .car-wrapper{
        background-color: #fff;
        position: relative;
        border-radius: 6px;
        padding: 12px 10px;
        margin-bottom: 0!important;
    }
    .step3-extra-section.booking-process .car-curve-clip{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        position: static;
    }
    .step3-extra-section.booking-process .car-img-box{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        padding: 0;
        width: 60px;
        background: none;
        background-image: none!important;
    }
    .step3-extra-section.booking-process .insurance_box .car-img-box{
        background-color: #fff;
        border-radius: 60%;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
        padding: 3px;
    }
    .step3-extra-section.booking-process .car-img-box:before{display: none;}
    .step3-extra-section.booking-process .car-img-box img.img_movil{display: block;}
    .step3-extra-section.booking-process .car-img-box img:not(.img_movil){display: none;}
    .step3-extra-section.booking-process .car-img-box img{
        position: static;
        transform: none;
        height: auto;
        width: 100%;
    }
    .step3-extra-section.booking-process .car-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: static;
        padding: 0;
        z-index: auto;
    }
    .step3-extra-section.booking-process .car-content .car-info-box{
        position: absolute;
        bottom: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        width: 95%;
        padding: 12px 13px;
        border-radius: 4px;
        background: rgba(39, 38, 53, 0.90);
        backdrop-filter: blur(3px);
        pointer-events: none;
        opacity: 0;
        transition: all .3s ease;
        margin-top: 0;
    }
    .step3-extra-section.booking-process .car-content .car-info-box::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgba(39, 38, 53, 0.90);
    }
    .step3-extra-section.booking-process .car-content .car-info-box.active{
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .step3-extra-section.booking-process .car-content .car-info-box p{
        color: #FFF;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
        margin: 0;
    }
    .step3-extra-section.booking-process .car-content h4,
    .step3-extra-section.booking-process .car-content h4 strong{
        color: #14272C;
        font-size: 19px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.4px;
        margin-bottom: 0;
    }
    .step3-extra-section.booking-process .insurance_box .car-content h4{
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .step3-extra-section.booking-process .car-content .car-price-day{
        margin: 0;
    }
    .step3-extra-section.booking-process .car-content .car-price-list strong{
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }
    .step3-extra-section.booking-process .car-content .car-price-list .car-price-day.included strong{
        color: #197BFF;
    }
    .step3-extra-section.booking-process .car-content .car-price-list strong{
        margin: 0;
        display: inline;
    }
    .step3-extra-section.booking-process .car-content .car-price-list span{
        color: #1A446A;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.2;
    }
    .step3-extra-section.booking-process .car-content .car-price-list ul{
        display: block;
        margin-top: -4px;
    }
    .step3-extra-section.booking-process .car-content .car-price-list ul li{
        font-size: 11px;
        line-height: 11px;
        font-weight: 500;
        padding: 0;
        margin: 0;
        margin-right: 0;
        padding-right: 5px;
        display: inline-block;
    }
    .step3-extra-section.booking-process .car-content .car-price-list ul li:before{
        top: 50%;
        transform: translate(-50%, -50%);
        height: 50%;
        right: 0
    }
    .step3-extra-section.booking-process .car-curve-clip + label{
        margin: 0;
    }
    .step3-extra-section.booking-process .car-curve-clip + label > span{
        margin-top: 12px;
        border-radius: 4px;
        background: #1F2A30;
        padding: 9px;
        line-height: 1.2;
    }
    .step3-extra-section.booking-process .insurance-btn.blue-btn:hover{
        background: #1F2A30;
    }
    .step3-extra-section.booking-process .car-curve-clip + label > span.included{
        display: none;
    }
    .step3-extra-section.booking-process .insurance-btn.blue-btn.selected,
    .step3-extra-section.booking-process .insurance-btn.blue-btn.selected:hover{
        background: #197BFF;
    }
    .step3-extra-section.booking-process .car-wrapper .show-info{
        display: block;
        width: 20px;
        height: auto;
        background-color: #fff;
        border: solid 1px #197BFF;
        border-radius: 6px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
        transform: translateY(-1px);
    }
    .step3-extra-section.booking-process .car-wrapper .show-info svg{
        width: 100%;
        height: auto;
        display: block;
        overflow: visible;
    }

    .step3-extra-section.booking-process .extras_box .bg-cover > img{
        visibility: visible;
        opacity: 1;
    }
    .step3-extra-section.booking-process .extras_box .car-info-box,
    .step3-extra-section.booking-process .extras_box.included_extra .extra-car-wrapper .car-content .car-price-list,
    .step3-extra-section.booking-process .insurance_box.included_insurance .car-wrapper .car-content .car-price-list{
        display: none;
    }
    .step3-extra-section.booking-process .extras_box .extra-car-wrapper .car-content,
    .step3-extra-section.booking-process .insurance_box .car-wrapper .car-content{
        min-height: 0;
    }
    .step3-extra-section.booking-process .extras_box .car-content + label,
    .step3-extra-section.booking-process .insurance_box .car-content + label{
        height: auto!important;
    }
    .step3-extra-section.booking-process .extras_box .car-content + label > span,
    .step3-extra-section.booking-process .insurance_box .car-content + label > span{
        display: none;
    }
    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }
    .section-book-form .list-extras .box-extra:not(.multiple) .box-inner .extra-check{
        pointer-events: none;
    }
    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check p,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check p{
        color: #197BFF;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 3px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle {
        align-items: center;
        border-radius: 100px;
        display: flex;
        font-weight: 700;
        margin-bottom: 0;
        justify-self: center;
    }

    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle__input,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle__input {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
        pointer-events: none;
    }
    
    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle__input:disabled + .toggle-track,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle__input:disabled + .toggle-track {
        cursor: not-allowed;
    }

    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle-track,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle-track {
        background: #D0D0D0;
        /* border: 1px solid #5a72b5; */
        border-radius: 100px;
        cursor: pointer;
        display: flex;
        height: 28px;
        position: relative;
        width: 56px;
        transition: background 0.35s ease-in-out;
    }

    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle-indicator,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle-indicator {
        align-items: center;
        background: #ffffff;
        border-radius: 24px;
        bottom: 2px;
        display: flex;
        height: 24px;
        justify-content: center;
        left: 2px;
        outline: solid 2px transparent;
        position: absolute;
        transition: 0.25s;
        width: 24px;
    }

    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .blockMark,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .blockMark {
        fill: #197BFF;
        width: 13px;
        height: 17px;;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }
    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle__input:checked + .toggle-track,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle__input:checked + .toggle-track{
     background: #197BFF;
    }
    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle__input:checked + .toggle-track .toggle-indicator,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle__input:checked + .toggle-track .toggle-indicator  {
        transform: translateX(27px);
    }
    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle__input:disabled + .toggle-track .toggle-indicator .blockMark,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle__input:disabled + .toggle-track .toggle-indicator .blockMark{
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
    }
    .step3-extra-section.booking-process .qty-size-btn{
        flex: 0 0 auto;
        max-width: 90px;
    }
    .step3-extra-section.booking-process .qty-size-btn .qty-box > strong{
        display: none;
    }
    .step3-extra-section.booking-process .qty-size-btn > a{
        display: none;
    }
    .step3-extra-section.booking-process .qty-size-btn .qty-box{
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }
    .step3-extra-section.booking-process .qty-box > *{
        float: none;
        display: block;
    }
    .step3-extra-section.booking-process .qty-box > span{
        font-size: 24px;
        margin: 0;
        font-weight: 600;
        min-width: 16px
    }
    .step3-extra-section.booking-process .qty-box > a i{
        width: 28px;
        height: 28px;
        background-size: contain;
        color: #197BFF;
        position: static!important;
        display: block;
    }
    .step3-extra-section.booking-process .qty-box .increase-qty i{
        background-image: url(../images/plus-circle-hover.svg)
    }
    .step3-extra-section.booking-process .qty-box .decrease-qty i{
        background-image: url(../images/minus-circle-hover.svg)
    }
    
    .resumen_mobile.FIJADOABAJO{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 12;
        padding: 10px 15px;
        margin-top: 30px;
        background: #175ED3;
        box-shadow: 0px -3px 11px 0px rgba(0, 0, 0, 0.25);
    }
    
    .resumen_mobile{
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 12;
        padding: 10px 15px;
        margin-top: 30px;
        background: #175ED3;
        box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.25);
    }

    .resumen_mobile + .inner-title-section{
        margin-top: 145px;
    }

    .resumen_mobile .resumen_wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .resumen_mobile .resumen_wrapper .total{
        text-align: center;
        margin-top: 3px;
    }
    .resumen_mobile .resumen_wrapper p{
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .resumen_mobile .resumen_wrapper .list p + p{
        margin-top: 4px;
        margin-bottom: 2px
    }
    .resumen_mobile .resumen_wrapper .insuranceName{
        text-transform: uppercase;
    }
    .resumen_mobile .resumen_wrapper .totalRent{
        font-size: 22px;
    }

    /* .step3-extra-section.booking-process ~ footer {
        margin-bottom: 55px;
    } */
    .step3-extra-section.booking-process ~ .step4-personal-detail{
        padding-top: 0;
        padding-bottom: 0;
    }
    .step3-extra-section.booking-process ~ .step4-personal-detail:before{
        background-image: url(../images/gray-full-width.svg);
    }
}

@media screen and (-ms-high-contrast: active) {
    .step3-extra-section.booking-process .extras_box .car-content + label .extra-check .toggle-track,
    .step3-extra-section.booking-process .insurance_box .car-content + label .extra-check .toggle-track {
        border-radius: 0;
    }
}

section.reviews{
    background-color: #eaebed;
    padding-top: 72px;
    padding-bottom: 72px;
    position: relative;
    text-align: center;
}
section.reviews,
section.reviews *{
    box-sizing: border-box;
}
section.reviews:before{
    content: "";
    position: absolute;
    background-image: url(../images/gray-full-width.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    top: 100%;
    margin-top: -1px;
}
section.reviews .section-title{
    color: #1F2930;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
}
section.reviews .resume-reviews{
    margin: 50px auto;
    background-color: #fff;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2px 13px;
    padding: 20px 35px;
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
    width: fit-content;
}
section.reviews .resume-reviews .number-reviews{
    position: static;
    flex: 0 0 auto;
    width: auto;
    color: #1F2930;
    font-size: 4.011625rem;
    font-weight: 800;
    line-height: 1;
}

section.reviews .resume-reviews .stars-wrapper i{
    color: #F89C4F;
    font-size: 1.575rem;
}
section.reviews .resume-reviews .stars-wrapper .based-on{
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 7px;
    display: block;
}
section.reviews .resume-reviews .stars-wrapper .based-on span{
    color: #197BFF;
}
section.reviews .resume-reviews .reviews-from{
    flex: 0 0 auto;
    width: 100%;
    color: #838B95;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    grid-column: 1 / -1;
}
section.reviews .review-card{
    display: flex;
    height: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    gap: 20px;
    text-align: left;
}
section.reviews .review-card .review-holder .name{
    color: #1F2930;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
}
section.reviews .review-card .review-holder .highlights{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
section.reviews .review-card .review-holder .highlight{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #1F2930;
    font-size: 0.75rem;
    line-height: 1.3;
    text-transform: capitalize;
}
section.reviews .review-card .review-holder .highlight img{
    max-width: 16px
}
section.reviews .review-card .review-content{
    color: #1F2930;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}
section.reviews .review-card .review-footer{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
section.reviews .review-card .review-footer .date{
   color: #1F2930;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}
section.reviews .review-card .review-footer .rating .rating-value{
    color: #F89C4F;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
}
section.reviews .review-card .review-footer .rating .stars{
    display: flex;
    gap: 1px;
}
section.reviews .review-card .review-footer .rating i{
    color: #F89C4F;
    font-size: 0.7rem;
}
section.reviews .reviews-based-on{
    color: #1F2930;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5; 
    margin-top: 50px;
    margin-bottom: 50px;
}

section.reviews .rating-third-party{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    padding: 12px 15px;
    text-align: left;
}
section.reviews .rating-third-party .logo{
    width: 40px;
}
section.reviews .rating-third-party .third-party-name{
    color: #6A6A6A;
    font-size: 0.5625rem;
    font-weight: 400;
    line-height: 1rem;
}
section.reviews .rating-third-party .third-party-stars{
    display: inline-flex;
    gap: 5px;
}
section.reviews .rating-third-party .rating-value{
    color: #1F2930;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: .88;
}
section.reviews .rating-third-party .third-party-stars .stars{
    display: inline-flex;
    gap: 1px;
}
section.reviews .rating-third-party .third-party-stars .stars i{
    color: #F89C4F;
    font-size: .9rem;
    line-height: 1.2;
}
section.reviews .btn.view-all-reviews{
    border-radius: 4px;
    background: #197BFF;
    padding: 25px 50px;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 50px auto 0;
}
@media screen and (max-width: 991px) {
    section.reviews .row.grid-reviews > div:not(:last-child) {margin-bottom: 30px;}
}
@media screen and (max-width: 576px) {
    section.reviews{padding-top: 40px;padding-bottom: 30px;}
    section.reviews .resume-reviews{margin: 30px auto;padding: 20px;}
    section.reviews .review-card{padding: 30px;}
    section.reviews .review-card .review-holder .highlights{gap: 10px;}
    section.reviews .reviews-based-on{margin-top: 30px;margin-bottom: 30px;}
    section.reviews .third-party-grid{margin-left: -5px;margin-right: -5px;}
    section.reviews .third-party-grid > div{padding-left: 5px;padding-right: 5px;}
    section.reviews .rating-third-party{padding: 8px 12px;}
    section.reviews .rating-third-party .logo{width: 30px;}
    section.reviews .btn.view-all-reviews{padding: 19px 30px;font-size: 1.125rem;margin: 30px auto 0;}
}