:root {
    --bs-white: #fff;
    --accent-2: #45484A;
    --font-primary: "Source Sans 3", sans-serif !important;
    --bs-border-color: var(--black-500);
    --white: #fff;
    --hertz-teal: #0A7986;
    --teal-light: #CEE5E8;
    --danger: #dc2626;
    --Primary-90: #001D6C;
    --light-border: #E6E5F9;
    --background: #F8F9FA;
    --subtext: #5B6B79;
    --line: #BEC8D0;
    --hertz-gold-500: #FC0;
    --hertz-gold-400: #FFD014;
    --hertz-gold-300: #FFDC50;
    --hertz-gold-200: #FFEEA9;
    --hertz-gold-100: #FFFBEA;
    --active-box-shadow: rgba(10, 121, 134, 0.25);
    --danger-box-shadow: rgba(255, 0, 0, 0.179);
    --CoolGray-10: #F2F4F8;
    --CoolGray-30: #C1C7CD;
    --CoolGray-90: #21272A;
    --black-900: #000;
    --black-800: #353535;
    --black-700: #686868;
    --black-600: #949494;
    --black-500: #B6B6B6;
    --black-400: #D1D1D1;
    --black-300: #E4E4E4;
    --black-200: #F2F2F2;
    --black-100: #FAFAFA;
    --active-900: #0A7986;
    --active-800: #228692;
    --active-700: #3A939E;
    --active-600: #53A1AA;
    --active-500: #6CAEB6;
    --active-400: #84BCC2;
    --active-300: #9DC9CE;
    --active-200: #B5D6DA;
    --active-100: #CEE4E6;
    --active-10: #E6F1F2;
    --Hertz-Teal-Color-50: #F5FEFF;
    --Hertz-Teal-Color-500: #D5F9FE;
    --light-teal: #F6FDFF;
    --border-color: #D7D8D8;
    --charcoal-black: #222222;
    --dark-gray: #222222cc;
    --toggle-bg: #a6a8a9;
    --icy-mist: #f0f7f8;
    --light-teal-bg: #F5F9FA;
    --danger: #CD2026;
    --hertz-gold-800: #e6b800
}

body#hfb,
* {
    font-family: var(--font-primary) !important;
    color: #000
}

#hfb .object-fit-cover {
    object-fit: cover
}

#hfb .main-bg-curve {
    background: var(--black-200);
    padding-left: 32px;
    padding-right: 32px
}

#hfb .main-container {
    border-radius: 33px 33px 0px 0px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1)
}

#hfb .radius-top-4 {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0
}

@media(max-width: 767px) {
    #hfb .main-bg-curve {
        padding-left: 0;
        padding-right: 0
    }

    #hfb .main-container {
        border-radius: 16px 16px 0px 0px;
        background: #fff;
        padding: 10px
    }

    #hfb .radius-top-4 {
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0
    }
}

#hfb .cmn-primary-btn {
    background-color: #fc0;
    color: #000 !important;
    padding: 12px 15px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    transition: all .3s ease-in-out;
    text-decoration: none
}

#hfb .cmn-primary-btn:hover {
    background-color: #000;
    color: #fff !important
}

#hfb .bg-dark {
    background-color: #000 !important
}

#hfb .pointer {
    cursor: pointer
}

#hfb .btn-primary {
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 9px;
    background: var(--hertz-gold-500) !important;
    border-color: var(--hertz-gold-500);
    font-size: 18px;
    font-weight: 600;
    color: #000 !important;
    height: auto;
    line-height: 1.55;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

#hfb .btn-primary:focus {
    box-shadow: 0 0 0 .25rem var(--hertz-gold-200)
}

#hfb .btn-primary:hover {
    background-color: var(--hertz-gold-800) !important;
    border-color: var(--hertz-gold-800);
    color: #000
}

#hfb .border-solid {
    border-style: solid
}

#hfb .border-light {
    border-color: var(--black-300) !important
}

#hfb .fs-7 {
    font-size: 14px
}

#hfb .fs-8 {
    font-size: 12px
}

#hfb .card {
    border-radius: 8px;
    border: 1px solid #d5e4e2;
    padding: 20px;
    background: #fff
}

#hfb .text-muted-700 {
    color: var(--black-700)
}

#hfb .border {
    border: 1px solid var(--bs-border-color) !important
}

#hfb .common-bottom-space {
    margin-bottom: 60px
}

#hfb .con-select {
    border-radius: 120px;
    background: var(--black-200);
    border: none;
    color: var(--black-800);
    font-size: 14px;
    line-height: 16px;
    padding: 3px 10px;
    max-width: 150px
}

#hfb .btn-outline-secondary {
    color: #000;
    border-color: #000
}

#hfb .bg-hertz-300 {
    background-color: var(--hertz-gold-300)
}

#hfb .bg-hertz-400 {
    background-color: var(--hertz-gold-400)
}

#hfb .text-color-b-700 {
    color: var(--black-700)
}

#hfb .fw-semibold {
    font-weight: 600
}

#hfb .text-teal {
    color: var(--hertz-teal) !important
}

#hfb .border-teal {
    border-color: var(--hertz-teal) !important
}

#hfb .bg-teal {
    background-color: var(--hertz-teal) !important
}

#hfb .text-muted {
    color: var(--black-800) !important
}

#hfb .vr {
    border-right: 1px solid #d9d9d9
}

#hfb .btn-teal {
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

#hfb .btn-teal:hover {
    background: var(--Hertz-Teal-Color-500)
}

#hfb .bg-light {
    background: var(--black-200) !important
}

#hfb input[type=search]::-webkit-search-decoration,
#hfb input[type=search]::-webkit-search-cancel-button,
#hfb input[type=search]::-webkit-search-results-button,
#hfb input[type=search]::-webkit-search-results-decoration {
    display: none
}

#hfb input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#hfb .right-10 {
    right: 10px
}

#hfb .top-10 {
    top: 10px
}

#hfb .modal-dialog {
    margin-top: 0px
}

#hfb .disabled {
    pointer-events: none
}

#hfb .pagination .page-link {
    border-radius: 50% !important;
    margin: 0px 5px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-800);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    font-size: 14px;
    line-height: 14px
}

#hfb .pagination .page-link:hover,
#hfb .pagination .page-link.active {
    background-color: var(--teal-light)
}

#hfb .bg-primary-dash {
    background-color: #fc0;
    width: 70px;
    height: 3px
}

#hfb .bg-black-blur {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px)
}

#hfb .container-fluid {
    max-width: 1600px
}

@media(min-width: 992px) {
    #hfb .w-lg-50 {
        width: 50%
    }

    #hfb .w-lg-25 {
        width: 25%
    }
}

@media(max-width: 991px) {
    #hfb .w-lg-25 {
        width: 100%
    }
}

#hfb body {
    color: var(--dark-gray)
}

#hfb h1,
#hfb h2,
#hfb h3,
#hfb h4,
#hfb h5,
#hfb h6 {
    color: var(--black-900)
}

#hfb .cmn-section-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4
}

@media(max-width: 767px) {
    #hfb .cmn-section-title {
        font-size: 1.5rem
    }
}

#hfb .cmn-section-title.enroll-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1
}

.dropdown-menu {
    width: 200px
}

.notification-item {
    display: flex;
    align-items: start;
    gap: .75rem;
    padding: .75rem;
    border-bottom: 1px solid #eee
}

.notification-item:last-child {
    border-bottom: none
}

.notification-text {
    font-size: .875rem
}

.notification-time {
    font-size: .75rem;
    color: gray
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover
}

.dropdown-menu-profile {
    min-width: 220px
}

.dropdown-header {
    font-size: .875rem;
    color: #6c757d
}

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

.nav-menu li {
    position: relative
}

.nav-menu>li {
    display: inline-block;
    margin-right: 20px
}

@media(min-width: 992px) {
    .nav-menu li a {
        display: block;
        padding: 8px 15px;
        text-decoration: none;
        border-radius: 20px;
        color: var(--black-800);
        white-space: nowrap;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .nav-menu li.active>a,
    .nav-menu li:hover>a,
    .nav-menu li:focus>a {
        background: var(--black-800);
        color: #fff
    }

    .nav-menu li.have-submenu {
        position: relative
    }

    .nav-menu li.have-submenu a {
        padding-right: 35px
    }

    .nav-menu li.have-submenu:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0%;
        width: 20px;
        height: 20px;
        background-image: url(../../../img/icons/chevron-down-outline.svg);
        transform: translate(-50%, -50%) rotate(0deg);
        transition: transform .5s ease;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: right center
    }

    .nav-menu li.have-submenu ul li a {
        color: #fff
    }

    .nav-menu li.have-submenu ul li::before {
        transform: translate(-25%, -50%) rotate(270deg);
        -webkit-transform: translate(-25%, -50%) rotate(270deg);
        -moz-transform: translate(-25%, -50%) rotate(270deg);
        -ms-transform: translate(-25%, -50%) rotate(270deg);
        -o-transform: translate(-25%, -50%) rotate(270deg)
    }

    .nav-menu li ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--black-900);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s ease;
        z-index: 1000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }

    .nav-menu li:hover>ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .nav-menu li ul li {
        width: 200px
    }

    .nav-menu li ul li ul {
        top: 0;
        left: 100%;
        background: var(--black-900);
        color: #fff
    }
}

@media(max-width: 991px) {
    .nav-menu {
        display: block;
        width: 100%;
        background: var(--black-800)
    }

    .nav-menu li {
        background: var(--black-400);
        width: 100%
    }

    .nav-menu li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        color: #fff;
        text-decoration: none;
        background: #222
    }

    .nav-menu li a:hover {
        background: #333
    }

    .nav-menu li ul {
        display: none;
        background: #2c2c2c;
        transition: max-height .4s ease
    }

    .nav-menu li.open>ul {
        display: block
    }

    .nav-menu li.have-submenu>a::after {
        content: "▼";
        font-size: 12px;
        transform: rotate(0deg);
        transition: transform .3s
    }

    .nav-menu li.open>a::after {
        transform: rotate(-180deg)
    }

    .nav-menu li ul li a {
        padding-left: 32px;
        background: #333
    }

    .nav-menu li ul li ul li a {
        padding-left: 48px;
        background: #444
    }

    .nav-menu li ul {
        display: none
    }

    .nav-menu li.open>ul {
        display: block
    }
}

@media(max-width: 574px) {
    .navbar-brand {
        max-width: 130px
    }

    .navbar-brand img {
        max-width: 100%
    }
}

footer {
    color: var(--black-700);
    background: var(--black-200)
}

.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: .5 !important
}

.slick-arrow {
    opacity: .8 !important
}

.slick-arrow:hover {
    opacity: 1 !important
}

#hfb .hero-banner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 60px
}

@media(max-width: 767px) {
    #hfb .hero-banner {
        background-size: auto 70%
    }
}

#hfb .business-fleet-tab {
    gap: 50px
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab {
        gap: 10px
    }
}

#hfb .business-fleet-tab .fleet-left-col {
    width: calc(50% - 25px)
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab .fleet-left-col {
        width: 100%
    }
}

#hfb .business-fleet-tab .fleet-left-col .explore-fleet {
    text-align: left;
    margin-bottom: 25px
}

#hfb .business-fleet-tab .fleet-left-col .explore-fleet .explore-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--black-900);
    margin-bottom: 5px
}

#hfb .business-fleet-tab .fleet-left-col .explore-fleet p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75
}

#hfb .business-fleet-tab .fleet-left-col #tab-list {
    list-style: none;
    gap: 11px;
    padding: 0
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li {
    width: 100%;
    text-align: left;
    background: var(--white);
    padding: 12px 10px;
    border-bottom: 1px solid var(--black-400);
    transition: .5s ease-in-out
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab .fleet-left-col #tab-list li {
        height: auto
    }
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li.active {
    position: relative;
    background-color: var(--light-teal);
    max-height: 120px;
    height: max-content
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab .fleet-left-col #tab-list li.active {
        height: auto
    }
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li.active a {
    position: relative;
    transition: .5s ease-in-out
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li.active a .fleet-tab-title img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(79%) saturate(322%) hue-rotate(140deg) brightness(97%) contrast(91%)
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li.active a .fleet-tab-title .car-type {
    color: var(--hertz-teal)
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li.active a .fleet-tab-content {
    display: block;
    padding-left: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li.active a::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../img/icons/forward-teal-with-white-bg.svg);
    position: absolute;
    top: 48%;
    right: -35px;
    transform: translateY(-50%);
    z-index: 2
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li a {
    text-decoration: none
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li a .fleet-tab-title {
    display: flex;
    align-items: center;
    gap: 10px
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li a .fleet-tab-title img {
    width: 75px;
    height: 40px;
    object-fit: contain
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li a .fleet-tab-title .car-type {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black-800)
}

#hfb .business-fleet-tab .fleet-left-col #tab-list li a .fleet-tab-content {
    display: none;
    transition: .4s ease-in-out
}

#hfb .business-fleet-tab .tab-content.fleet-content {
    width: calc(50% - 25px)
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab .tab-content.fleet-content {
        width: 100%
    }
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data {
    border-radius: 20px;
    background: var(--hertz-gold-100);
    box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, .09);
    padding: 25px 30px
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data {
        padding: 15px 20px
    }
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data:nth-child(2) {
    display: block
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    mix-blend-mode: darken
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details {
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    text-align: left
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--hertz-teal);
    margin-bottom: 15px
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-name span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--charcoal-black)
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details {
    display: flex;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

@media(min-width: 1201px)and (max-width: 1400px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details {
        gap: 10px
    }
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-price {
    width: 160px;
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width: 1201px)and (max-width: 1400px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-price {
        width: 120px
    }
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-price h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--charcoal-black);
    margin-bottom: 2px
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-price .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--charcoal-black);
    margin-bottom: 0
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-price .price span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--dark-gray)
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: calc(100% - 190px);
    flex-wrap: wrap
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details {
        width: 100%;
        gap: 10px
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details {
        width: 100%;
        justify-content: start;
        gap: 10px
    }
}

@media(min-width: 1201px)and (max-width: 1400px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details {
        width: calc(100% - 140px)
    }
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details .item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center
}

@media(max-width: 360px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details .item {
        width: 25%
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details .item {
        width: 30%
    }
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details .item img {
    width: 20px;
    height: 20px
}

#hfb .business-fleet-tab .tab-content.fleet-content .tab-data .fleet-tab-details .fleet-car-details .fleet-other-details .item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: var(--black-900)
}

#hfb .business-fleet-tab .tab-content.fleet-content .note {
    margin-top: 15px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    font-style: italic;
    color: var(--charcoal-black)
}

@media(max-width: 767px) {
    #hfb .business-fleet-tab .tab-content.fleet-content .note {
        text-align: center
    }
}

#hfb .slick-slide {
    margin: 0 10px
}

#hfb .slick-dots {
    bottom: 0
}

#hfb .slick-dots li {
    width: 15px
}

#hfb .slick-dots li button {
    width: 15px
}

#hfb .slick-dots li button::before {
    padding: 0;
    width: 15px;
    height: 8px;
    background-color: #dddee4;
    border-radius: 10px;
    opacity: 1;
    content: ""
}

#hfb .slick-dots li.slick-active {
    width: 30px
}

#hfb .slick-dots li.slick-active button {
    width: 30px
}

#hfb .slick-dots li.slick-active button::before {
    background-color: #949494;
    opacity: 1;
    width: 30px
}

#hfb .gallery-logo {
    margin-bottom: 36px
}

@media(max-width: 767px) {
    #hfb .gallery-logo {
        margin-bottom: 0
    }
}

#hfb .gallery-logo .gallery-item {
    width: 155px;
    height: 100px;
    background-color: #f3f4f8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}

#hfb .gallery-logo .gallery-item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    color: var(--charcoal-black);
    text-transform: capitalize
}

#hfb .video-sec .video-player video {
    height: 370px
}

@media(max-width: 767px) {
    #hfb .video-sec .video-player video {
        height: auto
    }
}

#hfb .video-sec .video-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
    gap: 5px;
    margin-bottom: 0
}

#hfb .video-sec .video-content p.subheading {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75
}

#hfb .extra-faq .global-typo-accordian {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    border: none;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(82, 83, 85, .22);
    padding: 15px
}

#hfb .extra-faq .global-typo-accordian .open-drawer {
    width: 100%;
    height: auto;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    color: #000;
    text-align: left;
    display: block;
    position: relative;
    padding-right: 20px;
    margin: 0
}

#hfb .extra-faq .global-typo-accordian .open-drawer::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../../../img/icons/down.svg);
    transform: translateY(-50%);
    transition: .5s ease-in-out
}

#hfb .extra-faq .global-typo-accordian.active .open-drawer::after {
    content: "";
    transform: rotate(180deg)
}

#hfb .extra-faq .global-typo-accordian.active .c_part_o_d {
    display: block
}

#hfb .extra-faq .c_part_o_d {
    margin-top: 10px
}

#hfb .extra-faq .c_part_o_d h4 {
    font-size: 18px;
    font-weight: 400 !important
}

#hfb .extra-faq .c_part_o_d ul {
    margin: 0;
    padding: 0;
    padding-left: 18px
}

#hfb .extra-faq .c_part_o_d ul li {
    list-style: disc
}

#hfb #journeyModal .modal-dialog {
    max-width: 560px;
    margin-top: 50px
}

#hfb #journeyModal .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container {
    position: relative;
    width: 100%
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup {
    position: relative;
    width: 100%
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 9
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .close-button img {
    transition: transform .2s
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .close-button img:hover img {
    transform: scale(1.1)
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content {
    position: relative;
    z-index: 2;
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .header-text {
    text-align: left;
    background-image: url(../../../img/modal-header-bg.png);
    width: 100%;
    height: 100%;
    padding: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .header-text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--black-900);
    margin-bottom: 4px
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .header-text h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: var(--black-900);
    margin-bottom: 4px
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .header-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black-900);
    padding-left: 0
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .form-section {
    padding: 0 45px
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .form-section .footer {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 30px
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .form-section .footer .get-started-btn {
    background: var(--hertz-gold-500);
    border: none;
    border-radius: 9px;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-900) !important;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color .2s
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .form-section .footer .get-started-btn:hover {
    background: #e6b800
}

#hfb #journeyModal .modal-dialog .modal-content .modal-body .popup-container .popup .content .form-section .footer .trust-text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--dark-gray)
}

#hfb .text-danger {
    color: var(--danger) !important
}

#hfb .bg-teal-gradient {
    background: linear-gradient(180deg, #0A7986 0%, #0A626C 100%)
}

#hfb .card-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: var(--black-900);
    margin-bottom: 20px
}

#hfb .card-subheading {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--black-900);
    margin-bottom: 0
}

#hfb .reserve-card {
    padding: 20px;
    background: var(--light-teal-bg)
}

#hfb .reserve-card .card-subheading {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark-gray);
    margin-bottom: 0
}

#hfb .reserve-card+hr {
    margin: 20px 0
}

#hfb .form-check-consent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 8px;
    margin-bottom: 15px
}

#hfb .form-check-consent:last-child {
    margin-bottom: 0
}

#hfb .form-check-consent input[type=checkbox] {
    appearance: none;
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 1px solid var(--toggle-bg);
    position: relative;
    transition: .3s ease-in-out;
    background-color: var(--white);
    margin: 0
}

#hfb .form-check-consent input[type=checkbox].is-invalid+span {
    margin-top: 0 !important
}

#hfb .form-check-consent input[type=checkbox]:checked {
    background-color: var(--hertz-teal);
    border-color: var(--hertz-teal)
}

#hfb .form-check-consent input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border: solid var(--bs-white);
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

#hfb .form-check-consent label {
    font-weight: 400;
    line-height: 1.4;
    flex-basis: calc(100% - 30px)
}

#hfb .payment-card-box {
    padding: 40px 30px;
    border-radius: 6px
}

#hfb .payment-card-box .card-field .is-invalid {
    background-image: none
}

#hfb .payment-card-box .card-field .is-invalid~#card-icon {
    top: 36%
}

#hfb .payment-card-box #card-icon {
    display: block;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

#hfb .payment-card-box .is-invalid+span {
    color: var(--bs-white) !important
}

#hfb .payment-card-box .security-code {
    position: relative
}

#hfb .payment-card-box .security-code .is-invalid {
    background-image: none
}

#hfb .payment-card-box .security-code::after {
    content: "";
    background-image: url(../../../img/icons/security-card.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9999;
    width: 30px;
    height: 22px;
    z-index: 1
}

#hfb .payment-card-box .security-code label {
    padding-right: 40px
}

#hfb .form-floating .text-danger {
    display: block;
    margin-top: 5px
}

#hfb .form-floating>.form-control {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    min-height: 60px;
    background-position: right calc(.375em + .1875rem) center;
    color: var(--black-800) !important;
    background-color: var(--white)
}

#hfb .form-floating>.form-control.is-invalid {
    border-color: var(--danger)
}

#hfb .form-floating>.form-control.is-invalid~label {
    color: var(--danger) !important
}

#hfb .form-floating>.form-control.is-invalid:focus {
    border-color: var(--danger);
    outline: 0;
    box-shadow: 0px 0px 0px 4px rgba(205, 32, 38, .2392156863)
}

#hfb .form-floating>.form-control.is-invalid:focus~label {
    color: var(--danger)
}

#hfb .form-floating>.form-control:focus {
    transition: .3s ease-in-out;
    background-color: #fff;
    border-color: rgba(10, 121, 134, .7);
    outline: 0;
    box-shadow: 0px 0px 0px 4px rgba(10, 121, 134, .25);
    border-radius: 4px
}

#hfb .form-floating>.form-control:focus~label {
    color: var(--hertz-teal);
    opacity: 1;
    transition: .3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16
}

#hfb .form-floating>.form-control:not(:placeholder-shown)~label {
    color: var(--hertz-teal);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16
}

#hfb .form-floating>.form-select {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

#hfb .form-floating>.form-select:focus {
    transition: .3s ease-in-out;
    background-color: #fff;
    border-color: rgba(10, 121, 134, .7);
    outline: 0;
    box-shadow: 0px 0px 0px 4px rgba(10, 121, 134, .25)
}

#hfb .form-floating>.form-select:focus~label {
    color: var(--hertz-teal);
    opacity: 1;
    transition: .3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16
}

#hfb .form-floating>.form-select:valid:not(:placeholder-shown)~label {
    color: var(--hertz-teal);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16
}

#hfb .form-floating label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    font-weight: 600
}

#hfb .form-floating label.required:after {
    content: "*";
    color: var(--danger)
}

#hfb .intl-tel-input .iti {
    height: 60px;
    width: 100%
}

#hfb .intl-tel-input .iti .iti__country-container {
    top: 10px
}

#hfb .intl-tel-input .iti .iti__tel-input {
    height: 60px;
    background-color: var(--white)
}

#hfb .intl-tel-input .iti .iti__selected-country .iti__selected-country-primary {
    padding-left: 13px
}

#hfb .intl-tel-input .iti .iti__selected-country .iti__selected-country-primary:hover {
    background-color: rgba(0, 0, 0, 0) !important
}

#hfb .intl-tel-input .iti .iti__selected-country .iti__selected-country-primary:focus-visible {
    outline: none
}

#hfb .intl-tel-input .iti .iti__selected-country:focus-visible {
    outline: none
}

#hfb .intl-tel-input input[type=tel] {
    padding-top: 15px
}

#hfb .intl-tel-input input[type=tel]:focus {
    transition: .3s ease-in-out;
    background-color: #fff;
    border-color: rgba(10, 121, 134, .7);
    outline: 0;
    box-shadow: 0px 0px 0px 4px rgba(10, 121, 134, .25);
    border-radius: 4px
}

#hfb .intl-tel-input input[type=tel]:focus:not(:placeholder-shown)~label {
    color: var(--hertz-teal);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16
}

#hfb .intl-tel-input input[type=tel]:not(:placeholder-shown)~label {
    color: var(--hertz-teal);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16
}

#hfb .intl-tel-input input[type=tel].is-invalid label {
    color: var(--danger) !important
}

#hfb .intl-tel-input input[type=tel].is-invalid:focus {
    border-color: var(--danger);
    outline: 0;
    box-shadow: 0px 0px 0px 4px rgba(205, 32, 38, .2392156863)
}

#hfb .intl-tel-input input[type=tel].is-invalid:focus~label {
    color: var(--danger) !important
}

#hfb .intl-tel-input label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    color: var(--hertz-teal);
    opacity: 1;
    transition: .3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.16;
    z-index: 1
}

#hfb .bg-primary {
    background-color: var(--hertz-gold-500) !important
}

#hfb .title-with-bar {
    margin-bottom: 30px
}

#hfb .title-with-bar:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background-color: var(--hertz-gold-500);
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto
}

#hfb .title-with-bar-left {
    margin-bottom: 30px
}

#hfb .title-with-bar-left:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background-color: var(--hertz-gold-500);
    left: 0;
    right: 0;
    bottom: -15px
}

#hfb .sme-landing-hero-section {
    position: relative;
    padding-top: 30px
}

#hfb .sme-landing-hero-section::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: var(--hertz-gold-500);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    z-index: 0
}

#hfb .sme-landing-hero-section .img-wrapper {
    height: 500px;
    width: 100%;
    border-radius: 20px;
    z-index: 1
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section .img-wrapper {
        min-height: 200px;
        height: 260px
    }
}

@media(min-width: 768px)and (max-width: 992px) {
    #hfb .sme-landing-hero-section .img-wrapper {
        min-height: 300px;
        height: auto
    }
}

#hfb .sme-landing-hero-section .img-wrapper .banner-content {
    height: 500px;
    border-radius: 20px
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section .img-wrapper .banner-content {
        min-height: 200px
    }
}

@media(min-width: 768px)and (max-width: 992px) {
    #hfb .sme-landing-hero-section .img-wrapper .banner-content {
        min-height: 300px;
        height: auto
    }
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section .content-section {
        padding: 10px 30px;
        max-width: 70%
    }
}

@media(min-width: 768px)and (max-width: 992px) {
    #hfb .sme-landing-hero-section .content-section {
        padding: 40px
    }
}

#hfb .sme-landing-hero-section .content-section .title {
    font-size: 60px;
    line-height: 1.16;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    color: #fff
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section .content-section .title {
        font-size: 1.6rem;
        margin-bottom: 8px
    }
}

@media(max-width: 479px) {
    #hfb .sme-landing-hero-section .content-section .title {
        font-size: 1.4rem
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    #hfb .sme-landing-hero-section .content-section .title {
        font-size: 2rem;
        margin-bottom: 5px
    }
}

@media(min-width: 992px)and (max-width: 1200px) {
    #hfb .sme-landing-hero-section .content-section .title {
        font-size: 2.8rem;
        margin-bottom: 5px
    }
}

#hfb .sme-landing-hero-section .content-section .desc {
    font-size: 1.75rem;
    line-height: 1.4;
    color: var(--white);
    font-weight: 500;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25)
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section .content-section .desc {
        font-size: .9rem;
        font-weight: 500;
        line-height: 1.4
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    #hfb .sme-landing-hero-section .content-section .desc {
        font-size: 1rem
    }
}

@media(min-width: 992px)and (max-width: 1200px) {
    #hfb .sme-landing-hero-section .content-section .desc {
        font-size: 1.25rem
    }
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section .content-section .btn-primary {
        padding: 5px 10px;
        font-size: 12px
    }
}

#hfb .sme-landing-hero-section.enroll-hero .img-wrapper {
    height: 180px
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper {
        height: 120px;
        min-height: 100px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper {
        height: 180px;
        min-height: 100px
    }
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper .banner-content {
        min-height: 80px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper .banner-content {
        min-height: 100px
    }
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper .banner-content .title {
        font-size: 1rem
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper .banner-content .title {
        font-size: 1.4rem
    }
}

@media(min-width: 992px)and (max-width: 1200px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper .banner-content .title {
        font-size: 1.8rem
    }
}

@media(min-width: 1201px)and (max-width: 1400px) {
    #hfb .sme-landing-hero-section.enroll-hero .img-wrapper .banner-content .title {
        font-size: 2rem
    }
}

#hfb .sme-landing-hero-section.enroll-hero .content-section .title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff
}

@media(max-width: 767px) {
    #hfb .sme-landing-hero-section.enroll-hero .content-section .title {
        font-size: 1.4rem
    }
}

#hfb .business-simplify-section .business-card-item-wrapper {
    width: 100%;
    gap: 20px
}

@media(max-width: 767px) {
    #hfb .business-simplify-section .business-card-item-wrapper {
        gap: 10px
    }
}

#hfb .business-simplify-section .business-card-item-wrapper .bc-item {
    border-radius: 8px;
    border: 1px solid var(--teal-light);
    background: linear-gradient(0deg, #F6FDFF 0%, #F6FDFF 100%), #f8f9fa;
    flex: 1;
    padding: 30px 20px
}

@media(max-width: 767px) {
    #hfb .business-simplify-section .business-card-item-wrapper .bc-item {
        width: calc(50% - 20px);
        flex: auto;
        padding: 20px
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .business-simplify-section .business-card-item-wrapper .bc-item {
        padding: 20px
    }
}

#hfb .business-simplify-section .business-card-item-wrapper .bc-item .bc-title {
    font-size: 45px;
    line-height: 1.1
}

@media(max-width: 1199px) {
    #hfb .business-simplify-section .business-card-item-wrapper .bc-item .bc-title {
        font-size: 2rem
    }
}

@media(max-width: 767px) {
    #hfb .business-simplify-section .business-card-item-wrapper .bc-item .bc-title {
        margin-bottom: 5px !important;
        font-size: 1.5rem
    }
}

#hfb .business-simplify-section .business-card-item-wrapper .bc-item p {
    color: var(--charcoal-black);
    line-height: 1.5
}

#hfb .business-travel-section .features-skewed-section {
    position: relative;
    z-index: 1;
    overflow: hidden
}

#hfb .business-travel-section .features-skewed-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffc107;
    clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0% 100%);
    z-index: -1
}

#hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper {
    width: 100%;
    gap: 30px 50px
}

@media(max-width: 767px) {
    #hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper {
        gap: 15px
    }
}

#hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, .09);
    padding: 35px 45px 35px 35px;
    display: flex;
    align-items: start;
    gap: 10px;
    height: auto;
    flex: 1;
    min-width: calc(50% - 25px)
}

@media(max-width: 767px) {
    #hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card {
        width: 100%;
        flex: auto;
        padding: 20px
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card {
        padding: 25px
    }
}

#hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card .f-card-title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 5px
}

#hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card .f-card-desc {
    line-height: 1.75
}

#hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card .feature-icon img {
    width: 60px;
    height: 60px
}

@media(max-width: 767px) {
    #hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card .feature-icon img {
        width: 40px;
        height: 40px
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .business-travel-section .features-skewed-section .feature-card-item-wrapper .feature-card .feature-icon img {
        width: 45px;
        height: 45px
    }
}

#hfb .step-wrapper {
    gap: 40px
}

#hfb .step-wrapper .step-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 80%;
    margin: 0 auto
}

@media(max-width: 992px) {
    #hfb .step-wrapper .step-item {
        width: 100%
    }
}

@media(min-width: 992px) {
    #hfb .step-wrapper .step-item {
        width: calc(33% - 30px)
    }
}

#hfb .step-wrapper .step-item .step-title {
    font-size: 1.25rem;
    line-height: 1.4
}

#hfb .step-wrapper .step-item .step-desc {
    line-height: 1.75
}

#hfb .step-wrapper .step-item .step-pointer {
    display: flex;
    border-radius: 50%;
    background-color: #fcd84c;
    cursor: pointer;
    box-shadow: 0 0 0 #ffefaf;
    animation: pulse 2s infinite;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px
}

#hfb .step-wrapper .step-item .step-pointer span {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 157, 22, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 157, 22, .4);
        box-shadow: 0 0 0 0 rgba(244, 157, 22, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(244, 157, 22, 0);
        box-shadow: 0 0 0 10px rgba(244, 157, 22, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 157, 22, 0);
        box-shadow: 0 0 0 0 rgba(244, 157, 22, 0)
    }
}

#hfb .image-card {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-top: 50px
}

@media(max-width: 767px) {
    #hfb .image-card {
        height: auto;
        margin-top: 20px
    }
}

#hfb .image-card img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 1.25rem;
    position: relative;
    object-fit: cover
}

@media(max-width: 767px) {
    #hfb .image-card img {
        height: 220px;
        border-radius: 10px 10px 0 0
    }
}

#hfb .image-card a {
    color: var(--dark-gray) !important;
    text-decoration: none
}

#hfb .image-card a span {
    color: var(--hertz-teal)
}

#hfb .image-card a.btn-primary {
    color: var(--black-900) !important
}

#hfb .image-card-content-box {
    background-color: var(--hertz-gold-100);
    border-radius: 1.25rem;
    padding: 1.5rem;
    max-width: 400px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    #hfb .image-card-content-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        border-radius: 0 0 10px 10px
    }
}

#hfb .image-card-content-box .card-title {
    font-size: 36px;
    line-height: 1.4
}

@media(max-width: 767px) {
    #hfb .image-card-content-box .card-title {
        font-size: 25px
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .image-card-content-box .card-title {
        font-size: 30px
    }
}

#hfb .ebf .explore-fleet {
    text-align: left;
    margin-bottom: 25px
}

#hfb .ebf .explore-fleet .explore-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--black-900);
    margin-bottom: 5px
}

#hfb .ebf .explore-fleet p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75
}

#hfb .ebf .global-typo-accordian {
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    background: var(--white);
    padding: 12px 10px;
    border-bottom: 1px solid var(--black-400);
    transition: .5s ease-in-out;
    cursor: pointer
}

#hfb .ebf .global-typo-accordian .open-drawer:after {
    display: none
}

@media(max-width: 767px) {
    #hfb .ebf .global-typo-accordian .open-drawer:after {
        display: block;
        top: 10px
    }
}

#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title {
    display: flex;
    align-items: center;
    gap: 10px
}

#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title img {
    width: 75px;
    height: 40px;
    object-fit: contain
}

#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-title .car-type {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black-800);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#hfb .ebf .global-typo-accordian .open-drawer .fleet-tab-content {
    display: none;
    transition: .4s ease-in-out
}

#hfb .ebf .global-typo-accordian.active {
    position: relative;
    background-color: var(--light-teal);
    max-height: 120px;
    height: max-content;
    position: relative;
    transition: .5s ease-in-out
}

@media(max-width: 767px) {
    #hfb .ebf .global-typo-accordian.active {
        height: auto;
        max-height: max-content
    }
}

#hfb .ebf .global-typo-accordian.active .fleet-tab-title img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(79%) saturate(322%) hue-rotate(140deg) brightness(97%) contrast(91%)
}

#hfb .ebf .global-typo-accordian.active .fleet-tab-title .car-type {
    color: var(--hertz-teal)
}

#hfb .ebf .global-typo-accordian.active .fleet-tab-content {
    display: block;
    padding-left: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75
}

#hfb .ebf .global-typo-accordian.active::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../../../img/icons/forward-teal-with-white-bg.svg);
    position: absolute;
    top: 48%;
    right: -23px;
    transform: translateY(-50%);
    z-index: 2
}

@media(max-width: 767px) {
    #hfb .ebf .global-typo-accordian.active::after {
        display: none
    }
}

@media(max-width: 767px) {
    #hfb .ebf .global-typo-accordian.active .c_part_o_d {
        display: block !important
    }
}

#hfb .ebf .global-typo-accordian:hover {
    background-color: var(--light-teal)
}

#hfb .ebf .global-typo-accordian:hover .fleet-tab-title img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(79%) saturate(322%) hue-rotate(140deg) brightness(97%) contrast(91%)
}

#hfb .ebf .global-typo-accordian:hover .fleet-tab-title .car-type {
    color: var(--hertz-teal)
}

#hfb .ebf .note {
    margin-top: 15px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    font-style: italic;
    color: var(--charcoal-black)
}

@media(max-width: 767px) {
    #hfb .ebf .note {
        text-align: center
    }
}

#hfb .ebf .cc-data {
    border-radius: 20px;
    background: var(--hertz-gold-100);
    box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, .09);
    padding: 25px 30px
}

@media(max-width: 767px) {
    #hfb .ebf .cc-data {
        padding: 15px 20px;
        box-shadow: none
    }
}

#hfb .ebf .cc-data:nth-child(2) {
    display: block
}

#hfb .ebf .cc-data .fleet-tab-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    mix-blend-mode: darken
}

#hfb .ebf .cc-data .fleet-tab-details {
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    text-align: left
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--hertz-teal);
    margin-bottom: 15px
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-name span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--charcoal-black)
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details {
    display: flex;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

@media(min-width: 1201px)and (max-width: 1400px) {
    #hfb .ebf .cc-data .fleet-tab-details .fleet-car-details {
        gap: 10px
    }
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-price {
    width: 160px;
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width: 1201px)and (max-width: 1400px) {
    #hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-price {
        width: 120px
    }
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-price h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--charcoal-black);
    margin-bottom: 2px
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-price .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--charcoal-black);
    margin-bottom: 0
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-price .price span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--dark-gray)
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: calc(100% - 190px);
    flex-wrap: wrap
}

@media(max-width: 767px) {
    #hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details {
        width: 100%;
        gap: 10px
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details {
        width: 100%;
        justify-content: start;
        gap: 10px
    }
}

@media(min-width: 1201px)and (max-width: 1400px) {
    #hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details {
        width: calc(100% - 140px)
    }
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details .item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center
}

@media(max-width: 360px) {
    #hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details .item {
        width: 25%
    }
}

@media(min-width: 768px)and (max-width: 1200px) {
    #hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details .item {
        width: 30%
    }
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details .item img {
    width: 20px;
    height: 20px
}

#hfb .ebf .cc-data .fleet-tab-details .fleet-car-details .fleet-other-details .item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: var(--black-900)
}

@media(max-width: 767px) {
    #hfb .ebf .tab-data-show {
        display: none !important
    }
}

#hfb #ui-datepicker-div {
    padding: 0;
    width: 300px !important;
    font-family: var(--bs-body-font-family);
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.0392156863);
    padding: 5px;
    transform: translateY(5px);
    z-index: 9 !important;
    border: none !important;
    border-radius: 4px
}

#hfb #ui-datepicker-div .ui-datepicker-header {
    background-color: var(--hertz-gold-500) !important;
    border: none
}

#hfb #ui-datepicker-div .ui-datepicker-header a.ui-state-hover {
    border: none;
    background: rgba(0, 0, 0, 0);
    font-weight: normal;
    color: inherit;
    top: 0
}

#hfb #ui-datepicker-div .ui-datepicker-header a.ui-state-hover span {
    background-color: #efefef !important
}

#hfb #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

#hfb #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next span {
    rotate: 180deg;
    background: url(../../../img/icons/prev.svg);
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 20px;
    background-color: #fff
}

#hfb #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

#hfb #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev span {
    background: url(../../../img/icons/prev.svg);
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 20px;
    background-color: #fff
}

#hfb #ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-unselectable span {
    background-color: #cdcdcd;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000
}

#hfb #ui-datepicker-div .ui-datepicker-calendar tbody td a {
    box-shadow: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    color: #000 !important;
    border-color: #fff;
    font-size: 1rem;
    transition: .5s ease-in-out;
    border: none !important
}

#hfb #ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--hertz-gold-500);
    color: var(--brandblack)
}

#hfb #ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
    background-color: var(--hertz-gold-500);
    color: var(--brandblack)
}

#hfb #ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
    margin-right: 2px
}

#hfb .payment-card-box .form-control.is-invalid {
    border-color: #fff; /* Bootstrap danger red */
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#hfb .payment-card-box .invalid-feedback {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

#hfb .payment-card-box .form-floating input:focus.is-invalid {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

#enrollForm .form-check-consent:has(.form-check-input.is-invalid) .form-check-label {
    color: red;
}

#enrollForm .form-check-consent .form-check-input.is-invalid {
    outline: 1px solid red;
    outline-offset: 1px;
}

#hfb .step-progress .progress-ring {
    transform: rotate(-90deg);
}

#hfb .step-progress {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
}

#hfb .step-progress .progress-ring .progress-ring-bg, #hfb .step-progress .progress-ring .progress-ring-circle {
    transition: stroke-dashoffset .35s;
    transform-origin: 50% 50%;
}

#hfb .step-progress .step-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
}

#hfb .prev-btn {
     color: var(--hertz-gold-500) !important;
     border-color: var(--hertz-gold-500);
     font-weight: 600;
     font-size: 18px;
     padding: 8px 18px;
     line-height: 1.55;
     border-radius: 9px;
     display: flex;
     align-items: center;
     gap: 5px;
}
#hfb .prev-btn:hover {
    background-color: var(--hertz-gold-500);
    color: var(--black-900) !important;
    border-color: var(--hertz-gold-500);
}

#hfb .prev-btn:focus {
    box-shadow: 0 0 0 0.25rem var(--hertz-gold-200);
}
#hfb .prev-btn:active:focus {
    box-shadow: 0 0 0 0.25rem var(--hertz-gold-200);
}

#hfb .business-simplify-section .business-card-item-wrapper {
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  #hfb .business-simplify-section .business-card-item-wrapper {
    gap: 10px;
  }
}
#hfb .business-simplify-section .business-card-item-wrapper .bc-item {
  border-radius: 8px;
  border: 1px solid var(--teal-light);
  background: linear-gradient(0deg, #F6FDFF 0%, #F6FDFF 100%), #F8F9FA;
  padding: 30px 20px;
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #hfb .business-simplify-section .business-card-item-wrapper .bc-item {
    width: calc(100% - 0px);
    flex: auto;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #hfb .business-simplify-section .business-card-item-wrapper .bc-item {
    padding: 20px;
    width: calc(50% - 15px);
  }
}
#hfb .business-simplify-section .business-card-item-wrapper .bc-item .bc-title {
  font-size: 45px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  #hfb .business-simplify-section .business-card-item-wrapper .bc-item .bc-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #hfb .business-simplify-section .business-card-item-wrapper .bc-item .bc-title {
    margin-bottom: 5px !important;
    font-size: 1.5rem;
  }
}
#hfb .business-simplify-section .business-card-item-wrapper .bc-item p {
  color: var(--charcoal-black);
  line-height: 1.5;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.checkbox-container input[type="checkbox"] {
    position: absolute;
    margin-top: 3px;
    flex-shrink: 0;
}

.checkbox-container label {
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    margin-left: 20px;
}

#terms-error {
    order: 3;
    width: 100%;
}

@media (max-width: 767px) {
  #hfb .banner-content .prev-btn,
  #hfb .banner-content .prev-btn:focus {
    padding: 5px 10px !important;
    margin-right: 10px !important;
    font-size: 12px !important;
  }

  #hfb .sme-landing-hero-section .content-section {
    padding: 10px 30px;
    max-width: 85%;
  }
}

.nav-item a {
    color: #000;
    text-decoration: none;
}

.footer-bottom-right a {
    color: #fff;
}

.drawer-body a {
    text-decoration: none;
}
