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

body {
    font-family: Lexend Deca;
    padding: 90px 0px 0 300px;
}

.p-20 {
    padding: 20px;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

:root {
    --btn-primary: #41EAD4;
    --text-dark: #051626;
    --btn-secondary: #051626;
    --text-theme-color: #41EAD4;
    --bg-color: rgba(5, 22, 38, 0.05);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--btn-primary) !important;
    font-weight: 500;
    border: none;
    box-shadow: none;
    padding: 10px;
    border-radius: 15px;
}

.btn-secondary,
.btn-secondary:hover {
    background: var(--btn-secondary);
    font-weight: 500;
    padding: 10px;
    border-radius: 15px;
}

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

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

.border-end {
    border-right: 1px solid rgba(113, 172, 228, 0.15) !important;
}

.iti {
    display: block !important;
}



/* -------sign-in-wrapper start --------*/

.sign-in-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #051626;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sign-in .item img {
    height: 400px;
}

#sign-in .item p {
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

#sign-in::before {
    content: "";
    position: absolute;
    border-radius: 813px;
    background: rgba(65, 234, 212, 0.07);
    filter: blur(135px);
    top: 1.3em;
    left: 0.6em;
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}


.sign-in-from-logo img {
    width: 65px;
    height: 60px;
}

.sign-in-from-logo h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.sign-in-from .forgot-link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
}

.sign-in-from .form-control {
    border: none;
    background: rgba(5, 22, 38, 0.7);
    color: #fff;
    padding: 10px;
    box-shadow: none;
}

.form-control::placeholder {
    color: #FFF;
    opacity: 0.4;
}

.sign-in-from {
    position: relative;
    z-index: 1;
}

.sign-in-from::before {
    content: "";
    position: absolute;
    border-radius: 813px;
    background: rgba(65, 234, 212, 0.07);
    filter: blur(135px);
    top: 1.3em;
    left: 0.6em;
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}


.sign-in-from .register-link {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.sign-in-from .register-link a {
    color: #41EAD4;
    text-decoration: none;
}

.sign-in-from .social-link {
    width: 200px;
    margin: 35px auto;
}


.sign-in-from .select2-container--default .select2-selection--single {
    background: rgba(5, 22, 38, 0.7) !important;
    border: none !important;
}

.sign-in-from .select2-container .select2-selection--single {
    height: 45px !important;
    border-radius: 8px !important;
}

.sign-in-from .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.sign-in-from .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.sign-in-from .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 20px !important;
}

.sign-in-from .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px !important;
    height: 12px !important;
    border-color: transparent !important;
    border-top: 2px solid #41EAD4 !important;
    border-left: 2px solid #41EAD4 !important;
    transform: rotate(225deg) !important;
}

.sign-in-from .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    width: 12px !important;
    height: 12px !important;
    border-width: 0 !important;
    border-color: transparent !important;
    border-top: 2px solid #41EAD4 !important;
    border-left: 2px solid #41EAD4 !important;
    transform: rotate(45deg) !important;
    top: 20px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #011629 !important;
    color: #fffffc !important;


}

.sign-in-from .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.sign-in-from .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}






.sign-in-from .select2-dropdown {
    border-radius: 15px !important;

}

.sign-in-from.select2-container--default .select2-results>.select2-results__options {
    border-radius: 15px !important;
}

.sign-in-from .sign-in-line h2 {
    margin: 50px auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    max-width: 600px;
    text-transform: uppercase;
    position: relative;
}

.sign-in-from .sign-in-line h2:before {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #71ACE4;
    opacity: 0.2;
    left: 0;
    top: 50%;
    position: absolute;
}

.sign-in-from .sign-in-line h2:after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #71ACE4;
    opacity: 0.2;
    right: 0;
    top: 50%;
    position: absolute;
}

.password-wrapper input {
    padding-right: 50px !important;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #41EAD4;
    transform: translateY(-9px);
    cursor: pointer;
}

/* -------sign-in-wrapper end --------*/

/* -------sign-up-wrap start --------*/

.sign-up-wrap {
    border-top: 1px solid rgba(113, 172, 228, 0.15);
    border-bottom: 1px solid rgba(113, 172, 228, 0.15);
    padding: 15px 0;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sign-up-wrap::-webkit-scrollbar {
    display: none;
}

.sign-up-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sign-up-wrap .select2-container--default .select2-selection--single {
    border: 1px solid #41EAD4 !important;
}


.sign-up-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #41EAD4 !important;
}

.sign-up-wrap .form-label {
    color: #41EAD4;
    font-size: 16px;
    font-weight: 400;
}

.sign-up-wrap .form-check-label,
.sign-up-wrap .form-check-label a {
    color: #41EAD4;
    font-size: 16px;
    font-weight: 400;
}

.sign-up-wrap .form-check-input {
    border: 1px solid #41EAD4;
    background-color: transparent;
}

.sign-up-wrap .form-check-input:focus {
    box-shadow: none;
}

.sign-up-wrap .form-check-input:checked {
    background-color: #41EAD4;
    border-color: #41EAD4;
    box-shadow: none;
}

/* -------sign-up-wrap End --------*/

/* -------main-header start --------*/

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #051626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

.main-logo {
    width: 300px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.main-logo span i {
    font-size: 35px;
    color: #fff;
    display: none;
}

.main-logo img {
    width: 150px;
}

.header-profile {
    text-decoration: none;
    margin: 0 50px;
}

.header-profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.header-profile p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.header-profile h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

.sidebar-header {
    position: fixed;
    width: 300px;
    height: calc(100vh - 80px);
    top: 90px;
    left: 0;
    background: #051626;
    z-index: 9;
}

.sidebar-header ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    display: block;
    text-decoration: none;

}

.sidebar-header ul li.active a {
    background: #41EAD4;
    color: #051626;
}

.sidebar-header ul li.active svg {
    filter: invert(0%) sepia(40%) saturate(7446%) hue-rotate(228deg) brightness(0%) contrast(111%);
}

.sidebar-header .log-out-nav a {
    position: fixed;
    width: 300px;
    bottom: 0;
    padding: 15px;
    color: #C00505;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: #011629;
}

/* -------main-header End --------*/

/* -------log-out modal start --------*/

#log-out span,
#Delete span {
    color: #051626;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0;
}

#log-out p,
#Delete p {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

#log-out .modal-footer .btn,
#Delete .modal-footer .btn {
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #061B2A;
    color: #061B29;
    font-size: 16px;
    font-weight: 500;
}

#log-out .modal-footer .btn:hover,
#Delete .modal-footer .btn:hover {
    background: #051626;
    color: #41EAD4;
}

/* -------log-out modal End --------*/

/* -------profile start --------*/

.change-password-img img,
.change-email-img img,
.profile-img img {
    width: 500px;
}

.avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 15px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #41EAD4;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #00eaf2;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-img-wrap h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}

.notifications {
    position: relative;

}

.notifications .form-check-label {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px;
    background: rgba(5, 22, 38, 0.7);
    width: 100%;
    cursor: pointer;
}

.notifications .form-check-input:checked {
    background-color: #00eaf2;
    border-color: #00eaf2;
}

.notifications .form-check-input {
    position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%);
    box-shadow: none;
    cursor: pointer;
}

/* -------profile End --------*/

/* -------home-details-wrapper start --------*/

.title {
    padding: 20px 60px;
    margin: 10px 0 30px 0;

    background: var(--bg-color);
    border-radius: 15px;
    position: relative;
}

.title .back-icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    font-size: 20px;
    color: #000;
}

.title .dropdown {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    font-size: 20px;
    z-index: 1;
}

.title .dropdown .dropdown-menu {
    background: #F2F3F4;
}

.title .dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.title .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.title p {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.home-details-wrapper .form-label {
    color: #051626;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.select-vehicle-details h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.select-vehicle-details ul {
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.select-vehicle-details ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}


.vehicle .select2-container .select2-selection--single,
.bettery .select2-container .select2-selection--single,
.die .select2-container .select2-selection--single,
#ManualVehicle .select2-container .select2-selection--single,
#add-vehicle .select2-container .select2-selection--single,
#Vehicle .select2-container .select2-selection--single {
    height: 40px !important;
    background: var(--bg-color);
    border-radius: 10px;
    border: none;

}

.vehicle .select2-container--default .select2-selection--single .select2-selection__rendered,
.bettery .select2-container--default .select2-selection--single .select2-selection__rendered,
.die .select2-container--default .select2-selection--single .select2-selection__rendered,
#ManualVehicle .select2-container--default .select2-selection--single .select2-selection__rendered,
#add-vehicle .select2-container--default .select2-selection--single .select2-selection__rendered,
#Vehicle .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}

.vehicle .select2-container--default .select2-selection--single .select2-selection__clear,
.bettery .select2-container--default .select2-selection--single .select2-selection__clear,
.die .select2-container--default .select2-selection--single .select2-selection__clear,
#ManualVehicle .select2-container--default .select2-selection--single .select2-selection__clear,
#add-vehicle .select2-container--default .select2-selection--single .select2-selection__clear,
#Vehicle .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.vehicle .select2-container--default .select2-selection--single .select2-selection__arrow,
.bettery .select2-container--default .select2-selection--single .select2-selection__arrow,
.die .select2-container--default .select2-selection--single .select2-selection__arrow,
#ManualVehicle .select2-container--default .select2-selection--single .select2-selection__arrow,
#add-vehicle .select2-container--default .select2-selection--single .select2-selection__arrow,
#Vehicle .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 20px !important;
}

.vehicle .select2-container--default .select2-selection--single .select2-selection__arrow b,
.bettery .select2-container--default .select2-selection--single .select2-selection__arrow b,
.die .select2-container--default .select2-selection--single .select2-selection__arrow b,
#ManualVehicle .select2-container--default .select2-selection--single .select2-selection__arrow b,
#add-vehicle .select2-container--default .select2-selection--single .select2-selection__arrow b,
#Vehicle .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px !important;
    height: 12px !important;
    border-color: transparent !important;
    border-top: 2px solid #051626 !important;
    border-left: 2px solid #051626 !important;
    transform: rotate(225deg) !important;
}

.vehicle .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.bettery .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.die .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,

#ManualVehicle .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
#add-vehicle .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
#Vehicle .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    width: 12px !important;
    height: 12px !important;
    border-width: 0 !important;
    border-color: transparent !important;
    border-top: 2px solid #051626 !important;
    border-left: 2px solid #051626 !important;
    transform: rotate(45deg) !important;
    top: 20px !important;
}

.home-details-wrapper img,
.help-details-wrapper img,
.promocode-details-wrapper img,
.garage-details-wrapper img,
.referral-details-wrapper img,
.job-complated-wrapper img,
.schedule-wrapper img,
.select-service-wrapper img,
.payment-wrapper img,
.chat-banner-img {
    width: 500px;
    height: 500px;
    margin: auto;
    display: block;
    object-fit: contain;
}

/* -------home-details-wrapper end --------*/

/* -------help-details-wrapper start --------*/

.help-details-wrapper ul li a {
    display: block;
    color: #051626;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--bg-color);
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 25px;
    text-decoration: none;
}

/* -------help-details-wrapper end --------*/

/* -------promocode-details start --------*/

.promocode-details ul li label {
    color: #051626;
    font-size: 16px;
    font-weight: 700;
}

.promocode-details ul li {
    margin-bottom: 20px;
}

.promocode-details ul li p {
    color: #051626;
    font-size: 16px;
    font-weight: 400;
    background: var(--bg-color);
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* -------promocode-details End --------*/

/* -------garage-details-wrapper start --------*/

.garage-details-wrapper ul li .garage-profile img {
    width: 100px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 20px;
}

.garage-details-wrapper ul li .garage-profile {
    display: flex;
    align-items: center;
}

.garage-details-wrapper ul li .garage-profile h3 {
    color: #051626;
    font-size: 22px;
    font-weight: 500;
}

.garage-details-wrapper ul li .garage-profile p {
    color: #051626;
    font-size: 18px;
    font-weight: 400;
}

.garage-details-wrapper ul {
    height: calc(100vh - 230px);
    overflow-y: scroll;
}

.garage-details-wrapper ul::-webkit-scrollbar {
    display: none;
}

.garage-details-wrapper ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.garage-details-wrapper ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(5, 22, 38, 0.20);
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.10);
    padding: 18px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.garage-details-wrapper ul li .icon {
    display: flex;
    align-items: center;
}

.garage-details-wrapper ul li .icon a {
    margin: 0 10px;
    text-decoration: none;
}

.garage-details-wrapper .add-new-vehicle {
    color: #051626;
    font-size: 20px;
    font-weight: 700;
    background: rgba(5, 22, 38, 0.20);
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
}

/* -------garage-details-wrapper end --------*/

/* -------referral-details start --------*/

.referral-details h6 {
    color: #051626;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.referral-details h2 {
    color: #051626;
    font-size: 40px;
    font-weight: 500;
    opacity: 0.5;
}

.referral-details p {
    color: #051626;
    font-size: 25px;
    font-weight: 500;
    background: var(--bg-color);
    border-radius: 10px;
    text-align: center;
    width: 300px;
    padding: 10px;
    margin: 40px auto;
    display: block;
}

.referral-details .how-it-works {
    color: #41EAD4;
    font-size: 25px;
    font-weight: 500;
}

/* -------referral-details End --------*/

/* -------payment-details-wrapper start --------*/

.payment-details-wrapper ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.payment-wrapper .payment-details,
.payment-wrapper .add-card {
    width: 400px;
}

.payment-details-wrapper ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.payment-details-wrapper ul li,
.payment-wrapper .payment-details {
    padding: 15px;
    border-radius: 10px;
    background: var(--label-white-100, #FFF);
    border: 2px solid transparent;
    box-shadow: 0px 1.197px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 4.021px 17.869px 0px rgba(0, 0, 0, 0.05), 0px 18px 80px 0px rgba(0, 0, 0, 0.08);
}

.payment-details-wrapper ul li:hover {
    border: 2px solid #41EAD4;
}

.payment-details-wrapper ul li h3,
.payment-wrapper .payment-details h3 {
    color: #051626;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin: 30px 0;
}

.payment-details-wrapper .card-title,
.payment-wrapper .payment-details .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.payment-details-wrapper .card-title img,
.payment-wrapper .payment-details .card-title img {
    width: 80px;
    height: 50px;
}

.payment-details-wrapper .card-text p,
.payment-wrapper .payment-details .card-text p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}

.payment-details-wrapper .card-text span,
.payment-wrapper .payment-details .card-text span {
    color: var(--label-black-60, rgba(18, 18, 29, 0.60));
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
}

.payment-details-wrapper .add-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--bg-color);
}

.payment-details-wrapper .add-card span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    opacity: 0.5;
    display: block;
    margin-top: 20px;
}

.payment-wrapper .add-card a {
    border-radius: 15px;
    background: var(--bg-color);
    text-align: center;
    color: #000;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

/* -------payment-details-wrapper End --------*/


.select-service-wrapper .card {
    padding-top: 15px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.select-service-wrapper .card:hover {
    border: 2px solid #000;
}

.select-service-wrapper .card img {
    width: 50px;
    height: 50px;
    margin: auto;
}

.select-service-wrapper .card .card-title {
    text-align: center;
    color: #051626;
    font-size: 20px;
    font-weight: 400;
}

.gas-station {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gas-station h3 {
    color: #051626;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.6;
}

.gas-station a {
    color: #6167E7;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.select-service-wrapper ul li {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #CECECE;
    padding: 10px;
    margin-bottom: 20px;
}

.select-service-wrapper ul li h5 {
    color: #051626;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.select-service-wrapper ul li span {
    color: #00C85E;
    font-size: 20px;
    font-weight: 400;
}

.select-service-wrapper ul li:last-child {
    margin-bottom: 0;
}


.service-history-wrapper .card {
    padding: 0;
    border-radius: 15px;
    border: 1px solid rgba(5, 22, 38, 0.20);
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.10);
    height: 300px;
}

.service-history-wrapper .card .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #051626;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
    background: #fff;
    border-radius: 15px 15px 0 0;
}

.service-history-wrapper .card .card-footer {
    color: #051626;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    border-radius: 0 0 15px 15px;
}



#add-card .form-label {
    color: #051626;
    font-size: 16px;
    font-weight: 500;
}

#add-card .form-control,
#add-vehicle .form-control,
#Vehicle .form-control {
    border-radius: 10px;
    background: rgba(5, 22, 38, 0.05);
    border: none;
    box-shadow: none;
}

#add-card .close,
#add-vehicle .close,
#Vehicle .close {
    border-radius: 10px;
    background: #D9D9D9;
    border: none;
    padding: 5px 15px;
    font-size: 14px;
    position: absolute;
    right: 15px;
}

#add-card .form-control::placeholder,
#ManualVehicle .form-control::placeholder,
#add-vehicle .form-control::placeholder,
#Vehicle .form-control::placeholder {
    color: #051626;
}

#ManualVehicle .select2-container,
#add-vehicle .select2-container,
#Vehicle .select2-container {
    width: 100% !important;
}

#ManualVehicle .form-check-label,
#Vehicle .form-check-label {
    color: #051626;
    font-size: 16px;
    font-weight: 400;
}

#ManualVehicle .form-check-input,
#Vehicle .form-check-input {
    border-color: #051626;
    box-shadow: none;
}

#ManualVehicle p,
#Vehicle p {
    background: rgba(5, 22, 38, 0.05);
    border-radius: 10px;
    color: #2F80ED;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

#ManualVehicle .form-check-input:checked,
#Vehicle .form-check-input:checked {
    background-color: #051626;
}


.select2-container--open .select2-dropdown--below {
    z-index: 9999;
}


.job-complated-wrapper .complate-job-profile .form-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #051626;
    font-size: 20px;
    font-weight: 500;
}

.job-complated-wrapper .complate-job-profile .form-label span {
    color: #051626;
    font-size: 14px;
    font-weight: 400;
}

.job-complated-wrapper .complate-job-profile .tip {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}

.job-complated-wrapper .complate-job-profile .tip li.active a {
    background: #41EAD4;
}

.job-complated-wrapper .complate-job-profile .tip li a {
    border-radius: 9px;
    border: 1px solid #BEBEBE;
    background: #CDD0D4;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #051626;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

.complate-job-profile .profie,
.complate-job-profile .manually {
    position: relative;
}

.complate-job-profile .manually input {
    padding-right: 50px;
}

.complate-job-profile .manually span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.complate-job-profile .profie img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    display: block;

}

.complate-job-profile .profie span {
    border-radius: 5px;
    background: #051626;
    color: #41EAD4;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.complate-job-profile .star i {
    color: #E9E9E9;
    font-size: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.complate-job-profile .star i.active {
    color: #41EAD4;
    transform: scale(1.2);
}

.complate-job-profile .form-control,
#Datetime {
    background: #E9E9E9;
    box-shadow: none;
    border: none;
}

.complate-job-profile .form-control::placeholder,
#Datetime::placeholder {
    color: #000;
}


.schedule-wrapper ul li {
    display: flex;
    align-items: center;
    color: #051626;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
















/* -------------chat-wrapper-start --------------- */

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    height: calc(100vh - 250px);
    border-radius: 20px;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.msger-chat::-webkit-scrollbar {
    display: none;
}

.msger-chat {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.msger-chat::-webkit-scrollbar {
    width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.msg:last-of-type {
    margin: 0;
}

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.msg-bubble {
    max-width: 450px;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
    background: rgba(5, 22, 38, 0.1);
    padding: 10px;
    border-radius: 10px 15px 15px 0px;
}

.right-msg {
    flex-direction: row-reverse;
}

.right-msg .msg-bubble {
    color: #000;
    border-bottom-right-radius: 0;
    background: rgba(5, 22, 38, 0.1);
    padding: 10px;
    border-radius: 10px 15px 15px 0px;
}

.right-msg .msg-img {
    margin: 0 0 0 10px;
}

.msger-inputarea {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

.msger-inputarea .msger-send-btn {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: transparent;
}

.msger-input {
    flex: 1;
    background: #fff;
    padding: 15px 50px 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);

    font-size: 1em;
    border-radius: 15px;
    outline: none;
}

.msger-chat {
    background-color: #fff;
}

/* -------------chat-wrapper-end --------------- */

/* -----------PDF-modal-start --------- */

#PDF iframe {
    height: 200px;
}

#PDF ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #051626;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 5px;
}

#PDF ul li p {
    opacity: 0.5;
}

#PDF .location {
    padding: 10px 0;
    border-top: 1px solid rgba(5, 22, 38, 0.2);
    border-bottom: 1px solid rgba(5, 22, 38, 0.2);
}

#PDF .location ul li {
    display: flex;
    justify-content: normal;
    align-items: normal;
}

#PDF .location ul li h3 {
    color: #051626;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#PDF .location ul li p {
    color: #051626;
    font-size: 16px;
    font-weight: 300;
    opacity: inherit;
}

#PDF .location ul li span {
    color: #051626;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.4;
    display: block;
}

#PDF .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#PDF .total p {
    color: #051626;
    font-size: 20px;
    font-weight: 500;
}

#PDF .total span {
    color: #051626;
    font-size: 25px;
    font-weight: 500;
}

/* -----------PDF-modal-end --------- */

/*--------------- map-wrapper-start ------------------*/

.map-wrapper {
    position: relative;
}

.map-wrapper iframe {
    height: calc(100vh - 97px);
}

.where-are-you-wrapper,
.pick-up-wrapper,
.cancel-wrapper,
.provider-wrapper {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.pick-up-wrapper,
.cancel-wrapper,
.provider-wrapper {
    bottom: 50px;
    top: auto;
}

.where-are-you-wrapper .where-are-you,
.pick-up-wrapper .pick-up-btn,
.cancel-wrapper .searching-btn,
.cancel-wrapper .cancel-btn,
.provider-wrapper .provider-btn {
    background: rgba(5, 22, 38, 0.9);
    width: 450px;
    height: 70px;
    color: #41EAD4;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cancel-wrapper .cancel-btn {
    background: #fff;
    color: #C00505;
    border: 2px solid #C00505;
}

.service_main_wrap{
    position: absolute;
    top: 50px;
    left: 50%;
    bottom: 50px;
    top: auto;
    transform: translateX(-50%);
}

 .profile_wrapper {
    width: 450px;
    background: #fff;
    color: #051626;
    border: 1px solid #051626;
    padding: 10px;
    border-radius: 20px;
}

.profile_wrapper ul li {
    display: flex;
    align-items: center;
    padding: 2px 0;
}

.service_wrap .service-provider-btn {
    background: rgba(5, 22, 38, 0.9);
    width: 450px;
    height: 70px;
    color: #41EAD4;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.service_wrap .profile_wrap {
    width: 450px;
    background: #fff;
    color: #051626;
    border: 1px solid #051626;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.service_provide,
.service_arriving {
    background: #fff;
    color: #051626;
    border: 1px solid #051626;
    padding: 20px;
    border-radius: 20px;
}
.service_provide a,
.service_arriving a {
    background: #fff;
    color: #051626;
    border: 1px solid #051626;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 22px;
    font-weight: 600;
}

 .service_provide a:hover,
 .service_arriving a:hover {
    background: #051626;
    color: #FFF;
}

.service_provide input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 6px;
    background: linear-gradient(to right, #051626 50%, #ccc 50%);
    outline: none;
    transition: background 0.3s ease-in-out;
}

.service_provide input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #051626;
    cursor: pointer;
    margin-top: -4px;
    /* Align with track */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.service_provide input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #051626;
    cursor: pointer;
    border: none;
}

.service_provide input[type="range"]::-moz-range-track {
    background: transparent;
}

.service_provide .bling-dot {
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;
    animation: bling 1s infinite ease-in-out;
    margin-bottom: 10px;
  }

  @keyframes bling {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.5);
      opacity: 0.3;
    }
  }

  #ServiceCancelModal ul li {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
}

#ServiceCancelModal ul li:last-child {
    border-bottom: none;
}

#ServiceCancelModal .form-check-input:checked {
    background-color: #051626;
    border-color: #051626;
    box-shadow: none;
}

#ServiceCancelModal .form-control::placeholder {
    color: #000;
}

#Battery_Service ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
}

#Battery_Service ul {
    border-bottom: 1px solid #dee2e6;
}

#Battery_Service .offcanvas-footer {
    padding: 1rem;
}

#Battery_Service .total {
    border-top: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 700;
}

#Battery_Service .location ul li {
    align-items: baseline !important;
    justify-content: start !important;
}

#Battery_Service .location ul li h3 {
    font-size: 22px;
}

#Battery_Service .location ul li p {
    font-size: 16px;
}

#Battery_Service .btn-danger {
    font-weight: 500;
    padding: 10px;
    border-radius: 15px;
    background: transparent;
    color: #b02a37;
}

#Battery_Service .btn-danger:hover {
    background: #b02a37;
    color: #fff;
}






.where-are-you-wrapper .pickup-location ul {
    background: #fff;
    border-radius: 20px;
}

.where-are-you-wrapper .pickup-location ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(5, 22, 38, 0.09);
    padding: 5px;
}

.where-are-you-wrapper .pickup-location ul li:last-child {
    border-bottom: 1px solid transparent;
}

.where-are-you-wrapper .pickup-location ul li svg {
    width: 50px;
}

.where-are-you-wrapper .pickup-location ul li .form-control::placeholder {
    color: #051626;
}

.where-are-you-wrapper .pickup-location ul li .form-control {
    border-radius: 20px;
    box-shadow: none;
    border: none;
}

.where-are-you-wrapper .dropdown .btn {
    width: 10rem;
    text-align: left;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.where-are-you-wrapper .dropdown .dropdown-menu,
.where-are-you-wrapper .dropdown .dropdown-menu .dropdown-item {
    background: #051626;
    color: #fff;
}

.pick-up-wrapper .charge-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: none;
    width: 450px;
}

.pick-up-wrapper .charge-wrapper .charge-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pick-up-wrapper .charge-wrapper .charge-title h6,
.pick-up-wrapper .charge-wrapper .charge-title p {
    color: #051626;
    font-size: 16px;
    font-weight: 500;
}


.pick-up-wrapper .charge-wrapper .charge-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(5, 22, 38, 0.2);
    border-bottom: 1px solid rgba(5, 22, 38, 0.2);
    padding: 5px 0;
    margin: 10px 0;
}

.pick-up-wrapper .charge-wrapper .charge-card a {
    color: #000;
}

.pick-up-wrapper .charge-wrapper .charge-btn {
    margin: auto;
    display: block;
    max-width: max-content;
}

.pick-up-wrapper .charge-wrapper .charge-btn .btn {
    width: 180px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.provider-wrapper .cancel-book {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    width: 450px;
}

.provider-wrapper .cancel-book .cancel-book-btn {
    color: #EB5757;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #C00505;
    text-transform: uppercase;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.provider-wrapper .cancel-book .service-provider-btn {
    color: #41EAD4;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    background: #051626;
    text-decoration: none;
    padding: 10px;
    display: block;
    display: flex;
    align-items: center;
}

/*--------------- map-wrapper-end ------------------*/


.service-add {
    border-radius: 18px;
    background: linear-gradient(90deg, #E6E1FB 0%, #F3F6ED 50%, #FDE8FC 100%);

    padding: 10px;
}

.service-add .service-title {
    display: flex;
    align-items: center;
}

.service-add .service-title img {
    width: 80px;
    height: 80px;
    margin: inherit;
}

.service-add .service-title h3 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-add .service-title p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
}

.service-add .service-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service-add .service-details a {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 3.765px 7.53px 0px rgba(0, 0, 0, 0.18);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
}

.notification_Wrap {
    color: #41EAD4;
    font-size: 22px;
}

.notification-wrapper ul li {
    border-bottom: 1px solid #CECECE;
    padding: 10px 100px 10px 10px;
    cursor: pointer;
    position: relative;
}

.notification-wrapper .title a {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgb(255 0 0 / 20%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    z-index: 1;
}

.notification-wrapper ul li a {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgb(255 0 0 / 20%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    text-decoration: none;
    opacity: 0;
}

.notification-wrapper ul li:hover a {
    opacity: 1;
}

.notification-wrapper ul li:last-child {
    border-bottom: none;
}

#Notification_modal span {
    color: #051626;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0;
}
#Notification_modal p{
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
#Notification_modal .modal-footer .btn {
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #061B2A;
    color: #061B29;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
}



.subscriptions_wrapper .card {
    overflow: hidden;
}
.subscriptions_wrapper .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #051626;
    text-align: center;
}

.subscriptions_wrapper .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}

.subscriptions_wrapper .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.subscriptions_wrapper .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #051626;
    border-radius: 50%;
    font-size: 50px;
    color: #051626;
    transition: all 600ms ease;
}
.subscriptions_wrapper .icon-box p {
    background: #41EAD4;
    color: #051626;
    position: absolute;
    top: 23px;
    left: -45px;
    padding: 1px 49px;
    font-weight: 700;
    transform: rotate(326deg);
    font-size: 14px;
}

.subscriptions_wrapper .card:hover .icon-box i {
    transform: rotate(360deg);
}

.subscriptions_wrapper .price-box {
    position: relative;
    text-align: center;
    padding: 10px 5px;
}

.subscriptions_wrapper .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    color: #41EAD4;
}
.subscriptions_wrapper .price-box span {
    display: block;
    font-size: 16px;
    color: #051626;
    font-weight: 700;
}
.subscriptions_wrapper .price-box p {
    display: block;
    font-size: 14px;
    color: #051626;
}

.subscriptions_wrapper .features {
    position: relative;
    padding: 10px 30px;
    margin: 0 auto 20px;
}

.subscriptions_wrapper .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}
.subscriptions_wrapper .features li:last-child {
    border-bottom: 0;
}

.subscriptions_wrapper .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}

.subscriptions_wrapper .btn-box {
    position: relative;
    text-align: center;
}

.subscriptions_wrapper .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #051626;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #051626;
    transition: all 300ms ease;
}

.subscriptions_wrapper .btn-box a:hover {
    color: #051626;
    background-color: transparent;
    font-weight: 700;
}

.subscriptions_wrapper .card{
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    margin: 0 auto;
    border-bottom: 20px solid #051626;
}

.subscriptions_wrapper .restore-link{
    color: #051626;
    font-weight: 700;
}
  



@media (max-width:1399.98px) {

    .home-details-wrapper img,
    .help-details-wrapper img,
    .promocode-details-wrapper img,
    .garage-details-wrapper img,
    .referral-details-wrapper img,
    .job-complated-wrapper img,
    .schedule-wrapper img,
    .select-service-wrapper img,
    .payment-wrapper img,
    .chat-banner-img {
        width: 400px;
        height: 400px;
    }

    .profile_wrapper,.service_main_wrap,.service_wrap .profile_wrap,.service_wrap .service-provider-btn,.pick-up-wrapper .charge-wrapper{
        width: 400px;
    }

    .title p {
        font-size: 20px;
    }

    .payment-details-wrapper ul li h3 {
        font-size: 25px;
    }

    .payment-details-wrapper .card-title img {
        width: 65px;
    }

    .referral-details h2 {
        font-size: 30px;
    }

    .service-history-wrapper .card .card-title {
        font-size: 16px;
    }

    .service-history-wrapper .card {
        height: 250px;
    }

    .service-add {
        width: 100%;
    }

    .where-are-you-wrapper .where-are-you,
    .pick-up-wrapper .pick-up-btn,
    .cancel-wrapper .searching-btn,
    .cancel-wrapper .cancel-btn,
    .provider-wrapper .provider-btn {
        width: 400px;
        height: 65px;
        font-size: 17px;
    }

    .pick-up-wrapper .charge-wrapper,
    .provider-wrapper .cancel-book {
        width: 400px;
    }

    .pick-up-wrapper .charge-wrapper .charge-btn .btn {
        width: 150px;
        font-size: 16px;
    }

    .provider-wrapper .cancel-book .service-provider-btn {
        font-size: 12px;
    }


}







@media (max-width:991.98px) {
    .sidebar-header {
        top: 80px;
        transform: translate3d(-300px, 0, 0);
        transition: all 0.5s;
    }

    .sidebar-menu {
        transform: translate3d(0, 0, 0);
        transition: all 0.5s;
    }

    body {
        padding: 80px 0 20px 0;
    }

    .p-20 {
        padding: 10px;
    }

    .main-logo {
        width: 250px;
    }

    .main-logo img {
        width: 130px;
    }

    .main-header {
        height: 80px;
    }

    .header-profile img {
        width: 60px;
        height: 60px;
    }

    .main-logo span i {
        display: block;
        text-decoration: none;
        margin-right: 25px;
    }

    .title {
        margin-top: 5px;
    }

    .header-profile p {
        font-size: 12px;
    }

    .header-profile img {
        width: 50px;
        height: 50px;
    }

    .header-profile h3 {
        font-size: 16px;
    }

    .payment-details-wrapper ul li h3 {
        font-size: 25px;
        margin: 25px 0;
    }

    .payment-wrapper .payment-details,
    .payment-wrapper .add-card {
        width: 100%;
    }

    .msger {
        height: auto;
    }

    .garage-details-wrapper ul {
        height: auto;
    }
}

@media (max-width:767.98px) {

    .home-details-wrapper img,
    .help-details-wrapper img,
    .promocode-details-wrapper img,
    .garage-details-wrapper img,
    .referral-details-wrapper img,
    .job-complated-wrapper img,
    .schedule-wrapper img,
    .select-service-wrapper img,
    .payment-wrapper img,
    .chat-banner-img {
        width: 300px;
        height: 300px;
    }

    .sign-in-wrapper {
        overflow-y: scroll;
        height: 100%;
        padding: 50px 0;
    }

    #sign-in {
        margin-bottom: 20px;
    }

    .title p {
        font-size: 18px;
    }

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

    .garage-details-wrapper ul li .garage-profile h3 {
        font-size: 18px;
    }

    .garage-details-wrapper ul li .garage-profile p {
        font-size: 14px;
    }

    .garage-details-wrapper ul li .garage-profile img {
        height: 75px;
    }

    .garage-details-wrapper .add-new-vehicle {
        font-size: 18px;
        padding: 30px;
    }

    #sign-in .item img {
        height: 200px;
    }

    .border-end {
        border-right: none !important;
    }

    .sign-up-wrap {
        height: auto;
    }

    .change-password-img img,
    .change-email-img img,
    .profile-img img {
        width: 300px;
        margin-bottom: 40px;
    }

    .header-profile h3,
    .header-profile p {
        display: none;
    }

    .header-profile {
        margin: 0 20px;
    }

    .payment-details-wrapper ul {
        grid-template-columns: 1fr;
    }

    .where-are-you-wrapper .where-are-you,
    .pick-up-wrapper .pick-up-btn,
    .cancel-wrapper .searching-btn,
    .cancel-wrapper .cancel-btn,
    .provider-wrapper .provider-btn {
        width: 350px;
        height: 70px;
        font-size: 16px;
    }
    .profile_wrapper,.service_main_wrap,.service_wrap .profile_wrap,.service_wrap .service-provider-btn,.pick-up-wrapper .charge-wrapper{
        width: 350px;
    }

    .pick-up-wrapper .charge-wrapper .charge-btn .btn {
        width: 130px;
        font-size: 12px;
    }

    .provider-wrapper .cancel-book {
        grid-template-columns: auto;
    }

    .provider-wrapper .cancel-book .service-provider-btn {
        font-size: 12px;
    }

    .service-add .service-details {
        grid-template-columns: 1fr;
        gap: 10px;
    }


}



