body {
    background-color: rgb(234, 234, 234) !important;
    width: 100vw;
    min-height: 100vh;

}

:root {
    --max_w: 1200px;
    --shadow:
}

.details_container {
    box-shadow: 0px 0px 10px 0px rgb(173, 173, 173);
    font-family: 'Poppins', sans-serif;
    margin: auto;

    padding-bottom: 20px;
    max-width: var(--max_w);
    width: 100%;
    background-color: white;
    /* margin-bottom: 60px; */

    position: relative;

}

.book_now_btn {
    /* right: 100px; */
    cursor: pointer;
    width: 300px;
    display: block;
    position: sticky;
    bottom: 70px;
    margin: auto;
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 10;
    background-color: black;
    padding: 10px;
    color: white;
    border-radius: 5px;

    border: 0px;
}

.details_container .header1 {
    width: 100%;

}

.details_container .header1 img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.card_details {
    margin: 0px 15px;
    padding: 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.card_details .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.more_details_container {
    padding: 15px;
}

.sub_container {
    margin-bottom: 24px;
}

.sub_title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: gray;
}

.car_selection {
    width: 100%;

}

.car_option {
    display: flex;
    width: 100%;

    gap: 10px;
    /* border: 1px solid rgb(196, 194, 194); */
    /* border-radius: 10px; */
    overflow: hidden;
    /* margin-bottom: 20px; */
}

.car_option img {
    max-width: 180px;
    width: 100%;
}

.car_seat {
    font-weight: 600;
    text-align: center;
    margin-bottom: 2px;
    font-size: 16px;
}

/* 
.selected_car {
    background-color: #EBEBEB;
    border: 1px solid gray;
} */

#selected_date_input {
    padding: 10px 10px;
}

.date_selection {
    margin-top: 5px;
    border: 1px solid gray;
    border-radius: 10px;
    overflow: scroll;
    height: max-content;
    display: none;
    max-height: 200px;
}

.date_option {
    padding: 10px 10px;

}

.date_option:hover {
    background-color: #EBEBEB;
}

.open_date_list {
    display: block;
}

#route_details div {
    font-size: 14px;
}

#about_package_list {
    padding-left: 15px;
}

#about_package_list li {
    font-size: 14px;
}

.distance {
    position: relative;
    padding: 5px;
    background-color: hsla(47, 100%, 50%, 0.2);
    /* width: max-content; */
    border-radius: 5px;
    border: 1px solid #fec700;
    margin: 20px 0px;
    margin-left: 30px;
}

.distance::before {
    content: "";
    height: 76px;
    width: 5px;
    background-color: #fec700;
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
}

#whatsapp {
    background-color: #11A72A;
    z-index: 9;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: var(--max_w);
    padding: 15px 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#footer {
    /* height: 100px; */
    border-top: 5px solid #FFCD02;
    z-index: 5;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: var(--max_w);
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 20px 10px;
    padding-bottom: 100px;
    flex-direction: column;
}

.register_variable {
    display: none;
}

#login_page_action_button {
    background: black !important;
    color: #FFCD02 !important;
    padding: 14px;
    width: 100%;
}

#page_2,
#page_3 {
    width: 100vw;
    height: max-content;
    min-height: 100vh;
    background-color: white;
    display: none;
    font-family: 'Poppins', sans-serif;
    /* padding: 20px; */
}

.loader_new {
    width: 60%;
    height: 60%;
    text-align: center;
}

#page_4 {
    /* position: relative; */
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 800px;
    height: max-content;
    min-height: 100vh;
    background-color: rgb(255, 255, 255);
    margin: auto;
    padding-bottom: 40px;
    display: none;
}

.booking_details {
    margin-top: 20px;
    border-radius: 10px;
    border: 0.5px solid #ededed;
    box-shadow: 1px 1px 5px 0px #c0c0c0;
}

.booking_header {
    background-color: #f5f5f5;
    padding: 10px 20px;
}

#booking_car_details {
    margin-top: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 5px 0px #c0c0c0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;

}

.pay_and_book_container {
    position: fixed;
    padding: 10px 15px;
    bottom: 0px;
    box-shadow: 1px 1px 5px 0px #c0c0c0;
    margin: auto;
    width: 100%;
    max-width: 800px;
    background-color: white;
    text-align: center;
}

.pay_and_book {
    padding: 10px;
    border-radius: 10px;
    color: white;
    background-color: black;
    border: 0px;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.booking_route {
    padding: 10px;
}

.route_space {
    padding: 10px 0px;
    position: relative;
}

.route_space img {
    position: absolute;
    top: -10px;
    left: 8px;
}

#no_of_persons {
    border: 0px;
    background-color: #EBEBEB;
    padding: 5px 5px;
    /* padding-left: 10px; */
    width: 50px;
    text-align: center;
}


@media screen and (max-width: 400px) {
    #booking_car_details img {
        max-width: 120px !important;
    }
}


.come-from-modal.right .modal-dialog {
    position: fixed;
    top: 0px;
    margin: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
}

.come-from-modal.right.fade .modal-dialog {
    right: -300px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.show .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(-0px, 0, 0);
    transform: translate3d(-0px, 0, 0);
}

li.menu-list-item {
    border: 0;
    font-size: medium;
    font-weight: normal;
    background-color: #262626;
    color: white;
    padding-left: 0;
    margin-right: 4px;
}

#booking_completed {
    font-size: large;
    color: white;
    text-align: center;
  }
  
  .container111 {
    background-color: white;
    margin-top: 3%;
    border-radius: 30px 30px 0px 0px;
  }
  