.w-30 {
    width: 30px;
}

.bg-center {
    background-repeat: no-repeat;
    background-position: center center;
}

.gradient-8 {
    background-image: linear-gradient(0deg, #F2F2F2 40%, #ffffff 40%);
}

.img-flud {
    width: 100%;
}

.form-heading h3 {
    margin: 10px 0 30px 0;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px dashed #263238;
}

#progressbar {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    background-color: #e8e8e8;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}

#progressbar li {
    display: block;
    display: flex;
    align-items: center;
    gap: 20px;
}

#progressbar li strong {
    padding: 10px 20px;
}

#progressbar .bar-line {
    width: 100px;
    height: 1px;
    border-bottom: 1px dashed #263238;
}

#progressbar li.finish strong,
#progressbar li.active strong {
    font-weight: 800;
    color: #FFB803;
    border-bottom: 2px solid #FFB803;
}

.location-header {
    display: flex;
    gap: 10px;
    align-items: baseline;
    color: #263238;
    margin-bottom: 10px;
}

.location-header i {
    font-size: 30px;
}

.location-header hr {
    margin: 0;
    border-top: 1px dashed #000;
    width: 100%;
    height: 1px;
}

/*form styles*/
#bookingForm {
    position: relative;
}

/*Hide all except first fieldset*/
#bookingForm .step {
    display: none;
}

#bookingForm fieldset {
    position: relative;
}

.promocode {
    border: 1px solid #CED4DA !important;
    border-radius: 0.2rem !important;
    box-shadow: none !important;
}

.apply {
    line-height: 1.5rem !important;
    border-radius: 0.2rem !important;
}

#vehicleselect .form-check-input:checked~label {
    color: #ffffff !important;
    background-color: #FFB803 !important;
    border-color: #FFB803 !important;
}

#paymentoption .form-check-input:checked~label {
    color: #ffffff !important;
    background-color: #FFB803 !important;
    border-color: #FFB803 !important;
}

#formfooter {
    background-color: #e8e8e8;
}

.project .card {
    box-shadow: 0 0 0 0.08rem rgb(60 60 60 / 15%), 0rem 0rem 1.25rem rgb(60 60 60 / 15%);
    border: 0;
}

.banner-img {
    top: 35%;
    right: 0%;
}

.app-image {
    top: 0%;
    right: 2%;
}

@media (max-width: 1200px) {
    .banner-img {
        top: 48%;
        right: -2%;
    }

    #progressbar {
        justify-content: space-between;
        gap: 5px;
    }

    #progressbar .bar-line {
        width: 60px;
    }

    #progressbar li strong {
        padding: 10px 15px;
    }

    #progressbar li {
        gap: 6px;
    }
}

@media (max-width: 992px) {
    .banner-img {
        top: 60%;
        right: 0%;
    }

    .app-image {
        top: 54%;
        transform: translatex(-50%);
        display: block;
        margin: 0 auto;
    }

    #progressbar {
        gap: 6px;
    }

    #progressbar li strong {
        padding: 10px;
        font-size: 12px;
    }

    #progressbar .bar-line {
        width: 36px;
    }
}

@media (max-width: 768px) {
    #progressbar {
        justify-content: space-between;
        gap: 2px;
        /* flex-flow: column; */
    }

    #progressbar li {
        justify-content: space-between;
        gap: 0;
    }

    #progressbar li strong {
        padding: 10px;
        font-size: 10px;
    }

    #progressbar .bar-line {
        width: 15px;
    }

    .reset,
    .previous,
    .next {
        font-size: 12px !important;
    }

    #formfooter .fs-20 {
        font-size: 12px !important;
    }

    #paymentoption .form-check-label {
        font-size: 12px !important;
    }

    .btn {
        --bs-btn-padding-y: 0.3rem !important;
        --bs-btn-padding-x: 0.8rem !important;
    }

    footer .widget .img-flud {
        width: auto;
    }
}

@media (max-width: 576px) {
    .app-image {
        top: 54%;
        transform: translatex(-46%);
        display: block;
        margin: 0 auto;
    }

    #progressbar {
        justify-content: space-between;
        gap: 0;
        /* flex-flow: column; */
    }

    #progressbar li {
        justify-content: space-between;
        gap: 0;
    }

    .h-11 {
        height: 2.6rem !important;
    }

    .banner-img {
        top: 75%;
        right: 10%;
    }

    #progressbar .bar-line {
        display: none;
    }

    #progressbar li strong {
        padding: 10px 8px;
        font-size: 9px;
    }
}

@media (max-width: 426px) {
    .app-image {
        top: 56%;
    transform: translatex(-25%);
    display: block;
    margin: 0 auto;
    width: 65%;
    }
}

@media (max-width: 376px) {
    #progressbar {
        justify-content: center;
        gap: 5px;
    }
    .h-11 {
        height: 2.4rem !important;
    }
    .app-image {
        top: 56%;
        transform: translatex(-12%);
        width: 80%;
    }
}
@media (max-width: 320px) {
    .app-image {
        top: 56%;
        transform: translatex(-5%);
        width: 90%;
    }
}
.form-navigation {
    display: none;
}

.navbar-stick .form-navigation {
    display: inherit !important;
}

.finish {
    cursor: pointer !important;
}

.stepIndicator {
    cursor: none;
}


.left-align {
    text-align: left;
    width: 100%;
  }
  
  .container {
    position: relative;
    padding-bottom: 60px;
  }

  .driver-details {
    text-align: left;
  }
  
  .nav-tabs .nav-link {
    flex: 1;
    text-align: left;
  }
  
  .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
  }

  .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  
  .tab-content {
    width: 100%;
  }
  
  .table-responsive {
    overflow-x: auto;
  }
  
  .table {
    width: 100%;
  }
  
  .back-button-container {
    position: fixed;
    bottom: 20px; /* Distance from the bottom of the screen */
    right: 20px;  /* Distance from the right edge of the screen */
    z-index: 1000; /* Ensure it stays above other elements */
}