body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #032D60;
    font-weight: 400;
    overflow-x: hidden;
		padding-top:80px;
}

.font-inter,
h1,
h2,
h3 {
    font-family: 'Inter', sans-serif;
}

p {
    margin: 0;
}

h1,
.heading-title {
    font-size: 52px;
    font-weight: 600;
}

.section-headerbox {
    max-width: 850px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    align-items: center;
}

.section-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.section-headerbox p {
    font-size: 18px;
}

.text-48 {
    font-size: 48px;
}

.text-xxl {
    font-size: 36px;
}

.text-xl {
    font-size: 32px;
}

.text-xlg {
    font-size: 28px;
    line-height: 36px;
}

.text-lg {
    font-size: 24px;
}

.text-med-lg {
    font-size: 20px;
}

.text-med {
    font-size: 18px;
}

.text-base {
    font-size: 16px;
}

.text-xs {
    font-size: 14px;
}

.text-theme {
    color: #032D60;
}

.text-theme-primary {
    color: #1876c9;
}

.text-hover-decoration {
    text-decoration: none;
}

    .text-hover-decoration:hover {
        text-decoration: underline;
    }

.line-h-26 {
    line-height: 26px;
}

/*---- buttons css ---*/
.custom-btn {
    border-radius: 4px;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

    .custom-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
    }

.theme-btn,
.bordered-btn:hover {
    background: #1876C9;
    border: 2px solid #1876C9 !important;
    color: #fff;
}

    .theme-btn:hover {
        background: #fff;
        color: #1876C9;
    }

.bordered-btn {
    border: 2px solid #1876C9;
    color: #1876C9;
    background: transparent;
}

.green-btn {
    background: #2ECC71;
    border: 2px solid #2ECC71;
}

    .green-btn:hover {
        background: #ffffff;
        border: 2px solid #2ECC71;
        color: #2ECC71;
    }

.dropdown-arrow-none:after {
    display: none;
}

/*---- header css ---*/
header .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #032D60;
}

.product-nav {
    padding-block: 10px;
    border-top: 1px solid #E5E5E5;
}

.contact-header > * {
    font-size: 15px;
}

.contact-header p {
    text-decoration: underline;
}

.not-icon-menu .dropdown-header {
    padding-left: 13px;
}

/*---- buttons css ---*/
.market-white-box {
    border-radius: 8px;
    border: 1px solid rgba(23, 23, 23, 0.04);
    box-shadow: 0px 2px 8px -2px rgba(23, 23, 23, 0.08);
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 100%;
}

    .market-white-box:hover {
        transform: translateY(-2px);
        box-shadow: 0px 6px 8px -2px rgba(23, 23, 23, 0.10);
        background: #032d60;
        color: #ffffff;
    }

.list-style li {
    position: relative;
    padding-left: 25px;
}

    .list-style li::marker {
        display: none;
    }

    .list-style li:before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0px;
        color: #032D60;
        top: 2px;
        font-size: 14px;
    }

/*----- banner section css ---*/
.homepage-banner {
    background-image: url(../images/banner-bg.png);
    background-color: #effafe;
    background-repeat: no-repeat;
    padding: 60px 0 110px;
	background-position: bottom center;
}

.market-section {
    background-image: url(../images/market-bg.png);
    background-color: #effafe;
    background-repeat: no-repeat;
    padding: 60px 0 205px;
    background-position: bottom center;
    background-size: cover;
}

    .market-section .container {
        padding-bottom: 50px;
    }

.market-list p {
    font-size: 15px;
    line-height: normal;
}

.market-list .hover-icon,
.market-list:hover .normal-icon {
    display: none;
}

.market-list:hover .hover-icon {
    display: block;
}

.market-slider {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.market-list img {
    height: 35px;
    max-width: 45px;
}

.counter {
    font-size: 38px;
    font-weight: 600;
}

.box-shadow-rounded {
    box-shadow: 0px 2px 8px -2px rgba(23, 23, 23, 0.08), 0px 8px 12px -2px rgba(23, 23, 23, 0.16) !important;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.stat-box {
    background: url(../images/counter-bg.svg);
    background-color: #ffffff;
    padding: 60px 30px;
    max-height: 200px;
    display: block;
    text-decoration: none;
    color: #032D60;
}

.city-bg {
    background: url(../images/home/city-bg.jpg);
}

.location-bg {
    background: url(../images/home/location-bg.jpg);
}

.map-bg {
    background: url(../images/home/map-bg.jpg);
}

.stat-box:before {
    content: "";
    background: rgb(255 255 255 / 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.stat-box > * {
    z-index: 9;
    position: relative;
}

/*----- integration-section css ----*/
.intergration-section {
    padding: 120px 0 50px;
}

.slider-card {
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

    .slider-card .quote-icon i {
        color: #0176D3;
        font-size: 40px;
        line-height: normal;
    }

.slider-img {
    max-width: 320px;
    width: 100%;
}

.intergration-section .carousel-inner,
.white-box-with-shape {
    background-image: url(../images/slider-card-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 180%;
    background-color: #fff;
}

.intergration-section .carousel-indicators {
    position: static;
    display: flex;
    gap: 0px;
}

    .intergration-section .carousel-indicators > button {
        background: #BCBCBC;
        min-width: 12px;
        height: 12px;
        width: 12px;
        border: 0;
        position: relative;
    }

        .intergration-section .carousel-indicators > button:before {
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            top: 50%;
            left: 50%;
            border: 1px solid transparent;
            transform: translate(-50%, -50%);
        }

        .intergration-section .carousel-indicators > button.active {
            background: #0176D3;
        }

            .intergration-section .carousel-indicators > button.active:before {
                border-color: #0176D3;
            }

/*---- Industry news css -----*/
.inner-index > div {
    z-index: 9;
    position: relative;
}

.industry-news {
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 50px 0 223px;
    position: relative;
}

    .industry-news::before {
        content: "";
        background: url(../images/industry-bg.svg);
        background-position: bottom center;
        background-size: contain;
        position: absolute;
        bottom: 0;
        height: 589px;
        width: 100%;
        left: 0;
        background-repeat: repeat-x;
    }

.news-box {
    border-radius: 8px;
    border-top: 8px solid #2472DB;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

    .news-box h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 73px;
    }

    .news-box p {
        color: #181818;
    }

    .news-box a {
        font-size: 14px;
        color: #032D60;
        font-weight: 700;
        text-decoration: underline;
    }

.automotive-section .banner-content h2 {
    margin-bottom: 20px;
}

.button-box-automotive {
    margin-top: 40px;
}

.report-section .box-shadow-rounded {
    padding: 40px 50px;
}

.report-section img.img-fluid {
    max-width: 400px;
    width: 100%;
}

.report-section {
    padding: 100px 0 60px;
}

.swiper {
    padding-bottom: 30px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 10px;
    height: 100px;
}

    .swiper-slide img {
        max-height: 60px;
        max-width: 100%;
        object-fit: contain;
    }

/*----- Proudly servicing ----*/
.partners-section {
    padding: 100px 0 30px;
}

    .partners-section .swiper-slide img {
        max-height: 55px;
    }

/*----- footer section css ----*/
.footer {
    padding: 70px 0 30px;
}

    .footer h4 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .footer li a {
        font-size: 12px;
        text-decoration: none;
        margin-bottom: 8px;
        display: inline-block;
        color: #0176D3;
    }

        .footer li a:hover {
            text-decoration: underline;
        }

.newsletter-form {
    border: 1px solid #032D60;
    max-width: 254px;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
    margin: 6px 0 15px;
}

.outline-0 {
    outline: none !important;
}

.newsletter-form input {
    outline: none !important;
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 5px 12px;
}

.newsletter-form button {
    width: 44px;
    border: none;
    background: #032D60;
    height: 100%;
}

.social-icons a {
    font-size: 30px;
    color: #59575C;
    margin-right: 8px;
}

    .social-icons a:hover {
        color: #032D60;
    }

.copyright {
    background: #032D60;
    font-size: 12px;
    padding: 10px 0;
}

.call-anchor {
    font-size: 13px;
}

button.video-link {
    position: absolute;
    width: 60px;
    height: 40px;
    background: transparent;
    border: none;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 48%;
}

.video-modal .modal-dialog {
    max-width: 850px;
}

.video-modal button.btn-close {
    --bs-btn-close-bg: none;
    position: absolute;
    right: -50px;
    color: #fff;
    opacity: 1;
    font-size: 34px;
    top: -36px;
}

.video-modal .modal-body {
    margin-bottom: -7px;
}

.video-modal iframe {
    border-radius: 6px;
}

#searchModal input.form-control {
    height: 54px;
    font-size: 16px;
    border-radius: 40px;
    padding: 10px 50px 10px 25px;
}

div#searchModal {
    opacity: 1;
    background: rgb(0 0 0 / 70%);
}

#searchModal button.close-btn {
    right: 0;
    left: auto;
    position: absolute;
    top: -50px;
    color: #fff;
    font-size: 23px;
}

#searchModal input.form-control {
    height: 54px;
    font-size: 16px;
}

button#search-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 19px;
    z-index: 99;
}

/*----- product page css ----*/
.product-banner {
    background: url(../images/bg-product.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.video-play-icon {
    max-width: 100px;
}

.product-video-height {
    padding-bottom: 62%;
}

    .product-video-height video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

button.video-link.video-play-icon {
    width: 90px;
    height: 90px;
}

.language-dropdown .dropdown-menu {
    min-width: 140px;
    overflow: hidden;
}

.flag-icon img {
    max-width: 16px;
}

.language-dropdown .dropdown-menu a.dropdown-item {
    font-size: 14px;
}

.menu-icons-submenu {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(24, 24, 24, 0.12) 4px 8px 15px;
    border-radius: 100px;
    margin-left: 0px;
    margin-right: 14px;
    z-index: 2;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .menu-icons-submenu img {
        width: 22px;
    }

.dropdown-menu-left {
    transition: 0.35s ease-in-out;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    border-width: 1px 0px 0px 0px;
}

    .dropdown-menu-left .dropdown-header {
        font-size: 20px;
        color: #032D60;
        font-weight: 600;
        margin-bottom: 15px;
        white-space: normal;
    }

    .dropdown-menu-left .dropdown-item {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        color: #747474;
        border-radius: 4px;
        justify-content: space-between;
        margin-bottom: 2px;
        padding: 6px 13px;
        white-space: normal;
        gap: 10px;
    }

        .dropdown-menu-left .dropdown-item:hover {
            background-color: rgb(51 153 255 / 8%);
            color: rgb(51 153 255);
        }

    .dropdown-menu-left li {
        margin-right: 0 !important;
    }

.dropdown-menu-left-side {
    padding-right: 20px;
    max-width: 350px;
    min-width: 300px;
}

.dropdown-menu-right-slide {
    padding: 100px 40px 30px 40px;
    width: 420px;
    background-color: rgb(234, 245, 254);
    display: none;
}

    .dropdown-menu-right-slide.show {
        display: block;
    }

    .dropdown-menu-right-slide .menu-icons-submenu {
        width: 45px;
        height: 45px;
    }

        .dropdown-menu-right-slide .menu-icons-submenu .menu-icons-submenu img {
            width: 26px;
        }

.dropdown-menu-left .dropdown-menu-right-slide h6 {
    padding-inline: 0;
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.dropdown-menu-right-slide ul li:not(:last-child) {
    margin-bottom: 12px;
}

.dropdown-par {
    font-size: 14px;
}

.dropdown-menu-right-slide li a {
    font-size: 16px;
    font-weight: 600;
    color: #032d60;
    text-decoration: none;
}

    .dropdown-menu-right-slide li a i {
        font-size: 12px;
        margin-left: 3px;
        vertical-align: middle;
    }

.dropdown-menu-left:has(.dropdown-menu-right-slide) {
    max-height: inherit !important;
    overflow: inherit;
}

.dropdown-menu-left-side,
.dropdown-menu-right-slide {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

    .dropdown-menu-right-slide:after {
        content: "";
        background-image: url(../images/industry-bg.svg);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }

.dropdown-menu-left:has(.right-slide-active) {
    transform: translateX(0px) !important;
}

html:has(.right-slide-active) {
    overflow-y: hidden !important;
}

body:has(.dropdown-menu-left.show):before,
body:has(.right-slide-active):before,
body:has(.navbar-collapse.collapse.show):before {
    background: #000000b5 !important;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    z-index: 10;
}

.ondemand-car-bg {
    background-image: url(../images/car-rental-software-bg.png);
    background-repeat: repeat-x;
    padding: 60px 0 205px;
    background-position: bottom center;
    background-color: #fff;
    background-size: contain;
}

body:has(.dropdown-menu.show), html:has(.dropdown-menu.show) {
    overflow: hidden;
}
html:has(.modal-open) {
    overflow-y: hidden;
}

.white-box-with-shape.shape-center-section {
    background-image: url(../images/center-shape.svg);
    background-position: center right;
    background-size: contain;
}

.mobile-icon-box {
    max-width: 400px;
}

.self-section .container, .self-container {
    max-width: 980px;
}

.video-self {
    border-radius: 4px;
    border: 1px solid rgb(23 23 23 / 4%);
    padding: 15px;
}

.circle-shape-image {
    position: relative;
    padding-left: 40px;
}

    .circle-shape-image:before {
        content: "";
        background: #0176D3;
        position: absolute;
        top: -40px;
        left: -20px;
        width: 288px;
        height: 288px;
        border-radius: 50%;
        opacity: .1;
        z-index: 1;
    }

    .circle-shape-image img,
    .rounded-img {
        border-radius: 16px;
        z-index: 9;
        position: relative;
    }

.image-text-space {
    display: flex;
    margin-inline: -45px;
}

    .image-text-space > div {
        padding-inline: 45px;
    }

.circle-shape-image.bottom-shape {
    padding-right: 40px;
    padding-left: 0;
}

    .circle-shape-image.bottom-shape:before {
        top: auto;
        bottom: -40px;
        left: auto;
        right: -20px;
    }

.two-box-column-space {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.intergration-section .slider-card {
    min-height: 416px;
}

    .intergration-section .slider-card .slider-card-content p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .intergration-section .slider-card .slider-img {
        max-height: 300px;
        max-width: fit-content;
    }

/*----- login screen css ----*/
.login {
    background: #F4F6F9;
}

.login-box {
    max-width: 400px;
    margin: auto;
    padding: 20px;
}

    .login-box label {
        font-size: 16px;
        color: #032d60;
        margin: 0px 0px 8px;
        line-height: inherit;
        font-weight: 400;
        margin-bottom: 5px;
    }

.remember-box label {
    font-size: 16px;
    color: #16325c;
}

.login-box .form-control {
    border: 1px solid rgb(150, 148, 146);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    appearance: none;
    font-size: 16px;
    transition: 0.1s;
    padding: 12px;
    font-weight: 400;
}

.login-innerbox {
    padding: 1.5rem;
    background: white;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #dcdee3;
}

.rentcentric-logo {
    max-width: 200px;
    margin-bottom: 1rem;
}

.right-panel {
    background-color: #ffffff;
    color: white;
    padding: 1rem 3rem 7rem;
    background-image: url(../media/tgejrxv4/rent_centric_login2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

    .right-panel h1 {
        font-size: 2rem;
        font-weight: 700;
    }

.right-login-btn .btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.custom-list {
    gap: 9px;
}

    .custom-list li:before {
        fill: #032d60;
        background-image: url(../images/check-circle.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 20px;
        margin-right: 12px;
        vertical-align: middle;
        width: 20px;
    }

.login-illustrator {
    max-width: 300px;
    margin-inline: auto;
}

.dropdown-menu-left {
    left: 0 !important;
    right: auto !important;
    position: fixed !important;
    height: 100%;
    padding-left: 170px !important;
    width: 100%;
    top: 57px !important;
    max-height: calc(100vh - 58px);
    border: antiquewhite;
    box-shadow: none !important;
    transform: translateX(-100%) !important;
    display: block !important;
    margin-top: 0 !important;
    border-radius: 0px !important;
}

    .dropdown-menu-left.show {
        transform: translateX(0px) !important;
    }

.modal-header-buttons {
    right: -37px;
    top: -38px;
    font-size: 36px;
}

    .modal-header-buttons img {
        height: 31px;
    }

.product-dd {
    padding-top: 4px !important;
}

.inline-list {
    column-gap: 26px;
    row-gap: 10px;
}

    .inline-list li {
        padding-left: 20px;
    }

.partner-second-section {
    padding: 50px 0;
    background: #f6fbff;
    margin: 50px 0;
}

.bg-light-blue {
    padding-block: 50px;
    background: #f6fbff;
}

.py-80 {
    padding-block: 80px;
}

.mw-800 {
    max-width: 800px !important;
}

.last-text-overlay-space {
    padding-bottom: 235px;
}

.car-demandbg {
    background-image: url(../images/car-share-rental/car-share-software-bg.png);
    padding-bottom: 235px;
}

.motorcyle-demandbg {
    background-image: url(../images/motorcycle-rental/motorcycle-rental-bg.png);
    padding-bottom: 235px;
}

.golfrental-bg {
    background-image: url(../images/golf-car-rental/golf-car-rental-bg.png);
}

.accessible-rental-bg {
    background-image: url(../images/accesible-van-rental/accessible-car-rental-bg.png);
}

.rv-rental-bg {
    background-image: url(../images/rv-rental/rv-rental-software-bg.png);
}

.longterm-rental-bg {
    background-image: url(../images/long-term-rental/long-term-rental-bg.png);
}

.vehicle-sub-modal-bg {
    background-image: url(../images/vehicle-subscription-modal/vehicle-subscription-modal-bg.png);
}

.dealership-loaner-bg {
    background-image: url(../images/dealership-loaner/dealership-loaner-bg.png);
}

.buy-here-pay-here-bg {
    background-image: url(../images/buy-here-pay-here-software/buy-here-pay-here-software-bg.png);
}

.p2p-share-bg {
    background-image: url(../images/p2p-car-share/p2p-car-share-bg.png);
}

.ridehailing-bg {
    background-image: url(../images/ride-hailing-bg.png);
}

.corporate-fleet-bg {
    background-image: url(../images/corporate-fleet-management-bg.png);
}

.condo-car-share-bg {
    background-image: url(../images/condo-car-share-bg.png);
}

.car-roadside-assistance-bg {
    background-image: url(../images/car-rental-roadside-assistance-bg.png);
}

.boat-rental-bg {
    background-image: url(../images/boat-car-rental-bg.png);
}

.maxh-300 {
    max-height: 300px;
}

.money-icon-image {
    max-width: 80px;
    margin: 0 auto 24px;
}

.custom-btn:disabled {
    pointer-events: none;
    opacity: 0.7;
}

.contact-label {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 18px;
}

.contact-group-box {
    box-shadow: 0px 0px 10px #0000000f;
    border-radius: 10px;
    border: 2px solid #f3f3f3;
    padding: 20px 25px 20px;
    gap: 15px;
    height: 100%;
}

    .contact-group-box .icon-circle {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 50%;
        background-color: #000;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .contact-group-box:hover .icon-circle {
        background: #2ecc71;
    }

.info-note {
    font-size: 14px;
    color: #2ecc71;
    background: #2ecc711a;
    padding: 6px 14px;
    border-radius: 22px;
    margin-bottom: 16px;
}

.contact-group-box a {
    color: #032D60;
    text-decoration: none;
}

.hr-opacity {
    opacity: .13;
}

.pages-banner {
    padding: 60px 0 0;
}
/*---- career page css start here ----*/
.accordion-item {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border-radius: 8px !important;
    margin-bottom: 15px;
    border: none;
}

.accordion-button {
    border-color: rgb(229 231 235 / 1);
    border-bottom-width: 1px;
    border-style: solid;
    box-shadow: none !important;
    padding: 16px 60px 16px 16px;
    justify-content: space-between;
}

.accordion-body {
    padding: 16px;
}

.fulltime-job {
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    background: rgb(13 110 253 / 11%);
    color: #0d6efd;
    padding: 3px 10px;
    margin-left: 15px;
    border-radius: 15px;
	align-items: center;
}

.fulltime-job i{
	margin-right: 4px;
    font-size: 12px;
}

.career-accordion {
    max-width: 900px;
    margin-inline: auto;
}

.accordion-button::after {
    position: absolute;
    right: 23px;
}
/*----- partners section css start here -----*/
.vertical-partner-tab .sticky-tabs {
    position: sticky;
    top: 85px;
}

.vertical-partner-tab .nav-pills .nav-link {
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #032D60;
    border-radius: 0;
}

    .vertical-partner-tab .nav-pills .nav-link:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }

    .vertical-partner-tab .nav-pills .nav-link.active {
        background-color: #032D60;
        color: #fff;
    }

.vertical-partner-tab section {
    scroll-margin-top: 90px;
    padding-top: 10px;
    margin-bottom: 80px;
}

.partner-logo {
    margin-bottom: 20px;
}

    .partner-logo a {
        display: inline-block;
    }

    .partner-logo img {
        max-width: 210px;
        object-fit: contain;
    }

.abram-logo img {
    max-width: 350px;
}

#testimonial-video iframe {
    width: 100%;
    height: 100%;
}

.customer-review-video {
    padding-bottom: 62%;
}

    .customer-review-video iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.about-user-avtar {
    overflow: hidden;
    width: 390px;
    height: 410px;
    margin-inline: auto;
    border: 4px solid rgba(200, 200, 200, 0.4);
    object-fit: cover;
    border-radius: 8px;
}
/* newsletter page css ---*/
.newsletter-form-box .form-control, .newsletter-form-box .custom-btn {
    height: 42px;
}

.newsletter-form-box .custom-btn {
    min-width: 150px;
}

.newsletter-form-box .form-check-input:checked {
    background-color: #1876C9;
    border-color: #1876C9;
}

.newsletter-form-box .form-check-label i {
    margin-right: 6px;
    color: #1876C9;
}
/* resources page css ---*/
.resources-accordion .accordion-body a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
}

.privacy-block, .terms-block {
    background-color: #fff;
}

    .privacy-block:not(:last-child), .terms-block:not(:last-child) {
        margin-bottom: 40px;
    }

    .privacy-block strong, .terms-block strong {
        font-weight: 500;
    }

.mw-180 {
    max-width: 180px;
    margin-inline: auto;
}

.training-icon img {
    height: 80px;
    margin-bottom: 24px;
}

.map-wrapper {
    width: 100%;
    height: 400px; /* Full screen height */
}

    .map-wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.ap-icons-app img {
    max-height: 70px;
}

.key-fetaure-website {
    padding: 18px 14px;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
}

    .key-fetaure-website .feature-icon img {
        height: 48px;
    }

    .key-fetaure-website .feature-icon {
        margin-bottom: 13px;
    }

.layout-screen {
    max-width: 400px;
    margin-inline: auto;
}

.gif-insurance img {
    height: 550px;
    margin-top: 30px;
}

.table th {
    background: #032d60;
    color: #fff;
}

.table {
    border: 1px solid #032d6017;
}
.slider-card .slider_card_img {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos_center .video_heading {
     text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.videos_center .embed-responsive iframe.embed-responsive-item {
    width: 100%;
    height: 300px;
}
.videos_center .bg-white.box-shadow-rounded {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.field-validation-error {
    color: red;
    font-size: 13px;
    font-weight: 400;
}
.mw-400 {
	max-width: 400px;
}
.vehicle-industry-none:before {
	display:none;
}
.vehicle-industry-none {
    padding-bottom: 0 !important;
}

.Newsletter label.form-label {
    display: none;
}
.cursor-pointer {
    cursor: pointer;
}
.max-width-digital > .two-box-column-space .row {
    max-width: 1000px;
    margin-inline: auto;
    width: 100%;
}
.RV.Rental.Software .automotive-section {
    padding-top: 50px;
}
.Carsharing.For.Ride.Hailing section.partners-section, .Corporate.Fleet.Management section.partners-section{
    padding-top: 50px;
}
div#searchResults:empty {
    padding: 0;
    background: transparent;
}
div#searchResults {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
}
#searchResults h5 {
	margin-bottom:0;
}
#searchResults h5 a {
    font-size: 18px;
    color: #032D60;
}
 #searchResults p {
	color: #032D60;
	display: none;
 }
 #searchResults > div {
    margin: 0 !important;
    padding: 8px 5px;
}
 #searchResults > div:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}
header.sticky-top {
    position: fixed;
    width: 100%;
    left: 0;
}


html:has(.dropdown.language-dropdown .dropdown-menu.show) {
    overflow: auto;
}
.sitemap-section .container > ul > li {
    margin-bottom: 11px;
}
.sitemap-section li a {
    color: #032d60;
    text-decoration: none;
}
.sitemap-section .container > ul > li > a {
    font-size: 19px;
    padding-bottom: 1px;
    margin-bottom: 4px;
    display: inline-block;
}
.bg-image-career {
    pointer-events: none;
    user-select: none;
}
div#intergartioncarousel {
    max-width: 1000px;
    margin: 0 auto;
}
.democentervideo {
    font-size: 36px;
}
.democentervideo a {
    color: #FF0000;
}
.videos_center {
    padding-top: 15px;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-spinner[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 767.99px) {
    .market-white-box {
        padding: 15px 6px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
	.rental-heading h1 {
    max-width: 410px;
}
.bg-image-career {
    margin-top: -60px;
}
.videos_center {
    padding: 40px 0 0;
}

}

@media (max-width: 1230px) and (min-width: 992px) {
    .product-title {
        font-size: 18px;
    }

    header .nav-link {
        font-size: 12px;
    }

    header .nav-link {
        font-size: 12px;
        font-weight: 500;
        color: #032D60;
        padding-inline: 4px !important;
    }

    .navbar-brand {
        margin-right: 2px !important;
    }

    header ul.navbar-nav li:not(:last-child) {
        margin-right: 9px;
    }
}

@media (min-width: 991.99px) {
    .banner-content {
        max-width: 540px;
    }

    .slider-card-content {
        gap: 16px !important;
    }

    .market-slider .market-white-box {
        width: calc(12.5% - 10px);
    }

    .not-icon-menu .dropdown-menu .row > * {
        padding-block: 15px;
        margin-top: -20px;
    }

    .not-icon-menu .dropdown-menu .row > div:nth-child(2) {
        background: #e9f4ff;
    }

    .not-icon-menu .dropdown-menu .row > div:last-child {
        background: #f5f7f8;
    }

    .dropdown-menu-left {
        width: auto;
    }

    header ul.navbar-nav li:not(:last-child) {
        margin-right: 12px;
    }

    .vertical-partner-tab section {
        padding-left: 50px;
    }
}

@media (min-width: 1199.99px) {
    .dropdown-menu-left {
        top: 79px !important;
        max-height: calc(100vh - 72px);
    }

    .last-text-overlay-space {
        padding-bottom: 310px;
    }
	.desktop-p-0 {
		padding-block:0 !important;
	}
	body {
		padding-top:70px;
	}
	.bg-image-career {
		margin-top: -100px;
		position: relative;
        z-index: -1;
	}
}

@media (min-width: 1299.99px) {
    .slider-card {
        --bs-gutter-x: 80px;
    }
}

@media (max-width: 1399.98px) {
    header .nav-link {
        font-size: 15px;
    }

    header ul.navbar-nav li:not(:last-child) {
        margin-right: 6px;
    }
}

@media (max-width: 1299.98px) {
    header .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 1199.98px) {

    h1,
    .heading-title {
        font-size: 42px;
    }

    .text-med {
        font-size: 16px;
    }

    .line-h-26 {
        line-height: 22px;
    }

    .custom-btn {
        padding: 7px 23px;
        font-size: 15px;
        font-weight: 600;
    }

    .market-list p {
        font-size: 14px;
    }

    .text-xl {
        font-size: 28px;
    }

    .text-xxl {
        font-size: 30px;
    }

    .section-heading {
        font-size: 36px;
    }

    .section-headerbox p {
        font-size: 16px;
        text-align: center;
    }

    .market-section {
        padding: 60px 0 125px;
    }

    .circle-shape-image:before {
        width: 180px;
        height: 180px;
    }

    .contact-header > * {
        font-size: 12px;
    }

    header .nav-link {
        font-size: 12px;
        padding-inline: 2px !important;
    }

    header a.custom-btn.green-btn {
        font-size: 12px;
        padding: 8px 15px;
    }

    a.navbar-brand.fw-bold img {
        height: 34px;
    }

    .dropdown-menu-left {
        top: 69px !important;
        max-height: calc(100vh - 69px);
        border-radius: 0;
    }

    .text-48 {
        font-size: 40px;
    }
	.Condo.Carsharing section.partners-section{
	padding-top: 30px !important;
	}
	.mobile-margin-none {
    	margin-top:0;
    }
}

@media (max-width: 991.98px) {
    .slider-card {
        padding: 30px 20px 50px;
    }

    .market-section {
        background-size: contain;
    }

    /*--- header responsiveness ---*/
    .product-nav button.btn {
        box-shadow: none;
        outline: none;
        background-size: 22px 18px;
    }

    .product-nav .dropdown-menu {
        width: 100%;
        background: #fff;
        border-radius: 0;
        border: none;
        padding: 15px;
        min-height: 100vh;
    }

        .product-nav .dropdown-menu li {
            margin-bottom: 12px;
        }

        .product-nav .dropdown-menu a.custom-btn {
            padding: 10px 25px;
            font-size: 16px;
            margin-top: 5px;
        }

    header button.navbar-toggler {
        box-shadow: none !important;
        border: 0 !important;
        padding: 0;
        color: #032D60;
        margin-right: 8px;
        width: 18px;
    }

    button.navbar-toggler .normal-icon-toggler {
        display: none;
    }

    button.navbar-toggler.collapsed .hover-icon-toggler {
        display: none;
    }

    button.navbar-toggler.collapsed .normal-icon-toggler {
        display: block;
    }

    header nav.navbar {
        padding-block: 5px !important;
    }

    .text-xlg {
        font-size: 22px;
        line-height: 30px;
    }

    .custom-btn {
        padding: 7px 12px;
        font-size: 14px;
        font-weight: 600;
    }

    .circle-shape-image:before {
        width: 150px;
        height: 150px;
    }

    .image-text-space {
        margin-inline: -25px;
    }

        .image-text-space > div {
            padding-inline: 25px;
        }

    .dropdown-menu-left {
        border-width: 2px 0px 0px 0px;
        border-color: #f1f1f1;
        border-style: solid;
        padding: 15px !important;
        width: auto;
        top: 42px !important;
        min-width: 345px !important;
        background: #fff;
    }

        .dropdown-menu-left .dropdown-header {
            font-size: 20px;
            margin-bottom: 8px;
            box-shadow: none !important;
            align-items: center;
            display: flex;
            gap: 8px;
        }

    .back-btn {
        font-size: 16px;
        color: #032d60;
        margin-right: 6px;
        margin-top: 2px;
    }

    .dropdown-menu-left .dropdown-item {
        font-size: 16px;
    }

    header a.navbar-brand img {
        height: 40px;
    }

    .header-icons-mobile button,
    .header-icons-mobile a {
        color: #2e2b2b;
    }

    header .nav-link {
        font-size: 18px;
    }

    .market-slider .market-white-box {
        width: calc(24.5% - 10px);
    }

    .navbar-collapse {
        position: fixed;
        top: 44px;
        height: calc(100% - 44px);
        left: 0;
        background: #fff;
        width: 100%;
        padding: 15px !important;
        border-top: 1px solid #d6d6d6;
        transition: none !important;
        max-width: 352px;
    }

    header .nav-link {
        position: relative;
    }

        header .nav-link:before {
            font-family: "Font Awesome 6 Free";
            content: "\f054";
            font-weight: 600;
            position: absolute;
            right: 0;
        }

    .right-panel {
        padding: 2rem 1.5rem 8rem;
    }

    .dropdown-menu.dropdown-menu-left:has(.dropdown-menu-right-slide.show) {
        transform: translateX(0px) !important;
    }

    html:has(.dropdown-menu-right-slide.show) {
        overflow: hidden;
    }

    .dropdown-menu-left.product-dd:has(.dropdown-menu-left-side) {
        padding-top: 0 !important;
    }

    .dropdown-menu-left.product-dd .dropdown-menu-left-side {
        padding-top: 15px !important;
    }
	.language-dropdown .dropdown-menu {
		left: auto;
		right: 0;
	}
	body {
		padding-top: 44px;
	}
	
}

@media (max-width: 767.98px) {
    body, .text-base, .text-med {
        font-size: 15px;
    }

    .homepage-banner {
        padding: 30px 0 45px;
        background-size: cover;
    }

    .stat-box {
        padding: 32px 20px;
    }

    h1,
    .heading-title {
        font-size: 36px;
    }


    .market-section {
        padding: 25px 0 80px;
        background-color: #f7fcff;
    }

    .section-heading {
        font-size: 27px;
    }

    .stats {
        padding: 50px 0 30px;
    }

        .stats .row > div {
            margin-bottom: 15px;
        }

    .intergration-section {
        padding: 50px 0 50px;
    }

    .slider-card {
        padding: 15px 16px 28px;
        gap: 14px;
    }

    .industry-news {
        padding: 0px 0 100px;
    }

    .button-box-automotive {
        margin-top: 25px;
    }

    .automotive-section .banner-content h2 {
        margin-bottom: 10px;
    }

    .text-xxl {
        font-size: 26px;
    }

    .custom-btn {
        padding: 7px 16px;
        font-size: 14px;
        font-weight: 500;
    }

    .report-section {
        padding: 40px 0 20px;
    }

        .report-section .row {
            gap: 20px;
        }

    .text-xxl {
        font-size: 22px;
    }

    .partners-section {
        padding: 50px 0 10px;
    }

    .report-section .box-shadow-rounded {
        padding: 30px 20px;
    }

    .product-banner {
        background-position: left;
    }

    .section-heading {
        margin-bottom: 16px;
    }

    .image-text-space {
        margin-inline: -5px;
    }

        .image-text-space > div {
            padding-inline: 5px;
        }

    .market-section .container {
        padding-bottom: 0px;
    }

    .ondemand-car-bg {
        padding-top: 25px;
        padding-bottom: 120px !important;
    }

    .circle-shape-image:before {
        width: 80px;
        height: 80px;
        top: 10px;
        left: 0;
    }

    .circle-shape-image.bottom-shape:before {
        bottom: -20px;
        right: -10px;
    }

    .circle-shape-image.bottom-shape,
    .circle-shape-image {
        padding-inline: 0px;
        margin-bottom: 10px;
    }

    .two-box-column-space {
        gap: 35px;
    }

    .white-box-with-shape.shape-center-section {
        background-position: bottom !important;
    }

    .text-xlg {
        font-size: 20px;
        line-height: 28px;
    }

    .market-slider .market-white-box {
        width: calc(50% - 10px);
    }

    .cert-icons {
        margin-bottom: 25px;
    }

    .dropdown-menu-right-slide.show {
        left: 0;
        position: fixed;
        z-index: 9;
        width: auto;
		max-height: calc(100vh - 40px);
        top: 1px;
        padding: 30px 30px 30px 30px;
		height: 100%;
    }

    .dropdown-menu-right-slide a.back-btn {
        text-decoration: none;
        margin-bottom: 19px;
    }

    .dropdown-menu-left {
        top: 43px !important;
    }

        .dropdown-menu-left.product-dd .dropdown-menu-right-slide {
            padding-top: 15px !important;
        }

    .dropdown-menu-right-slide {
        display: none;
    }

    .text-48 {
        font-size: 26px;
		line-height: normal;
    }

    .text-lg {
        font-size: 18px;
		line-height: normal;
    }

    .footer h4 {
        margin-bottom: 15px;
    }

    .footer li a {
        margin-bottom: 6px;
    }

    .ap-icons-app img {
        max-height: 45px;
    }

    .terms-block p a {
        word-break: break-all;
    }

    .section-headerbox {
        margin-bottom: 25px;
    }
    .slider-card .slider_card_img {
        height: 240px;
    }
    .intergration-section .slider-card .slider-img {
        max-height: 240px;
    }
    .technology_slider .carousel-inner .carousel-item {
        display: block;
        opacity: 0;
    }
    .technology_slider .carousel-inner .carousel-item.active {
        opacity: 1;
    }
    .intergration-section .slider-card > .col-md-5, .intergration-section .slider-card > .col-md-7 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .carousel-indicators.mt-5 {
        margin-top: 2.5rem !important;
    }
    .intergration-section .carousel-indicators > button {
        min-width: 11px;
        height: 11px;
        width: 11px;
    }
    section.automotive-section, .mobile-top-space {
        padding-top: 50px !important;
    }
    section.automotive-section .section-headerbox {
        margin-bottom: 0;
    }
    section.industry-news.inner-index.two-box-column-space {
		padding: 50px 15px 100px;
    }
	 
	.dropdown-menu-left-side, .dropdown-menu-right-slide {
		max-height: calc(100vh - 45px);
	}
	
	body:has(.dropdown-menu-left.show), html:has(.dropdown-menu-left.show) {
		overflow-y: hidden !important;
	}
	.text-med-lg {
		font-size: 18px;
	}
	.vertical-partner-tab section {
		margin-bottom: 50px;
	}
	body .mobile-padding-top-none, .vehicle-industry-none, .partners-section:has(.mobile-top-space), .industry-news:has(.mobile-top-space) {
		padding-top: 0 !important;
	}
	.Carsharing.For.Ride.Hailing section.partners-section, .Corporate.Fleet.Management section.partners-section{
    padding-top: 30px;
}
.g-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
}

	
}
