* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
    padding: 0;
}

p {
    line-height: 24px;
}

figure {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

.section-header .navbar-expand-lg {
    padding: 10px 0;
    background: #69A5FF;
}

.section-header .navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-collapse a {
    line-height: 18px;
    color: #212529;
    padding: 0 !important;
    margin: 0 25px;
    font-family: "Onest", sans-serif;
    position: relative;
    transition: 0.4s ease-in-out;
}

.navbar-collapse a:hover {
     color: #2B80FF;
    transition: 0.4s ease-in-out;
}

.navbar-collapse a::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #2B80FF;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.2s ease-in-out;
}

.navbar-collapse a:hover::after {
    width: 90%;
    transition: 0.2s ease-in-out;
}

.user-information-icons a,
.user--information-icons a {
    font-size: 24px;
    display: inline-block;
    line-height: 0;
    color: #59626C;
}

.user--information-icons {
    display: none !important;
}

/* =====================
  Hero Section Css
======================= */
.banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-content .home-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-content p {
    line-height: 24px;
}

/* =========================
  For The Rides Section Css
============================ */
.ride-tabs {
    background-color: #FFF;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 4px 74px 0px #0000000F;
    margin-top: -100px;
    position: relative;
}

.for-ride-tab .for-ride-tab-type {
    width: 50%;
    text-align: center;
    border: none;
    border-bottom: 1px solid transparent !important;
    box-shadow: none;
    outline: none;
    padding: 10px;
    background-color: #FFF;
    font-weight: 500;
    color: #59626C;
    line-height: 24px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.for-ride-tab .for-ride-tab-type.active {
    color: #2B80FF;
    border-bottom: 1px solid #2B80FF !important;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.for-ride-tab .for-ride-tab-type .list-name {
   transition: 0.3s ease-in-out;
} 

.for-ride-tab .for-ride-tab-type .list-name:hover {
   color: #2B80FF;
   transition: 0.3s ease-in-out;
} 

.tab-content-for-ride,
.tab-content {
    margin-top: 40px;
}

.tab-content-for-ride p {
    line-height: 24px;
}

.form-for-ride {
    margin-top: 50px;
}

.form-section input,
.form-section select {
   box-shadow: none;
   outline: none;
   border: none;
   padding: 0;
}

.form-section input:focus,
.form-section select:focus {
    box-shadow: none;
}

.form-section label {
    margin-bottom: 15px;
}

.input-group {
    border: 1px solid #C3D4E8;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
}

.input-group .icons {
    padding-right: 15px;
}

.btn-default,
.btn.btn-primary {
    background-color: #2B80FF !important;
    color: #FFF;
    text-transform: none;
    border: 1px solid #2B80FF !important;
    padding: 10px 25px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    position: relative;
}

.btn-default:hover
.btn.btn-primary:hover {
   color: #2B80FF !important;
   background-color: #FFF !important;
   transition: 0.5s ease-in-out;
}

.btn-secondary {
    border: 1px solid #2B80FF !important;
    padding: 10px 25px;
    font-weight: 700;
    color: #2B80FF !important; 
    background-color: #FFF !important;
}

.btn-secondary:hover {
    color: #FFF !important;
    background-color: #2B80FF !important;
}

.note-part p strong {
    color: #2B80FF;
}

/* ====================================
          Publish Ride Step 2 Page Css
======================================= */
.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.stepper::before {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #C2CED6;
    left: 0;
    top: 27px;
    position: absolute;
}

.stepper .step-number {
    width: 54px;
    height: 54px;
    background: #FFF;
    border: 1px solid #C2CED6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.stepper .active-step .step-number {
    border: 1px solid #2B80FF;
    background: #2B80FF;
    color: #fff;
}

.sisf--content p,
.sisf--content h5,
.distance-text,
#step4 h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #212529;
}

#step4 h2 {
    margin-bottom: 15px;
}

.sisf--content {
    border-radius: 5px;
    padding: 15px;
    background: #F8F9FD;
    margin-bottom: 30px;
}

.sisf--content p {
    margin-bottom: 0px;
}

.map-box iframe {
    width: 100%;
    height: 250px;
}

.city-list .city-item {
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.city-list .city-item::before {
    content: '';
    width: 1px;
    height: 90%;
    border-left: 1px dashed #C2CED6;
    left: 5px;
    top: 10px;
    position: absolute;
    z-index: 1;
}

.city-list .city-item i {
    position: relative;
    z-index: 2;
}

.city-list .city-item.highlited span, 
.city-list .city-item.highlited i {
   color: #D17E19;
}

.city-list .city-item.active span, 
.city-list .city-item.active i {
   color: #2B80FF;
}

.passenger-selector .btn-secondary,
.passenger-count .increment,
.passenger-count .decrement {
   width: 32px;
   height: 32px;
   font-size: 25px !important;
   font-weight: 700;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0 !important;
   border: 2px solid #2B80FF !important;
   border-radius: 50px;
   background-color: #FFF !important;
   transition: 0.4s ease-in-out;
}

.passenger-selector .btn-secondary:hover,
.passenger-count .increment:hover,
.passenger-count .decrement:hover {
    color: white !important;
    transition: 0.4s ease-in-out;
   background-color: #2B80FF !important;
}

.passenger-selector h2,
.passenger-count .count {
    font-size: 32px !important;
    line-height: 70px;
    color: #1F282E;
    font-weight: 700;
    border: none !important;
}

/* =========================
          Footer Css
============================ */

.page-footer-inner-area .page-footer-area {
    padding: 50px 0;
}

.footer-contact-information .footer-contact-box {
    margin-bottom: 15px;
}

.social-icons-link ul {
    display: flex;
    align-items: center;
}

.social-icons-link ul a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #59626C;
    border: 1px solid #59626C;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
}

.social-icons-link ul a:hover {
    background-color: #2B80FF;
    color: #FFF;
    border: 1px solid #2B80FF;
    transition: 0.4s ease-in-out;
}

.social-icons-link ul li {
    margin-right: 15px !important;
}

.footer-copyright-text {
    border-top: 1px solid #C3D4E899;
    padding: 20px 0;
}

.footer-links h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
    color: #212529;
}

.center-link a {
    color: #59626C;
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.4s ease-in-out;
}

.center-link a:hover {
    color: #2B80FF;
    transition: 0.4s ease-in-out;
}

.footer-contact-box {
    display: flex;
    align-items: center;
}

.footer-contact-box .footer-icon {
    margin-right: 20px;
}

.footer-contact-box .footer-icon a {
    font-size: 18px;
    color: #59626C;
    transition: 0.4s ease-in-out;
}

.footer-contact-box .footer-content a {
    color: #344256;
    transition: 0.4s ease-in-out;
}

.footer-contact-box:hover .footer-icon a,
.footer-contact-box:hover .footer-content a {
    color: #2B80FF;
    transition: 0.4s ease-in-out;
}

.footer-contact-box .footer-icon a i,
.footer-contact-box .footer-content a i {
    position: relative;
    top: 2px;
}

/* =========================
        Login Page Css
============================ */
.form-account-box {
    background-color: #FFF;
    padding: 30px;
    box-shadow: 0px 4px 74px 0px #0000000F;
    border-radius: 20px;

}

.login-text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #212529;
}

/* =========================
        Wallets Page Css
============================ */
.wallet-background {
    background-image: url("../images/wallet-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    margin-top: 120px;
    box-shadow: 0px 4px 74px 0px #0000000F;
    padding: 100px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wallet-background .top-up {
    background: #FFAA29 !important;
    color: #212529 !important;
    border: 1px solid #FFAA29 !important;
}

.wallet-background .withdraw {
    background: #FFF !important;
    color: #212529 !important;
    border: 1px solid #FFF !important;
}

.curent-balance-price h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 32px;
}

.history-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C3D4E899;
}

.history-list .icon span {
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.history-list .icon .danger {
    background: #FEF9F1;
    color: #FF3019;
    transform: rotate(-45deg);
}

.history-list .content-with-price p {
    margin-bottom: 10px;
    color: #292C38;
}

.history-list .content-with-price .price.danger,
.history-list .content-with-price .price.success {
    color: #FF3019;
    font-size: 20px;
    font-weight: 600;
}

.history-list .content-with-price .price.success {
    color: #10B271 !important;
}

.history-list .icon .success {
    background: #FEF9F1;
    color: #10B271;
    transform: rotate(45deg);
}

.chat-box.card {
    border-radius: 20px;
    box-shadow: 0px 4px 74px 0px #0000000F;
    background-color: #FFF;
    border: none;
}

.list-group-flush {
    padding: 15px;
}

.list-group-flush .list-group-item {
    background-color: #F8F9FD;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: none;
    outline: none;
}

.list-group-flush .list-group-item  .flex-grow-1,
.card.right .open-chat .flex-grow-1 {
    margin-left: 20px;
}

.list-group-flush .list-group-item img,
.card.right .open-chat img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
}

.list-group-flush .list-group-item .fw-semibold,
.open-chat .fw-semibold {
    color: #292C38 !important;
    margin-bottom: 5px;
}

.open-chat {
    border-bottom: 1px solid #C3D4E899;
}

.chat-body .received {
    width: 70%;
    background-color: #EBEDF5;
    border-radius: 12px;
}

.chat-body .sent {
    width: 70%;
    background-color: #2B80FF;
    border-radius: 12px;
    color: #FFF;
}

.chat-inbox .btn {
    background-color: #2B80FF; 
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
    padding: 0;
}

.comman-box {
    box-shadow: 0px 4px 54px 0px #00000008;
    border-radius: 20px;
    background-color: white;
}

.profile-box .box-inner {
    background-color: #2B80FF;
    padding: 35px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.profile-image img {
    width: 140px;
    height: 140px;
    min-width: 140px;
    border-radius: 50%;
}

.box-content {
    margin-bottom: -100px;
}

.profile-content-details-inner {
    padding-top: 28px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.profile-content {
    margin-top: 50px;
    margin-bottom: auto;
}

.profile-content .btn-default {
    color: #59626C !important;
}

.profile-content-details-inner .detail-item .mb-0 {
    color: #212529;
}

.tab-page-box {
    margin-top: 150px;
}

.comman-border {
   border-bottom: 1px solid #C3D4E899;
}

.comman-box h5 {
    font-weight: 700;
    color: #212529;
    line-height: 24px;
}

.charges-status ul {
    list-style-type: disc !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
}

.charges-status ul li {
    margin-bottom: 10px;
    display: list-item !important;
}

.charges-status ul li span {
    color: #2B80FF;
    font-weight: 700;
    line-height: 24px;
}

.subscription-content p {
    color: #212529;
}

.section-content.white-text.pb-5.pt-5.pl-5 {
    padding-left: 48px;
}

.section-footer.border-top {
    padding: 40px 0 20px 0;
    background-color: #FFF !important;
}

.section-footer.border-top .row {
    justify-content: space-between;
    padding-bottom: 0px !important;
}

/* =========================
        Responsive Css
============================ */

@media only screen and (max-width: 767px) {
    .section {
        padding: 30px 0;
    }

    .user-information-icons.d-flex {
        display: none !important;
    }

    .user--information-icons {
        display: block !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 25px 0 10px 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .banner-content .home-title {
        font-size: 25px;
        line-height: 35px;
    }

    .banner-image img {
        height: 250px;
    }

    .ride-tabs {
        margin-top: 30px !important;
        padding: 0px !important;
        box-shadow: none !important;
    }

    .page-footer-inner-area .page-footer-area {
        padding: 30px 0;
    }

    .social-icons-link {
        margin-bottom: 25px;
    }

    .social-icons-link ul a {
        width: 40px;
        height: 40px;
    }

    .footer-center-link.d-flex.justify-content-center {
       margin-bottom: 20px;
       justify-content: start !important;
    }

    .footer-end-link.d-flex.justify-content-end {
        justify-content: start !important;
        margin-top: 0px !important;
    }

    .box-content {
        display: block !important;
        margin-bottom: 0;
    }

    .profile-image img {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }

    .profile-content {
        margin-top: 25px;
        display: block !important;
    }

    .profile-content h5 {
        margin-bottom: 10px !important;
    }

    .profile-content-details-inner {
        display: block;
        padding-top: 25px;
    }

    .profile-content-details-inner .detail-item {
        margin-bottom: 10px;
    }

    .profile-content-details-inner .detail-item p {
        color: #FFF;
    }

    .profile-content-details-inner .detail-item .mb-0 {
        color: #FFF;
    }

    .tab-page-box {
        margin-top: 30px;
    }

    .nav-tabs.for-ride-tab {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .nav-tabs.for-ride-tab::-webkit-scrollbar {
        display: none; 
    }

    .for-ride-tab-type {
        flex: 0 0 auto;
    }

    .tab-page-box .for-ride-tab .for-ride-tab-type {
         width: 70%;
         border-bottom: 1px solid transparent;
    }

    .tab-page-box .for-ride-tab .for-ride-tab-type.active {
         width: 70%;
         border-bottom: 1px #2B80FF !important;
    }

    .tab-content-for-ride {
        margin-top: 30px;
    }

    .comman-border.p-4,
    .subscription-content.p-4,
    .info-box.p-4 {
        padding: 15px !important;
    }

    .col-11.ms-auto.me-auto {
        margin: 0 !important;
        width: 100%;
    }

    .profile-box .box-inner {
        padding: 20px;
    }

    .wallet-background {
        margin-top: 30px;
        display: block; 
        padding: 30px !important;
    }

    .curent-balance-price {
        margin-bottom: 25px;
    }

    .curent-balance-price h2 {
        font-size: 24px;
    }

    .history-list .icon span {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .stepper .step-number {
        width: 40px;
        height: 40px;
    }

    .stepper::before {
        top: 19px;
    }

    .passenger-selector h2,
    .passenger-count .count {
        font-size: 24px !important;
    }

    .passenger-selector .btn-secondary {
        width: 24px;
        height: 24px;
    }

    .sisf--content {
        margin-bottom: 20px;
    }

    .btn-default {
        padding: 10px 15px;
    }

    .stepper {
        margin-bottom: 25px;
    }

    .form-account-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {

    .user-information-icons.d-flex {
        display: none !important;
    }

    .user--information-icons {
        display: block !important;
    }

    .section {
        padding: 30px 0;
    }

    .user-information-icons.d-flex {
        display: none !important;
    }

    .user--information-icons {
        display: block !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 25px 0 10px 0;
    }

    .navbar-collapse a {
        background-color: #2B80FF;
        padding: 10px !important;
        text-align: center;
        display: block;
        width: 100%;
    }

    .navbar-collapse a {
        color: #FFF !important;
    }

    .navbar-toggler,
    .navbar-toggle {
        box-shadow: none;
        border: 1px solid #2B80FF;
        padding: 10px;
        background-color: #2B80FF;
        border-radius: 50px;
    }

    .navbar-toggler span,
    .navbar-toggle svg {
        color: #FFF;
        font-size: 25px;
        fill: white;
        stroke: white;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .banner-content .home-title {
        font-size: 25px;
        line-height: 35px;
    }

    .banner-image img {
        height: 300px;
    }

    .ride-tabs {
        margin-top: -50px;
        padding: 20px;
    }

    .page-footer-inner-area .page-footer-area {
        padding: 30px 0;
    }

    .profile-image img {
        width: 90px;
        height: 90px;
        min-width: 90px;
    }

    .col-11.ms-auto.me-auto {
        margin: 0 !important;
        width: 100%;
    }

    .wallet-background {
        padding: 50px 20px;
        margin-top: 105px;
    }

    .footer-end-link.d-flex.justify-content-end {
        justify-content: start !important;
        margin-top: 25px;
    }

    .main-content {
        padding-bottom: 0px;
    }

    .stopover-modal {
        padding: 20px;
    }

    br {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {

    .section {
        padding: 30px 0;
    }

    .for-ride-tab .for-ride-tab-type {
        padding: 0 0 10px 0;
        font-size: 14px;
    }

    .list-group-flush .list-group-item img, .card.right .open-chat img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 50%;
    }

    .wallet-background {
        padding: 50px 30px;
    }

    .curent-balance-price h2 {
        font-size: 30px;
    }

    .ride-tabs {
        padding: 30px;
    }
}



