@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap");

html {
    scroll-behavior: smooth
}

body {
    font-family: lato, Helvetica Neue, Helvetica, sans-serif
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none
}

.form-group {
    margin: 14px 0;
    position: relative
}

label {
    display: block;
    font-weight: 600;
    color: #274e5e
}

.app-input,
.app-input--centered {
    border: 2px solid rgba(39, 78, 94, .2);
    width: 100%;
    padding: 10px;
    transition: all .2s ease;
    font-size: 16px !important
}

.app-input--centered:hover,
.app-input:hover {
    border: 2px solid rgba(39, 78, 94, .2);
    background-color: rgba(88, 89, 91, .05)
}

.app-input.error,
.app-input.error:focus,
.error.app-input--centered,
.error.app-input--centered:focus {
    border: 2px solid #fb6d61
}

.app-input--centered:focus,
.app-input:focus {
    border: 2px solid rgba(39, 78, 94, .2);
    background-color: rgba(88, 89, 91, .1);
    box-shadow: none;
    outline: 0
}

.app-input--centered {
    text-align: center
}

.app-input--centered::-moz-placeholder {
    text-align: center
}

.app-input--centered:-ms-input-placeholder {
    text-align: center
}

.app-input--centered::-ms-input-placeholder {
    text-align: center
}

.app-input--centered::placeholder {
    text-align: center
}

@media (max-width:600px) {

    .app-input,
    .app-input--centered {
        padding: 10px 35px 10px 10px
    }
}

.select-wrapper {
    position: relative;
    overflow: hidden
}

.select-wrapper:after {
    position: absolute;
    top: calc(50% - 11px);
    transform: translateX(-50%);
    right: 5px;
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    opacity: .5
}

.form-error {
    margin-top: 5px;
    display: inline-block
}

.form-error,
.form-error .error,
.form-error label,
.form-error span {
    font-size: 13px;
    font-weight: 500;
    color: #fb6d61
}

.input-addon--middle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 14px
}

.app-button,
.app-button--facebook,
.app-button--gmail,
.app-button--large,
.app-button--medium,
.app-button--primary,
.app-button--secondary,
.app-button--white {
    display: block;
    background-color: #fb6d61;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center !important;
    transition: all .3s ease
}

.app-button--facebook:hover,
.app-button--gmail:hover,
.app-button--large:hover,
.app-button--medium:hover,
.app-button--primary:hover,
.app-button--secondary:hover,
.app-button--white:hover,
.app-button:hover {
    background-color: #fb5f52;
    color: #fff
}

.app-button--facebook:active,
.app-button--facebook:focus,
.app-button--gmail:active,
.app-button--gmail:focus,
.app-button--large:active,
.app-button--large:focus,
.app-button--medium:active,
.app-button--medium:focus,
.app-button--primary:active,
.app-button--primary:focus,
.app-button--secondary:active,
.app-button--secondary:focus,
.app-button--white:active,
.app-button--white:focus,
.app-button:active,
.app-button:focus {
    background-color: #fa5143;
    box-shadow: none;
    outline: 0
}

.app-button--primary {
    background-color: #2eceb6
}

.app-button--primary:hover {
    background-color: #2cc2ab
}

.app-button--primary:active,
.app-button--primary:focus {
    background-color: #29b5a0
}

.app-button--secondary {
    background-color: #274e5e
}

.app-button--secondary:hover {
    background-color: #234553
}

.app-button--secondary:active,
.app-button--secondary:focus {
    background-color: #203f4c
}

.app-button--facebook {
    background-color: #4266b2
}

.app-button--facebook:hover {
    background-color: #34518d
}

.app-button--facebook:active,
.app-button--facebook:focus {
    background-color: #2d467a
}

.app-button--gmail {
    background-color: #e75a4d
}

.app-button--gmail:hover {
    background-color: #e13020
}

.app-button--gmail:active,
.app-button--gmail:focus {
    background-color: #cc2a1c
}

.app-button--white {
    background-color: #fff;
    color: #274e5e !important
}

.app-button--white:hover {
    background-color: #d9d9d9;
    color: #274e5e
}

.app-button--white:active,
.app-button--white:focus {
    background-color: #d1d1d1;
    color: #274e5e
}

.app-button--large {
    padding: 18px 36px;
    font-size: 18px
}

.app-button--medium {
    padding: 10px 30px;
    font-size: 18px
}

hr {
    display: block;
    width: 100%
}

.primary-bg {
    background: #5fdbc8
}

.secondary-bg {
    background: #274e5e
}

.accent-bg {
    background: #fb6d61
}

.light-bg {
    background: rgba(88, 89, 91, .03)
}

.gray-bg {
    background: rgba(88, 89, 91, .1)
}

.primary-color {
    color: #5fdbc8 !important
}

.primary-dark-color {
    color: #229886
}

.secondary-color,
.secondary-color * {
    color: #274e5e
}

.accent-color {
    color: #fb6d61
}

.light-color {
    color: #58595b
}

.lightest-color {
    color: #8b8c8e
}

.relative {
    position: relative
}

.section-heading {
    font-size: 36px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading {
        font-size: 36px
    }
}

.section-heading--small {
    font-size: 38px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading--small {
        font-size: 32px
    }
}

.text--small {
    font-size: 12px
}

.app-dropdown {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.app-dropdown button {
    color: #274e5e
}

.app-dropdown button:focus {
    box-shadow: none;
    outline: 0
}

header.sticky-top {
    box-shadow: 0 8px 20px -6px rgba(39, 78, 94, .1)
}

#app-navbar {
    padding: 0
}

@media (max-width:1200px) {
    #app-navbar {
        padding: 10px
    }
}

#app-navbar-menu {
    margin: 0;
    min-width: 650px;
    display: flex
}

@media (max-width:900px) {
    #app-navbar-menu {
        min-width: auto
    }
}

#app-navbar-menu li {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    min-height: 100px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px
}

#app-navbar-menu li a {
    color: rgba(0, 0, 0, .5);
    width: 100%;
    transition: all .3s ease
}

#app-navbar-menu li a:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 6px;
    background: #fb6d61;
    transition: all .5s ease
}

#app-navbar-menu li:hover a {
    color: #fb6d61
}

#app-navbar-menu li:hover a:after {
    opacity: 1;
    visibility: visible
}

#app-navbar-menu li.active a {
    color: #fb6d61
}

#app-navbar-menu li.active a:after {
    opacity: 1;
    visibility: visible
}

@media (max-width:900px) {
    #app-navbar-menu li {
        margin: 0;
        padding: 10px 10px 10px 25px;
        min-height: 20px
    }

    #app-navbar-menu li a {
        text-align: left
    }

    #app-navbar-menu li.active:after {
        display: none
    }
}

.navbar-right {
    position: relative;
    flex-shrink: 0
}

.navbar-right .cart-icon {
    margin: 10px 0
}

@media (max-width:900px) {
    .navbar-right {
        padding-left: 30px
    }

    .navbar-right .my-account-button {
        margin-right: 10px;
    }
}

@media (max-width:600px) {
    .navbar-right {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 0 20px;
        position: relative;
        flex-wrap: wrap
    }

    .navbar-right .my-account-button {
        order: -1;
        margin-bottom: 10px;
        margin-right: 20px;
        flex-grow: 1;
        width: 100%;
        flex-shrink: 0
    }

    .navbar-right .cart-icon {
        padding-top: 5px;
        order: 2
    }

    .navbar-right .cur-dropdown button,
    .navbar-right .lang-dropdown button {
        padding-left: 0;
        margin: 4px 10px
    }
}

#hero {
    min-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 180px;
    position: relative;
    content: ""
}

#hero:before {
    height: 100%;
    background: rgba(95, 219, 200, .1)
}

#hero:before,
.hero-banner-alert {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-banner-alert {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #5fdbc8;
    padding: 10px;
    font-size: 16px
}

.hero-banner-alert p {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 20px
}

.overlay-blue {
    position: relative
}

.overlay-blue:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(95, 219, 200, .1);
    z-index: -1
}

.hero__subtitle,
.hero__title {
    color: #fff;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, .6)
}

.hero__title {
    font-size: 76px;
    letter-spacing: -1px
}

@media (max-width:850px) {
    .hero__title {
        font-size: 65px!important;
    }
}

@media (max-width:600px) {
    .hero__title {
        font-size: 49px!important;
    }
}

.hero__subtitle {
    font-size: 30px
}

@media (max-width:600px) {
    .hero__subtitle {
        font-size: 22px
    }
}

#booking-form {
    position: relative;
    margin-top: -200px
}

.bf-container {
    background: #fff;
    border-radius: 2px;
    padding: 26px;
    width: 100%;
    box-shadow: 0 18px 58px rgba(39, 78, 94, .2)
}

.return-to {
    position: absolute;
    right: 0;
    top: 10px
}

@media (max-width:600px) {
    .return-to {
        position: relative;
        margin-left: 15px;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .search-now-button {
        width: 100%
    }
}

.input-group-side div {
    width: 100%
}

@media (max-width:600px) {
    .input-group-side {
        flex-wrap: wrap
    }

    .input-group-side div {
        width: 100%
    }

    .input-group-side input:nth-child(2) {
        margin-top: 10px
    }
}

#home-feature-slider .slick-dots {
    bottom: -50px
}

.feature-item {
    max-width: 120px;
    min-height: 140px;
    text-align: center;
    margin: 0 60px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.feature-item img {
    width: 60px;
    margin: 0 auto
}

.feature-item h5 {
    color: #58595b;
    margin-top: 20px;
    font-size: 16px
}

.car-slider-container {
    position: relative;
    overflow: visible
}

.the-car-slider--fleet .car-slide,
.the-car-slider .car-slide {
    background: #fff;
    padding: 40px;
    max-width: 350px;
    margin: 20px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    text-align: center;
    align-items: center
}

.the-car-slider--fleet .car-slide button,
.the-car-slider .car-slide button {
    margin: 0 auto
}

.the-car-slider--fleet .car-slide-image,
.the-car-slider .car-slide-image {
    position: relative
}

.the-car-slider--fleet .car-slide-image img,
.the-car-slider .car-slide-image img {
    width: 100%
}

.the-car-slider--fleet .car-slide__offer,
.the-car-slider .car-slide__offer {
    height: 90px;
    width: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #fb6d61;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    padding: 20px
}

.the-car-slider--fleet .car-slide__offer span,
.the-car-slider .car-slide__offer span {
    display: block;
    font-size: 13px
}

.the-car-slider--fleet .car-slide__offer .price,
.the-car-slider .car-slide__offer .price {
    font-size: 16px
}

.the-car-slider--fleet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0
}

.the-car-slider--fleet .car-slide {
    max-width: 300px;
    text-align: center;
    margin: 0 20px 30px
}

.the-car-slider--fleet .car-slide .car-slide-feature__image {
    width: 42px
}

.the-car-slider--fleet .car-slide .car-slide-feature__count {
    position: absolute;
    bottom: 2.5px;
    color: #fff;
    font-size: 12px
}

.car-slide-features.selected-car-features .car-slide-feature__image {
    width: 42px
}

.car-slide-features.selected-car-features .car-slide-feature__count {
    position: absolute;
    bottom: 2px;
    color: #fff;
    font-size: 12px
}

.benefit-slider-arrows .arrow-left,
.benefit-slider-arrows .arrow-right,
.car-slider-arrow,
.car-slider-arrow__left,
.car-slider-arrow__right {
    z-index: 5;
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    transform-origin: top
}

.car-slider-arrow__left img,
.car-slider-arrow__right img {
    width: 20px
}

.benefit-slider-arrows .arrow-left:hover,
.benefit-slider-arrows .arrow-right:hover,
.car-slider-arrow:hover,
.car-slider-arrow__left:hover,
.car-slider-arrow__right:hover {
    cursor: pointer
}

.car-slider-arrow__right {
    right: -16px
}

.car-slider-arrow__left {
    left: -16px
}

.car-slider-arrow__left img {
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .car-slider-arrow__left {
        left: -5px
    }

    .car-slider-arrow__right {
        right: -5px
    }
}

.car-slide-features {
    display: flex
}

.car-slide-feature {
    position: relative;
    margin-right: 5px;
    opacity: .7;
    transition: all .2s ease
}

.car-slide-feature:hover {
    opacity: 1
}

.car-slide-feature__count {
    position: absolute;
    bottom: 3px;
    right: 5px;
    color: #fff;
    font-size: 13px
}

.car-slide-feature__image {
    width: 50px
}

.testimonial-wrapper {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 50px;
    max-width: 700px;
    margin: 0 auto;
    position: relative
}

.testimonial-wrapper .quote-icon {
    position: absolute;
    top: 20px;
    left: 20px
}

.testimonial-arrows {
    position: absolute;
    right: -20px;
    bottom: -10px;
    display: flex;
    overflow: hidden
}

.testimonial-arrows .arrow-left:hover,
.testimonial-arrows .arrow-right:hover {
    cursor: pointer
}

.testimonial-arrows .arrow-right {
    margin-left: 5px;
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .testimonial-arrows {
        right: 0
    }
}

.currency-switcher {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.benefit-slider {
    overflow: hidden
}

.benefit-slider .owl-item {
    opacity: .5;
    transform: scale(.85);
    transform-origin: center
}

@media (max-width:900px) {
    .benefit-slider .owl-item {
        opacity: 1;
        transform: scale(1)
    }
}

.benefit-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1)
}

.benefit-slide {
    width: 700px;
    background: rgba(88, 89, 91, .08);
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.benefit-slide img {
    max-height: 268px
}

@media (max-width:600px) {
    .benefit-slide {
        width: 100%;
        min-width: unset;
        margin: 0
    }

    .benefit-slide .content img {
        width: 30px;
        margin-bottom: 30px
    }
}

.benefit-slide .content {
    text-align: left;
    padding: 40px
}

.benefit-slide .content img {
    width: 40px
}

.benefit-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.benefit-slider-arrows {
    z-index: 5;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%)
}

.benefit-slider-arrows .arrow-left img,
.benefit-slider-arrows .arrow-right img {
    width: 20px
}

.benefit-slider-arrows:hover {
    cursor: pointer
}

.benefit-slider-arrows .arrow-left {
    transform: rotate(180deg) translateY(10px);
    left: -385px
}

.benefit-slider-arrows .arrow-right {
    transform-origin: top;
    right: -385px
}

@media (max-width:900px) {
    .benefit-slider-arrows {
        display: none
    }
}

.footer-bottom {
    color: #58595b;
    background: #dfdfdf;
    font-size: 12px
}

.footer-nav li.current-menu-item a {
    color: #fb6d61
}

.footer-nav a {
    transition: all .2s ease
}

.footer-nav a:hover {
    color: #fb6d61
}

.footer-bottom-links a {
    transition: all .2s ease
}

.footer-bottom-links a:hover {
    color: #fb6d61
}

.footer-bottom-links a:hover span {
    color: #58595b
}

.footer-bottom-links a:last-child span {
    display: none
}

.footer-icons img {
    width: 35px;
    margin-right: 10px
}

.footer-norton {
    position: relative;
    top: -2px
}

.page-breadcrumb {
    background-color: #5fdbc8;
    min-height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: -1px
}

.page-breadcrumb h1 {
    font-weight: 500;
    font-size: 46px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4)
}

.tst-hover {
    display: none
}

.tst {
    position: absolute;
    top: -20px
}

.testimonial-card {
    display: block;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 30px 40px;
    margin-bottom: 40px;
    transition: all .3s ease;
    height: 586px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.testimonial-card.page-card {
    height: auto
}

.testimonial-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
}

.testimonial-card__icon {
    width: 30px;
    height: 30px;
    background: url(../images/quote-orange.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card__title {
    margin-top: 20px;
    font-size: 24px;
    color: #fb6d61
}

.testimonial-card__author {
    color: #fb6d61
}

.testimonial-card.variant-orange {
    background: #fb6d61
}

.testimonial-card.variant-orange .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-orange .testimonial-card__author,
.testimonial-card.variant-orange .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-text-teal {
    background: #fff
}

.testimonial-card.variant-text-teal .testimonial-card__author,
.testimonial-card.variant-text-teal .testimonial-card__title {
    color: #5fdbc8
}

.testimonial-card.variant-text-teal .testimonial-card__icon {
    background: url(../images/quote-green.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-teal {
    background: #5fdbc8
}

.testimonial-card.variant-teal .testimonial-card__author,
.testimonial-card.variant-teal .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-teal .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.contact-icon {
    width: 70px;
    height: 70px
}

.contact-icon,
.feature-icon {
    -o-object-fit: contain;
    object-fit: contain
}

.feature-icon {
    width: 85px;
    height: 85px
}

.wpcf7-spam-blocked,
.wpcf7-validation-errors,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
    background: #fb6d61;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

div.wpcf7-mail-sent-ok {
    color: #5fdbc8;
    background: #274e5e;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

.modal-content .return-to {
    position: relative;
    display: flex;
    justify-items: flex-end;
    margin-bottom: 20px;
    margin-left: 17px
}

.privacy-policy .detail-title {
    color: #fb6d61
}

.privacy-policy .side-list {
    background: #fb6d61
}

.cookie-policy .detail-title,
.terms-of-use .detail-title {
    color: #5fdbc8
}

.cookie-policy .side-list,
.terms-of-use .side-list {
    background: #5fdbc8
}

.side-list {
    border-radius: 2px;
    overflow: hidden
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px
}

.side-list {
    background: #fb6d61;
    height: calc(100vh - 340px);
    overflow-y: scroll;
    color: #fff;
    font-size: 13px
}

.side-list li {
    margin: 10px 0
}

.side-list::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

.side-list::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 3px
}

.side-list::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, .3)
}

.terms-page .detail-title {
    color: #5fdbc8
}

.accordion-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.join-us-button {
    background: #fff;
    display: flex;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    color: #274e5e;
    white-space: normal
}

@media (max-width:600px) {
    .join-us-button {
        font-size: 14px
    }
}

.join-us-button:hover {
    color: #274e5e
}

.join-us-button:focus {
    box-shadow: none;
    outline: 0
}

.join-us-button i {
    font-size: 26px
}

.faq-nav-container {
    max-width: 980px;
    margin: 0 auto
}

@media (max-width:900px) {
    .faq-nav-container {
        max-width: 500px
    }
}

.faq-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.faq-box {
    border-radius: 2px;
    padding: 25px;
    box-shadow: none;
    border: 2px solid rgba(39, 78, 94, .05);
    width: 200px;
    margin-bottom: 20px;
    transition: all .3s ease
}

@media (max-width:600px) {
    .faq-box {
        padding: 10px
    }

    .faq-box img {
        display: none
    }

    .faq-box span {
        margin-top: 0 !important
    }
}

.faq-box.active {
    border-color: rgba(251, 109, 97, .3);
    box-shadow: 0 21px 42px rgba(39, 78, 94, .1)
}

.history-card,
.history-card--right {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(39, 78, 94, .2);
    position: relative;
    margin-bottom: 20px
}

.history-card--right .year-round,
.history-card .year-round {
    position: absolute;
    top: -30px;
    left: -30px;
    background: #fb6d61;
    color: #fff;
    border-radius: 120px;
    height: 90px;
    width: 90px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:900px) {

    .history-card--right .year-round,
    .history-card .year-round {
        top: -15px;
        left: -15px
    }
}

@media (max-width:600px) {

    .history-card--right .year-round,
    .history-card .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        left: 0
    }

    .history-card--right .year-round h4,
    .history-card .year-round h4 {
        font-size: 20px
    }
}

.history-card--right .year-round h4,
.history-card .year-round h4 {
    margin-bottom: 0
}

.history-card--right .year-round {
    background: #5fdbc8;
    left: unset;
    right: -30px
}

@media (max-width:900px) {
    .history-card--right .year-round {
        top: -15px;
        right: -15px
    }
}

@media (max-width:600px) {
    .history-card--right .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        right: 0
    }

    .history-card--right .year-round h4 {
        font-size: 20px
    }
}

.history-seperator {
    background-image: url(../images/line.png);
    background-size: contain;
    background-position: 50%;
    height: calc(100% + 60px);
    width: 2px;
    position: relative
}

.history-seperator:before {
    top: 20px;
    left: -30px;
    background-color: #fb6d61
}

.history-seperator:after,
.history-seperator:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px
}

.history-seperator:after {
    top: 140px;
    right: -30px;
    background-color: #5fdbc8
}

.timeline-row {
    padding-bottom: 50px
}

.timeline-row .tr-col:last-child {
    padding-top: 140px !important
}

@media (max-width:600px) {
    .timeline-row .tr-col:last-child {
        padding-top: 0 !important
    }

    .timeline-row h1,
    .timeline-row p {
        text-align: center !important
    }

    .timeline-row img {
        display: block;
        margin: 0 auto
    }

    .timeline-row .col-lg-4 {
        margin-bottom: 40px
    }
}

.timeline-row.col-lg-4:first-child {
    padding-top: 100px
}

.timeline-row:nth-child(2n) .history-seperator:before {
    background-color: #5fdbc8 !important
}

.timeline-row:nth-child(2n) .history-seperator:after {
    background-color: #fb6d61 !important
}

.our-fleet-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.our-fleet-filters li {
    background: #f2f2f3;
    border-radius: 4px;
    margin: 0 15px 20px;
    min-width: 130px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease
}

.our-fleet-filters li a {
    padding: 10px 20px;
    display: block;
    border-radius: 4px
}

.our-fleet-filters li:hover a {
    background: #e5e6e6
}

.our-fleet-filters li a.selected {
    background: #5fdbc8;
    color: #274e5e
}

.our-fleet-filters li a.selected .car-filter-icon {
    opacity: 1
}

#tabs {
    color: #5fdbc8
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5fdbc8 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #5fdbc8;
    font-size: 20px
}

.table td,
.table th {
    color: #274e5e;
    font-size: 14px;
    white-space: nowrap
}

.table-bordered td,
.table-bordered th {
    border-color: rgba(39, 78, 94, .2)
}

.user-profile-table th {
    width: 20%;
    color: #274e5e
}

.user-profile-table td {
    width: 80%;
    color: #274e5e
}

.user-profile-buttons {
    justify-content: flex-end;
    align-items: center
}

@media (max-width:600px) {
    .user-profile-buttons {
        flex-wrap: wrap
    }

    .user-profile-buttons button {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .user-profile-navtabs .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .user-profile-navtabs .nav-link.active {
        background-color: rgba(95, 219, 200, .15)
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f9fefd
}

.car-filter-icon {
    width: 30px;
    margin-right: 12px;
    opacity: .6
}

.selected-car {
    box-shadow: 0 8px 20px rgba(39, 78, 94, .06);
    border-radius: 2px;
    padding: 40px 20px
}

.letter-spacing {
    letter-spacing: 1px
}

.border-radius {
    border-radius: 2px
}

.booking-detail__label {
    font-weight: 600;
    opacity: .5
}

.booking-detail__info {
    opacity: .7
}

.booking__note {
    opacity: .6;
    font-size: 13px
}

.booking-heading--small {
    font-weight: 600;
    color: #274e5e;
    font-size: 14px
}

.sbi_link:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 109, 97, .8);
    font-weight: 900;
    content: "\f00e";
    top: 0;
    font-family: Font Awesome\ 5 Free;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px
}

.input-addon {
    top: 43px
}

.input-addon:hover {
    cursor: pointer
}

a.glink.nturl.notranslate {
    visibility: hidden;
    display: none
}

#confirm_booking_form .app-input,
#confirm_booking_form .app-input--centered {
    min-height: 47px
}

.car-types .car-slide__image {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain
}

.before-d-none:before {
    display: none !important
}

.what-we-offer .car-slide-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%
}

.header-select-wrapper {
    position: relative;
    z-index: 1
}

.header-select-wrapper select {
    padding: 10px 20px;
    margin-right: 10px;
    border: 0;
    position: relative;
    background: transparent !important
}

.header-select-wrapper select:hover {
    cursor: pointer
}

.header-select-wrapper select:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

.header-select-wrapper select option {
    color: #274e5e !important
}

.header-select-wrapper:before {
    font-weight: 900;
    content: "\f57e";
    left: 0
}

.header-select-wrapper:after,
.header-select-wrapper:before {
    position: absolute;
    font-family: Font awesome\ 5 Free;
    top: 52%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #274e5e;
    z-index: -1
}

.header-select-wrapper:after {
    font-weight: 600;
    content: "\f0d7";
    right: 12px
}

.modal-body {
    position: relative
}

.modal-close-button {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    z-index: 5;
    color: #fb6d61
}

.underline,
.underline:hover {
    text-decoration: underline
}

.cp {
    cursor: pointer
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: #5fdbc8;
    border: 0;
    outline: 0
}

.multiline-check .pretty {
    white-space: inherit
}

.multiline-check .pretty .state label {
    text-indent: 0;
    padding-left: 2rem
}

.multiline-check .pretty .state label:after,
.multiline-check .pretty .state label:before {
    top: 0
}

div#payment_error_data {
    background: #fb6d61;
    color: #fff !important;
    padding: 8px 0 2px 10px;
    margin: 15px 0
}

div#payment_error_data p {
    margin-bottom: .3rem;
    font-size: .9rem
}

.payment_signin .signin-buttons {
    justify-content: flex-start !important;
    align-items: flex-start;
    max-width: auto !important
}

.payment_signin .signin-buttons .app-button--facebook {
    margin-right: 15px
}

@media (max-width:600px) {
    .payment_signin .signin-buttons .app-button--facebook {
        margin-right: 0
    }
}

.panel {
    background-color: #fff;
    margin-bottom: 20px
}

.panel-label,
.panel-text {
    font-size: 16px;
    margin-bottom: 5px;
    display: block
}

.panel-title {
    display: block !important;
    color: #274e5e;
    padding: 10px !important;
    font-weight: 600;
    font-size: 18px;
    width: 100%
}

.panel-label {
    color: #366c82;
    font-weight: 600
}

.panel-text {
    color: rgba(39, 78, 94, .7)
}

.panel-detail {
    color: #8b8c8e;
    font-size: 13px;
    margin: 15px 0
}

.panel-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.panel-inner {
    padding: 25px
}

table.bpt {
    border-collapse: collapse;
    width: 100%
}

table.bpt td {
    vertical-align: top;
    border: 0;
    padding: 0;
    white-space: normal !important;
    word-wrap: break-word
}

table.bpt tr>td {
    min-width: 180px;
    padding: 0
}

table.bpt .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

table.bpt .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

table.bpt .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.table-title {
    font-size: 36px
}

.table-subtitle {
    font-size: 24px
}

.content-td {
    max-width: 200px
}

@media (max-width:600px) {
    .bd-buttons {
        flex-wrap: wrap
    }

    .bd-buttons a,
    .bd-buttons button {
        width: 100%;
        margin-top: 10px
    }
}

.booking-summary__item p {
    text-align: right !important
}

.inside-p-0 td,
.inside-p-0 th {
    padding: 5px 0 !important
}

.border-dashed {
    padding: 15px 20px;
    border-bottom: 1px dashed #274e5e
}

.hts-text {
    -webkit-line-clamp: 3
}

.hts-text,
.pts-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pts-text {
    -webkit-line-clamp: 10
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    display: flex;
    justify-content: center;
    align-items: center
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a {
    border: 0;
    position: relative
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a:after {
    position: absolute;
    font-family: Font awesome\5 Free;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #274e5e;
    z-index: 1
}

/*# sourceMappingURL=style.css.map */

.your-benefits a.benefit-slide {
    position: relative;
}

.your-benefits a.benefit-slide .youtube-play-icon {
    top: 15px;
    position: absolute;
    right: 20px;
}

.your-benefits a.benefit-slide .youtube-play-icon img {
    animation: glowing 1300ms infinite;
    border-radius: 100%;
}

.my-account-button {
    background-color: #fb6d61 !important;
}

.my-account-button:hover {
    background-color: #fb5f52 !important;
}

@keyframes glowing {
    0% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }

    50% {
        background-color: #fc6e62;
        box-shadow: 0 0 20px #fc6e62;
    }

    100% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }
}

@media (max-width: 991px) {

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .your-benefits a.benefit-slide .youtube-play-icon {
        top: 22px;
        right: inherit;
        left: 83%
    }

    .pingouin_section {
        background-image: url(../images/pengouin_bg_mob.jpg) !important;
        background-position: right !important;
    }

    .your-benefits a.benefit-slide .youtube-play-icon img {
        height: 32px;
        width: 32px;
    }

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    .service-car {
        width: 100% !important;
    }

    .about-us-section .img_about {
        width: auto;
        max-width: 180px;
    }

    .service_img {
        width: auto;
        max-width: 180px !important;
    }

    .pingouin_section {
        background-position: left !important;
    }
}

@media (max-width: 320px) {
    .your-benefits a.benefit-slide .youtube-play-icon img {
        width: 25px;
        height: 25px;
    }
}

.pingouin_section {
    background-image: url(../images/pengouin_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission_vision_section {
    background: #fb6d61;
}

.pingouin_section .wrap {
    padding-bottom: 50px;
    padding-top: 15px;
}

.honesty_section .left .box {
    background: #60dbc7;
    padding: 45px;
    width: 445px;
    margin-left: auto;
    margin-right: 60px;
}

.honesty_section .left .box h6 {
    font-size: 23px;
    margin-bottom: 13px;
}

.honesty_section .right img {
    width: 60px;
}

.honesty_section .right h6 {
    color: #60dbc7;
    font-size: 44px;
    font-weight: 500;
}

.honesty_section .right .box {
    padding: 45px;
    width: 516px;
    margin-left: 0px;
    margin-right: auto;
}

.pingouin_section .left h6 {
    font-size: 20px;
    margin-bottom: 17px;
}

.pingouin_section .left p {
    font-size: 15px;
}

.join_us_btn {
    margin-top: 22px;
    display: inline-block;
}

.app-button,
.app-button--facebook,
.app-button--gmail,
.app-button--large,
.app-button--medium,
.app-button--primary,
.app-button--secondary,
.app-button--white {
    display: block;
    background-color: #fb6d61;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center !important;
    transition: all .3s ease
}

.app-button--facebook:hover,
.app-button--gmail:hover,
.app-button--large:hover,
.app-button--medium:hover,
.app-button--primary:hover,
.app-button--secondary:hover,
.app-button--white:hover,
.app-button:hover {
    background-color: #fb5f52;
    color: #fff
}

.app-button--facebook:active,
.app-button--facebook:focus,
.app-button--gmail:active,
.app-button--gmail:focus,
.app-button--large:active,
.app-button--large:focus,
.app-button--medium:active,
.app-button--medium:focus,
.app-button--primary:active,
.app-button--primary:focus,
.app-button--secondary:active,
.app-button--secondary:focus,
.app-button--white:active,
.app-button--white:focus,
.app-button:active,
.app-button:focus {
    background-color: #fa5143;
    box-shadow: none;
    outline: 0
}

.app-button--primary {
    background-color: #2eceb6
}

.app-button--primary:hover {
    background-color: #2cc2ab
}

.app-button--primary:active,
.app-button--primary:focus {
    background-color: #29b5a0
}

.app-button--secondary {
    background-color: #274e5e
}

.app-button--secondary:hover {
    background-color: #234553
}

.app-button--secondary:active,
.app-button--secondary:focus {
    background-color: #203f4c
}

.app-button--facebook {
    background-color: #4266b2
}

.app-button--facebook:hover {
    background-color: #34518d
}

.app-button--facebook:active,
.app-button--facebook:focus {
    background-color: #2d467a
}

.app-button--gmail {
    background-color: #e75a4d
}

.app-button--gmail:hover {
    background-color: #e13020
}

.app-button--gmail:active,
.app-button--gmail:focus {
    background-color: #cc2a1c
}

.app-button--white {
    background-color: #fff;
    color: #274e5e !important
}

.app-button--white:hover {
    background-color: #d9d9d9;
    color: #274e5e
}

.app-button--white:active,
.app-button--white:focus {
    background-color: #d1d1d1;
    color: #274e5e
}

.app-button--large {
    padding: 18px 36px;
    font-size: 18px
}

.app-button--medium {
    padding: 10px 30px;
    font-size: 18px
}

hr {
    display: block;
    width: 100%
}

.primary-bg {
    background: #5fdbc8
}

.secondary-bg {
    background: #274e5e
}

.accent-bg {
    background: #fb6d61
}

.light-bg {
    background: rgba(88, 89, 91, .03)
}

.gray-bg {
    background: rgba(88, 89, 91, .1)
}

.primary-color {
    color: #5fdbc8 !important
}

.primary-dark-color {
    color: #229886
}

.secondary-color,
.secondary-color * {
    color: #274e5e
}

.accent-color {
    color: #fb6d61
}

.light-color {
    color: #58595b
}

.lightest-color {
    color: #8b8c8e
}

.relative {
    position: relative
}

.section-heading {
    font-size: 36px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading {
        font-size: 36px
    }
}

.section-heading--small {
    font-size: 38px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading--small {
        font-size: 32px
    }
}

.text--small {
    font-size: 12px
}

.app-dropdown {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.app-dropdown button {
    color: #274e5e
}

.app-dropdown button:focus {
    box-shadow: none;
    outline: 0
}

header.sticky-top {
    box-shadow: 0 8px 20px -6px rgba(39, 78, 94, .1)
}

#app-navbar {
    padding: 0
}

@media (max-width:1200px) {
    #app-navbar {
        padding: 10px
    }

    .honesty_section .left .box {
        min-height: 356px !important;
    }
}

#app-navbar-menu {
    margin: 0;
    min-width: 650px;
    display: flex
}

@media (max-width:900px) {
    #app-navbar-menu {
        min-width: auto
    }
}

#app-navbar-menu li {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    min-height: 100px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px
}

#app-navbar-menu li a {
    color: rgba(0, 0, 0, .5);
    width: 100%;
    transition: all .3s ease
}

#app-navbar-menu li a:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 6px;
    background: #fb6d61;
    transition: all .5s ease
}

#app-navbar-menu li:hover a {
    color: #fb6d61
}

#app-navbar-menu li:hover a:after {
    opacity: 1;
    visibility: visible
}

#app-navbar-menu li.active a {
    color: #fb6d61
}

#app-navbar-menu li.active a:after {
    opacity: 1;
    visibility: visible
}

@media (max-width:900px) {
    #app-navbar-menu li {
        margin: 0;
        padding: 10px 10px 10px 25px;
        min-height: 20px
    }

    #app-navbar-menu li a {
        text-align: left
    }

    #app-navbar-menu li.active:after {
        display: none
    }
}

.navbar-right {
    position: relative;
    flex-shrink: 0
}

.navbar-right .cart-icon {
    margin: 10px 0
}

@media (max-width:900px) {
    .navbar-right {
        padding-left: 30px
    }

    .navbar-right .my-account-button {
        margin-right: 10px;
    }
}

@media (max-width:600px) {
    .navbar-right {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 0 20px;
        position: relative;
        flex-wrap: wrap
    }

    .navbar-right .my-account-button {
        order: -1;
        margin-bottom: 10px;
        margin-right: 20px;
        flex-grow: 1;
        width: 100%;
        flex-shrink: 0
    }

    .navbar-right .cart-icon {
        padding-top: 5px;
        order: 2
    }

    .navbar-right .cur-dropdown button,
    .navbar-right .lang-dropdown button {
        padding-left: 0;
        margin: 4px 10px
    }
}

#hero {
    min-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 180px;
    position: relative;
    content: ""
}

#hero:before {
    height: 100%;
    background: rgba(95, 219, 200, .1)
}

#hero:before,
.hero-banner-alert {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-banner-alert {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #5fdbc8;
    padding: 10px;
    font-size: 16px
}

.hero-banner-alert p {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 20px
}

.overlay-blue {
    position: relative
}

.overlay-blue:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(95, 219, 200, .1);
    z-index: -1
}

.hero__subtitle,
.hero__title {
    color: #fff;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, .6)
}

.hero__title {
    font-size: 76px;
    letter-spacing: -1px
}

@media (max-width:600px) {
    .hero__title {
        font-size: 60px
    }
}

.hero__subtitle {
    font-size: 30px
}

@media (max-width:600px) {
    .hero__subtitle {
        font-size: 22px
    }
}

#booking-form {
    position: relative;
    margin-top: -200px
}

.bf-container {
    background: #fff;
    border-radius: 2px;
    padding: 26px;
    width: 100%;
    box-shadow: 0 18px 58px rgba(39, 78, 94, .2)
}

.return-to {
    position: absolute;
    right: 0;
    top: 10px
}

@media (max-width:600px) {
    .return-to {
        position: relative;
        margin-left: 15px;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .search-now-button {
        width: 100%
    }
}

.input-group-side div {
    width: 100%
}

@media (max-width:600px) {
    .input-group-side {
        flex-wrap: wrap
    }

    .input-group-side div {
        width: 100%
    }

    .input-group-side input:nth-child(2) {
        margin-top: 10px
    }
}

#home-feature-slider .slick-dots {
    bottom: -50px
}

.feature-item {
    max-width: 120px;
    min-height: 140px;
    text-align: center;
    margin: 0 60px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.feature-item img {
    width: 60px;
    margin: 0 auto
}

.feature-item h5 {
    color: #58595b;
    margin-top: 20px;
    font-size: 16px
}

.car-slider-container {
    position: relative;
    overflow: visible
}

.the-car-slider--fleet .car-slide,
.the-car-slider .car-slide {
    background: #fff;
    padding: 40px;
    max-width: 350px;
    margin: 20px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    text-align: center;
    align-items: center
}

.the-car-slider--fleet .car-slide button,
.the-car-slider .car-slide button {
    margin: 0 auto
}

.the-car-slider--fleet .car-slide-image,
.the-car-slider .car-slide-image {
    position: relative
}

.the-car-slider--fleet .car-slide-image img,
.the-car-slider .car-slide-image img {
    width: 100%
}

.the-car-slider--fleet .car-slide__offer,
.the-car-slider .car-slide__offer {
    height: 90px;
    width: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #fb6d61;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    padding: 20px
}

.the-car-slider--fleet .car-slide__offer span,
.the-car-slider .car-slide__offer span {
    display: block;
    font-size: 13px
}

.the-car-slider--fleet .car-slide__offer .price,
.the-car-slider .car-slide__offer .price {
    font-size: 16px
}

.the-car-slider--fleet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0
}

.the-car-slider--fleet .car-slide {
    max-width: 300px;
    text-align: center;
    margin: 0 20px 30px
}

.the-car-slider--fleet .car-slide .car-slide-feature__image {
    width: 42px
}

.the-car-slider--fleet .car-slide .car-slide-feature__count {
    position: absolute;
    bottom: 2.5px;
    color: #fff;
    font-size: 12px
}

.car-slide-features.selected-car-features .car-slide-feature__image {
    width: 42px
}

.car-slide-features.selected-car-features .car-slide-feature__count {
    position: absolute;
    bottom: 2px;
    color: #fff;
    font-size: 12px
}

.benefit-slider-arrows .arrow-left,
.benefit-slider-arrows .arrow-right,
.car-slider-arrow,
.car-slider-arrow__left,
.car-slider-arrow__right {
    z-index: 5;
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    transform-origin: top
}

.car-slider-arrow__left img,
.car-slider-arrow__right img {
    width: 20px
}

.benefit-slider-arrows .arrow-left:hover,
.benefit-slider-arrows .arrow-right:hover,
.car-slider-arrow:hover,
.car-slider-arrow__left:hover,
.car-slider-arrow__right:hover {
    cursor: pointer
}

.car-slider-arrow__right {
    right: -16px
}

.car-slider-arrow__left {
    left: -16px
}

.car-slider-arrow__left img {
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .car-slider-arrow__left {
        left: -5px
    }

    .car-slider-arrow__right {
        right: -5px
    }
}

.car-slide-features {
    display: flex
}

.car-slide-feature {
    position: relative;
    margin-right: 5px;
    opacity: .7;
    transition: all .2s ease
}

.car-slide-feature:hover {
    opacity: 1
}

.car-slide-feature__count {
    position: absolute;
    bottom: 3px;
    right: 5px;
    color: #fff;
    font-size: 13px
}

.car-slide-feature__image {
    width: 50px
}

.testimonial-wrapper {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 50px;
    max-width: 700px;
    margin: 0 auto;
    position: relative
}

.testimonial-wrapper .quote-icon {
    position: absolute;
    top: 20px;
    left: 20px
}

.testimonial-arrows {
    position: absolute;
    right: -20px;
    bottom: -10px;
    display: flex;
    overflow: hidden
}

.testimonial-arrows .arrow-left:hover,
.testimonial-arrows .arrow-right:hover {
    cursor: pointer
}

.testimonial-arrows .arrow-right {
    margin-left: 5px;
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .testimonial-arrows {
        right: 0
    }
}

.currency-switcher {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.benefit-slider {
    overflow: hidden
}

.benefit-slider .owl-item {
    opacity: .5;
    transform: scale(.85);
    transform-origin: center
}

@media (max-width:900px) {
    .benefit-slider .owl-item {
        opacity: 1;
        transform: scale(1)
    }
}

.benefit-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1)
}

.benefit-slide {
    width: 700px;
    background: rgba(88, 89, 91, .08);
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.benefit-slide img {
    max-height: 268px
}

@media (max-width:600px) {
    .benefit-slide {
        width: 100%;
        min-width: unset;
        margin: 0
    }

    .benefit-slide .content img {
        width: 30px;
        margin-bottom: 30px
    }
}

.benefit-slide .content {
    text-align: left;
    padding: 40px
}

.benefit-slide .content img {
    width: 40px
}

.benefit-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.benefit-slider-arrows {
    z-index: 5;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%)
}

.benefit-slider-arrows .arrow-left img,
.benefit-slider-arrows .arrow-right img {
    width: 20px
}

.benefit-slider-arrows:hover {
    cursor: pointer
}

.benefit-slider-arrows .arrow-left {
    transform: rotate(180deg) translateY(10px);
    left: -385px
}

.benefit-slider-arrows .arrow-right {
    transform-origin: top;
    right: -385px
}

@media (max-width:900px) {
    .benefit-slider-arrows {
        display: none
    }
}

.footer-bottom {
    color: #58595b;
    background: #dfdfdf;
    font-size: 12px
}

.footer-nav li.current-menu-item a {
    color: #fb6d61
}

.footer-nav a {
    transition: all .2s ease
}

.footer-nav a:hover {
    color: #fb6d61
}

.footer-bottom-links a {
    transition: all .2s ease
}

.footer-bottom-links a:hover {
    color: #fb6d61
}

.footer-bottom-links a:hover span {
    color: #58595b
}

.footer-bottom-links a:last-child span {
    display: none
}

.footer-icons img {
    width: 35px;
    margin-right: 10px
}

.footer-norton {
    position: relative;
    top: -2px
}

.page-breadcrumb {
    background-color: #5fdbc8;
    min-height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: -1px
}

.page-breadcrumb h1 {
    font-weight: 500;
    font-size: 46px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4)
}

.tst-hover {
    display: none
}

.tst {
    position: absolute;
    top: -20px
}

.testimonial-card {
    display: block;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 30px 40px;
    margin-bottom: 40px;
    transition: all .3s ease;
    height: 586px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.testimonial-card.page-card {
    height: auto
}

.testimonial-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
}

.testimonial-card__icon {
    width: 30px;
    height: 30px;
    background: url(../images/quote-orange.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card__title {
    margin-top: 20px;
    font-size: 24px;
    color: #fb6d61
}

.testimonial-card__author {
    color: #fb6d61
}

.testimonial-card.variant-orange {
    background: #fb6d61
}

.testimonial-card.variant-orange .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-orange .testimonial-card__author,
.testimonial-card.variant-orange .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-text-teal {
    background: #fff
}

.testimonial-card.variant-text-teal .testimonial-card__author,
.testimonial-card.variant-text-teal .testimonial-card__title {
    color: #5fdbc8
}

.testimonial-card.variant-text-teal .testimonial-card__icon {
    background: url(../images/quote-green.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-teal {
    background: #5fdbc8
}

.testimonial-card.variant-teal .testimonial-card__author,
.testimonial-card.variant-teal .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-teal .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.contact-icon {
    width: 70px;
    height: 70px
}

.contact-icon,
.feature-icon {
    -o-object-fit: contain;
    object-fit: contain
}

.feature-icon {
    width: 85px;
    height: 85px
}

.wpcf7-spam-blocked,
.wpcf7-validation-errors,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
    background: #fb6d61;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

div.wpcf7-mail-sent-ok {
    color: #5fdbc8;
    background: #274e5e;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

.modal-content .return-to {
    position: relative;
    display: flex;
    justify-items: flex-end;
    margin-bottom: 20px;
    margin-left: 17px
}

.privacy-policy .detail-title {
    color: #fb6d61
}

.privacy-policy .side-list {
    background: #fb6d61
}

.cookie-policy .detail-title,
.terms-of-use .detail-title {
    color: #5fdbc8
}

.cookie-policy .side-list,
.terms-of-use .side-list {
    background: #5fdbc8
}

.side-list {
    border-radius: 2px;
    overflow: hidden
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px
}

.side-list {
    background: #fb6d61;
    height: calc(100vh - 340px);
    overflow-y: scroll;
    color: #fff;
    font-size: 13px
}

.side-list li {
    margin: 10px 0
}

.side-list::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

.side-list::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 3px
}

.side-list::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, .3)
}

.terms-page .detail-title {
    color: #5fdbc8
}

.accordion-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.join-us-button {
    background: #fff;
    display: flex;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    color: #274e5e;
    white-space: normal
}

@media (max-width:600px) {
    .join-us-button {
        font-size: 14px
    }
}

.join-us-button:hover {
    color: #274e5e
}

.join-us-button:focus {
    box-shadow: none;
    outline: 0
}

.join-us-button i {
    font-size: 26px
}

.faq-nav-container {
    max-width: 980px;
    margin: 0 auto
}

@media (max-width:900px) {
    .faq-nav-container {
        max-width: 500px
    }
}

.faq-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.faq-box {
    border-radius: 2px;
    padding: 25px;
    box-shadow: none;
    border: 2px solid rgba(39, 78, 94, .05);
    width: 200px;
    margin-bottom: 20px;
    transition: all .3s ease
}

@media (max-width:600px) {
    .faq-box {
        padding: 10px
    }

    .faq-box img {
        display: none
    }

    .faq-box span {
        margin-top: 0 !important
    }
}

.faq-box.active {
    border-color: rgba(251, 109, 97, .3);
    box-shadow: 0 21px 42px rgba(39, 78, 94, .1)
}

.history-card,
.history-card--right {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(39, 78, 94, .2);
    position: relative;
    margin-bottom: 20px
}

.history-card--right .year-round,
.history-card .year-round {
    position: absolute;
    top: -30px;
    left: -30px;
    background: #fb6d61;
    color: #fff;
    border-radius: 120px;
    height: 90px;
    width: 90px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:900px) {

    .history-card--right .year-round,
    .history-card .year-round {
        top: -15px;
        left: -15px
    }
}

@media (max-width:600px) {

    .history-card--right .year-round,
    .history-card .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        left: 0
    }

    .history-card--right .year-round h4,
    .history-card .year-round h4 {
        font-size: 20px
    }
}

.history-card--right .year-round h4,
.history-card .year-round h4 {
    margin-bottom: 0
}

.history-card--right .year-round {
    background: #5fdbc8;
    left: unset;
    right: -30px
}

@media (max-width:900px) {
    .history-card--right .year-round {
        top: -15px;
        right: -15px
    }
}

@media (max-width:600px) {
    .history-card--right .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        right: 0
    }

    .history-card--right .year-round h4 {
        font-size: 20px
    }
}

.history-seperator {
    background-image: url(../images/line.png);
    background-size: contain;
    background-position: 50%;
    height: calc(100% + 60px);
    width: 2px;
    position: relative
}

.history-seperator:before {
    top: 20px;
    left: -30px;
    background-color: #fb6d61
}

.history-seperator:after,
.history-seperator:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px
}

.history-seperator:after {
    top: 140px;
    right: -30px;
    background-color: #5fdbc8
}

.timeline-row {
    padding-bottom: 50px
}

.timeline-row .tr-col:last-child {
    padding-top: 140px !important
}

@media (max-width:600px) {
    .timeline-row .tr-col:last-child {
        padding-top: 0 !important
    }

    .timeline-row h1,
    .timeline-row p {
        text-align: center !important
    }

    .timeline-row img {
        display: block;
        margin: 0 auto
    }

    .timeline-row .col-lg-4 {
        margin-bottom: 40px
    }
}

.timeline-row.col-lg-4:first-child {
    padding-top: 100px
}

.timeline-row:nth-child(2n) .history-seperator:before {
    background-color: #5fdbc8 !important
}

.timeline-row:nth-child(2n) .history-seperator:after {
    background-color: #fb6d61 !important
}

.our-fleet-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.our-fleet-filters li {
    background: #f2f2f3;
    border-radius: 4px;
    margin: 0 15px 20px;
    min-width: 130px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease
}

.our-fleet-filters li a {
    padding: 10px 20px;
    display: block;
    border-radius: 4px
}

.our-fleet-filters li:hover a {
    background: #e5e6e6
}

.our-fleet-filters li a.selected {
    background: #5fdbc8;
    color: #274e5e
}

.our-fleet-filters li a.selected .car-filter-icon {
    opacity: 1
}

#tabs {
    color: #5fdbc8
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5fdbc8 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #5fdbc8;
    font-size: 20px
}

.table td,
.table th {
    color: #274e5e;
    font-size: 14px;
    white-space: nowrap
}

.table-bordered td,
.table-bordered th {
    border-color: rgba(39, 78, 94, .2)
}

.user-profile-table th {
    width: 20%;
    color: #274e5e
}

.user-profile-table td {
    width: 80%;
    color: #274e5e
}

.user-profile-buttons {
    justify-content: flex-end;
    align-items: center
}

@media (max-width:600px) {
    .user-profile-buttons {
        flex-wrap: wrap
    }

    .user-profile-buttons button {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .user-profile-navtabs .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .user-profile-navtabs .nav-link.active {
        background-color: rgba(95, 219, 200, .15)
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f9fefd
}

.car-filter-icon {
    width: 30px;
    margin-right: 12px;
    opacity: .6
}

.selected-car {
    box-shadow: 0 8px 20px rgba(39, 78, 94, .06);
    border-radius: 2px;
    padding: 40px 20px
}

.letter-spacing {
    letter-spacing: 1px
}

.border-radius {
    border-radius: 2px
}

.booking-detail__label {
    font-weight: 600;
    opacity: .5
}

.booking-detail__info {
    opacity: .7
}

.booking__note {
    opacity: .6;
    font-size: 13px
}

.booking-heading--small {
    font-weight: 600;
    color: #274e5e;
    font-size: 14px
}

.sbi_link:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 109, 97, .8);
    font-weight: 900;
    content: "\f00e";
    top: 0;
    font-family: Font Awesome\ 5 Free;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px
}

.input-addon {
    top: 43px
}

.input-addon:hover {
    cursor: pointer
}

a.glink.nturl.notranslate {
    visibility: hidden;
    display: none
}

#confirm_booking_form .app-input,
#confirm_booking_form .app-input--centered {
    min-height: 47px
}

.car-types .car-slide__image {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain
}

.before-d-none:before {
    display: none !important
}

.what-we-offer .car-slide-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%
}

.header-select-wrapper {
    position: relative;
    z-index: 1
}

.header-select-wrapper select {
    padding: 10px 20px;
    margin-right: 10px;
    border: 0;
    position: relative;
    background: transparent !important
}

.header-select-wrapper select:hover {
    cursor: pointer
}

.header-select-wrapper select:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

.header-select-wrapper select option {
    color: #274e5e !important
}

.header-select-wrapper:before {
    font-weight: 900;
    content: "\f57e";
    left: 0
}

.header-select-wrapper:after,
.header-select-wrapper:before {
    position: absolute;
    font-family: Font awesome\ 5 Free;
    top: 52%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #274e5e;
    z-index: -1
}

.header-select-wrapper:after {
    font-weight: 600;
    content: "\f0d7";
    right: 12px
}

.modal-body {
    position: relative
}

.modal-close-button {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    z-index: 5;
    color: #fb6d61
}

.underline,
.underline:hover {
    text-decoration: underline
}

.cp {
    cursor: pointer
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: #5fdbc8;
    border: 0;
    outline: 0
}

.multiline-check .pretty {
    white-space: inherit
}

.multiline-check .pretty .state label {
    text-indent: 0;
    padding-left: 2rem
}

.multiline-check .pretty .state label:after,
.multiline-check .pretty .state label:before {
    top: 0
}

div#payment_error_data {
    background: #fb6d61;
    color: #fff !important;
    padding: 8px 0 2px 10px;
    margin: 15px 0
}

div#payment_error_data p {
    margin-bottom: .3rem;
    font-size: .9rem
}

.payment_signin .signin-buttons {
    justify-content: flex-start !important;
    align-items: flex-start;
    max-width: auto !important
}

.payment_signin .signin-buttons .app-button--facebook {
    margin-right: 15px
}

@media (max-width:600px) {
    .payment_signin .signin-buttons .app-button--facebook {
        margin-right: 0
    }
}

.panel {
    background-color: #fff;
    margin-bottom: 20px
}

.panel-label,
.panel-text {
    font-size: 16px;
    margin-bottom: 5px;
    display: block
}

.panel-title {
    display: block !important;
    color: #274e5e;
    padding: 10px !important;
    font-weight: 600;
    font-size: 18px;
    width: 100%
}

.panel-label {
    color: #366c82;
    font-weight: 600
}

.panel-text {
    color: rgba(39, 78, 94, .7)
}

.panel-detail {
    color: #8b8c8e;
    font-size: 13px;
    margin: 15px 0
}

.panel-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.panel-inner {
    padding: 25px
}

table.bpt {
    border-collapse: collapse;
    width: 100%
}

table.bpt td {
    vertical-align: top;
    border: 0;
    padding: 0;
    white-space: normal !important;
    word-wrap: break-word
}

table.bpt tr>td {
    min-width: 180px;
    padding: 0
}

table.bpt .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

table.bpt .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

table.bpt .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.table-title {
    font-size: 36px
}

.table-subtitle {
    font-size: 24px
}

.content-td {
    max-width: 200px
}

@media (max-width:600px) {
    .bd-buttons {
        flex-wrap: wrap
    }

    .bd-buttons a,
    .bd-buttons button {
        width: 100%;
        margin-top: 10px
    }
}

.booking-summary__item p {
    text-align: right !important
}

.inside-p-0 td,
.inside-p-0 th {
    padding: 5px 0 !important
}

.border-dashed {
    padding: 15px 20px;
    border-bottom: 1px dashed #274e5e
}

.hts-text {
    -webkit-line-clamp: 3
}

.hts-text,
.pts-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pts-text {
    -webkit-line-clamp: 10
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    display: flex;
    justify-content: center;
    align-items: center
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a {
    border: 0;
    position: relative
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a:after {
    position: absolute;
    font-family: Font awesome\5 Free;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #274e5e;
    z-index: 1
}

/*# sourceMappingURL=style.css.map */

.your-benefits a.benefit-slide {
    position: relative;
}

.your-benefits a.benefit-slide .youtube-play-icon {
    top: 15px;
    position: absolute;
    right: 20px;
}

.your-benefits a.benefit-slide .youtube-play-icon img {
    animation: glowing 1300ms infinite;
    border-radius: 100%;
}

.my-account-button {
    background-color: #fb6d61 !important;
}

.my-account-button:hover {
    background-color: #fb5f52 !important;
}

@keyframes glowing {
    0% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }

    50% {
        background-color: #fc6e62;
        box-shadow: 0 0 20px #fc6e62;
    }

    100% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }
}

@media (max-width: 991px) {

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }

    .honesty_section .left .box {
        min-height: 285px !important;
    }
}

@media (max-width: 900px) {
    .honesty_section .car-slider-arrow__left {
        left: 20px !important;
    }

    .honesty_section .car-slider-arrow__right {
        right: 20px !important;
    }
}

@media (max-width: 767px) {
    .your-benefits a.benefit-slide .youtube-play-icon {
        top: 22px;
        right: inherit;
        left: 83%
    }

    .honesty_section .left .box {
        min-height: 331px !important;
    }

    .honesty_section .mb-5 {
        margin-bottom: 0rem !important;
    }

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }

    .pingouin_section {
        background: unset !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .pingouin_section .pingouin_section_row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .pengouin_bg_mob_wrap {
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pingouin_section .wrap {
        padding-bottom: 0px !important;
    }

    .pingouin_section .mb-5 {
        margin-bottom: 1rem !important;
    }

    .pingouin_section .mt-5 {
        margin-top: 0rem !important;
    }

    .pingouin_section .left h6 {
        color: #274e5e !important;
    }
}

@media (max-width: 524px) {
    .honesty_section .left .box {
        min-height: 355px !important;
    }
}

@media (max-width: 473px) {
    .honesty_section .left .box {
        min-height: 379px !important;
    }
}

@media (max-width: 436px) {
    .honesty_section .left .box {
        min-height: 425px !important;
    }
}

@media (max-width: 400px) {
    .service-car {
        width: 100% !important;
    }
}

@media (max-width: 387px) {
    .honesty_section .left .box {
        min-height: 455px !important;
    }
}

@media (max-width: 375px) {
    .honesty_section .left .box {
        min-height: 503px !important;
    }
}

@media (max-width: 347px) {
    .honesty_section .left .box {
        min-height: 505px !important;
    }
}

@media (max-width: 328px) {
    .honesty_section .left .box {
        min-height: 550px !important;
    }
}

@media (max-width: 320px) {
    .your-benefits a.benefit-slide .youtube-play-icon img {
        width: 25px;
        height: 25px;
    }
}

.pingouin_section {
    background-image: url(../images/pengouin_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission_vision_section {
    background: #fb6d61;
}

.pingouin_section .wrap {
    padding-bottom: 50px;
    padding-top: 15px;
}

.honesty_section .left .box {
    background: #60dbc7;
    padding: 45px;
    width: 445px;
    margin-left: auto;
    margin-right: 60px;
}

.honesty_section .left .box h6 {
    font-size: 23px;
    margin-bottom: 13px;
}

.honesty_section .right img {
    width: 60px;
}

.honesty_section .right h6 {
    color: #60dbc7;
    font-size: 44px;
    font-weight: 500;
}

.honesty_section .right .box {
    padding: 45px;
    width: 516px;
    margin-left: 0px;
    margin-right: auto;
}

.pingouin_section .left h6 {
    font-size: 20px;
    margin-bottom: 17px;
}

.pingouin_section .left p {
    font-size: 15px;
}

.join_us_btn {
    margin-top: 22px;
    display: inline-block;
}

.honesty_section .left .box {
    min-height: 335px;
}

.pengouin_bg_mob_wrap {
    display: none;
}

#cancel-booking-modal {
    padding-left: 15px;
}

@media (max-width:600px) {

    .app-input,
    .app-input--centered {
        padding: 10px 35px 10px 10px
    }
}

.select-wrapper {
    position: relative;
    overflow: hidden
}

.select-wrapper:after {
    position: absolute;
    top: calc(50% - 11px);
    transform: translateX(-50%);
    right: 5px;
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    opacity: .5
}

.form-error {
    margin-top: 5px;
    display: inline-block
}

.form-error,
.form-error .error,
.form-error label,
.form-error span {
    font-size: 13px;
    font-weight: 500;
    color: #fb6d61
}

.input-addon--middle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 14px
}

.app-button,
.app-button--facebook,
.app-button--gmail,
.app-button--large,
.app-button--medium,
.app-button--primary,
.app-button--secondary,
.app-button--white {
    display: block;
    background-color: #fb6d61;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center !important;
    transition: all .3s ease
}

.app-button--facebook:hover,
.app-button--gmail:hover,
.app-button--large:hover,
.app-button--medium:hover,
.app-button--primary:hover,
.app-button--secondary:hover,
.app-button--white:hover,
.app-button:hover {
    background-color: #fb5f52;
    color: #fff
}

.app-button--facebook:active,
.app-button--facebook:focus,
.app-button--gmail:active,
.app-button--gmail:focus,
.app-button--large:active,
.app-button--large:focus,
.app-button--medium:active,
.app-button--medium:focus,
.app-button--primary:active,
.app-button--primary:focus,
.app-button--secondary:active,
.app-button--secondary:focus,
.app-button--white:active,
.app-button--white:focus,
.app-button:active,
.app-button:focus {
    background-color: #fa5143;
    box-shadow: none;
    outline: 0
}

.app-button--primary {
    background-color: #2eceb6
}

.app-button--primary:hover {
    background-color: #2cc2ab
}

.app-button--primary:active,
.app-button--primary:focus {
    background-color: #29b5a0
}

.app-button--secondary {
    background-color: #274e5e
}

.app-button--secondary:hover {
    background-color: #234553
}

.app-button--secondary:active,
.app-button--secondary:focus {
    background-color: #203f4c
}

.app-button--facebook {
    background-color: #4266b2
}

.app-button--facebook:hover {
    background-color: #34518d
}

.app-button--facebook:active,
.app-button--facebook:focus {
    background-color: #2d467a
}

.app-button--gmail {
    background-color: #e75a4d
}

.app-button--gmail:hover {
    background-color: #e13020
}

.app-button--gmail:active,
.app-button--gmail:focus {
    background-color: #cc2a1c
}

.app-button--white {
    background-color: #fff;
    color: #274e5e !important
}

.app-button--white:hover {
    background-color: #d9d9d9;
    color: #274e5e
}

.app-button--white:active,
.app-button--white:focus {
    background-color: #d1d1d1;
    color: #274e5e
}

.app-button--large {
    padding: 18px 36px;
    font-size: 18px
}

.app-button--medium {
    padding: 10px 30px;
    font-size: 18px
}

hr {
    display: block;
    width: 100%
}

.primary-bg {
    background: #5fdbc8
}

.secondary-bg {
    background: #274e5e
}

.accent-bg {
    background: #fb6d61
}

.light-bg {
    background: rgba(88, 89, 91, .03)
}

.gray-bg {
    background: rgba(88, 89, 91, .1)
}

.primary-color {
    color: #5fdbc8 !important
}

.primary-dark-color {
    color: #229886
}

.secondary-color,
.secondary-color * {
    color: #274e5e
}

.accent-color {
    color: #fb6d61
}

.light-color {
    color: #58595b
}

.lightest-color {
    color: #8b8c8e
}

.relative {
    position: relative
}

.section-heading {
    font-size: 36px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading {
        font-size: 36px
    }
}

.section-heading--small {
    font-size: 38px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading--small {
        font-size: 32px
    }
}

.text--small {
    font-size: 12px
}

.app-dropdown {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.app-dropdown button {
    color: #274e5e
}

.app-dropdown button:focus {
    box-shadow: none;
    outline: 0
}

header.sticky-top {
    box-shadow: 0 8px 20px -6px rgba(39, 78, 94, .1)
}

#app-navbar {
    padding: 0
}

@media (max-width:1200px) {
    #app-navbar {
        padding: 10px
    }
}

#app-navbar-menu {
    margin: 0;
    min-width: 650px;
    display: flex
}

@media (max-width:900px) {
    #app-navbar-menu {
        min-width: auto
    }
}

#app-navbar-menu li {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    min-height: 100px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px
}

#app-navbar-menu li a {
    color: rgba(0, 0, 0, .5);
    width: 100%;
    transition: all .3s ease
}

#app-navbar-menu li a:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 6px;
    background: #fb6d61;
    transition: all .5s ease
}

#app-navbar-menu li:hover a {
    color: #fb6d61
}

#app-navbar-menu li:hover a:after {
    opacity: 1;
    visibility: visible
}

#app-navbar-menu li.active a {
    color: #fb6d61
}

#app-navbar-menu li.active a:after {
    opacity: 1;
    visibility: visible
}

@media (max-width:900px) {
    #app-navbar-menu li {
        margin: 0;
        padding: 10px 10px 10px 25px;
        min-height: 20px
    }

    #app-navbar-menu li a {
        text-align: left
    }

    #app-navbar-menu li.active:after {
        display: none
    }
}

.navbar-right {
    position: relative;
    flex-shrink: 0
}

.navbar-right .cart-icon {
    margin: 10px 0
}

@media (max-width:900px) {
    .navbar-right {
        padding-left: 30px
    }

    .navbar-right .my-account-button {
        margin-right: 10px;
    }
}

@media (max-width:600px) {
    .navbar-right {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 0 20px;
        position: relative;
        flex-wrap: wrap
    }

    .navbar-right .my-account-button {
        order: -1;
        margin-bottom: 10px;
        margin-right: 20px;
        flex-grow: 1;
        width: 100%;
        flex-shrink: 0
    }

    .navbar-right .cart-icon {
        padding-top: 5px;
        order: 2
    }

    .navbar-right .cur-dropdown button,
    .navbar-right .lang-dropdown button {
        padding-left: 0;
        margin: 4px 10px
    }
}

#hero {
    min-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 180px;
    position: relative;
    content: ""
}

#hero:before {
    height: 100%;
    background: rgba(95, 219, 200, .1)
}

#hero:before,
.hero-banner-alert {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-banner-alert {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #5fdbc8;
    padding: 10px;
    font-size: 16px
}

.hero-banner-alert p {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 20px
}

.overlay-blue {
    position: relative
}

.overlay-blue:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(95, 219, 200, .1);
    z-index: -1
}

.hero__subtitle,
.hero__title {
    color: #fff;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, .6)
}

.hero__title {
    font-size: 76px;
    letter-spacing: -1px
}

@media (max-width:600px) {
    .hero__title {
        font-size: 60px
    }
}

.hero__subtitle {
    font-size: 30px
}

@media (max-width:600px) {
    .hero__subtitle {
        font-size: 22px
    }
}

#booking-form {
    position: relative;
    margin-top: -200px
}

.bf-container {
    background: #fff;
    border-radius: 2px;
    padding: 26px;
    width: 100%;
    box-shadow: 0 18px 58px rgba(39, 78, 94, .2)
}

.return-to {
    position: absolute;
    right: 0;
    top: 10px
}

@media (max-width:600px) {
    .return-to {
        position: relative;
        margin-left: 15px;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .search-now-button {
        width: 100%
    }
}

.input-group-side div {
    width: 100%
}

@media (max-width:600px) {
    .input-group-side {
        flex-wrap: wrap
    }

    .input-group-side div {
        width: 100%
    }

    .input-group-side input:nth-child(2) {
        margin-top: 10px
    }
}

#home-feature-slider .slick-dots {
    bottom: -50px
}

.feature-item {
    max-width: 120px;
    min-height: 140px;
    text-align: center;
    margin: 0 60px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.feature-item img {
    width: 60px;
    margin: 0 auto
}

.feature-item h5 {
    color: #58595b;
    margin-top: 20px;
    font-size: 16px
}

.car-slider-container {
    position: relative;
    overflow: visible
}

.the-car-slider--fleet .car-slide,
.the-car-slider .car-slide {
    background: #fff;
    padding: 40px;
    max-width: 350px;
    margin: 20px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    text-align: center;
    align-items: center
}

.the-car-slider--fleet .car-slide button,
.the-car-slider .car-slide button {
    margin: 0 auto
}

.the-car-slider--fleet .car-slide-image,
.the-car-slider .car-slide-image {
    position: relative
}

.the-car-slider--fleet .car-slide-image img,
.the-car-slider .car-slide-image img {
    width: 100%
}

.the-car-slider--fleet .car-slide__offer,
.the-car-slider .car-slide__offer {
    height: 90px;
    width: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #fb6d61;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    padding: 20px
}

.the-car-slider--fleet .car-slide__offer span,
.the-car-slider .car-slide__offer span {
    display: block;
    font-size: 13px
}

.the-car-slider--fleet .car-slide__offer .price,
.the-car-slider .car-slide__offer .price {
    font-size: 16px
}

.the-car-slider--fleet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0
}

.the-car-slider--fleet .car-slide {
    max-width: 300px;
    text-align: center;
    margin: 0 20px 30px
}

.the-car-slider--fleet .car-slide .car-slide-feature__image {
    width: 42px
}

.the-car-slider--fleet .car-slide .car-slide-feature__count {
    position: absolute;
    bottom: 2.5px;
    color: #fff;
    font-size: 12px
}

.car-slide-features.selected-car-features .car-slide-feature__image {
    width: 42px
}

.car-slide-features.selected-car-features .car-slide-feature__count {
    position: absolute;
    bottom: 2px;
    color: #fff;
    font-size: 12px
}

.benefit-slider-arrows .arrow-left,
.benefit-slider-arrows .arrow-right,
.car-slider-arrow,
.car-slider-arrow__left,
.car-slider-arrow__right {
    z-index: 5;
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    transform-origin: top
}

.car-slider-arrow__left img,
.car-slider-arrow__right img {
    width: 20px
}

.benefit-slider-arrows .arrow-left:hover,
.benefit-slider-arrows .arrow-right:hover,
.car-slider-arrow:hover,
.car-slider-arrow__left:hover,
.car-slider-arrow__right:hover {
    cursor: pointer
}

.car-slider-arrow__right {
    right: -16px
}

.car-slider-arrow__left {
    left: -16px
}

.car-slider-arrow__left img {
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .car-slider-arrow__left {
        left: -5px
    }

    .car-slider-arrow__right {
        right: -5px
    }
}

.car-slide-features {
    display: flex
}

.car-slide-feature {
    position: relative;
    margin-right: 5px;
    opacity: .7;
    transition: all .2s ease
}

.car-slide-feature:hover {
    opacity: 1
}

.car-slide-feature__count {
    position: absolute;
    bottom: 3px;
    right: 5px;
    color: #fff;
    font-size: 13px
}

.car-slide-feature__image {
    width: 50px
}

.testimonial-wrapper {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 50px;
    max-width: 700px;
    margin: 0 auto;
    position: relative
}

.testimonial-wrapper .quote-icon {
    position: absolute;
    top: 20px;
    left: 20px
}

.testimonial-arrows {
    position: absolute;
    right: -20px;
    bottom: -10px;
    display: flex;
    overflow: hidden
}

.testimonial-arrows .arrow-left:hover,
.testimonial-arrows .arrow-right:hover {
    cursor: pointer
}

.testimonial-arrows .arrow-right {
    margin-left: 5px;
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .testimonial-arrows {
        right: 0
    }
}

.currency-switcher {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.benefit-slider {
    overflow: hidden
}

.benefit-slider .owl-item {
    opacity: .5;
    transform: scale(.85);
    transform-origin: center
}

@media (max-width:900px) {
    .benefit-slider .owl-item {
        opacity: 1;
        transform: scale(1)
    }
}

.benefit-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1)
}

.benefit-slide {
    width: 700px;
    background: rgba(88, 89, 91, .08);
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.benefit-slide img {
    max-height: 268px
}

@media (max-width:600px) {
    .benefit-slide {
        width: 100%;
        min-width: unset;
        margin: 0
    }

    .benefit-slide .content img {
        width: 30px;
        margin-bottom: 30px
    }
}

.benefit-slide .content {
    text-align: left;
    padding: 40px
}

.benefit-slide .content img {
    width: 40px
}

.benefit-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.benefit-slider-arrows {
    z-index: 5;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%)
}

.benefit-slider-arrows .arrow-left img,
.benefit-slider-arrows .arrow-right img {
    width: 20px
}

.benefit-slider-arrows:hover {
    cursor: pointer
}

.benefit-slider-arrows .arrow-left {
    transform: rotate(180deg) translateY(10px);
    left: -385px
}

.benefit-slider-arrows .arrow-right {
    transform-origin: top;
    right: -385px
}

@media (max-width:900px) {
    .benefit-slider-arrows {
        display: none
    }
}

.footer-bottom {
    color: #58595b;
    background: #dfdfdf;
    font-size: 12px
}

.footer-nav li.current-menu-item a {
    color: #fb6d61
}

.footer-nav a {
    transition: all .2s ease
}

.footer-nav a:hover {
    color: #fb6d61
}

.footer-bottom-links a {
    transition: all .2s ease
}

.footer-bottom-links a:hover {
    color: #fb6d61
}

.footer-bottom-links a:hover span {
    color: #58595b
}

.footer-bottom-links a:last-child span {
    display: none
}

.footer-icons img {
    width: 35px;
    margin-right: 10px
}

.footer-norton {
    position: relative;
    top: -2px
}

.page-breadcrumb {
    background-color: #5fdbc8;
    min-height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: -1px
}

.page-breadcrumb h1 {
    font-weight: 500;
    font-size: 46px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4)
}

.tst-hover {
    display: none
}

.tst {
    position: absolute;
    top: -20px
}

.testimonial-card {
    display: block;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 30px 40px;
    margin-bottom: 40px;
    transition: all .3s ease;
    height: 586px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.testimonial-card.page-card {
    height: auto
}

.testimonial-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
}

.testimonial-card__icon {
    width: 30px;
    height: 30px;
    background: url(../images/quote-orange.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card__title {
    margin-top: 20px;
    font-size: 24px;
    color: #fb6d61
}

.testimonial-card__author {
    color: #fb6d61
}

.testimonial-card.variant-orange {
    background: #fb6d61
}

.testimonial-card.variant-orange .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-orange .testimonial-card__author,
.testimonial-card.variant-orange .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-text-teal {
    background: #fff
}

.testimonial-card.variant-text-teal .testimonial-card__author,
.testimonial-card.variant-text-teal .testimonial-card__title {
    color: #5fdbc8
}

.testimonial-card.variant-text-teal .testimonial-card__icon {
    background: url(../images/quote-green.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-teal {
    background: #5fdbc8
}

.testimonial-card.variant-teal .testimonial-card__author,
.testimonial-card.variant-teal .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-teal .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.contact-icon {
    width: 70px;
    height: 70px
}

.contact-icon,
.feature-icon {
    -o-object-fit: contain;
    object-fit: contain
}

.feature-icon {
    width: 85px;
    height: 85px
}

.wpcf7-spam-blocked,
.wpcf7-validation-errors,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
    background: #fb6d61;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

div.wpcf7-mail-sent-ok {
    color: #5fdbc8;
    background: #274e5e;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

.modal-content .return-to {
    position: relative;
    display: flex;
    justify-items: flex-end;
    margin-bottom: 20px;
    margin-left: 17px
}

.privacy-policy .detail-title {
    color: #fb6d61
}

.privacy-policy .side-list {
    background: #fb6d61
}

.cookie-policy .detail-title,
.terms-of-use .detail-title {
    color: #5fdbc8
}

.cookie-policy .side-list,
.terms-of-use .side-list {
    background: #5fdbc8
}

.side-list {
    border-radius: 2px;
    overflow: hidden
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px
}

.side-list {
    background: #fb6d61;
    height: calc(100vh - 340px);
    overflow-y: scroll;
    color: #fff;
    font-size: 13px
}

.side-list li {
    margin: 10px 0
}

.side-list::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

.side-list::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 3px
}

.side-list::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, .3)
}

.terms-page .detail-title {
    color: #5fdbc8
}

.accordion-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.join-us-button {
    background: #fff;
    display: flex;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    color: #274e5e;
    white-space: normal
}

@media (max-width:600px) {
    .join-us-button {
        font-size: 14px
    }
}

.join-us-button:hover {
    color: #274e5e
}

.join-us-button:focus {
    box-shadow: none;
    outline: 0
}

.join-us-button i {
    font-size: 26px
}

.faq-nav-container {
    max-width: 980px;
    margin: 0 auto
}

@media (max-width:900px) {
    .faq-nav-container {
        max-width: 500px
    }
}

.faq-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.faq-box {
    border-radius: 2px;
    padding: 25px;
    box-shadow: none;
    border: 2px solid rgba(39, 78, 94, .05);
    width: 200px;
    margin-bottom: 20px;
    transition: all .3s ease
}

@media (max-width:600px) {
    .faq-box {
        padding: 10px
    }

    .faq-box img {
        display: none
    }

    .faq-box span {
        margin-top: 0 !important
    }
}

.faq-box.active {
    border-color: rgba(251, 109, 97, .3);
    box-shadow: 0 21px 42px rgba(39, 78, 94, .1)
}

.history-card,
.history-card--right {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(39, 78, 94, .2);
    position: relative;
    margin-bottom: 20px
}

.history-card--right .year-round,
.history-card .year-round {
    position: absolute;
    top: -30px;
    left: -30px;
    background: #fb6d61;
    color: #fff;
    border-radius: 120px;
    height: 90px;
    width: 90px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:900px) {

    .history-card--right .year-round,
    .history-card .year-round {
        top: -15px;
        left: -15px
    }
}

@media (max-width:600px) {

    .history-card--right .year-round,
    .history-card .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        left: 0
    }

    .history-card--right .year-round h4,
    .history-card .year-round h4 {
        font-size: 20px
    }
}

.history-card--right .year-round h4,
.history-card .year-round h4 {
    margin-bottom: 0
}

.history-card--right .year-round {
    background: #5fdbc8;
    left: unset;
    right: -30px
}

@media (max-width:900px) {
    .history-card--right .year-round {
        top: -15px;
        right: -15px
    }
}

@media (max-width:600px) {
    .history-card--right .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        right: 0
    }

    .history-card--right .year-round h4 {
        font-size: 20px
    }
}

.history-seperator {
    background-image: url(../images/line.png);
    background-size: contain;
    background-position: 50%;
    height: calc(100% + 60px);
    width: 2px;
    position: relative
}

.history-seperator:before {
    top: 20px;
    left: -30px;
    background-color: #fb6d61
}

.history-seperator:after,
.history-seperator:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px
}

.history-seperator:after {
    top: 140px;
    right: -30px;
    background-color: #5fdbc8
}

.timeline-row {
    padding-bottom: 50px
}

.timeline-row .tr-col:last-child {
    padding-top: 140px !important
}

@media (max-width:600px) {
    .timeline-row .tr-col:last-child {
        padding-top: 0 !important
    }

    .timeline-row h1,
    .timeline-row p {
        text-align: center !important
    }

    .timeline-row img {
        display: block;
        margin: 0 auto
    }

    .timeline-row .col-lg-4 {
        margin-bottom: 40px
    }
}

.timeline-row.col-lg-4:first-child {
    padding-top: 100px
}

.timeline-row:nth-child(2n) .history-seperator:before {
    background-color: #5fdbc8 !important
}

.timeline-row:nth-child(2n) .history-seperator:after {
    background-color: #fb6d61 !important
}

.our-fleet-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.our-fleet-filters li {
    background: #f2f2f3;
    border-radius: 4px;
    margin: 0 15px 20px;
    min-width: 130px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease
}

.our-fleet-filters li a {
    padding: 10px 20px;
    display: block;
    border-radius: 4px
}

.our-fleet-filters li:hover a {
    background: #e5e6e6
}

.our-fleet-filters li a.selected {
    background: #5fdbc8;
    color: #274e5e
}

.our-fleet-filters li a.selected .car-filter-icon {
    opacity: 1
}

#tabs {
    color: #5fdbc8
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5fdbc8 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #5fdbc8;
    font-size: 20px
}

.table td,
.table th {
    color: #274e5e;
    font-size: 14px;
    white-space: nowrap
}

.table-bordered td,
.table-bordered th {
    border-color: rgba(39, 78, 94, .2)
}

.user-profile-table th {
    width: 20%;
    color: #274e5e
}

.user-profile-table td {
    width: 80%;
    color: #274e5e
}

.user-profile-buttons {
    justify-content: flex-end;
    align-items: center
}

@media (max-width:600px) {
    .user-profile-buttons {
        flex-wrap: wrap
    }

    .user-profile-buttons button {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .user-profile-navtabs .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .user-profile-navtabs .nav-link.active {
        background-color: rgba(95, 219, 200, .15)
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f9fefd
}

.car-filter-icon {
    width: 30px;
    margin-right: 12px;
    opacity: .6
}

.selected-car {
    box-shadow: 0 8px 20px rgba(39, 78, 94, .06);
    border-radius: 2px;
    padding: 40px 20px
}

.letter-spacing {
    letter-spacing: 1px
}

.border-radius {
    border-radius: 2px
}

.booking-detail__label {
    font-weight: 600;
    opacity: .5
}

.booking-detail__info {
    opacity: .7
}

.booking__note {
    opacity: .6;
    font-size: 13px
}

.booking-heading--small {
    font-weight: 600;
    color: #274e5e;
    font-size: 14px
}

.sbi_link:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 109, 97, .8);
    font-weight: 900;
    content: "\f00e";
    top: 0;
    font-family: Font Awesome\ 5 Free;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px
}

.input-addon {
    top: 43px
}

.input-addon:hover {
    cursor: pointer
}

a.glink.nturl.notranslate {
    visibility: hidden;
    display: none
}

#confirm_booking_form .app-input,
#confirm_booking_form .app-input--centered {
    min-height: 47px
}

.car-types .car-slide__image {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain
}

.before-d-none:before {
    display: none !important
}

.what-we-offer .car-slide-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%
}

.header-select-wrapper {
    position: relative;
    z-index: 1
}

.header-select-wrapper select {
    padding: 10px 20px;
    margin-right: 10px;
    border: 0;
    position: relative;
    background: transparent !important
}

.header-select-wrapper select:hover {
    cursor: pointer
}

.header-select-wrapper select:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

.header-select-wrapper select option {
    color: #274e5e !important
}

.header-select-wrapper:before {
    font-weight: 900;
    content: "\f57e";
    left: 0
}

.header-select-wrapper:after,
.header-select-wrapper:before {
    position: absolute;
    font-family: Font awesome\ 5 Free;
    top: 52%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #274e5e;
    z-index: -1
}

.header-select-wrapper:after {
    font-weight: 600;
    content: "\f0d7";
    right: 12px
}

.modal-body {
    position: relative
}

.modal-close-button {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    z-index: 5;
    color: #fb6d61
}

.underline,
.underline:hover {
    text-decoration: underline
}

.cp {
    cursor: pointer
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: #5fdbc8;
    border: 0;
    outline: 0
}

.multiline-check .pretty {
    white-space: inherit
}

.multiline-check .pretty .state label {
    text-indent: 0;
    padding-left: 2rem
}

.multiline-check .pretty .state label:after,
.multiline-check .pretty .state label:before {
    top: 0
}

div#payment_error_data {
    background: #fb6d61;
    color: #fff !important;
    padding: 8px 0 2px 10px;
    margin: 15px 0
}

div#payment_error_data p {
    margin-bottom: .3rem;
    font-size: .9rem
}

.payment_signin .signin-buttons {
    justify-content: flex-start !important;
    align-items: flex-start;
    max-width: auto !important
}

.payment_signin .signin-buttons .app-button--facebook {
    margin-right: 15px
}

@media (max-width:600px) {
    .payment_signin .signin-buttons .app-button--facebook {
        margin-right: 0
    }
}

.panel {
    background-color: #fff;
    margin-bottom: 20px
}

.panel-label,
.panel-text {
    font-size: 16px;
    margin-bottom: 5px;
    display: block
}

.panel-title {
    display: block !important;
    color: #274e5e;
    padding: 10px !important;
    font-weight: 600;
    font-size: 18px;
    width: 100%
}

.panel-label {
    color: #366c82;
    font-weight: 600
}

.panel-text {
    color: rgba(39, 78, 94, .7)
}

.panel-detail {
    color: #8b8c8e;
    font-size: 13px;
    margin: 15px 0
}

.panel-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.panel-inner {
    padding: 25px
}

table.bpt {
    border-collapse: collapse;
    width: 100%
}

table.bpt td {
    vertical-align: top;
    border: 0;
    padding: 0;
    white-space: normal !important;
    word-wrap: break-word
}

table.bpt tr>td {
    min-width: 180px;
    padding: 0
}

table.bpt .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

table.bpt .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

table.bpt .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.table-title {
    font-size: 36px
}

.table-subtitle {
    font-size: 24px
}

.content-td {
    max-width: 200px
}

@media (max-width:600px) {
    .bd-buttons {
        flex-wrap: wrap
    }

    .bd-buttons a,
    .bd-buttons button {
        width: 100%;
        margin-top: 10px
    }
}

.booking-summary__item p {
    text-align: right !important
}

.inside-p-0 td,
.inside-p-0 th {
    padding: 5px 0 !important
}

.border-dashed {
    padding: 15px 20px;
    border-bottom: 1px dashed #274e5e
}

.hts-text {
    -webkit-line-clamp: 3
}

.hts-text,
.pts-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pts-text {
    -webkit-line-clamp: 10
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    display: flex;
    justify-content: center;
    align-items: center
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a {
    border: 0;
    position: relative
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a:after {
    position: absolute;
    font-family: Font awesome\5 Free;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #274e5e;
    z-index: 1
}

/*# sourceMappingURL=style.css.map */

.your-benefits a.benefit-slide {
    position: relative;
}

.your-benefits a.benefit-slide .youtube-play-icon {
    top: 15px;
    position: absolute;
    right: 20px;
}

.your-benefits a.benefit-slide .youtube-play-icon img {
    animation: glowing 1300ms infinite;
    border-radius: 100%;
}

.my-account-button {
    background-color: #fb6d61 !important;
}

.my-account-button:hover {
    background-color: #fb5f52 !important;
}

@keyframes glowing {
    0% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }

    50% {
        background-color: #fc6e62;
        box-shadow: 0 0 20px #fc6e62;
    }

    100% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }
}

@media (max-width: 991px) {

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .your-benefits a.benefit-slide .youtube-play-icon {
        top: 22px;
        right: inherit;
        left: 83%
    }

    .pingouin_section {
        background-image: url(../images/pengouin_bg_mob.jpg) !important;
        background-position: right !important;
    }

    .your-benefits a.benefit-slide .youtube-play-icon img {
        height: 32px;
        width: 32px;
    }

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    .service-car {
        width: 100% !important;
    }

    .about-us-section .img_about {
        width: auto;
        max-width: 180px;
    }

    .service_img {
        width: auto;
        max-width: 180px !important;
    }

    .pingouin_section {
        background-position: left !important;
    }
}

@media (max-width: 320px) {
    .your-benefits a.benefit-slide .youtube-play-icon img {
        width: 25px;
        height: 25px;
    }
}

.pingouin_section {
    background-image: url(../images/pengouin_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission_vision_section {
    background: #fb6d61;
}

.pingouin_section .wrap {
    padding-bottom: 50px;
    padding-top: 15px;
}

.honesty_section .left .box {
    background: #60dbc7;
    padding: 45px;
    width: 445px;
    margin-left: auto;
    margin-right: 60px;
}

.honesty_section .left .box h6 {
    font-size: 23px;
    margin-bottom: 13px;
}

.honesty_section .right img {
    width: 60px;
}

.honesty_section .right h6 {
    color: #60dbc7;
    font-size: 44px;
    font-weight: 500;
}

.honesty_section .right .box {
    padding: 45px;
    width: 516px;
    margin-left: 0px;
    margin-right: auto;
}

.pingouin_section .left h6 {
    font-size: 20px;
    margin-bottom: 17px;
}

.pingouin_section .left p {
    font-size: 15px;
}

.join_us_btn {
    margin-top: 22px;
    display: inline-block;
}

.app-button,
.app-button--facebook,
.app-button--gmail,
.app-button--large,
.app-button--medium,
.app-button--primary,
.app-button--secondary,
.app-button--white {
    display: block;
    background-color: #fb6d61;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center !important;
    transition: all .3s ease
}

.app-button--facebook:hover,
.app-button--gmail:hover,
.app-button--large:hover,
.app-button--medium:hover,
.app-button--primary:hover,
.app-button--secondary:hover,
.app-button--white:hover,
.app-button:hover {
    background-color: #fb5f52;
    color: #fff
}

.app-button--facebook:active,
.app-button--facebook:focus,
.app-button--gmail:active,
.app-button--gmail:focus,
.app-button--large:active,
.app-button--large:focus,
.app-button--medium:active,
.app-button--medium:focus,
.app-button--primary:active,
.app-button--primary:focus,
.app-button--secondary:active,
.app-button--secondary:focus,
.app-button--white:active,
.app-button--white:focus,
.app-button:active,
.app-button:focus {
    background-color: #fa5143;
    box-shadow: none;
    outline: 0
}

.app-button--primary {
    background-color: #2eceb6
}

.app-button--primary:hover {
    background-color: #2cc2ab
}

.app-button--primary:active,
.app-button--primary:focus {
    background-color: #29b5a0
}

.app-button--secondary {
    background-color: #274e5e
}

.app-button--secondary:hover {
    background-color: #234553
}

.app-button--secondary:active,
.app-button--secondary:focus {
    background-color: #203f4c
}

.app-button--facebook {
    background-color: #4266b2
}

.app-button--facebook:hover {
    background-color: #34518d
}

.app-button--facebook:active,
.app-button--facebook:focus {
    background-color: #2d467a
}

.app-button--gmail {
    background-color: #e75a4d
}

.app-button--gmail:hover {
    background-color: #e13020
}

.app-button--gmail:active,
.app-button--gmail:focus {
    background-color: #cc2a1c
}

.app-button--white {
    background-color: #fff;
    color: #274e5e !important
}

.app-button--white:hover {
    background-color: #d9d9d9;
    color: #274e5e
}

.app-button--white:active,
.app-button--white:focus {
    background-color: #d1d1d1;
    color: #274e5e
}

.app-button--large {
    padding: 18px 36px;
    font-size: 18px
}

.app-button--medium {
    padding: 10px 30px;
    font-size: 18px
}

hr {
    display: block;
    width: 100%
}

.primary-bg {
    background: #5fdbc8
}

.secondary-bg {
    background: #274e5e
}

.accent-bg {
    background: #fb6d61
}

.light-bg {
    background: rgba(88, 89, 91, .03)
}

.gray-bg {
    background: rgba(88, 89, 91, .1)
}

.primary-color {
    color: #5fdbc8 !important
}

.primary-dark-color {
    color: #229886
}

.secondary-color,
.secondary-color * {
    color: #274e5e
}

.accent-color {
    color: #fb6d61
}

.light-color {
    color: #58595b
}

.lightest-color {
    color: #8b8c8e
}

.relative {
    position: relative
}

.section-heading {
    font-size: 36px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading {
        font-size: 36px
    }
}

.section-heading--small {
    font-size: 38px;
    margin: 12px 0
}

@media (max-width:600px) {
    .section-heading--small {
        font-size: 32px
    }
}

.text--small {
    font-size: 12px
}

.app-dropdown {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.app-dropdown button {
    color: #274e5e
}

.app-dropdown button:focus {
    box-shadow: none;
    outline: 0
}

header.sticky-top {
    box-shadow: 0 8px 20px -6px rgba(39, 78, 94, .1)
}

#app-navbar {
    padding: 0
}

@media (max-width:1200px) {
    #app-navbar {
        padding: 10px
    }

    .honesty_section .left .box {
        min-height: 356px !important;
    }
}

#app-navbar-menu {
    margin: 0;
    min-width: 650px;
    display: flex
}

@media (max-width:900px) {
    #app-navbar-menu {
        min-width: auto
    }
}

#app-navbar-menu li {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    min-height: 100px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px
}

#app-navbar-menu li a {
    color: rgba(0, 0, 0, .5);
    width: 100%;
    transition: all .3s ease
}

#app-navbar-menu li a:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 6px;
    background: #fb6d61;
    transition: all .5s ease
}

#app-navbar-menu li:hover a {
    color: #fb6d61
}

#app-navbar-menu li:hover a:after {
    opacity: 1;
    visibility: visible
}

#app-navbar-menu li.active a {
    color: #fb6d61
}

#app-navbar-menu li.active a:after {
    opacity: 1;
    visibility: visible
}

@media (max-width:900px) {
    #app-navbar-menu li {
        margin: 0;
        padding: 10px 10px 10px 25px;
        min-height: 20px
    }

    #app-navbar-menu li a {
        text-align: left
    }

    #app-navbar-menu li.active:after {
        display: none
    }
}

.navbar-right {
    position: relative;
    flex-shrink: 0
}

.navbar-right .cart-icon {
    margin: 10px 0
}

@media (max-width:900px) {
    .navbar-right {
        padding-left: 30px
    }

    .navbar-right .my-account-button {
        margin-right: 10px;
    }
}

@media (max-width:600px) {
    .navbar-right {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 0 20px;
        position: relative;
        flex-wrap: wrap
    }

    .navbar-right .my-account-button {
        order: -1;
        margin-bottom: 10px;
        margin-right: 20px;
        flex-grow: 1;
        width: 100%;
        flex-shrink: 0
    }

    .navbar-right .cart-icon {
        padding-top: 5px;
        order: 2
    }

    .navbar-right .cur-dropdown button,
    .navbar-right .lang-dropdown button {
        padding-left: 0;
        margin: 4px 10px
    }
}

#hero {
    min-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 180px;
    position: relative;
    content: ""
}

#hero:before {
    height: 100%;
    background: rgba(95, 219, 200, .1)
}

#hero:before,
.hero-banner-alert {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-banner-alert {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #5fdbc8;
    padding: 10px;
    font-size: 16px
}

.hero-banner-alert p {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 20px
}

.overlay-blue {
    position: relative
}

.overlay-blue:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(95, 219, 200, .1);
    z-index: -1
}

.hero__subtitle,
.hero__title {
    color: #fff;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, .6)
}

.hero__title {
    font-size: 76px;
    letter-spacing: -1px
}

@media (max-width:600px) {
    .hero__title {
        font-size: 60px
    }
}

.hero__subtitle {
    font-size: 30px
}

@media (max-width:600px) {
    .hero__subtitle {
        font-size: 22px
    }
}

#booking-form {
    position: relative;
    margin-top: -200px
}

.bf-container {
    background: #fff;
    border-radius: 2px;
    padding: 26px;
    width: 100%;
    box-shadow: 0 18px 58px rgba(39, 78, 94, .2)
}

.return-to {
    position: absolute;
    right: 0;
    top: 10px
}

@media (max-width:600px) {
    .return-to {
        position: relative;
        margin-left: 15px;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .search-now-button {
        width: 100%
    }
}

.input-group-side div {
    width: 100%
}

@media (max-width:600px) {
    .input-group-side {
        flex-wrap: wrap
    }

    .input-group-side div {
        width: 100%
    }

    .input-group-side input:nth-child(2) {
        margin-top: 10px
    }
}

#home-feature-slider .slick-dots {
    bottom: -50px
}

.feature-item {
    max-width: 120px;
    min-height: 140px;
    text-align: center;
    margin: 0 60px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.feature-item img {
    width: 60px;
    margin: 0 auto
}

.feature-item h5 {
    color: #58595b;
    margin-top: 20px;
    font-size: 16px
}

.car-slider-container {
    position: relative;
    overflow: visible
}

.the-car-slider--fleet .car-slide,
.the-car-slider .car-slide {
    background: #fff;
    padding: 40px;
    max-width: 350px;
    margin: 20px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    text-align: center;
    align-items: center
}

.the-car-slider--fleet .car-slide button,
.the-car-slider .car-slide button {
    margin: 0 auto
}

.the-car-slider--fleet .car-slide-image,
.the-car-slider .car-slide-image {
    position: relative
}

.the-car-slider--fleet .car-slide-image img,
.the-car-slider .car-slide-image img {
    width: 100%
}

.the-car-slider--fleet .car-slide__offer,
.the-car-slider .car-slide__offer {
    height: 90px;
    width: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #fb6d61;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    padding: 20px
}

.the-car-slider--fleet .car-slide__offer span,
.the-car-slider .car-slide__offer span {
    display: block;
    font-size: 13px
}

.the-car-slider--fleet .car-slide__offer .price,
.the-car-slider .car-slide__offer .price {
    font-size: 16px
}

.the-car-slider--fleet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0
}

.the-car-slider--fleet .car-slide {
    max-width: 300px;
    text-align: center;
    margin: 0 20px 30px
}

.the-car-slider--fleet .car-slide .car-slide-feature__image {
    width: 42px
}

.the-car-slider--fleet .car-slide .car-slide-feature__count {
    position: absolute;
    bottom: 2.5px;
    color: #fff;
    font-size: 12px
}

.car-slide-features.selected-car-features .car-slide-feature__image {
    width: 42px
}

.car-slide-features.selected-car-features .car-slide-feature__count {
    position: absolute;
    bottom: 2px;
    color: #fff;
    font-size: 12px
}

.benefit-slider-arrows .arrow-left,
.benefit-slider-arrows .arrow-right,
.car-slider-arrow,
.car-slider-arrow__left,
.car-slider-arrow__right {
    z-index: 5;
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    transform-origin: top
}

.car-slider-arrow__left img,
.car-slider-arrow__right img {
    width: 20px
}

.benefit-slider-arrows .arrow-left:hover,
.benefit-slider-arrows .arrow-right:hover,
.car-slider-arrow:hover,
.car-slider-arrow__left:hover,
.car-slider-arrow__right:hover {
    cursor: pointer
}

.car-slider-arrow__right {
    right: -16px
}

.car-slider-arrow__left {
    left: -16px
}

.car-slider-arrow__left img {
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .car-slider-arrow__left {
        left: -5px
    }

    .car-slider-arrow__right {
        right: -5px
    }
}

.car-slide-features {
    display: flex
}

.car-slide-feature {
    position: relative;
    margin-right: 5px;
    opacity: .7;
    transition: all .2s ease
}

.car-slide-feature:hover {
    opacity: 1
}

.car-slide-feature__count {
    position: absolute;
    bottom: 3px;
    right: 5px;
    color: #fff;
    font-size: 13px
}

.car-slide-feature__image {
    width: 50px
}

.testimonial-wrapper {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 50px;
    max-width: 700px;
    margin: 0 auto;
    position: relative
}

.testimonial-wrapper .quote-icon {
    position: absolute;
    top: 20px;
    left: 20px
}

.testimonial-arrows {
    position: absolute;
    right: -20px;
    bottom: -10px;
    display: flex;
    overflow: hidden
}

.testimonial-arrows .arrow-left:hover,
.testimonial-arrows .arrow-right:hover {
    cursor: pointer
}

.testimonial-arrows .arrow-right {
    margin-left: 5px;
    transform: rotate(180deg)
}

@media (max-width:600px) {
    .testimonial-arrows {
        right: 0
    }
}

.currency-switcher {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.benefit-slider {
    overflow: hidden
}

.benefit-slider .owl-item {
    opacity: .5;
    transform: scale(.85);
    transform-origin: center
}

@media (max-width:900px) {
    .benefit-slider .owl-item {
        opacity: 1;
        transform: scale(1)
    }
}

.benefit-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1)
}

.benefit-slide {
    width: 700px;
    background: rgba(88, 89, 91, .08);
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.benefit-slide img {
    max-height: 268px
}

@media (max-width:600px) {
    .benefit-slide {
        width: 100%;
        min-width: unset;
        margin: 0
    }

    .benefit-slide .content img {
        width: 30px;
        margin-bottom: 30px
    }
}

.benefit-slide .content {
    text-align: left;
    padding: 40px
}

.benefit-slide .content img {
    width: 40px
}

.benefit-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.benefit-slider-arrows {
    z-index: 5;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%)
}

.benefit-slider-arrows .arrow-left img,
.benefit-slider-arrows .arrow-right img {
    width: 20px
}

.benefit-slider-arrows:hover {
    cursor: pointer
}

.benefit-slider-arrows .arrow-left {
    transform: rotate(180deg) translateY(10px);
    left: -385px
}

.benefit-slider-arrows .arrow-right {
    transform-origin: top;
    right: -385px
}

@media (max-width:900px) {
    .benefit-slider-arrows {
        display: none
    }
}

.footer-bottom {
    color: #58595b;
    background: #dfdfdf;
    font-size: 12px
}

.footer-nav li.current-menu-item a {
    color: #fb6d61
}

.footer-nav a {
    transition: all .2s ease
}

.footer-nav a:hover {
    color: #fb6d61
}

.footer-bottom-links a {
    transition: all .2s ease
}

.footer-bottom-links a:hover {
    color: #fb6d61
}

.footer-bottom-links a:hover span {
    color: #58595b
}

.footer-bottom-links a:last-child span {
    display: none
}

.footer-icons img {
    width: 35px;
    margin-right: 10px
}

.footer-norton {
    position: relative;
    top: -2px
}

.page-breadcrumb {
    background-color: #5fdbc8;
    min-height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: -1px
}

.page-breadcrumb h1 {
    font-weight: 500;
    font-size: 46px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4)
}

.tst-hover {
    display: none
}

.tst {
    position: absolute;
    top: -20px
}

.testimonial-card {
    display: block;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 30px 40px;
    margin-bottom: 40px;
    transition: all .3s ease;
    height: 586px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.testimonial-card.page-card {
    height: auto
}

.testimonial-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
}

.testimonial-card__icon {
    width: 30px;
    height: 30px;
    background: url(../images/quote-orange.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card__title {
    margin-top: 20px;
    font-size: 24px;
    color: #fb6d61
}

.testimonial-card__author {
    color: #fb6d61
}

.testimonial-card.variant-orange {
    background: #fb6d61
}

.testimonial-card.variant-orange .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-orange .testimonial-card__author,
.testimonial-card.variant-orange .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-text-teal {
    background: #fff
}

.testimonial-card.variant-text-teal .testimonial-card__author,
.testimonial-card.variant-text-teal .testimonial-card__title {
    color: #5fdbc8
}

.testimonial-card.variant-text-teal .testimonial-card__icon {
    background: url(../images/quote-green.png);
    background-size: contain;
    background-repeat: no-repeat
}

.testimonial-card.variant-teal {
    background: #5fdbc8
}

.testimonial-card.variant-teal .testimonial-card__author,
.testimonial-card.variant-teal .testimonial-card__title {
    color: #fff
}

.testimonial-card.variant-teal .testimonial-card__icon {
    background: url(../images/quote-white.png);
    background-size: contain;
    background-repeat: no-repeat
}

.contact-icon {
    width: 70px;
    height: 70px
}

.contact-icon,
.feature-icon {
    -o-object-fit: contain;
    object-fit: contain
}

.feature-icon {
    width: 85px;
    height: 85px
}

.wpcf7-spam-blocked,
.wpcf7-validation-errors,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
    background: #fb6d61;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

div.wpcf7-mail-sent-ok {
    color: #5fdbc8;
    background: #274e5e;
    font-weight: 700 !important;
    padding: 1rem !important;
    font-size: 1rem;
    border: none !important;
    margin: 0 !important
}

.modal-content .return-to {
    position: relative;
    display: flex;
    justify-items: flex-end;
    margin-bottom: 20px;
    margin-left: 17px
}

.privacy-policy .detail-title {
    color: #fb6d61
}

.privacy-policy .side-list {
    background: #fb6d61
}

.cookie-policy .detail-title,
.terms-of-use .detail-title {
    color: #5fdbc8
}

.cookie-policy .side-list,
.terms-of-use .side-list {
    background: #5fdbc8
}

.side-list {
    border-radius: 2px;
    overflow: hidden
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px
}

.side-list {
    background: #fb6d61;
    height: calc(100vh - 340px);
    overflow-y: scroll;
    color: #fff;
    font-size: 13px
}

.side-list li {
    margin: 10px 0
}

.side-list::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

.side-list::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 3px
}

.side-list::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, .3)
}

.terms-page .detail-title {
    color: #5fdbc8
}

.accordion-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.join-us-button {
    background: #fff;
    display: flex;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    color: #274e5e;
    white-space: normal
}

@media (max-width:600px) {
    .join-us-button {
        font-size: 14px
    }
}

.join-us-button:hover {
    color: #274e5e
}

.join-us-button:focus {
    box-shadow: none;
    outline: 0
}

.join-us-button i {
    font-size: 26px
}

.faq-nav-container {
    max-width: 980px;
    margin: 0 auto
}

@media (max-width:900px) {
    .faq-nav-container {
        max-width: 500px
    }
}

.faq-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.faq-box {
    border-radius: 2px;
    padding: 25px;
    box-shadow: none;
    border: 2px solid rgba(39, 78, 94, .05);
    width: 200px;
    margin-bottom: 20px;
    transition: all .3s ease
}

@media (max-width:600px) {
    .faq-box {
        padding: 10px
    }

    .faq-box img {
        display: none
    }

    .faq-box span {
        margin-top: 0 !important
    }
}

.faq-box.active {
    border-color: rgba(251, 109, 97, .3);
    box-shadow: 0 21px 42px rgba(39, 78, 94, .1)
}

.history-card,
.history-card--right {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(39, 78, 94, .2);
    position: relative;
    margin-bottom: 20px
}

.history-card--right .year-round,
.history-card .year-round {
    position: absolute;
    top: -30px;
    left: -30px;
    background: #fb6d61;
    color: #fff;
    border-radius: 120px;
    height: 90px;
    width: 90px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:900px) {

    .history-card--right .year-round,
    .history-card .year-round {
        top: -15px;
        left: -15px
    }
}

@media (max-width:600px) {

    .history-card--right .year-round,
    .history-card .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        left: 0
    }

    .history-card--right .year-round h4,
    .history-card .year-round h4 {
        font-size: 20px
    }
}

.history-card--right .year-round h4,
.history-card .year-round h4 {
    margin-bottom: 0
}

.history-card--right .year-round {
    background: #5fdbc8;
    left: unset;
    right: -30px
}

@media (max-width:900px) {
    .history-card--right .year-round {
        top: -15px;
        right: -15px
    }
}

@media (max-width:600px) {
    .history-card--right .year-round {
        height: 70px;
        width: 70px;
        top: 0;
        right: 0
    }

    .history-card--right .year-round h4 {
        font-size: 20px
    }
}

.history-seperator {
    background-image: url(../images/line.png);
    background-size: contain;
    background-position: 50%;
    height: calc(100% + 60px);
    width: 2px;
    position: relative
}

.history-seperator:before {
    top: 20px;
    left: -30px;
    background-color: #fb6d61
}

.history-seperator:after,
.history-seperator:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px
}

.history-seperator:after {
    top: 140px;
    right: -30px;
    background-color: #5fdbc8
}

.timeline-row {
    padding-bottom: 50px
}

.timeline-row .tr-col:last-child {
    padding-top: 140px !important
}

@media (max-width:600px) {
    .timeline-row .tr-col:last-child {
        padding-top: 0 !important
    }

    .timeline-row h1,
    .timeline-row p {
        text-align: center !important
    }

    .timeline-row img {
        display: block;
        margin: 0 auto
    }

    .timeline-row .col-lg-4 {
        margin-bottom: 40px
    }
}

.timeline-row.col-lg-4:first-child {
    padding-top: 100px
}

.timeline-row:nth-child(2n) .history-seperator:before {
    background-color: #5fdbc8 !important
}

.timeline-row:nth-child(2n) .history-seperator:after {
    background-color: #fb6d61 !important
}

.our-fleet-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.our-fleet-filters li {
    background: #f2f2f3;
    border-radius: 4px;
    margin: 0 15px 20px;
    min-width: 130px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease
}

.our-fleet-filters li a {
    padding: 10px 20px;
    display: block;
    border-radius: 4px
}

.our-fleet-filters li:hover a {
    background: #e5e6e6
}

.our-fleet-filters li a.selected {
    background: #5fdbc8;
    color: #274e5e
}

.our-fleet-filters li a.selected .car-filter-icon {
    opacity: 1
}

#tabs {
    color: #5fdbc8
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5fdbc8 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #5fdbc8;
    font-size: 20px
}

.table td,
.table th {
    color: #274e5e;
    font-size: 14px;
    white-space: nowrap
}

.table-bordered td,
.table-bordered th {
    border-color: rgba(39, 78, 94, .2)
}

.user-profile-table th {
    width: 20%;
    color: #274e5e
}

.user-profile-table td {
    width: 80%;
    color: #274e5e
}

.user-profile-buttons {
    justify-content: flex-end;
    align-items: center
}

@media (max-width:600px) {
    .user-profile-buttons {
        flex-wrap: wrap
    }

    .user-profile-buttons button {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .user-profile-navtabs .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .user-profile-navtabs .nav-link.active {
        background-color: rgba(95, 219, 200, .15)
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f9fefd
}

.car-filter-icon {
    width: 30px;
    margin-right: 12px;
    opacity: .6
}

.selected-car {
    box-shadow: 0 8px 20px rgba(39, 78, 94, .06);
    border-radius: 2px;
    padding: 40px 20px
}

.letter-spacing {
    letter-spacing: 1px
}

.border-radius {
    border-radius: 2px
}

.booking-detail__label {
    font-weight: 600;
    opacity: .5
}

.booking-detail__info {
    opacity: .7
}

.booking__note {
    opacity: .6;
    font-size: 13px
}

.booking-heading--small {
    font-weight: 600;
    color: #274e5e;
    font-size: 14px
}

.sbi_link:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 109, 97, .8);
    font-weight: 900;
    content: "\f00e";
    top: 0;
    font-family: Font Awesome\ 5 Free;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px
}

.input-addon {
    top: 43px
}

.input-addon:hover {
    cursor: pointer
}

a.glink.nturl.notranslate {
    visibility: hidden;
    display: none
}

#confirm_booking_form .app-input,
#confirm_booking_form .app-input--centered {
    min-height: 47px
}

.car-types .car-slide__image {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain
}

.before-d-none:before {
    display: none !important
}

.what-we-offer .car-slide-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%
}

.header-select-wrapper {
    position: relative;
    z-index: 1
}

.header-select-wrapper select {
    padding: 10px 20px;
    margin-right: 10px;
    border: 0;
    position: relative;
    background: transparent !important
}

.header-select-wrapper select:hover {
    cursor: pointer
}

.header-select-wrapper select:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

.header-select-wrapper select option {
    color: #274e5e !important
}

.header-select-wrapper:before {
    font-weight: 900;
    content: "\f57e";
    left: 0
}

.header-select-wrapper:after,
.header-select-wrapper:before {
    position: absolute;
    font-family: Font awesome\ 5 Free;
    top: 52%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #274e5e;
    z-index: -1
}

.header-select-wrapper:after {
    font-weight: 600;
    content: "\f0d7";
    right: 12px
}

.modal-body {
    position: relative
}

.modal-close-button {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    z-index: 5;
    color: #fb6d61
}

.underline,
.underline:hover {
    text-decoration: underline
}

.cp {
    cursor: pointer
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: #5fdbc8;
    border: 0;
    outline: 0
}

.multiline-check .pretty {
    white-space: inherit
}

.multiline-check .pretty .state label {
    text-indent: 0;
    padding-left: 2rem
}

.multiline-check .pretty .state label:after,
.multiline-check .pretty .state label:before {
    top: 0
}

div#payment_error_data {
    background: #fb6d61;
    color: #fff !important;
    padding: 8px 0 2px 10px;
    margin: 15px 0
}

div#payment_error_data p {
    margin-bottom: .3rem;
    font-size: .9rem
}

.payment_signin .signin-buttons {
    justify-content: flex-start !important;
    align-items: flex-start;
    max-width: auto !important
}

.payment_signin .signin-buttons .app-button--facebook {
    margin-right: 15px
}

@media (max-width:600px) {
    .payment_signin .signin-buttons .app-button--facebook {
        margin-right: 0
    }
}

.panel {
    background-color: #fff;
    margin-bottom: 20px
}

.panel-label,
.panel-text {
    font-size: 16px;
    margin-bottom: 5px;
    display: block
}

.panel-title {
    display: block !important;
    color: #274e5e;
    padding: 10px !important;
    font-weight: 600;
    font-size: 18px;
    width: 100%
}

.panel-label {
    color: #366c82;
    font-weight: 600
}

.panel-text {
    color: rgba(39, 78, 94, .7)
}

.panel-detail {
    color: #8b8c8e;
    font-size: 13px;
    margin: 15px 0
}

.panel-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.panel-inner {
    padding: 25px
}

table.bpt {
    border-collapse: collapse;
    width: 100%
}

table.bpt td {
    vertical-align: top;
    border: 0;
    padding: 0;
    white-space: normal !important;
    word-wrap: break-word
}

table.bpt tr>td {
    min-width: 180px;
    padding: 0
}

table.bpt .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

table.bpt .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

table.bpt .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.table-title {
    font-size: 36px
}

.table-subtitle {
    font-size: 24px
}

.content-td {
    max-width: 200px
}

@media (max-width:600px) {
    .bd-buttons {
        flex-wrap: wrap
    }

    .bd-buttons a,
    .bd-buttons button {
        width: 100%;
        margin-top: 10px
    }
}

.booking-summary__item p {
    text-align: right !important
}

.inside-p-0 td,
.inside-p-0 th {
    padding: 5px 0 !important
}

.border-dashed {
    padding: 15px 20px;
    border-bottom: 1px dashed #274e5e
}

.hts-text {
    -webkit-line-clamp: 3
}

.hts-text,
.pts-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pts-text {
    -webkit-line-clamp: 10
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    display: flex;
    justify-content: center;
    align-items: center
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a {
    border: 0;
    position: relative
}

#navbarSupportedContent>div>div.wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown>ul>li>a:after {
    position: absolute;
    font-family: Font awesome\5 Free;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #274e5e;
    z-index: 1
}

/*# sourceMappingURL=style.css.map */

.your-benefits a.benefit-slide {
    position: relative;
}

.your-benefits a.benefit-slide .youtube-play-icon {
    top: 15px;
    position: absolute;
    right: 20px;
}

.your-benefits a.benefit-slide .youtube-play-icon img {
    animation: glowing 1300ms infinite;
    border-radius: 100%;
}

.my-account-button {
    background-color: #fb6d61 !important;
}

.my-account-button:hover {
    background-color: #fb5f52 !important;
}

@keyframes glowing {
    0% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }

    50% {
        background-color: #fc6e62;
        box-shadow: 0 0 20px #fc6e62;
    }

    100% {
        background-color: #fc6e62;
        box-shadow: 0 0 5px #fc6e62;
    }
}

@media (max-width: 991px) {

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }

    .honesty_section .left .box {
        min-height: 285px !important;
    }
}

@media (max-width: 900px) {
    .honesty_section .car-slider-arrow__left {
        left: 20px !important;
    }

    .honesty_section .car-slider-arrow__right {
        right: 20px !important;
    }
}

@media (max-width: 767px) {
    .your-benefits a.benefit-slide .youtube-play-icon {
        top: 22px;
        right: inherit;
        left: 83%
    }

    .honesty_section .left .box {
        min-height: 331px !important;
    }

    .your-benefits a.benefit-slide .youtube-play-icon img {
        height: 32px;
        width: 32px;
    }

   .honesty_section .mb-5 {
        margin-bottom: 0rem !important;
    }

    .honesty_section .left .box,
    .honesty_section .right .box {
        width: 100% !important;
    }

    .pingouin_section {
        background: unset !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .pingouin_section .pingouin_section_row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .pengouin_bg_mob_wrap {
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pingouin_section .wrap {
        padding-bottom: 0px !important;
    }

    .pingouin_section .mb-5 {
        margin-bottom: 1rem !important;
    }

    .pingouin_section .mt-5 {
        margin-top: 0rem !important;
    }

    .pingouin_section .left h6 {
        color: #274e5e !important;
    }
}

@media (max-width: 524px) {
    .honesty_section .left .box {
        min-height: 355px !important;
    }
}

@media (max-width: 473px) {
    .honesty_section .left .box {
        min-height: 379px !important;
    }
}

@media (max-width: 436px) {
    .honesty_section .left .box {
        min-height: 425px !important;
    }
}

@media (max-width: 400px) {
    .service-car {
        width: 100% !important;
    }
}

@media (max-width: 387px) {
    .honesty_section .left .box {
        min-height: 455px !important;
    }
}

@media (max-width: 375px) {
    .honesty_section .left .box {
        min-height: 503px !important;
    }
}

@media (max-width: 347px) {
    .honesty_section .left .box {
        min-height: 505px !important;
    }
}

@media (max-width: 328px) {
    .honesty_section .left .box {
        min-height: 550px !important;
    }
}

@media (max-width: 320px) {
    .your-benefits a.benefit-slide .youtube-play-icon img {
        width: 25px;
        height: 25px;
    }
}

.pingouin_section {
    background-image: url(../images/pengouin_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission_vision_section {
    background: #fb6d61;
}

.pingouin_section .wrap {
    padding-bottom: 50px;
    padding-top: 15px;
}

.honesty_section .left .box {
    background: #60dbc7;
    padding: 45px;
    width: 445px;
    margin-left: auto;
    margin-right: 60px;
}

.honesty_section .left .box h6 {
    font-size: 23px;
    margin-bottom: 13px;
}

.honesty_section .right img {
    width: 60px;
}

.honesty_section .right h6 {
    color: #60dbc7;
    font-size: 44px;
    font-weight: 500;
}

.honesty_section .right .box {
    padding: 45px;
    width: 516px;
    margin-left: 0px;
    margin-right: auto;
}

.pingouin_section .left h6 {
    font-size: 20px;
    margin-bottom: 17px;
}

.pingouin_section .left p {
    font-size: 15px;
}

.join_us_btn {
    margin-top: 22px;
    display: inline-block;
}

.honesty_section .left .box {
    min-height: 335px;
}

.pengouin_bg_mob_wrap {
    display: none;
}

/* enquire-now-section-css--start */

.enquire-now-section {
    background-image: url(../images/enquire-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.enquire-now-section .section-heading,
.enquire-now-section p {
    max-width: 270px;
}

.enquire-now-section .app-button {
    max-width: 165px;
}

@media (min-width: 1200px) {
    .enquire-now-section .section-heading {
        font-size: 40px !important;
    }

    .enquire-now-section p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .enquire-now-section .enquire-disc-area {
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    .enquire-now-section {
        background-image: url(../images/enquire-mobile.jpg) !important;
    }

    .enquire-now-section .enquire-disc-area {
        margin-left: 0px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(2px);
        padding: 10px;
    }

    .enquire-now-section .section-heading,
    .enquire-now-section p {
        max-width: 100%;
        text-align: center;
    }

    .enquire-now-section .app-button {
        margin: 0 auto;
    }
}

/* @media (max-width: 599px) {
    .search-now-button {
        margin-top: 20px;
    }
} */

/* enquire-now-section-css--end */
#longterm_search_vehicle #pickup-col .app-input,
#longterm_search_vehicle #drop_col .app-input {
    padding-right: 25px;
}

#longterm_search_vehicle #pickup-col .input-addon,
#longterm_search_vehicle #drop_col .input-addon {
    top: 33px !important;
    right: -4px;
}

.py-7 {
    padding: 5rem 0 !important;
}

.honesty_section .left .box {
    min-height: 335px;
}

.pengouin_bg_mob_wrap {
    display: none;
}

.type-of-car-select {
    background-color: transparent;
    height: 30px;
    padding: 2px 5px;
    font-size: 14px !important;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.type-of-car-select option {
    color: #000 !important;
}
span.franchise-form-description {
    font-size: 22px;
}
@media (max-width: 460px) {
	.home-youtube-player{
		height:230px!important;
	}
}
.below-top-menu {
 flex-direction: row !important;
gap: 15px;
}
.travel-together {
 display: flex;
align-items: flex-start;
background-color: #5fdbc873;
padding: 15px;
margin-bottom: 15px;
gap: 15px;
}
 
.travel-together img {
 max-width: 35px;
height: auto;
}
 
.travel-together p strong {
 display: block;
}

/*----Start----*/
ul.side-list.py-1 li {
    list-style: none;
}
/*---End----*/