body {
    overflow-x: hidden;
}


/* Top Nav Start */
.tp-nav {
    margin-top: -120px;
    margin-right: 30px;
    margin-left: 30px;
    background-color: #F9F5EF;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-top: 130px;
    padding-bottom: 0px;
}

.tp-nav-cnt {
    display: flex;
    justify-content: space-between;
}

.tp-nav-lft {}

.tp-nav-lft ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    /* margin: 0; */
}

.tp-nav-lft li {
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #303030;
}

.tp-nav-lft li a,
.tp-nav-lft li a:hover {
    font-size: 14px;
    color: #303030;
    font-weight: 500;
    text-decoration: none;
}

.tp-nav-rgt {}

.tp-nav-rgt ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    /* margin: 0; */

}

.tp-nav-rgt li {
    padding-left: 15px;
}

.tp-nav-rgt li a,
.tp-nav-rgt li a i {
    color: #303030;
    font-size: 16px;
}

.tp-nav-rgt li a:hover i {
    color: #fe541d;
}



/* Top Nav End */





/* Navigation Start */
.start-header {
    opacity: 1;
    transform: translateY(0);
    /* padding: 20px 0; */
    /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    /* padding: 0px 0; */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 0px;
}

.start-header.scroll-on .navbar-brand img {
    height: 67px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 67px;
    width: 100%;
    display: block;
    /* filter: brightness(10%); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.nav-item a {
    color: #30343e !important;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
    padding: 0px 10px 0px 10px !important;
    width: auto;
    display: block;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    font-size: 14px;
    outline: none;
    margin-left: 6px;
}



.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}


.nav-item:hover .nav-link {
    color: #8167a9;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    background: #30343e;
    color: #fff !important;
    border-color: #30343e;
    border-radius: 4px 4px 4px 4px;
    outline: none;
}

.nav-link {
    padding: 5px 0 !important;
    display: inline-block;
    color: #000 !important;
    font-size: 16px;
    font-weight: bold;
    transition: all 200ms linear;
}




.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: rgba(0, 0, 0, .1);
}

.nav-center-bks {
    display: flex;
    justify-content: space-evenly;
}

.nav-book-btn .nav-book-link {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 14px 28px;
    background: #fe541d;
    color: #ffffff;
    border-radius: 5px;
    border: #fe541d;
    text-decoration: none;

}

.nav-book-btn .nav-book-link:hover {
    background: #000000;
    color: #ffffff;
    border: #000;
}


/* #Media
================================================== */
@media (max-width: 768.66px) {
    h1 {
        font-size: 38px;
    }

    .tp-nav {
        display: none;
    }

    .navigation-wrap {
        top: 0px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item a {
        margin-bottom: 10px;
    }

    .nav-center-bks {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        padding-bottom: 25px;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }


    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */
.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}

body.dark .logo img {
    filter: brightness(100%);
}

/* Navigation End  */


/* Banner Start */

.hero-slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #303033;
    color: #fff;
}

.slides-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.slide.active {
    opacity: 1;
    pointer-events: auto;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.slide-content {
    position: absolute;
    bottom: 20%;
    left: 10%;
    width: 80%;
    max-width: 800px;
    z-index: 10;
}

.slide-pretitle {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
}

.slide-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(40px);
}

.slide-description {
    font-size: 20px;
    line-height: 1.5;
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
}

.slider-navigation {
    position: absolute;
    bottom: 40px;
    left: 10%;
    z-index: 100;
    display: flex;
    align-items: center;
}

.slider-dots {
    display: flex;
    margin-right: 30px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-dot.active {
    background-color: #fff;
}

.slider-counter {
    font-size: 16px;
    letter-spacing: 1px;
}

.slider-counter-current {
    font-weight: bold;
}

.slider-controls {
    position: absolute;
    bottom: 40px;
    right: 10%;
    z-index: 100;
    display: flex;
}

.slider-button {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s;
}

.slider-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.slider-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 100;
}

.slider-progress-bar {
    height: 100%;
    width: 0;
    background-color: #fff;
}

/* Banner End */



/* Why to Rent Start */
.why-rent-main {
    padding: 80px 0px;
}

.why-rent-hd {
    text-align: center;
}

.why-rent-hd h2 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 80px;
}

.why-rent-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.lp-right {
    text-align: right;
    flex-direction: row-reverse;
}

.why-rent-box-img img {
    width: 100px;
}

.why-rent-cont {
    padding: 0px 20px;
}

.why-rent-cont {}

.why-rent-cont h5 {
    font-weight: 700;
}

.why-rent-cont p {}

.why-rent-ctr {
    text-align: center;
    display: flex;
    justify-content: center;
}

.why-rent-ctr span {
    background-image: url('../images/svg/background-spot.svg');
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-attachment: scroll;

}

@media (max-width:991.222px) {
    .lp-right {
        flex-direction: row;
        text-align: left;
    }

    .why-rent-ctr {
        display: none;
    }
}

/* Why to Rent Start */



/* Included Rental Start */
.included-rental-main {
    background-color: #F9F5EF;
    margin: 0 30px 30px;
    padding: 40px 20px;
    border-radius: 24px;
}

.included-rental-hd h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

.included-rental-cont {
    display: flex;
}

.included-rental-cont img {
    width: 60px;
    height: 55px;
}

.included-rental-cont p {
    padding-left: 15px;
    font-weight: 500;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

@media (max-width:991.222px) {
    .included-rental-hd h3 {
        padding-bottom: 20px;
    }

    .included-rental-cont {
        padding-bottom: 25px;
    }
}

/* Included Rental End */





/* Reserve Ur Bike Start */

.reserve-ur-bike {
    background-color: #DDFCF5;
    border-radius: 24px;
    margin: 0 30px 30px;
    padding-top: 60px;
    padding-bottom: 70px;
}

.reserve-ur-bike-lft {
    background-image: url(../images/svg/illustration-mouse.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: auto;
    text-align: center;
    padding-top: 60px;
    padding-left: 50px;
    align-items: center;
    justify-content: center;
}

.reserve-ur-bike-lft-img {
    background-image: url(../images/svg/illustration-promo-price.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
}

.reserve-ur-bike-lft-img h3 {
    color: #d53302;
    text-align: center;
    justify-content: center;
    font-size: 80px;
    line-height: 0.8;
}

.reserve-ur-bike-lft-cont h2 {
    color: #30343e;
    font-size: 48px;
    line-height: 1.07;
    font-weight: 900;
    margin-bottom: 50px;
    margin-top: 20px;
}

.reserve-ur-bike-lft-cont a {
    text-decoration: none;
    padding: 14px 36px 17px;
    border: 1px solid #d53302;
    background-color: #d53302;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.reserve-ur-bike-lft-cont a:hover {
    background-color: #454f4d;
    border: 1px solid #454f4d;
    color: #fff;
    text-decoration: none;
}

.reserve-ur-bike-rgt-tp {
    padding-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #454f4d;
    margin-bottom: 20px;
}

.reserve-ur-bike-rgt-tp img {
    width: 50px;
    height: 50px;
}

.reserve-ur-bike-rgt-tp h6 {
    font-size: 23px;
    font-weight: 700;
    padding-left: 14px;
}

.reserve-ur-bike-rgt-cont1 h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.reserve-ur-bike-rgt-cont1 p {
    margin-bottom: 2px;
}

.reserve-ur-bike-rgt-cont1 a {
    text-decoration: none;
    color: #212529;
}

.reserve-ur-bike-cntr {
    position: relative;
}

.reserve-ur-bike-cntr::after {
    position: absolute;
    content: "";
    background-image: url(../images/sound-horn.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 99;
    width: 100%;
    height: 29vh;
    top: 0px;
    left: 0px;
}

@media (max-width:991.222px) {

    .reserve-ur-bike-lft,
    .reserve-ur-bike-cntr {
        padding-bottom: 50px;
    }
}

@media (max-width:475.485px) {
    .reserve-ur-bike-lft-cont h2 {
        font-size: 36px;
    }

    .reserve-ur-bike-lft {
        padding-left: 0;
    }

    .reserve-ur-bike-rgt-cont1 {
        padding-bottom: 25px;
    }

    .reserve-ur-bike {
        padding-bottom: 40px;
    }
}


/* Reserve Ur Bike End */


/* Mobility for Women Start */
.mobility-women-main {
    background-image: url('../images/bg/Topographic-Map-Pattern.png');
    margin: 0 30px 30px;
    padding: 40px 20px;
    border-radius: 24px;
}

.mobility-women-tp {
    padding-bottom: 60px;
}

.mobility-head {}

.mobility-head h5 {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 19px;
    border-bottom: 0.5px solid #4c4c4c69;
}

.mobility-head p {
    color: #4c4c4c;
    padding-bottom: 25px;
}

.mobility-head a {
    text-decoration: none;
    padding: 11px 12px 14px;
    border: 1px solid #d53302;
    background-color: #d53302;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.mobility-head-img {
    text-align: center;
    display: flex;
    justify-content: center;
}

.mobility-head-img {
    /* background-image: url('../images/svg/background-spot.svg'); */
    background-image: url('../images/svg/background-spot.svg');
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-attachment: scroll;
}

.mobility-head-img {}

.mobility-women-icon {
    text-align: center;
}

.mobility-women-icon img {
    width: 100px;
}

.mobility-women-icon p {
    text-align: center;
}

.h-100 {
    height: 100%;
}

@media (max-width:475.895px) {
    .mobility-head-img {
        display: none;
    }

    .mobility-head {
        padding-bottom: 53px;
    }

    .mobility-head h5 {
        font-size: 34px;
    }
}

/* Mobility for Women End */


/* Daily Companion Start */

.daily-companion-sticky {
    position: sticky;
    top: 25px;
}

.daily-companion {
    padding: 40px 0px;
}

.daily-companion-rgt {
    border-left: dashed #4c4c4c69;
}

.daily-companion-img {
    background-image: url(../images/svg/background-spot.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-attachment: scroll;
    text-align: center;
    display: flex;
    justify-content: center;
}

.daily-companion-img {}

.daily-companion-rgt-img img {
    width: 100%;
    border-radius: 50px;
    padding: 25px;
    margin-bottom: 25px;
}

.daily-companion-hd {
    text-align: center;
    padding-top: 40px;
}

.daily-companion-hd h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.24;
}

.daily-companion-hd p {}

.lp-flex-direction {
    flex-direction: row-reverse;
}

.daily-companion-rgt-cont {
    padding: 25px;
    margin-bottom: 25px;
}

.daily-companion-rgt-cont h3 {
    color: #30343e;
    font-size: 28px;
    font-weight: bold;

}

.daily-companion-rgt-cont h5 span {
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.daily-companion-rgt-cont h5 span::after {
    position: absolute;
    content: "";
    height: 0.8px;
    width: 98%;
    bottom: -3px;
    background-color: #4c4c4c69;
    left: 0px;
}

.daily-companion-rgt-cont p {}

@media (max-width:991.22px) {
    .daily-companion-sticky {
        position: relative;
        padding-bottom: 60px;
    }

    .daily-companion-hd {
        margin: 0 auto;
        width: 250px;
    }

    .daily-companion-rgt {
        border-left: none;
    }

    .daily-companion-rgt-img img {
        margin-bottom: 0;
        padding: 0px;
        border-radius: 25px;
    }

    .daily-companion-rgt-cont {
        margin-bottom: 0px;
        padding: 20px 0px;
    }
}

/* Daily Companion End */

/* Voice Ride Start */
.voice-ride-main {
    padding: 20px 0 30px;
}

.voice-ride-hd {
    text-align: center;
}

.voice-ride-hd h2 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 25px;
}

.voice-ride-box {
    padding: 12px;
}

.voice-ride-box img {
    width: 100%;
    border-radius: 12px;
}

/* Voice Ride End */


/* One Platform Start */
.one-platform-main {
    background-image: linear-gradient(45deg, #000000c4, #000000c4), url('https://komo.vamtam.com/wp-content/uploads/2018/08/parallax-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    will-change: transform;
    transform: translateY(50.905px);
    margin: 0 30px 0px;
    padding: 200px 20px;
    border-radius: 24px;
}

.play-button {
    /* width: 152px; */
    height: 152px;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.play-button svg {}

.play-button h2 {
    color: #fff;

}

.play-video iframe {
    width: 600px;
}

.play-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}

.play-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
    border: none;
    outline: none;
    background: none;
    opacity: 0;
    cursor: pointer;
}

.play-close::before,
.play-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
    background-color: #d53302;
}

.play-close::after {
    transform: rotate(-45deg);
}

.play-circles {
    display: block;
    width: 100%;
    height: 100%;
}

.play-perspective {
    position: absolute;
    left: 22%;
    top: -125px;
}

.play-triangle {
    width: 600px;
    /* height: 400px; */
    background-color: #d53302;
    cursor: pointer;
}


@media (max-width:991.768px) {
    .play-perspective {
        left: 3%;
    }
}

@media (max-width:475.452px) {
    .play-perspective {
        left: -11%;
    }

    .play-video iframe {
        width: 100%;
    }

    .play-triangle {
        width: 365px;
    }
}

@media (max-width: 399.452px) {
    .play-perspective {
        left: -20%;
    }
}

@media (max-width:379.562px) {
    .play-perspective {
        left: -23%;
    }
}

/* One Platform End */


/* Footer Start */
.footer-main {
    margin: 85px 30px 0;
    background-color: #30343E;
    border-width: 1px 0 1px 0;
    border-radius: 20px;
    padding-top: 60px;
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 22px;
    margin-top: 12px;
}

.logo-retina img {
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.footer-widget__about-text {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #f1eaea;
}

.footer-widget__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-widget__social a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    transition: all 500ms ease;
    text-decoration: none;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.footer-widget__social a:hover {
    margin-top: -5px;
    background-color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.1);
    color: #141414;
    text-decoration: none;
}


.footer-widget--links {
    margin-left: 33px;
}

.footer-widget__title {
    margin-bottom: 36px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1.5;
}

.footer-widget__title::before,
.footer-widget__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: #d53302;
    width: 6%;
    height: 2px;
}

.footer-widget__title::after {
    width: 25%;
    left: 19px;
}

.footer-widget__links {
    margin: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer-widget__links li {
    font-size: 16px;
    color: #f1eaea;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.875;
}

.footer-widget__links li a {
    color: #f1eaea;
}

.footer-widget__links li a i {
    font-size: 15px;
    margin-right: 10px;
}

.footer-widget__links li a:hover {
    color: #d53302;
    margin-left: 10px;
    transition: all 400ms ease;
}

.footer-widget__info li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.875;
}

.footer-widget__info {
    margin-bottom: 24px;
}

.footer-widget__info__icon {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
}

.footer-widget__info li a {
    color: inherit;
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__info li a:hover {
    color: #d53302;
}




/* Footer Bottom Start */
.footer-bottom {
    /* background-color: #202127; */
    padding: 16px 0;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}

.footer-bottom .copyright-text {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.footer-bottom .copyright-text a {
    color: #d53302;
    font-weight: 500;
}

.footer-bottom .footer-bottom-menu {
    text-align: right;
    margin-bottom: 0;
}

.footer-bottom .footer-bottom-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.footer-bottom .footer-bottom-menu li {
    display: inline-block;
    padding-right: 22px;
    margin-right: 22px;
    position: relative;
}

.footer-bottom .footer-bottom-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/* Footer Bottom End */

/* Footer End */





/* Inner Page Banner Start */
.page-hero {
    padding-top: 90px;
}

.page-hero {
    /* background-image: url(./assets/images/bg/page-hero-bg.png); */
    background-image: url('../images/bg/page-hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
}

.page-hero-haddig h1 {
    color: #FFF;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    text-transform: capitalize;
}

.page-hero-p {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-left: 20px;
}

.page-hero-p a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
}

.page-hero-p span {
    display: inline-block;
    padding: 0 6px;
    color: #fff;
}

.page-hero-p p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}


/* Inner Page Banner End */



/* Policys Pg Start */
.terms-conds-mns {
    padding: 40px 0px;
}

.term-condition {
    padding-bottom: 15px;
}

.term-condition p {
    font-size: 17px;
}

.terms-ahref,
.terms-ahref:hover {
    font-weight: bold;
    color: #fd541d;
    text-decoration: none;
}

.terms-conds-list-main .terms-conds-ul-1 {
    list-style-type: decimal;
}

.terms-conds-list-main .terms-conds-ul-1 li {
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;

}

.terms-conds-list-main .terms-conds-list-sub {
    padding-bottom: 15px;
}

.terms-conds-list-sub .terms-conds-ul-2 {
    list-style: disc;
}

.terms-conds-list-sub .terms-conds-ul-2 li {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 6px;
}

/* Policys Pg End */



/* Rental Section Start */

        .rental-section {
            background: #000;
            position: relative;
            padding: 80px 0;
        }

        .rental-section .rental-content {
            max-width: 550px;
            z-index: 1;
            position: relative;
        }

        @media (max-width: 767.96px) {
            .rental-section .rental-content {
                max-width: 100%;
            }
        }

        .rental-section .rental-content h2 {
            font-size: 48px;
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 40px;
        }

        @media (max-width: 991.96px) {
            .rental-section .rental-content h2 {
                font-size: 38px;
            }
        }

        @media (max-width: 767.96px) {
            .rental-section .rental-content h2 {
                font-size: 28px;
                margin-bottom: 20px;
            }
        }

        .rental-section .rental-content .btn {
            font-weight: 500;
            border-radius: 5px;
            padding: 12px 25px;
        }

        .rental-section .btn-theme {
            background: #fe541d;
            border: 1px solid #fe541d;
            box-shadow: inset 0 0 0 0 #ffffff;
            color: #ffffff;
        }

        .rental-section .rental-content .btn-item {
            position: relative;
            display: inline-block;
        }

        .rental-section .rental-content .btn-item::before {
            content: "";
            /* background: url("./assets/images/bg/btn-bg.png"); */
            background: url("../images/bg/btn-bg.png");
            position: absolute;
            top: -40px;
            right: -45px;
            width: 59px;
            height: 58px;
        }

        .bike-bg .shape-01 {
            position: absolute;
            top: 60%;
            left: 5%;
            width: 8px;
        }

        .bike-bg .shape-02 {
            position: absolute;
            top: 10%;
            left: 50%;
            width: 12px;
        }

        .bike-bg .shape-03 {
            position: absolute;
            top: 0;
            right: 20%;
        }

        .bike-bg .shape-04 {
            position: absolute;
            right: 5%;
            bottom: 20%;
        }

        @media (max-width: 991.96px) {
            .bike-bg {
                display: none;
            }
        }

        .rental-bg .ban-bg {
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .rental-bg .shape-01 {
            position: absolute;
            top: 60%;
            left: 5%;
            width: 8px;
        }

        .rental-bg .shape-02 {
            position: absolute;
            top: 10%;
            left: 50%;
            width: 12px;
        }

        .rental-bg .shape-03 {
            position: absolute;
            top: 0;
            right: 30%;
        }

        .rental-bg .shape-04 {
            position: absolute;
            bottom: 20%;
            left: 48%;
        }

        @media (max-width: 991.96px) {
            .rental-bg {
                display: none;
            }
        }


/* Rental Section End */