body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.logo.col-sm-3 a.navbar-brand {
    display: block;
    margin: 0;
    padding: 0;
}
.both-part .top-bar a {
    color: #ffffff;
}
nav.navbar {
    width: 100%;
    max-width: 1920px;
    /*height: 120px;*/
    margin: auto;
    padding: 0px;
    border-radius: 0px 0px 25px 25px;
}
.header-div {
    padding-left: 180px;
    padding-right: 180px;
}
header#header-div {
    position: relative;
    z-index: 9;
}
.header-div .bottom-bar.d-flex {
    padding-top: 19px;
    padding-bottom: 18px;
}
img.main-logo.img-fluid {
    width: 200px;
}

/* RESETS */
.section img {
    max-width: 100%;
}

/* BACKGROUNDS */
.dark-grey-bg {
    background: #1e1d1d;
}

/* SECTION */
.section {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* SECTION FONTS */
.section h3 {
    font-size: 1.8em;
    line-height: 1em;
    font-family: "uni_sanssemibold", sans-serif;
}

.section p {
    font-size: 1em;
    line-height: 1.4em;
    font-family: "open_sans", sans-serif;
    padding: 0;
}

/* ANGLED BOXES - EDIT VARIABLES */
.txt-box {
    --border-color: linear-gradient(to bottom right, #e6e6e6, #e6e6e6);
    --edge-size: 2em;
    clip-path: polygon(100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 0);
}

.txt-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--border-color);
    z-index: -2;
}

/* .txt-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--background-color);
    z-index: -1;
    clip-path: polygon(
      var(--border-width) var(--border-width),
      calc(100% - var(--border-width)) var(--border-width),
      calc(100% - var(--border-width))
        calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)),
      calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
      var(--border-width) calc(100% - var(--border-width))
    );
  } */

/* CONTENT SECTION */
/* SECTION ONE */
/* .section-one {
    display: flex;
    max-width: 1400px;
    height: auto;
    padding: 3rem;
    margin: auto;
    line-height: 1.6;
    background-color: #1e1d1d;
    gap: 3em;
  } */

.section-one .img-box {
    flex: 1 1 50%;
    margin: 1rem -10rem 1rem 1rem;
    z-index: 1;
    align-content: center;
}
.top-bar-right a {
    text-decoration: none;
}
.section-one .txt-box {
    flex: 1 1 100%;
}
.txt-box::before {
    border-radius: 0px 0px 0px 25px;
}

/* SECTION ONE - TEXT CONTENT */
.section-one-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15%;
    text-wrap: balance;
    gap: 1em;
    padding-top: 9px;
    padding-right: 16px;
    padding-bottom: 40px;
    background-color: #e6e6e6;
}
.container {
    max-width: 1920px;
}
.section-one-content h3 {
    color: #fff;
}

.section-one-content p {
    color: #fff;
}

.logo {
    padding: 0px !important;
}
/* Top Bar */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ff4b00;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
}
.bottom-bar {
    padding-top: 10px;
    align-items: center;
}
.both-part {
    padding: 0px !important;
}
.top-bar .contact-info span,
.top-bar .top-bar-right span {
    margin-right: 15px;
    display: inline-block;
}

.top-bar .top-bar-right i {
    margin-left: 5px;
}

/* Navbar */
.navbar {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    background-color: #002243;
    padding: 10px 20px;
}

.navbar .nav-links {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.nav-links li {
    margin: 0 35px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/*.nav-links li:hover {
    text-decoration: underline;
}*/
.contact-info i.fa.fa-phone {
    transform: rotate(90deg);
    background: white;
    padding: 5px;
    color: #ff4b00;
    border-radius: 100%;
}
.top-bar-right i.fas.fa-globe {
    background: white;
    padding: 5px;
    color: #ff4b00;
    border-radius: 100%;
}
.contact-info i.fa.fa-envelope {
    background: white;
    padding: 5px;
    color: #ff4b00;
    border-radius: 100%;
}
.nav-icons {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: end;
}

.nav-icons i {
    color: white;
    font-size: 20px;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

.nav-icons .cart-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #00ff00;
    color: black;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px 5px;
}
.nav-icons a.search {
    background: white;
    border-radius: 100%;
    padding: 2px;
    text-align: center;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    margin-left: 5px;
    border: 2px solid #ff4b00;
}

.nav-icons a.search img {
    width: 15px;
    height: 15px;
}
/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .nav-icons i {
        margin-left: 10px;
    }
}
@media screen and (max-width: 900px) {
    .section-one {
        flex-direction: column;
        gap: 0;
    }

    .section-one-content {
        margin-left: 0;
        text-align: center;
    }

    .section-one .img-box,
    .section-one .txt-box {
        flex: 1 1 100%;
        margin: 1rem;
        align-self: center;
    }
}
/* footer */
/*.footer-container {
    max-width: 1000px !important;
}*/
.footer-media a {
    text-decoration: none;
}
.container.footer-container {
    max-width: 1920px;
}
section.footer-section {
    background-color: #00132c;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer-para p {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
}
.footer-logo img {
    width: 100%;
}
.footer-media-box span {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
}
.footer-media-box span i.bi.bi-instagram {
    background-color: #ffffff;
    color: #00132c;
    font-size: 26px;
    line-height: 30px;
    padding: 6px 12px 8px 12px;
    border-radius: 50px 50px 50px 50px;
}
.footer-media-box span i.bi.bi-facebook {
    background-color: #ffffff;
    color: #00132c;
    font-size: 26px;
    line-height: 30px;
    padding: 6px 12px 8px 12px;
    border-radius: 50px 50px 50px 50px;
}
.footer-media-box span i.bi.bi-linkedin {
    background-color: #ffffff;
    color: #00132c;
    font-size: 26px;
    line-height: 30px;
    padding: 6px 12px 8px 12px;
    border-radius: 50px 50px 50px 50px;
}
.container.home-testimonial-container {
    max-width: 1920px;
}
section.home-testimonial-section {
    padding-left: 220px;
    padding-right: 220px;
}
.footer-contact-links a, .footer-contact-links p {
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}
.footer-contact-links i.bi.bi-telephone-fill {
    background-color: #ffffff;
    color: #00132c;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 10px 7px 10px;
    border-radius: 50px 50px 50px 50px;
    margin-right: 20px;
}
.footer-contact-links i.bi.bi-envelope-fill {
    background-color: #ffffff;
    color: #00132c;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 10px 7px 10px;
    border-radius: 50px 50px 50px 50px;
    margin-right: 20px;
}
.footer-contact-links i.bi.bi-geo-alt-fill {
    background-color: #ffffff;
    color: #00132c;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 10px 7px 10px;
    border-radius: 50px 50px 50px 50px;
    margin-right: 20px;
}
.footer-contact-links p {
    padding-bottom: 20px;
}
.footer-contact-div h2, .footr-contact-menu-div h2 {
    font-size: 25px;
    line-height: 30px;
    color: #fe4c10;
    font-weight: 700;
    padding-bottom: 40px;
}
.footer-menu-links li a {
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}
.footer-menu-links li {
    list-style: none;
    padding-bottom: 30px;
}
.footer-menu-links ul {
    padding-left: 0;
}
.footer-col-first .footer-1 {
    padding-right: 280px;
}
.footer-para {
    padding-top: 30px;
}
.footer-media-box {
    padding-top: 30px;
}
.container.footer-bottom-container {
    max-width: 1920px;
}
section.footer-bottom-sec {
    background-color: #050c14;
}
.footer-bottom-text-left p {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
}
section.footer-bottom-sec {
    background-color: #050c14;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-col-right p {
    text-align: end;
}

.offcanvas-btn {
    display: none;
}

/*====================================home-page-css===============================*/
.home-testimonial-slider-btn .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.home-testimonial-slider-btn .swiper-button-next.swiper-button-disabled {
    display: none;
}
.home-product-slider-btn .swiper-button-next.swiper-button-disabled {
    display: none;
}
.home-product-slider-btn .swiper-button-prev.swiper-button-disabled {
    display: none;
}




.home-banner-img img {
    width: 100%;
    border-radius: 40px 40px 40px 0px;
}
.container.home-banner-container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
}
section.home-banner-section {
    position: relative;
    margin-top: -85px;
    z-index: 0;
}

.prenota-col-one {
    background-color: #00132c;
    height: 100%;
    width: 100%;
    border-radius: 0px 0px 40px 40px;
}
.container.home-prenota-container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
}
.home-prenota-col-tow {
    /*border-right: 3px solid #c59683;*/
    display: flex;
    align-items: center;
}
.prenota-col-tow h1 {
    font-size: 58px;
    line-height: 70px;
    font-weight: 500;
    /* font-family: Poppins; */
    color: #00132d;
    padding: 0px 30px 0px 60px;
}
.prenota-col-three {
    padding-left: 20px;
    padding-top: 50px;
}
.prenota-col-tow {
    border-right: 3px solid #fe4c10;
}
.rental-form-box.form-group input {
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    padding: 12px;
    border-radius: 50px;
    max-width: 100%;
    border: none;
    background-color: #f4f4f4;
    color: #00132d;
}
.home-rental-form-div {
    padding-right: 300px;
}
.rental-form-box.form-group {
    width: 100%;
    padding-bottom: 30px;
}
.rental-form-box.form-group.add-to-cart-btn button {
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    padding: 11px;
    border-radius: 50px;
    max-width: 100%;
    border: none;
    color: #ffffff;
    background-color: #00132d;
}
.home-rental-form-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.rental-form-box.form-group.add-to-cart-btn p {
    font-size: 18px;
    line-height: 23px;
    color: #00132d;
}
.row.home-prenota-row:before {
    content: "";
    background-color: #ffffff;
    width: 84%;
    height: 85px;
    position: absolute;
    right: 0;
    top: -55px;
    border-radius: 60px 0px 0px 0px;
}
.row.home-prenota-row {
    position: relative;
}
.container.home-third-container {
    max-width: 1920px;
    padding: 0 110px;
}
.prenota-col-three h4 {
    font-size: 20px;
    line-height: 25px;
    color: #00132d;
}
.wide-choice-content h2 {
    font-size: 22px;
    line-height: 25px;
    color: #00132d;
    font-weight: 700;
}
.wide-choice-content p {
    font-size: 15px;
    line-height: 20px;
    color: #c8cbd2;
    font-weight: 700;
}
.wide-choice {
    display: flex;
    gap: 15px;
}
.wide-choice-content {
    padding-right: 70px;
}
section.home-third-section .row.home-third-row {
    border-bottom: 1px solid #0e0e0e;
    padding-bottom: 30px;
}
section.home-third-section {
    padding-top: 120px;
    padding-bottom: 50px;
}
.container.who-we-are-container {
    max-width: 1920px;
    padding-left: 260px;
    padding-right: 260px;
}
.who-we-are-head img {
    width: 35px;
    padding-right: 10px;
}
.who-we-are-head h4 {
    font-size: 18px;
    line-height: 23px;
    color: #fe4c10;
    font-weight: 500;
}
.who-we-are-head h2 {
    font-size: 45px;
    line-height: 70px;
    font-weight: 700;
    color: #00132d;
}
.who-we-are-head h2 span {
    color: #7eba27;
}
.who-we-are-col-first {
    padding-bottom: 60px;
}
.advanced-booking-system {
    background-color: #ffffff;
    /* box-shadow: 1px 1px 1px 2px #b0b0b0; */
    box-shadow: 0 7px 14px rgb(0 0 0 / 23%);
    border-radius: 30px;
    padding: 30px 40px 40px 40px;
    height: 100% !important;
}
.advanced-booking-system-head h2 {
    font-size: 22px;
    line-height: 25px;
    color: #00132d;
    font-weight: 700;
}
.advanced-booking-system-head p {
    font-size: 15px;
    line-height: 20px;
    color: #c8cbd2;
    font-weight: 700;
}
.advanced-booking-system-head li {
    color: #939ba6;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
        padding-bottom: 10px;
}
.home-who-we-are-section .advanced-booking-system-head {
    
    padding-top: 50px;
}
.advanced-booking-system-head {
    
    padding-top: 15px;
}
.advanced-booking-system-img {
    padding-bottom: 18px;
}
div#booking-system-tow {
    background-color: #f5f8fd;
}
div#booking-system-third {
    background-color: #fcf7f4;
}
div#booking-system-fourth {
    background-color: #f4f9f3;
}
div#booking-system-five {
    background-color: #f6f6f8;
}
.advanced-booking-system-head.advanced-booking {
    writing-mode: vertical-rl !important;
    transform: rotate(0deg) !important;
    margin: 0 auto;
}
.advanced-booking-box {
    text-align: center;
}
.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    section.home-testimonial-section {
    background-color: #f5f8fd;
    padding-top: 70px;
    padding-bottom: 100px;
}
.footer-media-box a {
    text-decoration: none;
}
/*.header-div a.nav-link.active {
    background-color: #56565682;
}*/
.home-testimonial-slider-box {
    background-color: #ffffff;
    box-shadow: 0 7px 14px rgb(0 0 0 / 23%);
    border-radius: 30px;
    padding: 30px;
}
.home-testimonial-slider .swiper-slide {
    background-color: transparent;
    padding-bottom: 10px;
    padding-top: 10px;
}
.home-testimonial-slider-box {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}
.home-testimonial-slider-review-content p {
    font-size: 15px;
    line-height: 20px;
    color: #c8cbd2;
    font-weight: 700;
    padding-top: 40px;
}
h2.testimonial-title {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}
.col-home-testimonial12 {
    padding-top: 50px;
}
section.home-who-we-are-section {
    padding-bottom: 90px;
}
section.assisted-mobility-section {
    background-color: #00132c;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 130px;
    padding-right: 130px;
}
.container.assisted-mobility-container {
    max-width: 1920px;
}
.assisted-mobility-content h4 {
    font-size: 22px;
    line-height: 25px;
    color: #fe4c10;
    font-weight: 700;
    text-align: center;
    padding: 0 40px;
}
.assisted-mobility-box {
    text-align: center;
}
.assisted-mobility-content {
    padding-top: 20px;
}
.home-product-slider .swiper-slide {
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
}
.home-product-title h2 {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    text-align: left;
}
.home-product-title p.price {
    font-size: 18px;
    line-height: 23px;
    color: #fe4c10;
    font-weight: 500;
    text-align: left;
}
.home-product-slider-content {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.home-product-slider-review img {
    width: 100%;
    height: 238px;
    object-fit: cover;
}
/*====================================home-page-css end===============================*/


/*====================================About-page-css===============================*/
.container.about-banner-container {
    max-width: 1920px;
}
section.about-banner-section {
    background-color: #7eba27;
    padding-top: 200px;
    padding-bottom: 60px;
    position: relative;
    margin-top: -30px;
    z-index: 0;
}
.about-header {
    padding: 0;
}
.banner-head h2 {
    font-size: 58px;
    line-height: 70px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
.about-banner-div li.breadcrumb-item {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}
.about-banner-div li.breadcrumb-item a {
    color: #00132c;
    text-decoration: none;
}
.about-banner-div li.breadcrumb-item.active {
    color: #fe4c10;
}
.about-banner-div ol.breadcrumb {
    justify-content: center;
}
.company-profile-box-img img {
    width: 100%;
    border-radius: 40px;
}
.container.about-second-container {
    max-width: 1920px;
}
.profile-box-content-para p {
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    font-weight: 500;
}
.profile-box-content-head p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}
.about-page-contact-div-main h4 {
    font-size: 18px;
    line-height: 20px;
    color: #7e7e7e;
    font-weight: 700;
}
.about-page-call p a {
    font-size: 17px;
    line-height: 22px;
    color: #fe4c10;
    font-weight: 500;
    text-decoration: none;
}
.about-page-call i.bi.bi-telephone-fill, .about-page-call i.bi.bi-envelope-fill, .about-page-call i.bi.bi-calendar2-week {
    background-color: #fe4c10;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 10px 7px 10px;
    border-radius: 50px 50px 50px 50px;
    margin-right: 20px;
}
.about-page-contact {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.about-page-contact-div-main {
    padding-top: 25px;
}
div#about-page-mail {
    border-top: none !important;
    border-bottom: none !important;
    border: 2px solid #00132c;
    padding: 0 40px;
}
.about-page-call p {
    margin-bottom: 0;
}
.profile-box-content-head {
    padding-top: 25px;
}
.profile-box-content-head .who-we-are-head h4 {
     padding-bottom: 15px; 
}
.company-profile-box-content {
    padding-left: 30px;
}
section.about-second-sec {
    padding: 70px 250px 150px 250px;
}
.about-page-second-col12 {
    padding-bottom: 30px;
}
section.about-counter-sec {
    padding: 0 220px 70px 220px;
}
.about-counter-sec .counter-container {
    max-width: 1920px;
}
.header-div.about-header ul.nav-links a {
    color: #ffffff;
    text-decoration: none;
}
.about-user-top-head .who-we-are-head {
    text-align: center;
}
section.about-users-section {
    padding: 0 250px 130px 250px;
    background-color: #f5f8fd;
}
.about-advanced .advanced-booking-system-img {
    text-align: center;
}
.about-advanced .advanced-booking-system-head {
    text-align: center;
}
.contaoner.about-users-container .col-lg-3.who-we-are-col4 {
    padding: 0 30px;
}
.col-about-user {
    padding-bottom: 40px;
}
.about-equipment-head h2 {
    font-size: 60px;
    line-height: 75px;
    max-width: 660px;
    color: #ffffff;
    font-weight: 800;
}
.about-equipment-sec .about-equipment-head h2 {
    padding-left: 60px;
}
.about-equipment-head h2 sapn {
    color: #fe4c10;
}
.container.about-equipment-container {
    max-width: 1920px;
}
section.about-equipment-sec {
    padding: 50px 170px 0px 170px;
}
.about-equipment-second {
    background-color: #ffffff;
    border-radius: 50px;
    transform: translateY(80px);
        box-shadow: 0 7px 14px rgb(0 0 0 / 23%);
}
section.about-booking {
    padding-top: 130px;
}
div#about-booking {
    text-align: center;
}
.container.about-supplier-container {
    max-width: 1920px;
}
section.about-supplier-sec {
    background-color: #00132c;
    padding: 40px 200px;
}
.col-supplier-left-box h2 {
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 800;
    padding-bottom: 20px;
}
.col-supplier-left-box h2 span {
    color: #fe4c10;
}
.col-supplier-left-box h3 {
    font-size: 35px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 800;
    padding-bottom: 20px;
}
.col-supplier-left-box h3 span{
    color: #fe4c10;
}
.col-supplier-right-btn a {
    background-color: #fe4c10;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #00132c;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 50px;
}
.col-supplier-right {
    display: flex;
    justify-content: end;
    align-items: center;
}
.container.about-why-choose-container {
    max-width: 1920px;
}
section.about-why-choose-sec {
    padding: 50px 200px 70px 200px;
}
.why-choose-text h2 {
    font-size: 45px;
    line-height: 70px;
    font-weight: 800;
    color: #00132d;
}
.why-choose-text p {
    font-size: 16px;
    line-height: 20px;
    color: #bbc1d0;
    font-weight: 500;
}
.why-choose-no span {
    font-size: 40px;
    line-height: 70px;
    font-weight: 800;
    color: #00132d;
    background-color: #7eba27;
    padding: 8px 25px 12px 25px;
    border-radius: 50px;
}
.about-why-choose-col-second-box {
    display: flex;
    gap: 25px;
}
div#about-why-choose-second-row {
    padding-left: 150px;
    padding-top: 60px;
}
.why-choose-text {
    max-width: 490px;
}
#about-why-choose-second-row .about-why-choose-col-second-box {
    justify-content: end;
}
.about-why-choose-col-first {
    padding-bottom: 40px;
}
section.home-testimonial-section {
    background-color: #f5f8fd;
    padding-top: 70px;
    padding-bottom: 100px;
}
.home-testimonial-slider-box {
    background-color: #ffffff;
    box-shadow: 0 7px 14px rgb(0 0 0 / 23%);
    border-radius: 30px;
    padding: 30px;
}
.home-testimonial-slider .swiper-slide {
    background-color: transparent;
    padding-bottom: 10px;
    padding-top: 10px;
}
.home-testimonial-slider-box {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}
.home-testimonial-slider-review-content p {
    font-size: 15px;
    line-height: 20px;
    color: #c8cbd2;
    font-weight: 700;
    padding-top: 40px;
}
h2.testimonial-title {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}
.col-home-testimonial12 {
    padding-top: 50px;
}
section.home-who-we-are-section {
    padding-bottom: 90px;
}
.home-testimonial-slider-btn .swiper-button-prev {
    background-image: url('./images/Layout-a.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 50px;
    left:-70px;
}
.header-div ul.nav-links a {
    color: #ffffff !important;
    text-decoration: none;
}
.home-testimonial-slider-btn .swiper-button-next {
    background-image: url('./images/Layout-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 50px;
    right:-70px;
}
.home-testimonial-slider {
    position: relative;
}
div#about-who-we-are-container {
    padding-left: 200px;
    padding-right: 200px;
}
.rental-form-box.form-group.add-to-cart-btn:before {
    content: "";
    background-image: url('./images/Group_24.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 8px;
    left: 102px;
}
.rental-form-box.form-group.add-to-cart-btn {
    position: relative;
}


.home-who-we-are-section .home-custom-box {
    display: flex;
   /* grid-template-columns: auto auto auto auto auto;*/
    gap: 30px;
}
/*.advanced-booking-box {
    padding-left: 55px;
    padding-right: 55px;
}*/
.home-who-we-are-section .home-custom-hover {
    display: none;
}
.home-who-we-are-section .advanced-booking-system-head {
    writing-mode: vertical-rl !important;
    transform: rotate(0deg) !important;
    margin: 0 auto;
}
.home-who-we-are-section .advanced-booking-system {
    text-align: center;
}
.home-who-we-are-section .who-we-are-col4:hover .advanced-booking-system-img {
    text-align: left;
}
.home-who-we-are-section .who-we-are-col4:hover .advanced-booking-system-head {
    writing-mode: initial !important;
    transform: rotate(0deg) !important;
    margin: 0;
    text-align: left;
}
.home-who-we-are-section .who-we-are-col4:hover 
 .home-custom-hover {
    display: block;
}
.home-who-we-are-section .who-we-are-col4:hover {
    width: 40%;
    transition: 0.5s;
}
.home-who-we-are-section .who-we-are-col4 {
    width: 15%;
    transition: 0.5s;
}
.home-who-we-are-section .who-we-are-col4:hover .advanced-booking-system-head {
    padding-top: 15px;
}
.choice-col4 {
    padding: 0 30px;
}
.form-box-first-div input#date {
    padding-left: 70px;
}
.form-box-first-div{
    position: relative;
}
.rental-form-box.form-group.form-box-first-div:before {
    content: "";
    background-image: url('./images/Group_21.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 20px;
}
/*=====================================language-modal===============================*/
.choose-languag-first {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.choose-language img {
    width: 30px;
    padding-left: 5px;
}
.choose-language {
    background-color: #aaaaaa;
    /*padding: 8px 15px;*/
    border-radius: 50px;
}
.choose-language input {
    display: none;
}
.choose-language label {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #ffffff;
    padding: 10px 25px;
}
.language-option.active,.choose-currency.active {
    background-color: #00132c;
}
.language-div h2 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #00132d;
}
.language-div.currency-box {
    padding-top: 30px;
}
.header-language-main-div {
    padding-bottom: 40px;
}
/*=====================================language-modal===============================*/
span.cart-count {
    background-color: #7eba27;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 8px;
    font-weight: 500;
    border-radius: 50px;
    position: absolute;
    top: -14px;
    right: -10px;
}
a.search.cart-box {
    position: relative;
}



@media (max-width: 1640px){
    .prenota-col-three {
    padding-left: 20px;
    padding-top: 30px !important;
}
.rental-form-box.form-group {
    padding-bottom: 20px !important;
}
.rental-form-box.form-group.add-to-cart-btn p {
    font-size: 12px !important;
    line-height: 15px !important;
}
.rental-form-box.form-group input {
    font-size: 14px !important;
    line-height: 20px !important;
}
.prenota-col-three h4 {
    font-size: 15px !important;
    line-height: 20px !important;
}
.prenota-col-tow h1 {
    font-size: 45px !important;
    line-height: 55px !important;
    padding: 0px 25px 0px 55px !important;
}
.rental-form-box.form-group.form-box-first-div:before {
    width: 20px !important;
    height: 20px !important;
    top: 12px !important;
}
.rental-form-box.form-group.add-to-cart-btn:before {
    width: 20px !important;
    height: 20px !important;
    top: 12px !important;
    left: 70px !important;
}
.rental-form-box.form-group.add-to-cart-btn button {
    font-size: 15px !important;
    line-height: 20px !important;
}
.wide-choice-content h2 {
    font-size: 18px !important;
    line-height: 22px !important;
}
.wide-choice-content p {
    font-size: 12px !important;
    line-height: 15px !important;
}
.who-we-are-head h4 {
    font-size: 14px !important;
    line-height: 18px !important;
}
.who-we-are-head img {
    width: 28px !important;
    padding-right: 8px !important;
}
.who-we-are-head h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
.advanced-booking-system-head h2 {
    font-size: 16px !important;
    line-height: 20px !important;
}
.advanced-booking-system-head p {
    font-size: 12px !important;
    line-height: 15px !important;
}
.advanced-booking-system-head li {
    font-size: 12px !important;
    line-height: 15px !important;
    padding-bottom: 10px !important;
}
.home-testimonial-slider-review-content p {
    font-size: 12px !important;
    line-height: 16px !important;
}
h2.testimonial-title {
    font-size: 18px !important;
    line-height: 22px !important;
    padding-bottom: 10px !important;
}
.assisted-mobility-content h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 0px 35px !important;
}
.assisted-mobility-box img {
    height: 92px !important;
}
section.assisted-mobility-section {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.home-product-title h2 {
    font-size: 17px !important;
    line-height: 20px !important;
}
.home-product-title p.price {
    font-size: 13px !important;
    line-height: 14px !important;
}
.home-product-search-icon img {
    width: 50px !important;
}
.footer-para p {
    font-size: 13px !important;
    line-height: 18px !important;
}
.footer-media-box span i.bi.bi-instagram, .footer-media-box span i.bi.bi-facebook, .footer-media-box span i.bi.bi-linkedin {
    font-size: 20px !important;
    line-height: 25px !important;
    padding: 6px 10px 6px 10px !important;
}
.footer-contact-div h2, .footr-contact-menu-div h2 {
    font-size: 18px !important;
    line-height: 22px !important;
}
.footer-contact-links i.bi.bi-telephone-fill {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 5px 8px 5px 8px !important;
    margin-right: 16px !important;
}
.footer-contact-links i.bi.bi-telephone-fill, .footer-contact-links i.bi.bi-geo-alt-fill, .footer-contact-links i.bi.bi-envelope-fill {

    font-size: 15px !important;
    line-height: 20px !important;
    padding: 5px 8px 5px 8px !important;
    margin-right: 16px !important;
}
.footer-contact-links a, .footer-contact-links p {
    font-size: 13px !important;
    line-height: 18px !important;
}
.footer-menu-links li a {
    font-size: 13px !important;
    line-height: 18px !important;
}
.footer-menu-links li {
    list-style: none;
    padding-bottom: 25px !important;
}
.footer-bottom-text-left p {
    font-size: 12px !important;
    line-height: 15px !important;
}
.nav-links li {
    font-size: 13px !important;
}

/*======================================================about========================*/

.banner-head h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.about-banner-div li.breadcrumb-item {
    font-size: 14px !important;
    line-height: 20px !important;
}
section.about-second-sec {
    padding: 70px 210px 150px 210px !important;
}
.profile-box-content-para p {
    font-size: 14px !important;
    line-height: 18px !important;
}
.profile-box-content-head p {
    font-size: 14px !important;
    line-height: 18px !important;
}
div#about-page-mail {
    padding: 0 25px !important;
}
.about-page-contact-div-main h4 {
    font-size: 15px !important;
    line-height: 18px !important;
}
.about-page-call p a {
    font-size: 13px !important;
    line-height: 15px !important;
}
.about-page-call i.bi.bi-telephone-fill, .about-page-call i.bi.bi-envelope-fill, .about-page-call i.bi.bi-calendar2-week {

    font-size: 15px !important;
    line-height: 20px !important;
    padding: 5px 8px 6px 8px !important;
    margin-right: 8px !important;
}
section.about-users-section {
    padding: 0px 220px 100px 220px !important;
}
.about-equipment-head h2 {
    font-size: 50px !important;
    line-height: 65px !important;
}
.col-supplier-left-box h2 {
    font-size: 35px !important;
    line-height: 40px !important;
}
.col-supplier-left-box h3 {
    font-size: 26px !important;
    line-height: 35px !important;
}
.col-supplier-right-btn a {
    font-size: 28px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
}
.why-choose-text h2 {
    font-size: 34px !important;
    line-height: 40px !important;
}
.why-choose-text p {
    font-size: 14px !important;
    line-height: 18px !important;
}
.why-choose-no span {
    font-size: 30px !important;
    line-height: 45px !important;
    padding: 7px 20px 11px 20px !important;
}
section.about-why-choose-sec {
    padding: 50px 200px 50px 200px !important;
}
.main .about-header {
    padding: 0 !important;
}



}






.home-prenota-col-one {
    margin-top: -2px;
}
@media (max-width: 1500px){
    .container.home-banner-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.header-div {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.home-prenota-col-one {
    padding-left: 0 !important;
}
.row.home-prenota-row:before {
    width: 84.2% !important;
    height: 60px !important;
}
.prenota-col-three {
    padding-top: 20px !important;
}
.wide-choice-content h2 {
    font-size: 15px !important;
    line-height: 20px !important;
}
.wide-choice-content p {
    font-size: 10px !important;
    line-height: 13px !important;
}
.container.who-we-are-container {
    padding-left: 220px !important;
    padding-right: 220px !important;
}
.who-we-are-col-first {
    padding-bottom: 35px;
}
section.home-testimonial-section {
    padding-left: 180px !important;
    padding-right: 180px !important;
}
.col-home-testimonial12 {
    padding-top: 20px !important;
}
section.home-testimonial-section {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}
section.assisted-mobility-section {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.footer-col-first .footer-1 {
    padding-right: 210px !important;
}



/*=======================================about===============================*/
.banner-head h2 {
    font-size: 35px !important;
    line-height: 40px !important;
}
.about-banner-div li.breadcrumb-item {
    font-size: 12px !important;
    line-height: 16px !important;
}
section.about-second-sec {
    padding: 70px 200px 150px 200px !important;
}
.profile-box-content-head {
    padding-top: 15px !important;
}
.profile-box-content-head .who-we-are-head h4 {
    padding-bottom: 10px !important;
}
.about-page-contact-div-main {
    padding-top: 10px !important;
}
.about-page-contact {
    padding-top: 5px !important;
}
section.about-users-section {
    padding: 0px 210px 90px 210px !important;
}
.counter-container {
    transform: translateY(-50px) !important;
}
.about-equipment-sec .about-equipment-head h2 {
    padding-left: 50px !important;
}
section.about-equipment-sec {
    padding: 50px 130px 0px 130px !important;
}
div#about-who-we-are-container {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
section.about-supplier-sec {
    background-color: #00132c;
    padding: 40px 150px;
}
.col-supplier-left-box h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
.col-supplier-left-box h3 {
    font-size: 22px !important;
    line-height: 28px !important;
}
section.about-why-choose-sec {
    padding: 50px 160px 50px 160px !important;
}

}





@media (max-width: 1400px){
    .header-div {
    padding-left: 140px !important;
    padding-right: 140px !important;
}
.header-div .bottom-bar.d-flex {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
/*nav.navbar {
    height: 110px !important;
}*/
.section-one-content {
    padding-bottom: 30px !important;
}
.prenota-col-tow h1 {
    font-size: 35px !important;
    line-height: 40px !important;
    padding: 0px 25px 0px 40px !important;
}
.home-rental-form-div {
    padding-right: 130px !important;
}
section.home-third-section {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
}
.container.who-we-are-container {
    padding-left: 200px !important;
    padding-right: 200px !important;
}
.home-who-we-are-section .advanced-booking-system-head {
    padding-top: 35px !important;
}
.advanced-booking-system-head h2 {
    font-size: 15px !important;
    line-height: 20px !important;
}
.advanced-booking-system {
    padding: 30px 35px 35px 35px !important;
}
section.home-testimonial-section {
    padding-left: 170px !important;
    padding-right: 170px !important;
}
.home-testimonial-slider-review img {
    width: 30px !important;
}
.assisted-mobility-content h4 {
    font-size: 16px !important;
    line-height: 20px !important;
}
.assisted-mobility-box img {
    height: 80px !important;
}
.home-product-title h2 {
    font-size: 15px !important;
    line-height: 20px !important;
}
.home-product-title p.price {
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 0;
}
.home-product-search-icon img {
    width: 40px !important;
}
section.footer-section {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
.footer-col-first .footer-1 {
    padding-right: 150px !important;
}
.footer-contact-div, .footr-contact-menu-div {
    padding-top: 60px !important;
}
.footer-contact-div h2, .footr-contact-menu-div h2 {
    font-size: 15px !important;
    line-height: 20px !important;
}
.footer-contact-links p {
    padding-bottom: 10px !important;
}
.footer-menu-links li {
    list-style: none;
    padding-bottom: 10px !important;
}
section.footer-bottom-sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 15px !important;
    padding-bottom: 5px !important;
}
.footer-media-box span i.bi.bi-instagram, .footer-media-box span i.bi.bi-facebook, .footer-media-box span i.bi.bi-linkedin {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 6px 8px 6px 8px !important;
}
.home-testimonial-slider-box {
    padding: 30px 20px !important;
}
.home-product-slider-content {
    justify-content: space-between !important;
}

.nav-links li {
    margin: 0 28px !important;
    font-size: 12px !important;
}


/*=============================================about==============================*/
.banner-head h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
section.about-banner-section {
    padding-top: 150px !important;
    padding-bottom: 40px !important;
}
section.about-second-sec {
    padding: 50px 180px 100px 180px !important;
}
.company-profile-box-content {
    padding-left: 10px !important;
}
.profile-box-content-para p {
    font-size: 12px !important;
    line-height: 15px !important;
}
.profile-box-content-head p {
    font-size: 12px !important;
    line-height: 14px !important;
}
.about-page-call p a {
    font-size: 12px !important;
    line-height: 14px !important;
}
section.about-users-section {
    padding: 0px 190px 90px 190px !important;
}
.counter-value {
    font-size: 65px !important;
    line-height: 80px !important;
}
.counter-item p {
    font-size: 14px !important;
    line-height: 15px !important;
}
section.about-equipment-sec {
    padding: 50px 110px 0px 110px !important;
}
.about-equipment-head h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
div#about-who-we-are-container {
    padding-left: 130px !important;
    padding-right: 130px !important;
}
section.about-supplier-sec {
    padding: 40px 130px !important;
}
.col-supplier-left-box h3 {
    font-size: 20px !important;
    line-height: 26px !important;
}
.col-supplier-right-btn a {
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: 600 !important;
}
section.about-why-choose-sec {
    padding: 50px 140px 50px 140px !important;
}
.who-we-are-head h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.why-choose-text h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
.why-choose-no span {
    font-size: 26px !important;
    line-height: 40px !important;
    padding: 7px 19px 11px 19px !important;
}
.about-page-call i.bi.bi-telephone-fill, .about-page-call i.bi.bi-envelope-fill, .about-page-call i.bi.bi-calendar2-week {
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 5px 7px 6px 7px !important;
    margin-right: 8px !important;
}

}


@media (max-width: 1300px){
    .about-page-call p a {
    font-size: 10px !important;
    line-height: 12px !important;
}
    section.about-second-sec {
    padding: 50px 140px 100px 160px !important;
}
    .container.home-banner-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.header-div {
    padding-left: 120px !important;
    padding-right: 120px !important;
}
.container.home-prenota-container {
    padding-left: 42px !important;
    padding-right: 42px !important;
}
.row.home-prenota-row:before {
    width: 84.3% !important;
    height: 50px !important;
    top: -48px !important;
}
.prenota-col-three h4 {
    font-size: 12px !important;
    line-height: 15px !important;
}
.rental-form-box.form-group input {
    font-size: 12px !important;
    line-height: 15px !important;
}
.rental-form-box.form-group.add-to-cart-btn button {
    font-size: 12px !important;
    line-height: 15px !important;
}
.rental-form-box.form-group.add-to-cart-btn:before {
    width: 18px !important;
    height: 18px !important;
    top: 9px !important;
    left: 80px !important;
}
.rental-form-box.form-group.form-box-first-div:before {
    width: 18px !important;
    height: 18px !important;
    top: 11px !important;
}
.form-box-first-div input#date {
    padding-left: 60px !important;
}
.wide-choice-img img {
    width: 50px !important;
}
.wide-choice-content h2 {
    font-size: 14px !important;
    line-height: 16px !important;
}
.wide-choice-content {
    padding-right: 40px !important;
}
section.home-third-section .row.home-third-row {
    padding-bottom: 15px !important;
}
.advanced-booking-system-img img {
    width: 50px !important;
}
.home-who-we-are-section .who-we-are-col4:hover .advanced-booking-system-head {
    padding-top: 10px !important;
}
.footer-col-first .footer-1 {
    padding-right: 120px !important;
}

}

.header-div .collapse:not(.show){
    display: block;
}
button.navbar-toggler {
    display: none;
}
.choose-language label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




@media(max-width:1200px){
	.nav-links li {
    margin: 0px 20px !important;
    font-size: 12px !important;
}
.header-div {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
}


@media (max-width: 980px){
	#header-div .navbar .nav-links {
    flex-direction: row !important;
}
	.choose-language img {
    width: 25px !important;
    object-fit: cover;
}
.choose-languag-first {
    gap: 8px !important;
}
	.language-div h2 {
    font-size: 20px !important;
    line-height: 25px !important;
}
	span.cart-count {
    font-size: 10px !important;
    line-height: 17px !important;
}
.choose-language label {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #ffffff;
    padding: 6px 20px !important;
}
    .header-div button.navbar-toggler {
    display: block;
}
.header-div .collapse:not(.show){
    display: none;
}
    .txt-box {
    margin: 0 !important;
}
    .container.home-banner-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.home-banner-img img {
    border-radius: 20px 20px 20px 0px !important;
}
.header-div {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.top-bar .contact-info span, .top-bar .top-bar-right span {
    margin-right: 10px !important;
}
.top-bar span {
    font-size: 8px !important;
}
.nav-links li {
    margin: 0px 12px !important;
    font-size: 8px !important;
}
.nav-icons a.search img {
    width: 12px !important;
    height: 12px !important;
}
.nav-icons a.search {
    padding: 0px !important;
    height: 30px !important;
    width: 30px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
    border: 2px solid #ff4b00;
}
nav.navbar {
    height: 98px !important;
}
.section-one-content img {
    width: 144px !important;
    padding-left: 24px;
}
.section-one-content {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
    border-radius: 0px 0px 0px 40px;
}
.container.home-prenota-container {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.home-rental-form-div {
    padding-right: 20px !important;
}
.prenota-col-tow h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    padding: 0px 20px 0px 20px !important;
}
.prenota-col-three h4 {
    font-size: 8px !important;
    line-height: 12px !important;
}
.prenota-col-three {
    padding-top: 15px !important;
    padding-left: 0px !important;
}
.form-box-first-div input#date {
    padding-left: 50px !important;
}
.home-rental-form-main {
    gap: 20px !important;
}
.rental-form-box.form-group.add-to-cart-btn:before {
    width: 18px !important;
    height: 18px !important;
    top: 9px !important;
    left: 40px !important;
}
.rental-form-box.form-group {
    padding-bottom: 10px !important;
}
.rental-form-box.form-group.add-to-cart-btn button {
    font-size: 10px !important;
    line-height: 15px !important;
}
.rental-form-box.form-group input {
    font-size: 10px !important;
    line-height: 14px !important;
}
.home-prenota-col-one {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.home-prenota-row:before {
    width: 83.3% !important;
    height: 50px !important;
    top: -48px !important;
}
section.home-third-section {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
.container.home-third-container {
    padding: 0 30px !important;
}
.wide-choice-content {
    padding-right: 0px !important;
}
.wide-choice {
    gap: 10px !important;
}
.container.who-we-are-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.advanced-booking-system {
    padding: 20px 20px 20px 20px !important;
    border-radius: 15px !important;
}
.who-we-are-head h4 {
    font-size: 10px !important;
    line-height: 14px !important;
}
.who-we-are-head h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}
.who-we-are-col-first {
    padding-bottom: 20px !important;
}
section.home-who-we-are-section {
    padding-bottom: 60px !important;
} 
section.home-testimonial-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.home-testimonial-slider-btn .swiper-button-next {
    width: 30px !important;
    height: 23px !important;
    right: -34px !important;
}
.home-testimonial-slider-btn .swiper-button-prev {
    width: 30px !important;
    height: 23px !important;
    left: -34px !important;
}
.col-lg-2.assisted-mobility-col {
    width: 33.33%;
    padding-bottom: 40px;
}
section.assisted-mobility-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
}
.assisted-mobility-content h4 {
    font-size: 14px !important;
    line-height: 20px !important;
}
section.home-testimonial-section {
    padding-top: 30px !important;
    padding-bottom: 45px !important;
}
.home-product-slider-btn .swiper-button-next{
    width: 30px !important;
    height: 23px !important;
    right: -34px !important;
}
.home-product-slider-btn .swiper-button-prev{
    width: 30px !important;
    height: 23px !important;
    left: -34px !important;
}
.home-testimonial-slider-box {
    border-radius: 15px !important;
}
section.footer-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
.footer-col-first .footer-1 {
    padding-right: 0px !important;
}
.footer-para p {
    font-size: 10px !important;
    line-height: 15px !important;
}
.footer-media-box {
    padding-top: 8px !important;
}
.footer-media-box span {
    font-size: 10px !important;
    line-height: 15px !important;
}
.footer-media-box span i.bi.bi-instagram, .footer-media-box span i.bi.bi-facebook, .footer-media-box span i.bi.bi-linkedin {
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 5px 6px 5px 6px !important;
}
.footer-contact-div h2, .footr-contact-menu-div h2 {
    font-size: 12px !important;
    line-height: 15px !important;
    padding-bottom: 20px !important;
}
.footer-contact-links i.bi.bi-telephone-fill, .footer-contact-links i.bi.bi-geo-alt-fill, .footer-contact-links i.bi.bi-envelope-fill {
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 5px 7px 5px 7px !important;
    margin-right: 10px !important;
}
.footer-contact-links a, .footer-contact-links p {
    font-size: 9px !important;
    line-height: 15px !important;
}
.footer-menu-links li a {
    font-size: 10px !important;
    line-height: 14px !important;
}
.footer-menu-links li {
    padding-bottom: 4px !important;
}
.footer-contact-div, .footr-contact-menu-div {
    padding-top: 35px !important;
}
.footer-bottom-text-left p {
    font-size: 9px !important;
    line-height: 14px !important;
}
section.footer-bottom-sec {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}


/*=======================================about===========================*/
.banner-head h2 {
    font-size: 22px !important;
    line-height: 25px !important;
}
.about-banner-div li.breadcrumb-item {
    font-size: 10px !important;
    line-height: 12px !important;
}
section.about-banner-section {
    padding-top: 110px !important;
    padding-bottom: 20px !important;
}
section.about-second-sec {
    padding: 50px 20px 90px 20px !important;
}
.profile-box-content-para p {
    font-size: 10px !important;
    line-height: 12px !important;
}
.profile-box-content-head {
    padding-top: 3px !important;
}
.profile-box-content-head .who-we-are-head h4 {
    padding-bottom: 0px !important;
}
.profile-box-content-head p {
    font-size: 9px !important;
    line-height: 11px !important;
    margin-bottom: 7px;
}
.company-profile-box-content {
    padding-left: 0px !important;
}
.about-page-call i.bi.bi-telephone-fill, .about-page-call i.bi.bi-envelope-fill, .about-page-call i.bi.bi-calendar2-week {
    font-size: 7px !important;
    line-height: 10px !important;
    padding: 3px 5px 4px 5px !important;
    margin-right: 3px !important;
}
div#about-page-mail {
    padding: 0px 14px !important;
}
section.about-users-section {
    padding: 0px 30px 50px 30px !important;
}
.counter-value {
    font-size: 35px !important;
    line-height: 40px !important;
}
.counter-item p {
    font-size: 10px !important;
    line-height: 12px !important;
}
.col-about-user {
    padding-bottom: 20px !important;
}
.choice-col4 {
    padding-bottom: 20px;
}
section.about-equipment-sec {
    padding: 30px 20px 0px 20px !important;
}
.about-equipment-head h2 {
    padding-left: 30px !important;
    font-size: 30px !important;
    line-height: 35px !important;
    max-width: 390px !important;
}
.about-equipment-second {
    border-radius: 30px !important;
}
div#about-who-we-are-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
section.about-supplier-sec {
    padding: 20px 30px !important;
}
.col-supplier-left-box h2 {
    font-size: 25px !important;
    line-height: 30px !important;
    padding-bottom: 10px !important;
}
.col-supplier-left-box h3 {
    font-size: 17px !important;
    line-height: 22px !important;
    padding-bottom: 8px !important;
}
.col-supplier-right-btn a {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}
section.about-why-choose-sec {
    padding: 30px 20px 30px 20px !important;
}
.why-choose-text h2 {
    font-size: 22px !important;
    line-height: 25px !important;
}
.why-choose-no span {
    font-size: 18px !important;
    line-height: 30px !important;
    padding: 5px 14px 9px 14px !important;
}
.about-why-choose-col-second-box {
    display: flex;
    gap: 12px !important;
}
.why-choose-text p {
    font-size: 10px !important;
    line-height: 12px !important;
}
.bottom-bar ul.nav-links {
   /* display: block;
    padding-left: 0;
    background-color: #ffffffeb;
    border-radius: 5px;*/
}
.bottom-bar ul.nav-links li, .bottom-bar ul.nav-links li a {
    /*margin: 0px 0px 0px 0px !important;*/
    font-size: 8px !important;
   /* color: #00132d !important;
    font-weight: 500;
    font-size: 12px !important;*/
}
/*.bottom-bar ul.nav-links li {
    padding: 10px 12px 5px 12px !important;
}*/
/*.bottom-bar ul.nav-links {
    position: absolute;
    top: 0px;
    left: 0;
}*/
.bottom-bar ul.nav-links {
    padding-left: 12px;
}
.nav-icons {
    padding-right: 10px;
}
button.navbar-toggler {
    background-color: #ffffff;
    padding: 4px 6px;
}
.header-div .bottom-bar.d-flex {
    justify-content: space-between;
}


}


@media (max-width: 480px){
	.container.home-prenota-container {
    /* overflow-y: clip; */
    overflow-x: clip;
}
div#offcanvasExample {
    width: 85%;
}
section.home-banner-section {
    overflow: hidden;
}
	body {
    padding-right: 0 !important;
}
	.offcanvas-header {
    justify-content: end !important;
}
	.offcanvas-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
}
.offcanvas-btn a.btn.btn-primary {
    background-color: #ffffff;
    border: 1px solid #ff4b00;
    color: #00132d;
    padding: 5px 7px;
    font-size: 24px;
    line-height: 25px;
}
.mobile-header-box ul.nav-links {
    display: block;
}.mobile-second-top .top-bar {
    background-color: #ffffff;
    padding: 0;
    display: block !important;
}
.offcanvas-body {
    padding: 5px 10px 5px 10px;
}
.mobile-second-top .top-bar .contact-info span,.mobile-second-top .top-bar .top-bar-right span {
    margin-right: 0px !important;
    color: #00132d;
    font-size: 10px !important;
    padding-bottom: 12px;
}
.mobile-second-top .contact-info i.fa.fa-phone, .mobile-second-top .contact-info i.fa.fa-envelope, .mobile-second-top .top-bar-right i.fas.fa-globe {
   
    background: #00132d;
    padding: 4px;
    color: #ffffff;
    border-radius: 100%;
    font-size: 8px;
    margin-right: 5px;
}
.offcanvas-header {
    justify-content: end;
}
.header-div .both-part.col-sm-9 {
    display: none;
}
.mobile-header-box ul.nav-links a {
    color: #00132d;
    font-size: 10px !important;
    text-decoration: none;
}
.mobile-header-box ul.nav-links {
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 0;
}

.mobile-header-box ul.nav-links li {
    padding-bottom: 12px;
    margin :0 !important;
}
.mobile-second-top-main .nav-icons {
    width: 100%;
    justify-content: space-between;
}
.mobile-second-top .top-bar .top-bar-right i {
    margin-left: 0px;
}

.header-div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	.container.home-banner-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
		.offcanvas-btn {
    display: block;
}
    .header-div .bottom-bar.d-flex {
    justify-content: flex-end !important;
}
    .navbar-brand .section-one .txt-box {
    width: 75%;
}
button.navbar-toggler {
    position: absolute;
    top: 5px;
    right: 5px;
}
    .txt-box {
    margin: 0 !important;
}
.section-one-content {
    padding-top: 17px !important;
    padding-bottom: 20px !important;
    border-radius: 0px 0px 0px 40px;
}
nav.navbar {
    height: 80px !important;
}

/*.header-div {
    padding-left: 20px !important;
    padding-right: 20px !important;
}*/
.home-who-we-are-section .home-custom-box {
    display: block !important;
}
a.navbar-brand {
    display: block !important;
    padding: 0 !important;
    margin-right: 0px !important;
}
section.home-banner-section {
    margin-top: -30px !important;
}
l.nav-links {
    padding-left: 0 !important;
}
.row.home-prenota-row:before {
    width: 73.3% !important;
    height: 20px !important;
    top: -18px !important;
}
.prenota-col-tow h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    padding: 15px 20px 0px 0px !important;
}
.container.home-prenota-container {
    padding-left: 10px !important;
    padding-right: 6px !important;
}
.rental-form-box.form-group.add-to-cart-btn:before {
    width: 15px !important;
    height: 15px !important;
    top: 12px !important;
    left: 16px !important;
}
.rental-form-box.form-group.form-box-first-div:before {
    width: 15px !important;
    height: 15px !important;
    top: 12px !important;
}
.home-rental-form-div {
    padding-right: 0px !important;
}
.footer-media-box a {
    padding: 0 5px;
}
.footer-contact-links {
    padding-top: 10px;
}
section.footer-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.footer-contact-div, .footr-contact-menu-div {
    padding-top: 12px !important;
}
.footer-contact-div h2, .footr-contact-menu-div h2 {
    padding-bottom: 0px !important;
}
.home-who-we-are-section .who-we-are-col4 {
    width: 33% !important;
    margin: 0 auto;
    padding-bottom: 20px;
}
.home-who-we-are-section .who-we-are-col4:hover {
    width: 100% !important;
}
.col-lg-2.assisted-mobility-col {
    width: 100% !important;
    padding-bottom: 30px !important;
}
.footer-bottom-text-left p {
    font-size: 9px !important;
    line-height: 14px !important;
    text-align: center;
}
.rental-form-box.form-group.add-to-cart-btn p {
    font-size: 10px !important;
    line-height: 14px !important;
}
.home-banner-img img {
    border-radius: 20px 20px 20px 0px !important;
    height: 300px;
    object-fit: cover;
}
.home-who-we-are-section .who-we-are-col4 .advanced-booking-system-img {
    text-align: left !important;
}
.home-who-we-are-section .who-we-are-col4 .advanced-booking-system-head {
    padding-top: 10px !important;
}
.home-who-we-are-section .who-we-are-col4 .advanced-booking-system-head {
    writing-mode: initial !important;
    transform: rotate(0deg) !important;
    margin: 0 !important;
    text-align: left !important;
}
.home-who-we-are-section .who-we-are-col4 .home-custom-hover {
    display: block !important;
}
.home-who-we-are-section .who-we-are-col4 {
    width: 100% !important;
}

.home-rental-form-main {
    gap: 4px !important;
}

/*========================================about==========================*/
section.about-banner-section {
    padding-top: 170px !important;
    padding-bottom: 20px !important;
}
section.about-second-sec {
    padding: 30px 10px 90px 10px !important;
}
.company-profile-box-content {
    padding-top: 20px;
}
section.about-users-section {
    padding: 0px 20px 20px 20px !important;
}
.counter-container {
    display: block !important;
}
.container.about-equipment-container {
    padding: 0 !important;
}
.about-equipment-sec .about-equipment-head h2 {
    padding-left: 5px !important;
}
.about-equipment-second .home-rental-form-div {
    padding-right: 5px !important;
}
.about-equipment-second .home-rental-form-main {
    gap: 8px !important;
}
.about-equipment-second {
    border-radius: 30px !important;
    padding: 0 10px;
}
.col-supplier-right {
    justify-content: center !important;
    align-items: center;
}
div#about-why-choose-second-row {
    padding-left: 0px !important;
    padding-top: 0px !important;
}



}