@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* global css start here */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #febf3d;
    --grey: #909090;
    --blue: #06425a;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

button:hover {
    background: #febf3d !important;
    color: #000 !important;
}

@font-face {
    font-family: "ClashDisplay";
    src: url("../fonts/ClashDisplay-Extralight.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Extralight.woff") format("woff"),
        url("../fonts/ClashDisplay-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay";
    src: url("../fonts/ClashDisplay-Light.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Light.woff") format("woff"),
        url("../fonts/ClashDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay";
    src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Regular.woff") format("woff"),
        url("../fonts/ClashDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay";
    src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Medium.woff") format("woff"),
        url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay";
    src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Semibold.woff") format("woff"),
        url("../fonts/ClashDisplay-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay";
    src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Bold.woff") format("woff"),
        url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay";
    src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Variable.woff") format("woff"),
        url("../fonts/ClashDisplay-Variable.ttf") format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

body {
    font-family: "ClashDisplay" !important;
}

.fs-50 {
    font-size: 50px;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-40 {
    font-size: 40px;
}

.fs-20 {
    font-size: 24px;
}

.fs-48 {
    font-size: 48px;
}

.fs-19 {
    font-size: 19px;
}

.fs-16 {
    font-size: 16px;
}

.fs-24 {
    font-size: 24px;
}

.light-gray {
    color: #616161;
}

.bg-light-gray {
    background: #e3e3e3;
}

p {
    margin-bottom: 0;
}

.badge-success {
    background-color: #289b1b57;
    color: #289b1b !important;
}

.badge-danger {
    background-color: #ffb34440;
    color: #ffb344 !important;
}

.text-yellow {
    color: var(--primary);
}

.text-grey {
    color: var(--grey);
}

.text-blue {
    color: var(--blue);
}

.text-white.active {
    color: var(--primary) !important;
}

.light-semi {
    font-weight: 500;
}

.semi {
    font-weight: 600;
}

.semi-bold {
    font-weight: 700;
}

.btn.btn-primary {
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    padding: 8px 19px;
    font-weight: 600;
    border: 1px solid #000;
}

.btn.btn-primary:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #000;
}

.btn.bg-primary,
.bg-primary {
    background-color: var(--primary) !important;
}

.btn-icon i {
    font-size: 17px;
}

.cleaner-card .accordion-item {
    background-color: transparent;
    border: none;
}

.swiper-button-prev>svg {
    transform: rotate(180deg);
}

.swiper-button-prev>svg,
.swiper-button-next>svg {
    color: #fff;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-8 {
    border-radius: 8px;
}

/* global css end here */

/* header css start here */
a.navbar-brand img {
    width: 300px;
}

.header-shape {
    background: #000;
    z-index: 999;
    position: relative;
    box-shadow: 0px 4px 4px 0px #ffffff1a;
}

.login-btn-s-up {
    background: #d9d9d94a;
    padding: 8px 30px;
    border-radius: 30px;
    border: 2px solid #5b5b5b;
}

.bell-icon {
    position: relative;
}

.bell-icon .notify:after {
    content: "";
    background: red;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    left: 27px;
    top: 12px;
}

.admin-side .login-form .pas-eye-icon {
    top: 44px;
}

.gray-bg {
    background: #e9e9e9;
}

/* header css end here */

/* banner css start here */
/* .banner-sec {
    background: url("../images/bnr-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-bottom: 320px;

} */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/*hero section*/
.hero-section {
    background-color: #000;
    /* height: calc(100vh - 108px); */
}

.banner-heading {
    font-size: 66px;
    font-weight: 800;
    line-height: 69px;
    z-index: 1;
}

.heading-bg::after {
    position: absolute;
    content: "";
    top: 47%;
    transform: translateX(-53%);
    left: 50%;
    background-color: #a37a273d;
    width: 251px;
    height: 6px;
    box-shadow: 0 0 61px 59px #febf3d29;
}

.banner-form {
    background-color: #fff;
    padding: 45px 15px;
    border-radius: 20px;
    max-width: 432px;
    position: relative;
    z-index: 1;
}

.loc-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff000000 !important;
}

.form-heading {
    font-weight: 36px;
    font-weight: 700;
    text-align: center;
}

.banner-form label.form-label {
    color: #06425a;
}

.banner-form input.form-control:focus {
    background-color: transparent !important;
}

.banner-form input.form-control::placeholder {
    color: #909090 !important;
}

.star-img {
    position: absolute;
    right: 152px;
    top: 161px;
}

.star-second {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    transform: translateX(-79%);
}

.calculate-sec {
    margin: 20px 0;
}

.star-img img {
    width: 70%;
}

.bg-shadow {
    box-shadow: 0 0 13px #00000017;
}

/*service section */
.service-section-form input.form-control {
    color: #bcbcbc;
}

.service-section-form input.form-control::placeholder {
    color: #bcbcbc !important;
}

/*about section*/
.text-wrapper {
    background-color: rgb(0 0 0 / 52%);
    border-radius: 24px;
    padding: 8px 29px;
    color: #fff;
    position: absolute;
    bottom: -20px;
    left: 31px;
    display: inline-block;
}

.about-content h5.about-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
}

.about-content p.about-desc {
    color: #909090;
    font-weight: 400;
    font-size: 18px;
}

span.like-img {
    background: var(--primary);
    display: block;
    padding: 16px;
    border-radius: 50%;
}

span.like-img img {
    width: 48px;
}

.about-service-list li {
    border-top: 0.91px solid #e0e0e0;
    padding: 32px 0;
}

.about-section .left-section .about-content {
    background-color: #fff8ef;
    padding: 34px 23px 23px 23px;
    border-radius: 0 0 25px 25px;
}

.about-img img {
    border-radius: 25px 25px 0 0;
}

.prrof-imgs {
    display: flex;
    flex-flow: row wrap;
    gap: 14px;
}

.prrof-imgs .card {
    padding: 20px;
}

.book-your-ride .input-group.flex-nowrap {
    gap: 15px;
}

.book-your-ride .input-group.flex-nowrap input#own-radio,
.book-your-ride input#another-radio {
    width: auto !important;
}

.pick-up-input.another input {
    border: 1px solid #909090;
    background: transparent;
    border-radius: 10px !important;
    padding: 14px 10px;
    margin-bottom: 16px;
    color: #fff !important;
}

.book-your-ride .input-group.flex-nowrap>div {
    align-items: center;
    justify-content: start;
    flex-flow: row;
    display: flex;
    gap: 7px;
}

/*video section*/
.video-section .container,
.cta-section>.container {
    max-width: 1604px;
}

.video-wrapper .video-heading {
    position: absolute;
    left: 50%;
    top: 14%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 76px;
    z-index: 1;
    font-weight: 600;
    width: 100%;
    color: #fff;
}

.video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021f2aa8;
    border-radius: 30px;
}

.video-wrapper video {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 30px;
}

.btn.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #7b7b7b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 87px;
    height: 87px;
}

.video-btn img {
    width: 50%;
}

/*work section*/
.head-title {
    color: #06425a;
    font-size: 22px;
}

.work-box {
    background-color: #fffdfb;
    padding: 27px;
    border-radius: 15px;
    margin: 0 10px;
    height: 100%;
    box-shadow: 0px 1px 4px 0px #181a2012;
}

.cta-wrapper {
    background-color: #021f2a;
    position: relative;
    border-radius: 25px;
    height: 400px;
    display: flex;
    margin-top: 140px;
    align-items: center;
}

.cta-wrapper h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.cta-banner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-banner img {
    width: 88%;
}

/*feature section*/
.cleaner-wrapper img {
    position: absolute;
    top: 43%;
    right: 0;
    width: 15%;
}

/*testmonial section*/
.testmonial-wrapper .swiper-slide {
    border: 1px solid #e9e9e9;
    border-radius: 34px;
    padding: 30px;
}

.testmonial-wrapper .swiper-wrapper {
    height: auto !important;
    padding-bottom: 30px;
}

.client-title {
    color: #525252;
    font-size: 30px;
    font-weight: 700;
}

.button-slider {
    background-color: #000000;
    display: inline-flex;
    padding: 8px 0px;
    border-radius: 9px;
}

.button-slider .swiper-button-prev::after,
.button-slider .swiper-button-next::after {
    content: none;
}

.button-slider .swiper-button-prev,
.button-slider .swiper-button-next {
    right: 0;
    width: unset;
    position: unset;
    height: unset;
    margin: unset;
    padding: 0 17px;
}

.button-slider .swiper-button-prev {
    border-right: 1px dotted #fff;
}

.button-slider .swiper-button-prev img,
.button-slider .swiper-button-next img {
    width: 27px;
}

.f-icon i {
    font-size: 25px;
    color: #fff;
}

.f-icon>a {
    padding: 0 11px;
}

.copy-right {
    border-top: 1px solid #4c596c;
}

.f-icon>a:hover i {
    color: var(--primary);
}

.testmonial-wrapper .swiper-pagination {
    bottom: 0px !important;
}

.testmonial-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.bg-map::after {
    content: "";
    background: #000000c2;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 40px;
}

.container-fluid.home-container {
    padding: 0 5%;
}

.left-map div#map {
    border-radius: 30px;
}

.book-your-ride .form-control:focus {
    color: #ffffff;
    background-color: transparent;
}

.real-right-img {
    width: 40% !important;
}

.about-us-sec {
    padding-top: 80px;
}

.user-profile-setting {
    margin: 50px 0;
}

.profile-section-wrapper {
    box-shadow: 0 0 10px #dadada;
    border-radius: 10px;
}

.profile-section-wrapper .profile-heading {
    border-bottom: 1px solid #dddddd;
    padding: 0 15px;
}

.profile-section-wrapper .personal-conent {
    background-color: #e1e1e1;
    padding: 10px 15px;
}

/* .banner-heading {
    position: relative;
   top: -154px;
} */
.position-absolute.top-20 {
    top: 18%;
}

.cleaner-img img {
    width: 100%;
}

.high-time.redefining {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.real-text-box.second p,
.high-time.second p,
.real-time-box.second p {
    line-height: normal;
    font-size: 16px;
}

.empower-box {
    height: 100%;
}

.tik {
    position: relative;
}

.calculate-sec {
    position: relative;
    /* margin-top: -200px; */
}

.tik:before {
    content: "";
    background: #3b3937;
    position: absolute;
    width: 1px;
    height: 120px;
    bottom: 50px;
    left: 15px;
}

.insta {
    position: relative;
}

.insta:after {
    content: "";
    background: #3b3937;
    position: absolute;
    width: 1px;
    height: 120px;
    top: 50px;
    left: 16px;
}

.navbar-toggler:focus {
    background: transparent !important;
}

/* banner css end here */

/* cal-sec css start here */

.bg-map {
    background: url("../images/bg-map.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.left-map img,
.left-map #map {
    border-radius: 38px !important;
    height: 100% !important;
    object-fit: contain;
}

.price-list li:last-child {
    border-bottom: 1px solid #fff;
}

.bg-trans {
    background: transparent;
}

.book-your-ride {
    z-index: 1;
    position: relative;
}

.promo-modal .btn-close {
    color: #000;
}

.header-wrapper {
    border-bottom: 1px solid #bdbdbd;
}

.book-cleaner {
    background: #e3e3e3;
    border-radius: 7px;
}

.book-your-ride {
    /* background: #FFFFFF33; */
    background: #32485080;
    backdrop-filter: blur(7px);
    border-radius: 20px;
    /* overflow: hidden; */
}

.learn-more-modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.d-input {
    position: relative;
}

.d-icon {
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: -1;
}

.d-input input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.bg-input input.form-control::placeholder {
    color: #fff;
}

.rounded-15 {
    border-radius: 15px !important;
}

.rounded-10 {
    border-radius: 10px;
}

input.form-control,
select.form-control {
    height: 60px !important;
}

.content-page-form select.form-control,
.content-page-form input.form-control {
    border: 1px solid #dee2e6;
}

.d-input select.form-control {
    height: 60px;
}

select option {
    color: #000;
}

input[type="date"]::-webkit-datetime-edit {
    color: #fff;
}

/* cal-sec css end here */

/* about-sec css start here */
.high-time {
    background: url("../images/3d.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 15px;
}

.high-time.comfort-box {
    background: url("../images/timer1.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 15px;
}

.apporve-content .book-your-ride {
    background: url("../images/bgg.png");
    background-size: cover;
    border-radius: 15px;
    background-repeat: no-repeat;
}

.real-text-box {
    background-color: #ffffff33;
    background-image: url("../images/3d.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 15px;
    backdrop-filter: blur(11px);
}

.high-time h2.h-img img {
    width: 50px;
}

span.width-50 img {
    width: 50px;
}

.real-right-img img {
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

/* about-sec css end here */

/* our-clients-sec css start here */
.avtar-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: -38px !important;
}

.slide-box-1.first {
    background-image: url("../images/test1.png");
    background-size: 112% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 90px 70px 0 70px;
    min-height: 494px;
}

.slide-box-1.center {
    background-image: url("../images/testbg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 90px 70px 0 70px;
    min-height: 494px;
}

.slide-box-1.right {
    background-image: url("../images/test2.png");
    background-size: 112% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 90px 70px 0 70px;
    min-height: 494px;
}

.first .avtar-img img {
    left: 11%;
}

.avtar-img img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto;
}

.right .avtar-img img {
    left: -12%;
}

.center .avtar-img img {
    top: -46px;
}

.carousel-indicators button {
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    background: #525252 !important;
    border: unset !important;
    vertical-align: middle;
}

.carousel-indicators button.active {
    background: #fff !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: unset !important;
}
.admin-sidebar-logo{
    width: 84%;
    margin-top: 13px;
}
.pr-next-btn button {
    filter: brightness() invert(1);
    position: unset !important;
    display: inline-block;
    width: 50px;
}

.pr-next-btn {
    position: absolute;
    right: 0;
    top: -50px;
}

/* our-clients-sec css end here */

/* login-page css start here */
.login-form {
    font-family: "Inter";
}

.login-form h1 {
    font-family: "Inter";
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}

.color-96 {
    color: #969696;
}

.color-23 {
    color: #232323;
}

.orange {
    color: #fb980f;
}

.orange-bg {
    background: #fb980f;
}

.login-form .keep-me .form-check-input[type="checkbox"] {
    border: 2px solid #000;
}

.lg-form {
    /* height: 100vh; */
    margin: 26px 0;
}

.login-img-banner {
    height: 100vh;
}

.register-img-banner,
.login-img-banner {
    height: 100vh;
    position: sticky;
    top: 0;
    bottom: 0;
}

.login-form {
    background: #f1f1f1;
    padding: 36px 44px;
    border-radius: 38px;
    max-width: 520px;
    margin: 0 auto;
}

.pass-input .iti {
    display: block;
}

.login-form .pass-input {
    position: relative;
}

.login-form .pass-input #phone_number-error {}

img.banner-rect {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    margin-top: -70px;
}

.admin-login {
    position: relative;
}

.login-abs img {
    position: absolute;
    bottom: 0;
    left: 22%;
    width: 10%;
}

.login-ab img {
    position: absolute;
    top: 0;
    right: 22%;
    width: 12%;
}

.form-check-input:checked {
    background-color: #fb980f !important;
    border-color: #fb980f !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.login-form .pas-eye-icon {
    position: absolute;
    right: 15px;
    top: 17px;
}

input:focus {
    box-shadow: none !important;
    border-color: #000 !important;
}

.login-form .or-text:after {
    content: "";
    background: #d9d9d9;
    position: absolute;
    top: 10px;
    left: 0;
    width: 160px;
    height: 1px;
}

.login-form .or-text:before {
    content: "";
    background: #d9d9d9;
    position: absolute;
    top: 10px;
    right: 0;
    width: 160px;
    height: 1px;
}

.login-form .or-text {
    position: relative;
}

.login-img-banner img,
.register-img-banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
}

.email,
.name {
    position: relative;
}

label.e-label,
label.n-label {
    padding: 0 5px;
}

.login-logo img {
    width: 300px;
    max-width: 100%;
    border-radius: 10px;
}

.admin-dropdown.dropdown {
    flex-flow: row wrap;
    gap: 10px;
}

.h-56 {
    height: 56px;
}

/* login-page css end here */

/* otp css start here */
.otp-input {
    width: 70px;
    text-align: center;
    font-size: 24px;
    border-radius: 15px;
    background: #ffffff;
}

.otp-input:focus,
.otp-input:focus-visible,
.otp-input:hover,
.otp-input:active {
    border: 1px solid #febf3d !important;
    outline: 3px solid #febf3d85;
}

.verifed-mox {
    padding-bottom: 40px;
}

.otp-verified {
    background: #e9e9e942;
    backdrop-filter: blur(19px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
}

/* otp css end here */

/* sign-up css start here */
.color-9a {
    color: #9a9a9a;
}

/* sign-up css end here */

/* request-a-ride page css start here */
.request-header-shape {
    background: url("../images/r-shape.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    height: 180px;
}

.wh-car {
    top: 65px !important;
}

.request-car-img {
    position: absolute;
    left: 50%;
    top: 78px;
    transform: translateX(-50%);
}

.book-bg {
    background: url("../images/ride-bg.png") no-repeat;
    background-size: cover;
    padding: 40px 25px;
    border-radius: 30px;
}

.request-ride-for-cotent .book-bg {
    /* background: url("../images/bnr-bg.png")no-repeat;*/
    /* background-size: cover;*/
    padding: 40px 25px;
    border-radius: 30px;
}

input::placeholder {
    color: #fff !important;
}

.roy-btn {
    background: #d9d9d94a;
    border-radius: 30px !important;
    border: 1px solid #fff !important;
    display: flex;
    gap: 15px;
    align-items: center;
}

.roy-btn span img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.border-orange {
    border-bottom: 1px dashed #fb980f;
}

/* button.btn-close {
    background: transparent !important;
}

button.btn-close:hover {
    background: transparent !important;
} */

.pri-btn {
    background: #ffffff47;
}

.plus-sign sapn {
    align-items: center;
    background: #000;
    font-size: 40px;
    font-weight: 400;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    color: #fb980f;
}

.request-car-img img {
    width: 250px;
}

.select-pay button {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
}

.select-pay .dropdown-toggle:before {
    content: "";
    position: absolute;
    right: 15px;
    background: url("../images/after-arrow.png") no-repeat;
    width: 20px;
    height: 20px;
    top: 45%;
}

.select-pay button:after {
    position: absolute;
    right: 20px;
}

span.strip-bg {
    background: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pay-btn {
    background: #00000061;
    color: #fff;
}

.cash-icon {
    position: relative;
}

/* .dropdown-toggle:after {
    display: none;
} */
/* request-a-ride page css end here */

/* accordian css start here */
.cash-icon:after {
    display: none;
}

button.accordion-button {
    gap: 20px;
}

.accordion-item {
    background: unset;
    border: unset;
}

button.accordion-button {
    background: unset !important;
    border: 1px solid #fff;
    border-radius: 14px !important;
    color: #fff !important;
}

.accordion-button::after {
    filter: brightness() invert(1);
    right: 15px;
    position: absolute;
}

button.accordion-button {
    gap: 20px;
    padding: 10px;
}

.cleaner-card button.accordion-button {
    padding: 5px;
}

.accordion-body {
    color: #fff;
    font-weight: 300;
}

/* add card */
/* #addCard .add-card-input #payment-form #card-number>.__PrivateStripeElement{
    padding: 7px !important;
    border: 1px solid #cecece !important;
    border-radius: 5px !important;
    background: #f9f9f9 !important;
} */
#card-number.StripeElement,
#card-expiry.StripeElement,
#card-cvc.StripeElement {
    padding: 7px 10px !important;
    /* Ensure padding works */
    border: 1px solid #ddd !important;
    /* Override border */
    border-radius: 4px !important;
    /* Ensure border-radius is applied */
    background-color: #f9f9f9 !important;
    /* Set background color */
    box-sizing: border-box !important;
    /* Ensure padding is included in width/height calculation */
}

/* Override focus styles */
#card-number.StripeElement--focus,
#card-expiry.StripeElement--focus,
#card-cvc.StripeElement--focus {
    border-color: #5c5c5c !important;
    /* Focused border color */
}

/* request-driver css start here  */
.hdfc span {
    background: #fff;
}

.a-trip {
    background: #eeeeee;
}

.doller-num span {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

span.s-active {
    background: #fb980f;
    color: #fff;
}

.m-p-btn h6 {
    color: #3c58bf;
    font-size: 14px;
}

.quantity button.minus,
.quantity button.plus {
    background: #8677c41f;
    padding: 0px 20px;
    border-radius: 5px;
    border: 1px solid #d3d9ec4d;
    font-weight: 500;
    font-size: 18px;
}

input.input-box {
    border: unset;
    text-align: center;
}

.rounded-6 {
    border-radius: 6px;
}

/* add-new-card css start here */
.add-card-input input {
    background: #7a7a7a9e;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

/* add-new-card css end here */
/* pay-after-ride css start here */

/* pay-after-ride css end here */

/* modal css start here */
a.btn-close {
    background: unset;
}

.loader {
    width: 4em;
    /* Adjust size */
    height: 4em;
    position: relative;
    margin: 0 auto;
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid transparent;
    /* Creates the circular shape */
    border-top: 5px solid #302e2e;
    /* Top dot color */
    animation: spin 1.5s linear infinite;
    /* Rotating animation */
}

/* Adds inner dotted circle */
.loader::after {
    border-width: 5px;
    border-top: 5px dotted #302e2e;
    /* Dashed pattern for dotted effect */
    animation: spin 3s linear infinite reverse;
    /* Slower rotation in reverse */
}

/* Spin animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*.loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
  }
  @keyframes mulShdSpin {
    0%,
    100% {
      box-shadow: 
        0em -2.6em 0em 0em #302e2e, 
        1.8em -1.8em 0 0em rgba(48, 46, 46, 0.7), 
        2.5em 0em 0 0em rgba(48, 46, 46, 0.5), 
        1.75em 1.75em 0 0em rgba(48, 46, 46, 0.3), 
        0em 2.5em 0 0em rgba(48, 46, 46, 0.2), 
        -1.8em 1.8em 0 0em rgba(48, 46, 46, 0.1), 
        -2.6em 0em 0 0em rgba(48, 46, 46, 0.3), 
        -1.8em -1.8em 0 0em rgba(48, 46, 46, 0.5);
    }
    12.5% {
      box-shadow: 
        0em -2.6em 0em 0em rgba(48, 46, 46, 0.7), 
        1.8em -1.8em 0 0em #302e2e, 
        2.5em 0em 0 0em rgba(48, 46, 46, 0.5), 
        1.75em 1.75em 0 0em rgba(48, 46, 46, 0.3), 
        0em 2.5em 0 0em rgba(48, 46, 46, 0.2), 
        -1.8em 1.8em 0 0em rgba(48, 46, 46, 0.1), 
        -2.6em 0em 0 0em rgba(48, 46, 46, 0.3), 
        -1.8em -1.8em 0 0em rgba(48, 46, 46, 0.3);
    }
    25% {
      box-shadow: 
        0em -2.6em 0em 0em rgba(48, 46, 46, 0.5), 
        1.8em -1.8em 0 0em rgba(48, 46, 46, 0.7), 
        2.5em 0em 0 0em #302e2e, 
        1.75em 1.75em 0 0em rgba(48, 46, 46, 0.3), 
        0em 2.5em 0 0em rgba(48, 46, 46, 0.2), 
        -1.8em 1.8em 0 0em rgba(48, 46, 46, 0.1), 
        -2.6em 0em 0 0em rgba(48, 46, 46, 0.2), 
        -1.8em -1.8em 0 0em rgba(48, 46, 46, 0.3);
    }
    
  }*/

/* modal css end here */

/* comming-soon css start here */
button.btn.del-btn {
    color: #ff5c5c;
    padding: 1px;
    margin: 0 10px;
    background-color: #ffa5a500 !important;
}

button.btn.del-btn:hover {
    color: #f53535 !important;
    background-color: #ffffff00 !important;
}

.color-58 {
    color: #fb980f;
}

.devli-logo img {
    width: 300px;
}

.devil-content h1 {
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
}

.coming-soon-page.mh-100vh {
    min-height: 100vh;
}

.mh-100vh {
    min-height: 100vh;
}

/* comming-soon css end here */

/* success-modal css start here */

.success-modal .modal {
    --bs-modal-width: 700px !important;
}

.success-modal .s-close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}

.hr {
    margin-left: -10px;
    padding-top: 12px;
}

.hr hr {
    margin-bottom: 0;
    opacity: 1;
}

.error-modal .hr {
    margin-left: -10px;
    padding-top: 20px;
}

.s-circle {
    display: flex;
    justify-content: space-around;
    margin-left: 50px;
}

.s-circle img {
    height: 20px;
}

/* success-modal css end here */
/* ride-dtails-page css start here */
.ride-detail-cancle {
    background: #e9e9e9;
}

/* cancle-ride-page css start here */
.cancle-modal .hr {
    margin-top: 64px;
}

.cancle-ride-page .book-bg {
    padding: 20px;
    border-radius: 10px;
}

.cancle-ride-page .form-check-input:checked[type="radio"] {
    display: none;
}

.bg-color-d7 {
    background: #d9d9d942;
}

.rounded-5p {
    border-radius: 5px;
}

.cancle-ride-page .form-check-input[type="radio"] {
    border-radius: 50%;
    opacity: 0;
}

.cancle-ride-page .form-check {
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
    padding: 10px 20px !important;
}

.cancle-ride-page .form-check-input:checked+.form-check-label {
    background-color: #0000001f;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
}

.other-reason-accordian button.accordion-button {
    color: #000 !important;
    border-radius: 5px !important;
}

.c-success-text {
    background: #dedede;
}

.cancle-box {
    position: relative;
}

.cancle-box:after {
    content: "";
    background: url("../images/c-c.png") no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: contain;
    top: 0;
    position: absolute;
    /* z-index: -1; */
}

img.w-150px {
    width: 150px;
}

.s-m-img {
    top: 50%;
    left: 10px;
    z-index: 1;
}

img.p-ab {
    position: absolute;
    top: 0;
    height: 100%;
}

/* .y-circle{
    background: url("../images/c-c.png");
    background-size:cover ;
} */

/* admin-login css start */
.admin-login .login-form {
    background: #fff;
    backdrop-filter: blur(19px);
    padding: 40px 50px;
}

.error-color {
    color: #bf0411;
}

.w-error {
    border: 1px solid #bf0411;
}

.resend-color {
    color: #2243a0;
}

.disable {
    background: #00000036;
}

/* admin-login css  end*/

.admin-verified .login-form {
    padding: 40px 50px 0;
}

/* dashboard css start here */
.admin-dropdown .btn:hover {
    color: #fff !important;
    background: #000;
}

.sidebar li.nav-item .nav-link {
    padding: 8px 25px;
}

.dashboard-start a.nav-link.active {
    background: #fff;
    color: #000 !important;
    border-radius: 10px 10px 10px 10px;
}

.sidebar li.nav-item .nav-link.active {
    position: relative;
}

/* .sidebar li.nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 50px;
    height: 53px;
    right: -34px;
    top: 0px;
} */

.a-h-color {
    color: #2e3a59;
}

.a-m-color {
    color: #3366ff;
}

.blue-light {
    background: #3366ff33;
}

nav.sidebar-nav ul li a {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #fff;
    padding: 10px;
}

.search-container input::placeholder {
    color: #616161 !important;
}

.search-container {
    position: relative;
    width: 300px;
}

.search-input {
    width: 100%;
    padding: 10px;
    padding-left: 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search-icon i {
    font-size: 18px;
    color: #aaa;
}

.not-expired span,
.expired span {
    border-radius: 6px;
    padding: 6px 13px;
}

.expired span {
    background-color: #ffe3e3;
    color: #f83535;
}

.not-expired span {
    background-color: #e2ffe7;
    color: #15a245;
}

/* Optional: hover effects */
.search-input:focus {
    border-color: #007bff;
    outline: none;
}

.search-icon:hover i {
    color: #007bff;
}

.t-r-box {
    background: #ff333f33;
    color: #ff333f;
}

.t-c-r-box {
    background: #ff953333;
    color: #ff9533;
}

ul.navbar-nav.side-bar {
    flex-direction: column;
    gap: 10px;
}

ul.navbar-nav.side-bar li a {
    display: flex;
    gap: 15px;
    align-items: center;
}

/*header*/
.navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link:hover {
    color: var(--primary);
}

.navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.notification-icon {
    background-color: #ffffff1a;
    border-radius: 50%;
    display: flex;
    padding: 7px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: none;
}

.notification-icon::after {
    content: unset;
}

button.notification-icon:hover {
    background: #ffffff1a !important;
}

.notification-icon i {
    font-size: 26px;
    color: #fff;
}

.notif-alert::after {
    position: absolute;
    content: "";
    top: 11px;
    right: 13px;
    background-color: red;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.col-md-3.side-bar-width {
    width: 20%;
}

.col-md-9.content-width {
    width: 80%;
}

.fc-bg {
    background: #f7f9fc;
}

.color-2e {
    color: #2e3a59;
}

.bg-2e {
    background: #2e3a59;
}

.dri-avtar {
    background: #c9c9d1;
    border-radius: 50px;
}

.dri-avtar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
}

div#v-pills-tabContent {
    width: 70%;
    margin: 0 auto;
    background-color: transparent;
    box-shadow: 0 0 21px #e3e3e3;
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    padding: 20px;
}

.upload-box {
    border: 2px dashed #aaa;
    border-radius: 10px;
    background-color: #f8f9fa;
    width: 400px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 20px;
}

.upload-box:hover {
    border-color: #007bff;
    background-color: #eef5ff;
}

.upload-icon {
    font-size: 50px;
    color: #007bff;
    margin-bottom: 15px;
}

.upload-box p {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}

.upload-box small {
    color: #666;
}

/* input[type="file"] {
    display: none;
} */

#file-name {
    margin-top: 10px;
    font-weight: 600;
    color: #28a745;
}

form#csvForm button.submit-btn {
    background-color: #000;
}

.submit-btn {
    display: block;
    margin: 20px;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img.refund-request-img {
    width: 100px;
    height: 77px;
    object-fit: cover;
}

input[type="date"] {
    color: #000 !important;
    background-color: #f6f6f6;
}

input[type="date"]::-webkit-datetime-edit {
    color: #000 !important;
}

.admin-notification-content-box .submit-btn {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px;
}

.user-feedback-notification-content-box .submit-btn {
    margin: 0px;
    padding: 0px;
}

/* .submit-btn:hover {
    background: #000;
} */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

a.download-sample-csv {
    background-color: #000;
    padding: 10px 20px;
    border-radius: 12px;
    color: #ffff;
}

.updated-info-btn {
    width: auto;
}

.info-updated-main-container {
    justify-content: end;
    display: flex;
}

form.personal-form .col-md-6 {
    margin: 10px 0px;
}

form.personal-form .col-md-4 {
    margin: 10px 0px;
}

.updated-info-btn {
    background-color: #000;
    padding: 10px 20px;
}

.t-dots span {
    background: #2e3a59;
    display: block;
    width: 5px;
    height: 5px;
    margin: 3px;
    border-radius: 50%;
    cursor: pointer;
}

.d-bg-img {
    background: #ffb978;
    width: max-content;
    padding: 10px;
    border-radius: 8px;
}

.ride-box-1 {
    font-family: "Montserrat", sans-serif;
}

.park-flex:after {
    content: "";
    position: absolute;
    border: 1px dashed #fb980f;
    height: 20px;
    left: 8px;
    bottom: 40px;
}

.park-flex {
    position: relative;
}

.sydney-box img {
    width: 18px;
}

.d-bg-2 {
    background: #f86060;
}

.d-bg-3 {
    background: #64e562;
}

.d-bg-4 {
    background: #2e3a59;
}

.ca-bg {
    background: #cacfdc;
}

/* .change-btn {
    transform-origin: 100% 100%;
    transform: rotate(270deg) translateX(100%);
} */
/* table css start here */
.custom-table table thead {
    border: 1px solid #eff0f4;
}

.custom-table table {
    border-collapse: collapse;
    /* border-radius: 8px; */
    width: 100% !important;
    overflow: hidden;
    border-bottom: none !important;
}

.dataTables_wrapper {
    padding-bottom: 10px;
}

.custom-table table thead tr th {
    padding: 10px 10px;
    font-size: 16px;
    color: #505470;
    background: #f7f8fa;
}

.custom-table table tr td p {
    font-size: 14px;
    margin: 0;
}

.custom-table table tr {
    border-bottom: 1px solid #c0c0c0;
}

.custom-table table tr td {
    font-size: 14px;
    padding: 15px 10px !important;
    vertical-align: middle;
    border: none;
}

button.btn.f-bg {
    background: #24c18f1a;
    color: #24c18f;
}

.u-td-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

span.journey-txt {
    font-size: 40px;
}

.color-90 {
    color: #90a0b7;
}

/*payment modal*/
.success-modal .cleaner-modal {
    max-width: 735px;
    width: 100%;
}

/* table css end here */
/* dashboard css end here */
/*rewuest refund*/
.more-btn {
    width: 50px;
}

.refund input.form-control {
    height: auto !important;
}

/* profile-setting-page css start here */
.p-h-color {
    color: #202224;
}

.avtar-cemra {
    position: relative;
}

.book-your-ride label.error {
    display: block;
    width: 100%;
}

.book-your-ride .input-group.flex-nowrap {
    flex-flow: column;
}

.book-your-ride input {
    width: 100% !important;
}

.p-cemera {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rounded-16 {
    border-radius: 16px;
}

.personal-form input {
    height: unset !important;
}

.personal-form input::placeholder {
    color: #000 !important;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Optional: Styling for date picker input new calander design*/
/* #calendar {
    display: none;
}

.main-calandar {
    position: relative;
}

#dateInput:focus + #calendar {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    max-width: max-content; 
    z-index: 1000;
} */

input::placeholder {
    color: #8b8b8b !important;
}

.content-page-form .form-control {
    color: #000 !important;
}

.personal-form label {
    color: #000;
    margin-bottom: 0px;
    font-size: 18px;
}

.phone-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.country-code {
    background-color: #fff;
    padding: 6px;
    border-right: 1px solid #ccc;
    font-size: 16px;
}

.phone-input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
}

.phone-input:focus {
    border: none;
    outline: none;
}

.nav-pills .nav-link.active {
    background: #000 !important;
    color: #fff !important;
}

/* profile-setting-page css end here */
.booking-table {
    min-height: 40vh;
    height: 100%;
}

.quote-img img {
    margin: 0 auto;
}

.our-clients-sec .slick-track {
    height: 494px;
}

.login-height {
    height: 88vh;
}

.car-img {
    right: 0;
}

.dummy-text {
    text-align: center !important;
    background: #fff;
    color: #000000;
}

.slide-box-1 {
    position: relative;
}

.our-clients-sec {
    padding: 60px 0 80px 0;
    background-color: #5353530a;
}

.our-clients-sec .carousel-i .slick-list {
    padding: 60px 0 30px 0;
}

.book-your-ride input:focus {
    border-color: #fff;
}

.we-are-text {
    position: relative;
    z-index: 99999;
}

div#map {
    border-radius: 20px;
}

.request-ride-cotent {
    padding-top: 80px;
}

.text-link {
    font-weight: 800;
    color: #cb8e24 !important;
}

.book-your-ride .form-control:focus {
    border-color: #fff !important;
}

.book-your-ride .form-control {
    color: #fff !important;
    border-radius: 15px !important;
    padding-right: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #909090;
}

.pick-up-input span.input-group-text {
    position: absolute;
    right: 10px;
    border: none;
    top: 10px;
    background-color: transparent;
}

.book-else {
    background: #fb980f;
    padding: 8px 18px !important;
    font-size: 14px;
}

a.btn.btn-book {
    border-radius: 14px;
}

.request-ride-for-cotent {
    padding-top: 80px;
}

.keep-me.form-check input {
    cursor: pointer;
}

.price-btn {
    background: #ffffff47;
    text-align: center;
    border-radius: 15px;
}

.price-btn p.orange {
    color: #fff;
}

.form-md .form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-md .login-input .form-control {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 6px 4px 4px 14px;
    outline: none !important;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    transition: all 0.2s ease-in-out;
}

.form-md .login-input .form-control::placeholder {
    color: #919191 !important;
}

.form-md input:focus+label,
.form-md input:valid+label {
    top: -5px;
    left: 10px;
    /*background: #ffffff;*/
    padding: 0px 5px 0px 5px;
}

.real-text-box p,
.about-us-sec p {
    font-weight: 500;
}

.form-md input.form-control:-internal-autofill-selected+label {
    opacity: 0;
}

.form-md .login-input label.e-label {
    position: absolute;
    top: 20px;
    left: 12px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    margin: 0px auto;
    cursor: text;
    transition: all 0.15s ease-in-out;
}

.form-md .login-input input:focus+label.e-label,
.form-md .login-input input:not(:placeholder-shown)+label.e-label {
    transform: translate(0, -25px);
}

.dashboard-start {
    min-height: 100vh;
}

.content-table .table thead th,
.content-table .table tr td {
    padding: 22px !important;
}

.dashboard-main-content {
    min-height: 94vh;
    height: 98%;
}

.sidebar li.nav-item a.nav-link.text-white.active::after {
    /* top: 46px;
    right: -1px;
    height: 85px;
    width: 40px;
    border-top-right-radius: 80px;
    -moz-border-top-right-radius: 80px;
    -webkit-border-top-right-radius: 84px;
    -webkit-box-shadow: 0 -40px 0 0 #ffffff;
    box-shadow: 0 -40px 0 0 #ffffff;
    -moz-box-shadow: 0 -40px 0 0 #fff;
    /* content: "";
    position: absolute; */
}

.sidebar li.nav-item .nav-link img,
.sidebar-menu .sub-nav-link img {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.tax-wrapper {
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 21px #e3e3e3;
    margin-top: 50px;
    padding: 15px 25px;
    border-radius: 8px;
}

.tax-wrapper input.number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.sidebar-menu .navbar-nav .dropdown-menu {
    position: static !important;
}

.sidebar-menu .navbar-nav .dropdown-menu.show {
    background-color: #000;
}

.sidebar-menu .navbar-nav .dropdown-menu.show li a {
    color: #ffffff;
    padding: 8px 25px;
}

.sidebar-menu .navbar-nav .dropdown-menu.show li a:hover {
    background-color: transparent;
}

.sidebar-menu .navbar-nav .dropdown-menu.show li a.active {
    background-color: #fff;
    border-radius: 10px;

    color: #000;
}

.sidebar li.nav-item a.nav-link.text-white.active::before {
    /* top: -80px;
    right: -1px;

    /* content: "";
    position: absolute;
    height: 80px;
    width: 40px;
    border-bottom-right-radius: inherit;
    -moz-border-bottom-right-radius: 80px;
    -webkit-border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 40px 0 0 #ffffff;
    -moz-box-shadow: 0 40px 0 0 #FFE2AC;
    box-shadow: 0 40px 0 0 #ffffff; */
}

button.btn.info-btn {
    border: none;
}

button.btn.info-btn:hover,
button.btn.info-btn:active,
button.btn.info-btn:focus {
    background-color: transparent !important;
    border: none;
}

.reason-icon i {
    border: 1px solid #368dff;
    background-color: rgb(140, 194, 255);
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-form input::placeholder {
    color: #a9a9a9 !important;
    font-weight: 300;
}

.dummy-text h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

ul.slick-dots button {
    font-size: 0px;
    height: 10px;
    width: 10px;
    background: #000;
    border: navajowhite;
}

ul.slick-dots .slick-active button {
    background: #fb980f;
}

.gen-qust.fq-box {
    margin-bottom: 20px;
}

.ac-accordon.fq-box {
    margin-bottom: 20px;
}

button.navbar-toggler {
    background-color: #000 !important;
}

.avtar-cemra .profile-ico {
    height: 140px;
    width: 140px;
    object-fit: cover;
    border-radius: 100%;
}

.u-notify-for-cotent {
    min-height: 54vh;
}

.help-box {
    background: #f8f8f8;
}

.custom-table .dots-box ul.dropdown-menu.show {
    z-index: 999999;
    right: 0 !important;
    top: -45px !important;
}

.custom-table .dots-box ul.dropdown-menu a.dropdown-item {
    font-size: 14px;
}

.bell-icon .roy-btn {
    background: transparent;
    border-radius: 30px !important;
    border: none !important;
    display: block;
    padding-right: 0;
}

.book-your-ride .form-check .form-check-input {
    width: 1em !important;
}

.sidebar-header .nav-link img.img-fluid {
    width: 80%;
}

.real-i-text {
    padding-top: 44px;
}

.footer-logo img {
    height: 150px;
}

.modal-flex .car-modal {
    width: 38%;
}

.modal-flex .plate-coln {
    width: 5%;
}

.modal-flex .l-plate {
    width: 57%;
}

.driver-text-avtar .bt-modal {
    width: 65%;
}

.driver-text-avtar .avtar-rate {
    width: 35%;
}

.driver-text-avtar .avtar-rate img {
    width: 100%;
}

.res-section-mob {
    display: none;
}

/*booking table*/
.book-status p {
    padding: 3px 8px;
    border-radius: 7px;
    color: #fff;
    text-transform: capitalize;
}

p.status-progres {
    background-color: #ffb81f;
}

p.status-confirmed {
    background-color: #62ca62;
}

p.status-pending {
    background: #f1ba2b;
}

p.status-complete {
    background-color: #2353f1;
}

p.status-reject {
    background-color: #f1312b;
}

.refund-form input.form-control {
    height: 100% !important;
}

.alert-msg a {
    background-color: #fb980f;
    margin-left: 10px;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5ms ease-in;
    text-transform: capitalize;
}

.alert-msg a:hover {
    background-color: #ce7d0d;
}

#infoModal img {
    width: 32%;
    height: 159px;
    object-fit: contain;
    /* margin: 0 auto; */
    float: left;
    margin-right: 20px;
}

#infoModal .modal-body p {
    /* text-align: center; */
    /* float: right; */
    font-size: 15px;
    font-weight: 500;
}

.sub-heading-bg {
    background-color: #dedede;
    padding: 8px 15px;
}

.assign-cleaner {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
}

.btn-check:checked+label.btn {
    background-color: blue !important;
}

.btn-check:checked+label.btn small.text-muted {
    color: #fff !important;
}

.cleaner input.form-control {
    height: auto !important;
}

.expires_at {
    color: red !important;
}

#toast-container>div {
    background-color: rgb(19, 184, 41);
}

.toast-error {
    background-color: red !important;
}

/* 21-10-2025 css */

img.eye-icon {
    width: 25px;
    height: 25px;
}

input#country_code {
    width: 100%;
}

input#latitude {
    width: 100%;
}

input#wallet_balance {
    width: 100%;
}

div#addon_services input {
    width: 3% !important;
    margin-right: 2%;
}

input#want_addons {
    width: 3% !important;
    margin-right: 2%;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100% !important;
}

ul#header-notification-list a.dropdown-item.mark-as-read {
    white-space: normal !important;
}

form#slotForm {
    padding: 20px 35px;
}

div#timeSlots button.btn.btn-outline-primary.slot-btn {
    min-width: 38%;
}

div#timeSlots {
    width: 30%;
}

.slot_book_container {
    display: flex;
    align-items: flex-start;
}

div#timeSlots {
    width: 28%;
    margin-left: 3%;
    height: 308px;
    overflow-y: auto;
}

button.btn.btn-sm.btn-danger.reject-btn {
    padding: 8px 19px;
    border-radius: 10px;
    font-weight: 600;
}

a.dropdown-item {
    white-space: normal;
}

.notification-container {
    display: flex;
    gap: 10px;
}

.card.mt-1.notification {
    border: none;
}

.notification .card-body {
    padding: 0px;
}

/* .all-booking-table tr.odd td:last-child {
    display: flex;
    justify-content: space-between;
} */
.reschedule {
    width: auto;
    position: absolute;
    right: 15px;
    top: 14px;
}

.content-table tr td {
    border: none;
}

form#status-form {
    /* width: 45%; */
    width: 150px !important;
}

.all-booking-table tbody tr {
    position: relative;
}

button.delete-btn-page {
    padding: 0px;
}

.manage-version-actions {
    border-bottom: 0px;
}

.user-profile-setting tr.even td:last-child {
    display: flex;
    justify-content: space-between;
}

th#action-booking {
    width: 271px !important;
}

.bi-star-fill::before {
    content: "\f586";
    color: #ffa534;
}

.bi-star::before {
    content: "\f588";
    color: #ffa534;
}

.total-info-user.rounded-8.blue-light.p-2 {
    padding: 14px !important;
}

.fs-26 {
    font-size: 29px;
    margin-left: 4px;
}

.t-user.dashboard-main-div {
    display: flex;
    align-items: center;
}

img.main-users-icon {
    width: 40px;
}

img.main-cleaners-icon {
    width: 50px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-right: 5px !important;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

label.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

label.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

label.toggle-switch input:checked+.slider {
    background-color: #000;
}

label.toggle-switch input:checked+.slider:before {
    transform: translateX(24px);
}

.notification-user {
    margin-left: auto !important;
}

.support-tickets-table {
    justify-content: space-between !important;
    align-items: center;
}

.raise-ticket-col button.btn.btn-primary {
    float: right;
    margin-right: 10px !important;
}

div#bookings-detail_info {
    padding-left: 10px;
}

main.user-support-ticket {
    min-height: 60vh;
    margin-top: 80px !important;
}

form#update_profile .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-right: 8px;
}

form#update_profile .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

form#update_profile .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

form#update_profile .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

form#update_profile input:checked+.slider {
    background-color: #000;
}

form#update_profile input:checked+.slider:before {
    transform: translateX(24px);
}

.booking-conversion-chart {
    padding: 20px 40px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding-right: 30px;
    border-radius: 12px;
}

.calender-chart-row {
    display: flex;
    gap: 20px;
}

.col-md-7.mt-5.calendar-chart-col {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px 40px;
    border-radius: 12px;
}

.col-md-7.calendar-chart-col {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 12px;
}

.chart-sec-booking .booking-conversion-chart {
    margin-left: 0%;
    width: 40%;
}

.row.chart-sec-booking.mt-5 {
    justify-content: space-between;
}

.driver-info-box {
    border-bottom: 5px solid #3366ff;
}

form.support-ticket-form {
    width: 100% !important;
}

th.status-col {
    width: 120px !important;
    min-width: 120px !important;
}

select#refund_type {
    width: 100% !important;
}

select#refund_type option {
    width: 100% !important;
}

form.booking-cleaner-all {
    max-width: 123px;
    width: 100% !important;
}

.cleaner-notification-dropdown ul#header-notification-list {
    transform: none !important;
    inset: 50px 0px auto auto !important;
}

.work-box img {
    background-color: #f2f2f2;
    padding: 14px;
    border-radius: 12px;
    width: 76px;
}

@media (max-width: 1400px) and (min-width: 1100px) {
    th#action-booking {
        min-width: 264px !important;
        overflow-x: scroll !important;
    }
}

@media (max-width: 996px) and (min-width: 768px) {
    .col-md-3.side-bar-width {
        width: 100% !important;
    }

    .col-md-9.content-width {
        width: 99% !important;
        margin: 0 auto !important;
        padding-right: 0px;
    }

    aside.sidebar.mt-4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content-pm-info.col-8.mx-auto.p-0.tax-wrapper {
        width: 90% !important;
        padding: 20px 20px !important;
    }
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    font-size: 15px;
    border: none;
    border-radius: 0px;
    height: auto !important;
    line-height: 18px !important;
    border-bottom: 1px solid #ddd;
}

.xdsoft_time_variant {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    /* 3 columns */
    grid-gap: 0px 10px !important;
    padding-right: 10px;
    margin-top: 0 !important;
}

/* Hide default time list */
.xdsoft_timepicker .xdsoft_time_box {
    display: none !important;
}

/* Show hour, minute, AM/PM selectors */
.xdsoft_time_picker {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    padding: 15px;
}

.xdsoft_timepicker .xdsoft_hours,
.xdsoft_timepicker .xdsoft_minutes,
.xdsoft_timepicker .xdsoft_am_pm {
    display: inline-block !important;
}

.xdsoft_timepicker select {
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 8px;
}

/* @media css start here */
@media screen and (min-width: 1280px) {

    /*old calander design*/
    /* Custom styles for the datetime picker calendar */
    .xdsoft_datetimepicker {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background-color: #f5f5f5;
        padding: 10px;
        width: 100%;
        max-width: 550px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        border: none;
        height: 60px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td {
        border: none;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td {
        text-align: center;
        border-radius: 50px;
    }

    .xdsoft_datetimepicker .xdsoft_month span,
    .xdsoft_datetimepicker .xdsoft_year span {
        font-size: 21px;
        font-weight: 500;
    }

    .xdsoft_datetimepicker .xdsoft_year {
        width: auto;
    }

    .xdsoft_datetimepicker .xdsoft_month {
        width: 40% !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td>div {
        padding: 14px 0px;
        font-size: 17px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 100%;
    }

    .xdsoft_datetimepicker .xdsoft_month,
    .xdsoft_datetimepicker .xdsoft_year {
        background-color: transparent;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
        max-height: 328px;
        height: 100%;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        /* smooth scrolling */
        scroll-behavior: smooth;
    }

    .xdsoft_scrollbar {
        display: none !important;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
        border-radius: 10px;
    }

    .xdsoft_time {
        background: #ffffff;
        border-radius: 10px;
        padding: 8px 10px;
        text-align: center;
        border: 1px solid #ddd;
        cursor: pointer;
        transition: 0.2s;
        font-size: 14px;
    }

    .xdsoft_time:hover {
        background: #2c3e50;
        color: #fff;
    }

    .xdsoft_time.xdsoft_current {
        background: #ffb400 !important;
        color: white !important;
        border-color: #ffb400 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    html body .pick-up-location {
        width: 50%;
    }

    .book-your-ride .form-control {
        font-size: 14px;
    }

    .date-input .number.w-25 {
        width: 40% !important;
    }

    .date-input .date.w-75 {
        width: 60% !important;
    }
}

@media (min-width: 1200px) {
    .real-text-box {
        height: 100%;
    }
}

@media (min-width: 1650px) {

    /* .banner-heading {
    position: relative;
    top: -214px;
} */
    .slide-box-1 {
        background-size: 100% 100% !important;
    }
}

@media (min-width: 1980px) {
    /* .banner-heading {
    position: absolute;
    top: 9%;
    right: 6%;
} */
}

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

    .video-section .container,
    .cta-section>.container {
        max-width: 1500px;
    }
}

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

    .video-section .container,
    .cta-section>.container {
        max-width: 1400px;
    }
}

@media (max-width: 1400px) {
    html .car-img img {
        width: 100%;
    }

    .pick-up-input.another input {
        height: 45px;
    }

    .car-img {
        width: 60%;
    }

    .position-absolute.top-20 {
        top: 24%;
    }

    .fs-50 {
        font-size: 36px !important;
    }

    /* .banner-heading {
    position: absolute;
    top: 76px;
    right: 4%;
} */
    .sidebar li.nav-item .nav-link {
        padding: 8px 14px;
    }

    .col-md-3.side-bar-width {
        width: 300px;
    }

    .col-md-9.content-width {
        width: calc(100% - 300px);
    }

    .sidebar li.nav-item .nav-link img {
        height: 33px;
    }

    input.form-control,
    select.form-control {
        height: 45px !important;
    }
}

@media screen and (max-width: 1380px) {
    .fs-48 {
        font-size: 42px;
    }

    .banner-form {
        padding: 21px 15px;
    }

    .banner-heading {
        font-size: 54px;
        line-height: 50px;
    }

    .cleaner-img img {
        width: 90%;
    }

    .about-service-list li {
        padding: 16px 0;
    }

    .video-section .container,
    .cta-section>.container {
        max-width: 1292px;
    }

    .cta-wrapper {
        height: 378px;
        margin-top: 76px;
    }

    .cta-wrapper h2 {
        font-size: 39px;
    }
}

@media screen and (max-width: 1300px) {
    .fs-48 {
        font-size: 35px;
    }

    .video-wrapper .video-heading {
        font-size: 56px;
    }

    .video-wrapper video {
        height: 524px;
    }

    .cleaner-wrapper img {
        top: 31%;
        width: 21%;
    }

    .heading-bg::after {
        width: 160px;
        height: 4px;
        box-shadow: 0 0 61px 50px #febf3d29;
    }

    .cleaner-img img {
        width: 79%;
    }

    .lg-form {
        margin: 10px 0;
    }

    .login-form {
        padding: 34px 33px;
        max-width: 450px;
    }

    .login-form h1 {
        font-size: 33px;
        line-height: 34px;
    }

    .login-logo img {
        width: 233px;
    }

    input.form-control,
    select.form-control {
        height: 50px;
    }

    .login-img-banner img {
        width: 87%;
    }

    .left-map img,
    .left-map #map {
        /* height: 525px !important; */
    }
}

@media screen and (max-width: 1280px) {
    html body .carousel-i .slide-box-1 {
        padding: 90px 60px 0 60px;
        min-height: 540px;
    }

    .video-section .container,
    .cta-section>.container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    .cta-banner {
        left: auto;
        display: inline-flex;
        justify-content: end;
    }

    .cta-banner img {
        width: 65%;
    }

    .cta-wrapper {
        height: 354px;
        margin-top: 20px;
    }

    .video-section .container,
    .cta-section>.container {
        max-width: 966px;
    }

    .video-wrapper .video-heading {
        font-size: 53px;
    }

    .video-wrapper video {
        height: 483px;
    }
}

@media screen and (max-width: 992px) {
    .cleaner-img {
        position: static !important;
        text-align: center !important;
    }

    .cleaner-img img {
        width: 62%;
    }

    .banner-form {
        margin: 0 auto;
    }

    .hero-section .heading-wrapper,
    .hero-section p {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    img.banner-rect {
        display: none;
    }

    .res-section-web {
        display: none;
    }

    .res-section-mob {
        display: block;
    }

    .modal-flex {
        padding-bottom: 4px;
    }

    .driver-text-avtar .bt-modal {
        width: 100%;
        font-size: 14px;
    }

    .driver-text-avtar .avtar-rate {
        width: 100%;
    }

    .modal-flex .l-plate p {
        font-size: 14px;
    }

    .compelete-btn {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 8px;
    }

    .cta-wrapper {
        height: auto;
        text-align: center;
        padding: 15px;
    }

    .cta-banner {
        position: static;
        justify-content: center;
    }

    .video-wrapper .video-heading {
        font-size: 39px;
    }

    .video-wrapper video {
        height: 405px;
    }

    .video-section .container,
    .cta-section>.container {
        max-width: 740px;
    }

    span.like-img img {
        width: 31px;
    }

    .testmonial-wrapper .swiper-slide {
        width: 100% !important;
    }

    .star-img {
        bottom: 184px;
        right: 17px;
        top: auto;
    }

    .syndy-text p,
    .edit-text p {
        font-size: 14px;
    }

    .dashboard-main-content {
        height: max-content;
        margin-bottom: 20px;
    }

    .footer.bg-black.pt-5 {
        padding-top: 20px !important;
    }

    .book-your-ride .pending-btn {
        margin-top: 15px;
    }

    .driver-text-avtar {
        flex-flow: row wrap;
        gap: 20px;
    }

    .header-shape .container-fluid.px-5 {
        padding: 0 15px !important;
    }

    .bell-icon .roy-btn {
        text-align: left;
        padding-left: 0;
        padding-bottom: 14px;
    }

    .bell-icon:after {
        left: 14px;
    }

    .admin-login {
        padding: 30px 10px;
    }

    .forget-pas {
        flex-flow: column;
        justify-content: start !important;
        align-items: start !important;
    }

    .real-right-img {
        display: none;
    }

    .high-time.comfort-box {
        width: 100% !important;
    }

    p.mb-5.company-first-text.pb-5 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .high-time.redefining .h-img.mt-5 {
        margin: 0 !important;
    }

    .real-text-box.flex-pay {
        height: max-content !important;
    }

    span.journey-txt {
        font-size: 30px;
    }

    .container-fluid.px-2 {
        padding: 0 15px !important;
    }

    .request-ride-cotent {
        padding-top: 20px;
        padding-bottom: 20px !important;
    }

    .footer .container-fluid.px-5 {
        padding: 0 20px !important;
    }

    .profile-avtar {
        padding: 20px !important;
    }

    .success-content {
        padding: 20px !important;
    }

    .col-md-9.content-width {
        padding-left: 12px !important;
    }

    .about-us-sec .container-fluid.home-container .pe-0 {
        padding-right: 12px !important;
    }

    .about-us-sec .container-fluid.home-container .row-apceing {
        padding-right: 0 !important;
    }

    .about-us-sec .container-fluid.home-container .row-apceing>div {
        padding-right: 0 !important;
    }

    .fr-detls {
        margin-bottom: 30px;
    }

    .sign-up-otp.login-page .container-fluid.ps-5 {
        padding: 5px !important;
    }

    header {
        background: #000;
    }

    .book-your-ride .input-row {
        gap: 0 !important;
    }

    div#someone_phone_number {
        margin-top: 0 !important;
    }

    .footer-link ul {
        flex-direction: column;
        gap: 10px !important;
        justify-content: center !important;
        text-align: center;
    }

    .pick-up-location,
    .dropp-location {
        width: 100% !important;
    }

    .footer-text {
        padding-top: 10px;
    }

    .footer .social-icons {
        justify-content: center !important;
    }

    .copy {
        text-align: center;
    }

    .commute-sec .plus-text.text-end .dummy-text {
        text-align: center !important;
    }

    .commute-sec .container-fluid.pe-5 {
        padding: 20px 20px 40px 20px !important;
    }

    .Commute-text.text-end {
        text-align: center !important;
        padding-left: 10px;
    }

    .sign-up.login-page .container-fluid.ps-5 {
        padding-left: 12px !important;
    }

    .real-text-box.stya-inform {
        margin-bottom: 12px;
    }

    .real-text-box.flex-pay {
        margin-top: 12px;
    }

    .car-img.text-end.position-absolute {
        display: none !important;
    }

    .col-md-7.px-0 {
        padding: 0 15px !important;
    }

    .col-md-5.ps-0 {
        padding-left: 15px !important;
    }

    .high-time {
        height: max-content !important;
    }

    .about-us-sec .col-md-4 {
        margin: 10px 0;
    }

    .location-input,
    .date-input {
        flex-flow: column;
    }

    .calculate-sec .row.py-5.px-5 {
        padding: 15px !important;
        flex-flow: column-reverse;
        gap: 20px;
    }

    html .w-50,
    html .w-25,
    html .w-75 {
        width: 100% !important;
    }

    .banner-sec {
        padding-bottom: 176px !important;
    }

    /* .banner-heading {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
} */
    .login-form {
        padding: 20px 20px;
    }

    .login-logo img {
        width: 200px;
    }

    .login-content h1 {
        font-size: 32px;
    }

    .admin-login .login-content h1 {
        font-size: 30px;
    }

    .otp-verified {
        flex-direction: column;
        position: unset;
        transform: unset;
    }

    .footer-link ul {
        flex-direction: column;
    }

    .r-heading h1 {
        font-size: 36px;
    }

    a.navbar-brand img {
        width: 200px;
    }

    .input-row {
        flex-direction: column;
    }

    .bs-heading {
        flex-direction: column;
    }

    .request-car-img {
        top: 100px;
    }

    .request-car-img img {
        width: 150px;
    }

    label.form-label {
        font-size: 14px;
    }

    .footer-logo img {
        width: auto;
        height: 100px;
    }

    .devil-content h1 {
        font-size: 50px;
    }

    .devli-logo img {
        width: 200px;
    }

    .coming-soon-page br {
        display: none;
    }

    .admin-forget .otp-input {
        width: 45px;
    }

    .col-md-3.side-bar-width {
        width: 100% !important;
    }

    .col-md-9.content-width {
        width: 100%;
    }

    .driver-info-box {
        flex-direction: column;
        gap: 15px;
    }

    .park-flex:after {
        bottom: 20px;
    }

    .pass-tab {
        flex-direction: column;
    }

    .search-card {
        flex-wrap: wrap;
        gap: 0px;
    }

    .pass-tab .tab-content {
        width: 100% !important;
    }

    .profile-avtar {
        flex-direction: column;
    }

    aside.sidebar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
        font-size: 15px;
        border: none;
        border-radius: 0px;
        height: auto !important;
        line-height: 17px !important;
        border-bottom: 1px solid #ddd;
        background: none !important;
        padding-bottom: 3px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* smooth scrolling */
        scroll-behavior: smooth;
    }

    .xdsoft_scrollbar {
        display: none !important;
    }

    .xdsoft_time_variant {
        grid-gap: 10px 10px !important;
    }
}

@media screen and (max-width: 999px) {
    button.navbar-toggler {
        padding-right: 0 !important;
    }

    span.navbar-toggler-icon {
        filter: grayscale(1) invert(1);
    }
}

@media screen and (max-width: 548px) {
    .cta-wrapper {
        max-width: 496px !important;
    }

    .cta-wrapper h2 {
        font-size: 31px;
    }

    .fs-48 {
        font-size: 25px;
    }

    .video-wrapper .video-heading {
        font-size: 25px;
    }

    .about-content h5 {
        font-size: 24px;
        line-height: 30px;
    }

    .about-content p {
        font-size: 14px;
    }

    .calculate-sec {
        margin: 50px 0;
    }

    .video-wrapper video {
        height: 325px;
    }

    .video-wrapper video {
        height: 325px;
    }

    .left-map img,
    .left-map #map {
        height: 474px !important;
    }

    .banner-heading {
        font-size: 43px;
    }

    .cta-banner img {
        margin-top: 40px;
    }

    .f-icon i {
        font-size: 17px;
    }

    .copy p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .compelete-btn {
        flex-flow: column;
    }

    .apporve-reject-btn {
        flex-flow: column;
    }

    .cta-wrapper {
        max-width: 364px !important;
    }

    .search-card {
        padding: 10px !important;
    }

    .roy-btn.note-count {
        gap: 4px;
        padding: 6px 10px !important;
    }

    .cta-wrapper h2 {
        font-size: 24px;
    }

    .heading-bg::after {
        width: 139px;
    }

    .roy-btn.ac-btn {
        gap: 7px;
        font-size: 0px;
        padding: 7px 7px !important;
        min-width: 100px;
    }

    .roy-btn.ac-btn.dropdown-toggle::after {
        font-size: 14px !important;
    }

    .apporve-reject-btn button {
        width: 100%;
    }

    .video-wrapper video {
        height: 261px;
    }

    .video-wrapper .video-heading {
        font-size: 23px;
    }

    .video-btn {
        padding: 2px;
        width: 54px;
        height: 53px;
    }
}

@media screen and (max-width: 380px) {
    .cta-wrapper {
        max-width: 354px !important;
    }
}

.n-content-box a {
    font-size: 16px;
    font-weight: 500;
}

.notify-box .n-img span.n-circle {
    display: none;
}

.a-notify-icon #header-notification-list,
.header-shape .bell-icon #header-notification-list {
    padding: 20px;
    background-color: #000;
    width: 320px;
}

.a-notify-icon #header-notification-list li.border-bottom,
.header-shape .bell-icon #header-notification-list li.border-bottom {
    border: none !important;
    background-color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    border-radius: 10px;
}

.a-notify-icon #header-notification-list a.dropdown-item.text-primary,
.header-shape .bell-icon #header-notification-list a.dropdown-item.text-primary {
    background: #fb980f;
    border-radius: 30px;
    color: #000 !important;
    font-size: 15px;
    padding: 10px;
}

.header-shape .bell-icon #header-notification-list {
    left: -30px;
    top: 56px;
}

.ride-search-icon {
    position: absolute;
    top: 12px;
    width: 20px;
    left: 14px;
}

/* */
.time_popup {
    display: flex;
    gap: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    z-index: 9999;
}

.wheel {
    width: 80px;
    height: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.wheel div {
    height: 40px;
    text-align: center;
    line-height: 40px;
    scroll-snap-align: center;
    font-size: 16px;
    cursor: pointer;
}

.wheel div.selected {
    background: #007bff;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
}

div#time_popup {
    height: 298px;
    width: 309px;
    margin-top: 11px;
}

button#time_done {
    background-color: #febf3d;
    border: none;
    padding: 7px 40px;
    border-radius: 12px;
    margin-top: 4%;
}

.card-payment-contaiiner {
    display: flex;
}

div#all-booking-container {
    display: flex;
}

div#booking-calendar-page {
    display: flex;
}

@media (max-width: 768px) and (min-width: 320px) {
    .time_popup {
        width: 100% !important;
    }

    .reschedule-booking-cleaner .col-3.mb-3 {
        width: 50% !important;
    }

    form#slotForm {
        padding: 20px 0px;
    }

    .slot_book_container {
        display: block;
    }

    div#timeSlots {
        width: 100%;
    }

    div#timeSlots button.btn.btn-outline-primary.slot-btn {
        min-width: 45%;
    }

    .flatpickr-calendar.animate.open.arrowTop.arrowLeft {
        left: 26px !important;
    }

    .login-img-banner img,
    .register-img-banner img {
        position: unset;
    }

    .register-img-banner,
    .login-img-banner {
        position: unset;
        height: auto;
    }

    div#book-service {
        padding-top: 0px;
    }

    .bookride-for-contnet .row {
        gap: 15px;
    }

    .card-payment-contaiiner {
        display: block !important;
    }

    .modal.show .modal-dialog {
        margin: 0px;
    }

    div#succces-modal-col {
        padding-right: 0px;
    }

    .calender-chart-row {
        display: block;
    }

    .col-md-7.mt-5.calendar-chart-col {
        padding: 20px 6px;
    }

    .fc .fc-toolbar {
        display: block;
    }

    .dashboard-main-content {
        padding: 20px 10px !important;
    }

    .cleaner-dashboard-cols-main {
        gap: 10px;
    }

    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
    }

    .table {
        min-width: 600px;
        /* Adjust according to your table content */
    }

    div#all-booking-container {
        display: block;
    }

    div#booking-calendar-page {
        display: block;
    }

    button#import {
        margin-top: 10px;
    }

    .fc-view-harness.fc-view-harness-active {
        height: 300px !important;
    }

    .cleaner-notification-dropdown ul#header-notification-list {
        transform: none !important;
        inset: 50px auto auto 0px !important;
        width: 120%;
    }

    input#want_addons {
        width: 7% !important;
        margin-right: 2%;
    }

    div#addon_services input {
        width: 7% !important;
    }

    .reschedule {
        width: auto;
        position: unset;
        margin-top: 9px;
    }

    .raise-ticket-col button.btn.btn-primary {
        float: none !important;
        margin-right: 10px !important;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .offcanvas-header .btn-close {
        --bs-btn-close-opacity: 1;
        width: 5em;
    }

    .offcanvas-body.sidebar-menu ul.navbar-nav {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}