/* custom setting website start */
figure {
    margin-bottom: 0px;
}
body {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    font-family: var(--para-font);
    background: var(--default-theme);
    height: 100%;
    position: relative;
}
.equipment-cart h4.level-4.heading-font.heading-color.mt-2.mb-2 {
    height: 80px;
}
input:focus-visible {
    outline: none;
}
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--light-bg);
    margin: 0;
}
li {
    list-style: none;
}
h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}
ul {
    padding: 0;
}
@media (max-width: 576px) {
    h2 {
        font-size: 28px !important;
    }
}
.preloader .text-container h1 {
    font-family: "Aeonik-Bold";
    font-size: 50px;
    color: #f5ec07;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #002254;
    overflow: hidden;
    z-index: 999999;
}
.preloader .text-container {
    display: flex;
    flex-direction: row;
    gap: 1em;
    overflow: hidden;
    color: white;
    opacity: 0;
}

p {
    font-size: 14px;
    font-family: var(--regular-font);
    color: #030303;
}
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    transition: 1s;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.sub_heading {
    font-size: 56px;
    font-family: var(--heading-font);
    color: #fff;
}
ul.btn {
    margin-bottom: 0;
}
.para_font {
    font-family: var(--medium-font);
    font-size: 15px;
    color: #ffffff;
    opacity: 0.73;
}
.medium_text {
    font-size: 35px;
}
.text-sm,
.text-sm-all * {
    font-size: 12px;
    font-family: var(--para-font);
}
/* btn */
.btn-background {
    background-color: var(--account-background);
    background-image: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.usd-btn span.main-btn {
    color: #000;
}
.usd-btn:hover span.main-btn {
    color: #fff;
}
.usd-btn:hover img {
    filter: invert(1);
}
.primary-button {
    position: relative;
    border-radius: 500px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    border: 0;
    font-family: var(--btn-font);
    font-size: 14px;
    border-radius: 100px;
    padding: 10px 25px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    background-color: #002254;
    border: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a:hover {
    color: #fff;
}
.request-btn .round {
    background-color: #002254 !important;
}
.width-wrapper-btn {
    width: 12%;
}
.primary-button .round {
    border-radius: 50%;
    background-color: #438bf7;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
    animation: scale-down 0.3s forwards;
}
span.main-btn {
    position: relative;
    z-index: 1111;
}
.primary-button.animate .round {
    animation: scale-up 0.5s forwards;
}

@keyframes scale-up {
    to {
        transform: scale(600);
    }
}

@keyframes scale-down {
    from {
        transform: scale(600);
    }
    to {
        ransform: scale(0);
    }
}
/* btn */
a.cart i.fa-regular.fa-user {
    font-size: 18px;
}
.btn-light {
    background: #fff;
}
.bg-light {
    background: var(--light-bg) !important;
}
.bg-gray {
    background: var(--bg-gray) !important;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f5ec07;
}
::-webkit-scrollbar-thumb {
    background: #002254;
}

.light-text,
.light-text * {
    color: var(--light-color);
}
.dark-text {
    color: var(--heading-color);
}

.section {
    padding: 50px 0px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    background: #e6e6e6;
    font-family: "Aeonik-Medium";
    font-size: 16px;
    color: #000;
    border: 0;
    border-radius: 0px;
    padding: 15px 20px;
    resize: none;
    border-radius: 50px;
}
.form-control:focus {
    background: #012255;
    color: #fff !important;
    box-shadow: none;
}
.form-control:focus::placeholder {
    background: #012255;
    color: #fff !important;
}
.form-control::placeholder {
    color: #000000;
    font-family: "Aeonik-Medium";
    font-size: 16px;
}
.w-fit {
    width: fit-content;
}
.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.opacity-80 {
    opacity: 0.8;
}

.border-rounded {
    border-radius: 50px;
}
.opacity-55 {
    opacity: 0.55;
}
.opacity-70 {
    opacity: 0.7;
}

/* Custom Input Start here */
.form-start .form-control {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #635f5f;
    /* height: 46px; */
    border-radius: 0;
    padding: 15px 22px;
    font-family: var(--para-font);
}
.form-select {
    display: block;
    background: #e6e6e6;
    font-family: "Aeonik-Medium";
    font-size: 16px;
    color: #000;
    border: 0;
    border-radius: 0px;
    padding: 15px 20px;
    resize: none;
    border-radius: 50px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-select:focus {
    background: #012255;
    color: #fff !important;
    box-shadow: none;
}
.form-group {
    margin-bottom: 20px;
}
/* custom setting website start */

/* Header Start Here */
/* Add animation to the hamburger icon */
header.without-login {
    position: absolute;
    width: 100%;
    z-index: 4;
    padding-top: 10px;
}
button#dropdownMenuButton {
    width: 122px;
}
li.breadcrumb-item a {
    text-transform: capitalize;
}
.border-right-wrapper:after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #b3b3b3;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 27%);
}
.border-right-wrapper {
    position: relative;
    padding-right: 40px;
}
header.without-login-wrapper {
    background: #fff;
    padding: 18px;
}
.navbar-light .navbar-brand img {
    width: 100%;
    object-fit: scale-down;
    height: 72px;
}
header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
    padding: 33px 0px;
    margin: 0px 10px;
    color: #808080;
    font-size: 16px;
    font-family: var(--heading-font);
    white-space: nowrap;
    text-transform: capitalize;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
header.without-login-wrapper a.nav-link.active {
    position: relative;
    color: #000 !important;
    opacity: 1;
}
header.without-login-wrapper li.nav-item a.nav-link.active:before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}
header.without-login-wrapper li.nav-item a.nav-link.active:after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.dropdown-menu {
    background: #fff;
    border-radius: 0;
    padding: 10px;
}
.dropdown-item {
    color: #000;
    font-family: var(--medium-font);
    font-size: 14px;
    text-transform: capitalize;
    padding: 0.2rem 0rem;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #919191;
}

.mobile-cart-icon {
    display: none;
}
.mobile-cart-icon .cart {
    position: relative;
    background: #222222;
    padding: 12px;
    border-radius: 5px;
}
/* header end */

/* banner start */
.ban_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}
section.ban_sec {
    position: relative;
}
.ban_img {
    position: relative;
    height: 100vh;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100vh;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        264deg,
        rgb(255 255 255 / 0%) 0%,
        rgba(255, 255, 255, 1) 68%
    );
    opacity: 0.1;
}
.banner-tex {
    position: relative;
    height: 100vh;
    display: flex;
    margin-top: 90px;
}
/* CSS for JSAP animation */
.animate-slide {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.animate-slide.show {
    opacity: 1;
    transform: translateY(0);
}
/* banner end */

/* choose css start */
section.choose-mobility {
    background: #fffcc0;
    padding: 80px 0;
}
ul.list-choose-mobility li img {
    background: #f5ec07;
    padding: 8px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}
.choose-img-wrapper {
    border-radius: 10px 10px 10px 10px;
}
.choose-img-wrapper.bg-white img {
    border-radius: 10px;
    width: 100%;
    height: 100px;
    object-fit: contain;
}
/* choose css end */

/* offer css start */
section.offer-spring-sec {
    background: #002254;
    padding: 20px 0 0 0;
}
.img-product-wrapper {
    background: #f5ec07;
    border-radius: 250px;
    padding: 3px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.img-product-wrapper img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
}
.img-center img {
    width: 100%;
    height: 330px;
    object-fit: scale-down;
}
.img-center {
    right: -37px;
    bottom: -8px;
}
/* offer css end */

/* equipment css start */
section.popular-mobility-equipment {
    padding: 120px 0;
}
.equipment-cart-offer-heading {
    background: #f5ec07;
    width: 170px;
    border-radius: 30px;
    padding: 9px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 14px;
}
.heavy-duty {
    background: #ccd3dd;
    width: 130px;
    border-radius: 50px;
    text-align: center;
    padding: 4px;
}
a.btn-view-detail {
    border: 1px solid #002254;
    border-radius: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    list-style: none;
    font-family: "Aeonik-Medium";
    color: #002254;
    font-size: 16px;
}
.main-equipment-wrapper {
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 20px;
}
.main-equipment-wrapper img {
    width: 100%;
    height: 310px;
    object-fit: scale-down;
}
/* equipment css end */

/* mobility hire css start */
section.mobility-hire {
    background: #f5ec07;
    padding: 60px 0;
}
.hire-wrapper-contant {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
/* mobility hire css end */
/* it's work  css start */

section.how-it-work {
    padding: 100px 0;
}
.wrapper1 {
    position: relative;
    display: inline-block;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #f5ec07;
    color: #002254;
    display: inline-block;
    z-index: 1;
    position: relative; /* Added */
}

.fa-play:before {
    content: "\f04b";
}

.waves-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; /* Adjust as needed */
    transform: translateY(-50%);
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #f5ec07; /* Updated background color */
    opacity: 0;
    border-radius: 100%;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    animation-delay: 0s;
}

.wave-2 {
    animation-delay: 1s;
}

.wave-3 {
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}
.flex-wrrapper-wave {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* it's work  css end */

/* testemonial css start */
section.testimonial_sec {
    padding: 80px 0 50px 0;
}
.img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}
.img-wrapper {
    margin: 20px;
}
section.our-partner {
    padding: 50px 0;
}
section.testimonial_sec .testimonial-wrapper {
    background-color: #faf3ff;
    padding: 34px 16px;
    height: 330px;
    border-radius: 8px;
    margin: 15px;
}
section.testimonial_sec .client_detail_Wrapper {
    /* align-items: baseline; */
    display: flex;
    justify-content: space-between;
}
section.testimonial_sec .testimonial-wrapper p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
section.testimonial_sec .rating_star_wrapper .fa {
    color: #f5ec07;
}
section.testimonial_sec .client_name {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.testimonial_sec .client-img img {
    width: 53px;
    height: 53px;
    object-fit: scale-down;
    border-radius: 50%;
    border: 1px solid #000;
}
section.testimonial_sec span.icon-left-wrap {
    padding-left: 30px;
}
/* Styling for the slick carousel navigation */
section.testimonial_sec .slick-prev:before,
section.testimonial_sec .slick-next:before {
    content: "←" !important;
    width: 50px;
    height: 50px;
    background-color: transparent;
    font-family: "FontAwesome" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 1;
    border: 0;
    color: #002254;
    border-radius: 36px;
    border: 1px solid #002254;
}
section.testimonial_sec .slick-next:before {
    content: "→" !important;
}

section.testimonial_sec .slick-next:hover:before,
section.testimonial_sec .slick-prev:hover:before {
    background-color: #002254;
    color: #fff;
}

section.testimonial_sec button.slick-next.slick-arrow,
section.testimonial_sec button.slick-prev.slick-arrow {
    height: 0;
}

/* Positioning for the navigation buttons */
section.testimonial_sec button.slick-next {
    position: absolute;
    right: 50px;
}

section.testimonial_sec .slick-prev {
    right: 116px !important;
    left: unset;
}
/* Additional styles for slick arrow buttons */
button.slick-arrow {
    bottom: 0px !important;
    position: absolute;
    top: -96px;
    height: 100%;
    z-index: 1;
    max-width: max-content;
    right: 0px;
}
h4.posted-heading {
    color: #808080;
    margin-top: 20px;
        position: absolute;
    bottom: 50px;
}
/* testemonial css end */

/* blog card css start */
.card-blogs img {
    height: 260px;
    object-fit: fill;
    border-radius: 10px;
}
.card-blogs h4 {
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* blog card css end */

/* footer start css */
.footer-links-social ul {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}
.footer-links-social ul li a i {
    background: #121213;
    padding: 3px;
    color: #c92f2f;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.footer-links-social ul li a i:hover {
    background: #c92f2f;
    padding: 3px;
    color: #121213;
    transition: all 0.5s;
}
footer.footer {
    background: #002254;
    padding: 0;
    color: #fff;
    font-family: var(--medium-font);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    border-radius: 30px 30px 0px 0px;
    padding: 60px 0;
}
.footer-logo {
    max-width: 390px;
}
ul.social-wrapper li a i {
    background: #fff;
    position: relative;
    z-index: 1;
    width: 40px;
    display: flex;
    height: 39px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #002254;
}
/* footer end css */
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    content: "\f054";
    font-family: "FontAwesome" !important;
    color: #000;
    line-height: 2;
}
/* blogs pages pagination */
.pagination {
    justify-content: center;
}

.pagination .page-link {
    color: #000;
    border: none;
    background-color: #d9d9d9;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.pagination li.page-item {
    padding: 4px;
}
.pagination .page-link:hover {
    background-color: #f5ec07;
    color: #000;
}
.page-item:first-child .page-link {
    border-radius: 50%;
}
.page-item:last-child .page-link {
    border-radius: 50%;
}
.pagination .page-item.active .page-link {
    background-color: #f5ec07;
    color: #000;
}
ul.pagination {
    margin-top: 50px;
}
.blog-wrappper .card-blogs img {
    height: 230px;
    object-fit: fill;
    border-radius: 10px;
}
.calender-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.calender-wrapper img {
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}
.calender-wrapper h5 {
    font-family: "Aeonik-Medium";
    font-size: 16px;
    color: #7c7b75;
}
/* blogs pages pagination */
ul.btn-list.mobile-list {
    display: none !important;
}
section.offer-spring-sec a.primary-button:hover {
    color: #fff !important;
}
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    display: inline-block;
    position: relative;
    width: 100%;
}

.select-content {
    /* display: flex; */
    /* align-items: center; */
    /* width: 100%; */
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    /* background-color: #fff; */
    /* overflow: hidden; */
    /* position: relative; */
}
.select-content i.fa.fa-chevron-down.select-arrow {
    position: absolute;
    right: -1px;
    top: 29%;
}
.select-content .select-image {
    width: 19px;
    height: auto;
    margin-right: 5px;
    position: absolute;
    object-fit: scale-down;
    left: 7px;
    top: 25%;
}

.select-box {
    appearance: none;
    flex: 1;
    padding: 10px 4px;
    cursor: pointer;
    border: none;
    background: #e6e6e6;
    outline: none;
    width: 100px;
    border-radius: 50px;
    text-align: center;
}
.select-arrow {
    margin-right: 10px;
}

/* responsive homepage css start */
@media (max-width: 1367px) {
    .usd-btn {
        width: 128px;
    }
    .card-blogs img {
        height: 100%;
        object-fit: fill;
        border-radius: 10px;
    }
    .card-blogs h4 {
        height: 49px;
    }
    .img-center img {
        width: 100%;
        height: 342px;
        object-fit: scale-down;
    }
    .img-product-wrapper img {
        width: 100%;
        object-fit: scale-down;
        height: 272px;
    }
    a.img-icon-a img {
        width: 100%;
        height: 40px;
        object-fit: fill;
    }
    a.img-icon-a {
        width: 40px;
        display: block;
    }
    .card-blogs h4 {
        height: 50px;
    }
    section.how-it-work h3 {
        margin-top: 20px;
    }
    section.how-it-work a.primary-button {
        width: 180px;
        font-size: 16px;
    }
    header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
        margin: 0px 7px;
        font-size: 15px;
    }
    .navbar-light .navbar-brand img {
        width: 100%;
        object-fit: scale-down;
        height: 60px;
    }
    ul.btn-list .primary-button {
        padding: 10px 18px;
    }
}
@media (min-width: 1000px) and (max-width: 1025px) {
    header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
        margin: 0px 7px;
        font-size: 14px;
    }
    a.img-icon-a img {
        width: 100%;
        height: 33px;
        object-fit: scale-down;
    }
    a.img-icon-a {
        width: 38px;
        display: block;
    }
    ul.social-wrapper li a i {
        background: #fff;
        position: relative;
        z-index: 1;
        width: 33px;
        display: flex;
        height: 32px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #002254;
    }
    .card-blogs h4 {
        height: 94px;
    }
    section.testimonial_sec .client-img img {
        width: 60px;
        height: 50px;
        object-fit: scale-down;
        border-radius: 60%;
    }
    .navbar-light .navbar-brand img {
        width: 100%;
        object-fit: scale-down;
        height: 45px;
    }
    ul.btn-list .primary-button {
        padding: 7px 14px;
        font-size: 11px;
    }
    .width-wrapper-btn {
        width: 17%;
    }
    .img-center {
        right: -1px;
        bottom: -8px;
    }
    .img-center img {
        width: 100%;
        height: 202px;
        object-fit: scale-down;
    }
    .img-product-wrapper img {
        width: 100%;
        object-fit: scale-down;
        height: 181px;
    }
}
@media (min-width: 776px) and (max-width: 912px) {
    .navbar-light .navbar-brand img {
        height: 70px;
    }
    .select-box {
        width: 100%;
    }
    li.breadcrumb-item a {
        font-size: 25px;
    }
    .about-contant h5 {
        margin-top: 12px;
    }
    section.offer-spring-sec a.primary-button {
        width: 150px;
        font-size: 16px;
    }
    p#copyright {
        position: relative;
        top: -54px;
    }
    section.choose-mobility a.primary-button {
        width: 150px;
        font-size: 16px;
    }
    header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
        margin: 0px 7px;
        font-size: 21px;
        padding: 14px 0;
    }
    ul.btn-list .primary-button {
        padding: 10px 18px;
        font-size: 19px;
    }
    .banner-tex {
        background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        );
        color: #000000; /* Set text color to black */
    }
    .ban_text h1 {
        color: #fff !important;
    }
    .ban_text p {
        color: #fff !important;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(
            264deg,
            rgb(255 255 255 / 0%) 0%,
            rgba(255, 255, 255, 1) 68%
        );
        opacity: 0.1;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
    .preloader .text-container h1 {
        font-size: 45px;
    }
    ul.btn-list.mobile-list {
        display: block !important;
        margin-top: 8px;
        flex-direction: column;
        width: 100%;
    }
    button#dropdownMenuButton {
        width: 100%;
    }
    ul.btn-list.mobile-list li {
        margin-bottom: 10px;
    }
    .ban_img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
        z-index: -1;
    }
    .banner-tex {
        position: relative;
        height: 100%;
        display: flex;
        margin-top: 0px;
        padding: 60px 0;
    }
    .animate-slide a.primary-button {
        width: 150px;
        font-size: 16px;
    }
    .ban_img {
        position: relative;
        height: 100%;
    }
    section.choose-mobility {
        background: #fffcc0;
        padding: 20px 0;
    }
    .dropdown-menu.show {
        display: block;
        width: 100%;
    }
    .choose-img-wrapper.bg-white img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .img-product-wrapper img {
        width: 100%;
        object-fit: scale-down;
        height: 262px;
    }
    .img-center {
        right: -7px;
        bottom: -8px;
    }
    .img-center img {
        width: 100%;
        height: 298px;
        object-fit: scale-down;
    }
    .round-product-wrapper.position-relative.mb-2 {
        margin-top: 20px;
    }
    section.popular-mobility-equipment {
        padding: 30px 0;
    }
    .width-wrapper-btn {
        width: 150px;
        font-size: 16px;
    }
    .equipment-cart-offer-heading {
        width: 270px;
        padding: 8px;
        margin: 6px;
    }
    section.mobility-hire .width-wrapper-btn {
        width: 210px;
        font-size: 16px;
    }
    .hire-img {
        margin-bottom: 20px;
    }
    .main-equipment-wrapper img {
        width: 100%;
        height: 270px;
        object-fit: scale-down;
        margin-top: 21px;
    }
    section.how-it-work {
        padding: 40px 0;
    }
    button.slick-arrow {
        top: -26px;
    }
    section.testimonial_sec .client-img img {
        height: 43px;
        width: 51px;
    }
    section.testimonial_sec .client_name {
        width: 170px;
    }
    section.testimonial_sec {
        padding: 0px 0 20px 0;
    }
    .card-blogs {
        margin-bottom: 20px;
    }
    .banner-text {
        padding: 0 !important;
        margin: 19px 0;
    }
    ol.breadcrumb {
        line-height: 1.2;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        line-height: 1.8;
        font-size: 22px;
    }
    .banner-text {
        padding: 0 !important;
        margin: 18px 0;
    }
    .banner-text .level-2 {
        font-size: 35px !important;
    }
    /* blogs */
    ul.pagination {
        margin-top: 0px;
        flex-wrap: wrap;
    }
    section.blog-sec.blog-details {
        margin-top: 30px;
    }
    ul.btn-list {
        flex-direction: unset;
        align-items: start !important;
        justify-content: start;
        width: 100%;
    }
    ul.btn-list li {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .preloader .text-container h1 {
        font-size: 35px;
    }
    header.without-login-wrapper {
        background: #fff;
        padding: 10px 0px;
    }
    ul.btn-list .primary-button {
        font-size: 12px;
    }
    header.without-login-wrapper .navbar-light .navbar-nav .nav-link {
        padding: 12px 0px;
        font-size: 17px;
    }
    .mobile-list-wrapper {
        display: none !important;
    }
    ul.btn-list.mobile-list {
        display: block;
        margin-top: 8px;
    }
    .border-right-wrapper:after {
        display: none;
    }
}
@media (max-width: 576px) {
    .navbar-light .navbar-brand img {
        height: 60px;
    }
    .banner-tex {
        background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        );
        color: #000000; /* Set text color to black */
    }
    .ban_text h1 {
        color: #fff !important;
    }
    .ban_text p {
        color: #fff !important;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(
            264deg,
            rgb(255 255 255 / 0%) 0%,
            rgba(255, 255, 255, 1) 68%
        );
        opacity: 0.1;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
    .preloader .text-container h1 {
        font-size: 32px;
    }
    ul.btn-list.mobile-list {
        display: block !important;
        margin-top: 8px;
        flex-direction: column;
        width: 100%;
    }
    button#dropdownMenuButton {
        width: 100%;
    }
    ul.btn-list.mobile-list li {
        margin-bottom: 10px;
    }
    .ban_img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
        z-index: -1;
    }

    .banner-tex {
        position: relative;
        height: 100%;
        display: flex;
        margin-top: 0px;
        padding: 20px 0;
    }

    .animate-slide a.primary-button {
        width: 135px;
        font-size: 12px;
    }
    .ban_img {
        position: relative;
        height: 100%;
    }
    section.choose-mobility {
        background: #fffcc0;
        padding: 20px 0;
    }
    .dropdown-menu.show {
        display: block;
        width: 100%;
    }
    .choose-img-wrapper.bg-white img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .img-product-wrapper img {
        width: 100%;
        object-fit: scale-down;
        height: 142px;
    }
    .img-center img {
        width: 100%;
        height: 178px;
        object-fit: scale-down;
    }
    .img-center {
        right: 1px;
        bottom: -8px;
    }
    .round-product-wrapper.position-relative.mb-2 {
        margin-top: 20px;
    }
    section.popular-mobility-equipment {
        padding: 30px 0;
    }
    .main-d-flex {
        flex-direction: column;
        align-items: start !important;
        justify-content: start !important;
        margin-bottom: 15px !important;
    }
    .width-wrapper-btn {
        width: 100%;
    }
    .main-equipment-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .equipment-cart-offer-heading {
        margin: 6px;
    }
    .text-wrapper-center {
        text-align: center !important;
        margin: 10px 0;
        width: 100%;
    }
    section.how-it-work {
        padding: 40px 0;
    }
    button.slick-arrow {
        top: -26px;
    }
    section.testimonial_sec .client-img img {
        height: 43px;
        width: 51px;
    }
    section.testimonial_sec .client_name {
        width: 170px;
    }
    section.testimonial_sec {
        padding: 0px 0 20px 0;
    }
    .card-blogs {
        margin-bottom: 20px;
    }
    .banner-text {
        padding: 0 !important;
        margin: 19px 0;
    }
    ol.breadcrumb {
        line-height: 1.2;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        line-height: 1.8;
        font-size: 13px;
    }
    .banner-text {
        padding: 0 !important;
        margin: 18px 0;
    }
    .banner-text .level-2 {
        font-size: 20px !important;
    }
    /* blogs */
    ul.pagination {
        margin-top: 0px;
        flex-wrap: wrap;
    }
    section.blog-sec.blog-details {
        margin-top: 30px;
    }
    ul.btn-list {
        flex-direction: column;
        align-items: start !important;
        justify-content: start;
        width: 100%;
    }
    ul.btn-list li {
        width: 100%;
    }
}
@media (max-width: 321px) {
    .navbar-light .navbar-brand img {
        height: 41px;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
    .preloader .text-container h1 {
        font-size: 25px;
    }
    ul.btn-list.mobile-list {
        display: block !important;
        margin-top: 8px;
        flex-direction: column;
        width: 100%;
    }
    button#dropdownMenuButton {
        width: 100%;
    }
    ul.btn-list.mobile-list li {
        margin-bottom: 10px;
    }
    .ban_img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
        z-index: -1;
    }

    .banner-tex {
        position: relative;
        height: 100%;
        display: flex;
        margin-top: 0px;
        padding: 20px 0;
    }

    .animate-slide a.primary-button {
        width: 135px;
        font-size: 12px;
    }
    .ban_img {
        position: relative;
        height: 100%;
    }
    section.choose-mobility {
        background: #fffcc0;
        padding: 20px 0;
    }
    .dropdown-menu.show {
        display: block;
        width: 100%;
    }
    .choose-img-wrapper.bg-white img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .img-product-wrapper img {
        width: 100%;
        object-fit: scale-down;
        height: 112px;
    }
    .img-center img {
        width: 100%;
        height: 121px;
        object-fit: scale-down;
    }
    .img-center {
        right: -7px;
        bottom: -8px;
    }
    .round-product-wrapper.position-relative.mb-2 {
        margin-top: 20px;
    }
    section.popular-mobility-equipment {
        padding: 30px 0;
    }
    .main-d-flex {
        flex-direction: column;
        align-items: start !important;
        justify-content: start !important;
        margin-bottom: 15px !important;
    }
    .width-wrapper-btn {
        width: 100%;
    }
    .main-equipment-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .equipment-cart-offer-heading {
        margin: 6px;
    }
    .text-wrapper-center {
        text-align: center !important;
        margin: 10px 0;
        width: 100%;
    }
    section.how-it-work {
        padding: 40px 0;
    }
    button.slick-arrow {
        top: -26px;
    }
    section.testimonial_sec .client-img img {
        height: 43px;
        width: 51px;
    }
    section.testimonial_sec .client_name {
        width: 170px;
    }
    section.testimonial_sec {
        padding: 0px 0 20px 0;
    }
    .card-blogs {
        margin-bottom: 20px;
    }
    .banner-text {
        padding: 0 !important;
        margin: 19px 0;
    }
    ol.breadcrumb {
        line-height: 1.2;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        line-height: 1.8;
        font-size: 13px;
    }
    .banner-text {
        padding: 0 !important;
        margin: 18px 0;
    }
    .banner-text .level-2 {
        font-size: 16px !important;
    }
    /* blogs */
    ul.pagination {
        margin-top: 0px;
        flex-wrap: wrap;
    }
    section.blog-sec.blog-details {
        margin-top: 30px;
    }
}
/* responsive homepage css end */
