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

body {
    font-family: Lexend Deca;

}


p {
    margin: 0;
}

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

:root {
    --btn-primary: #051626;
    --text-light: #fff;
}

.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);
}

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

.border-end {
    border-right: 1px solid rgba(0, 0, 0, 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: #F2A341;
    overflow-x: hidden;
    overflow-y: scroll;
}

.e-learning-wrapper,
.services-wrapper,
.battery-wrapper,
.document-wrapper,
.profile-wrapper,
.garage-details-wrapper,
.driver-license-wrapper,
.otp-verification-wrapper {
    width: 100%;
    min-height: 100vh;
    background: #F2A341;
    overflow: hidden;
    padding: 25px 40px;
}

.services-wrapper,
.battery-wrapper,
.profile-wrapper,
.driver-license-wrapper {
    height: auto;
    min-height: 100vh;
}

.help-details-wrapper,
.bank-wrapper,
.bank-account-wrapper,
.question-wrapper {
    padding: 25px 40px;
}

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

#sign-in .item p {
    color: #000;
    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: #000;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

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

.sign-in-from .form-control {
    border: none;
    background: rgba(184, 122, 46, 0.4);
    color: #fff;
    padding: 10px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.form-control::placeholder {
    color: #fff;
    opacity: 0.9;
}

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

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

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

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


.sign-in-from .select2-container--default .select2-selection--single {
    background: rgba(184, 122, 46, 0.4) !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: 42px !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 #fff !important;
    border-left: 2px solid #fff !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 #fff !important;
    border-left: 2px solid #fff !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;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}


.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: #000;
    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: #000;
    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: #000;
    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: #051626;
    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 #000 !important;
} */


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

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

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

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

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

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

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

.verification-wrapper .img-banner,
.document-wrapper .img-banner,
.profile-wrapper .img-banner,
.question-wrapper .img-banner,
.e-learning-wrapper .img-banner,
.driver-license-wrapper .img-banner {
    width: 450px;
    height: 450px;
    margin: auto;
    display: block;
}

.e-learning-wrapper .img-banner-wrapper,
.profile-wrapper .img-banner-wrapper,
.help-details-wrapper .img-banner-wrapper,
.bank-wrapper .img-banner-wrapper,
.document-details,
.otp-verification-wrapper .img-banner-wrapper {
    height: calc(100vh - 240px);
    display: flex;
    align-items: center;
}

.document-details {
    display: grid;
}



/* -------verification-wrapper start --------*/

.verification-wrapper .sign-in-from-logo {
    margin-bottom: 100px;
}

.verification-wrapper .verification-details h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.verification-wrapper .verification-details ul li,
.document-wrapper .document-details ul li {
    margin-bottom: 20px;
}

.verification-wrapper .verification-details ul li a,
.document-wrapper .document-details ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.verification-wrapper .verification-details .btn {
    color: #C00505;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #C00505;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.10);
}

/* -------verification-wrapper End --------*/

/* -------title start --------*/

.title {
    padding: 20px 60px;
    margin-bottom: 50px;
    background: rgba(5, 22, 38, 0.05);
    border-radius: 15px;
    position: relative;
}

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

.title .refresh-icon {
    right: 25px;
    left: auto;
}

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

/* -------title End --------*/

/* -------e-learning-details start --------*/

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

.e-learning-details li {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.e-learning-details li img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.e-learning-details li p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

/* -------e-learning-details End --------*/

/* -------services-wrapper start --------*/

.services-wrapper .card {
    height: 250px;
    position: relative;
}

.services-wrapper .card svg {
    position: absolute;
    right: 10px;
    top: 10px;
}

.services-wrapper .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services-wrapper .card .card-body img {
    height: 80px;
    object-fit: contain;
}

.services-wrapper .card .card-body h5 {
    color: #051626;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
}

/* -------services-wrapper End --------*/

/* -------battery-details start --------*/

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

.battery-details p>a {
    color: #51687E;
    font-weight: 400;
    text-decoration: none;
}

.battery-details .battery-video img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.battery-details .battery-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* -------battery-details 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 img,
.bank-wrapper img,
.otp-verification-wrapper .img-banner {
    width: 500px;
    height: 500px;
    margin: auto;
    display: block;
    object-fit: contain;
}

/* -------help-details-wrapper End --------*/

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

.profile-wrapper .avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 50px;
}

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

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

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

.profile-wrapper .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 4px solid #051626;
}

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

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

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

.profile-details h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.profile-details ul li {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.profile-details ul li i {
    color: #000;
    font-size: 10px;
}

.profile-details .btn {
    border-radius: 15px;
    background: #051626;
    padding: 10px;
    width: 50%;
    color: #FFF;
    margin-top: 20px;
}

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

/* -------bank-details start--------*/

.bank-details h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.bank-details p {
    color: #000;
    font-size: 50px;
    font-weight: 500;
}

.bank-details span {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    display: block;
    opacity: 0.7;
}

.bank-details .btn {
    border-radius: 15px;
    background: #051626;
    color: #FFF;
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 30px;
}

/* -------bank-details End--------*/

/* -------bank-account-details start--------*/

.bank-account-details {
    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);
    width: 80%;
    padding: 10px 20px;
    margin-top: 30px;
}

.bank-account-details h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 0;
}

.bank-account-details p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(5, 22, 38, 0.09);
    border-bottom: 1px solid rgba(5, 22, 38, 0.09);
    padding: 10px 0;
}

.bank-account-details p>span i {
    color: #00C85E;
}

.bank-account-details a {
    color: #00386C;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}

/* -------bank-account-details End--------*/

/* -------bank-account-wrapper start--------*/

.bank-account-wrapper label {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.bank-account-wrapper .form-control {
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.bank-account-wrapper .btn {
    border-radius: 15px;
    background: #051626;
    color: #FFF;
    padding: 10px;
}

/* -------bank-account-wrapper 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;
    background: #fff;
}

.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 img {
    width: 500px;
    height: 500px;
    margin: auto;
    display: block;
    object-fit: contain;
}

.garage-profile .Approved {
    color: #27AE60;
}

.garage-profile .Rejected {
    color: #EB5757;
}

.garage-profile .Pending {
    color: #051626;
    opacity: 0.4;
}

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

/* -------driver-license-wrapper start --------*/

.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: rgba(5, 22, 38, 0.05);
    border-radius: 7px;
    border: 1px dashed #000;
    transition: all 0.2s ease;
}

.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}

.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start.hidden {
    display: none;
}

.uploader #start i {
    font-size: 50px;
    margin-bottom: 1rem;
    color: #292D32;
    transition: all 0.2s ease-in-out;
}

.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response.hidden {
    display: none;
}

.uploader #response #messages {
    margin-bottom: 0.5rem;
}


.uploader label.hover #start2 i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}

.uploader #start2 {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start2.hidden {
    display: none;
}

.uploader #start2 i {
    font-size: 50px;
    margin-bottom: 1rem;
    color: #292D32;
    transition: all 0.2s ease-in-out;
}

.uploader #response2 {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response2.hidden {
    display: none;
}

.uploader #response2 #messages2 {
    margin-bottom: 0.5rem;
}

.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}


.uploader #file-image2 {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}

.uploader #file-image.hidden {
    display: none;
}
.uploader #file-image2.hidden {
    display: none;
}

.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.uploader #notimage2 {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.uploader #notimage.hidden {
    display: none;
}

.uploader #notimage2.hidden {
    display: none;
}

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader input[type=file] {
    display: none;
}

.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}

.uploader .btn {
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-weight: 700;
    font-size: 20px;
    padding: 0 1rem;
    color: #000 !important;
    cursor: pointer;
    display: block;
    text-decoration: underline;
    border: none;
}


.driver-license-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.driver-license-card h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.driver-license-wrapper label {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2px;
}

.driver-license-wrapper .form-control {
    background: rgba(5, 22, 38, 0.05);
    border: none;
    color: #000;
    box-shadow: none;
}

/* -------driver-license-wrapper End --------*/

/* -------question-details start --------*/

.question-details p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    background: #F2A341;
    padding: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.question-details ul li {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    padding: 10px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
}

.question-details ul li:hover {
    background: #F2A341;
}

.question-details .btn {
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background: #F2A341;
    padding: 10px;
}

.question-details-wrapper {
    display: flex;
}

.qustion-count {
    margin-left: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.qustion-count p {
    opacity: 0.8;
}

/* -------question-details End --------*/

/* -------result-modal start --------*/

#Result .btn {
    background: #051626;
    color: #fff;
}

#Result p {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

#Result img {
    width: 100px;
    height: 100px;
    margin: 10px;
}

/* -------result-modal End --------*/

/* -------add-vehicle-modal start --------*/

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

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

#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 .select2-container .select2-selection--single,
#add-vehicle .select2-container .select2-selection--single,
#Vehicle .select2-container .select2-selection--single {
    height: 40px !important;
    background: rgba(5, 22, 38, 0.05);
    border-radius: 10px;
    border: none;

}

#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;
}


#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;
}

#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;
}


#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;
}


#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;
}

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

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

/* -------add-vehicle-modal End --------*/

/* -------otp-verification-wrapper start --------*/

.otp-verification-wrapper .otp-verification-from h6 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.otp-verification-wrapper .otp-verification-from p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.otp-verification-wrapper .otp-btn {
    border-radius: 9px;
    background: #051626;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    margin: auto;
    max-width: max-content;
}

/* -------otp-verification-wrapper End --------*/

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

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

#log-out .modal-footer .btn,
#Delete .modal-footer .btn,
#mark_default_modal .modal-footer .btn,
#Exam .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,
#Exam .modal-footer .btn:hover {
    background: #F2A341;
    color: #fff;
    border-color: #F2A341;
}





@media (max-width:1399.98px) {

    .sign-in-from .sign-in-line h2:before,
    .sign-in-from .sign-in-line h2:after {
        width: 80px;
    }

    .verification-wrapper .img-banner,
    .e-learning-wrapper .img-banner,
    .help-details-wrapper img,
    .document-wrapper .img-banner,
    .driver-license-wrapper .img-banner,
    .question-wrapper .img-banner {
        width: 350px;
        height: 350px;
    }

    .e-learning-details {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .e-learning-details li img {
        width: 70px;
        height: 70px;
    }

    .battery-details .battery-video img {
        height: 200px;
    }

    .battery-details p {
        font-size: 18px;
    }
    .driver-license-card h3 {
        font-size: 14px;
        font-weight: 600;
    }
}


@media (max-width:991.98px) {

    .sign-in-from .sign-in-line h2:before,
    .sign-in-from .sign-in-line h2:after {
        width: 30px;
    }

    .verification-wrapper .img-banner {
        width: 250px;
        height: 250px;
    }

    .e-learning-wrapper .img-banner-wrapper,
    .profile-wrapper .img-banner-wrapper,
    .help-details-wrapper .img-banner-wrapper,
    .bank-wrapper .img-banner-wrapper,
    .document-details {
        height: auto;
        margin-top: 50px;
    }

    .question-wrapper .img-banner {
        margin-top: 50px;
    }

    .garage-details-wrapper ul,
    .garage-details-wrapper,
    .otp-verification-wrapper .img-banner-wrapper,
    .otp-verification-wrapper ,
    .otp-verification-wrapper {
        height: auto;
    }
    .document-wrapper{
        height: auto;
        min-height: 100vh;
    }

    .otp-verification-wrapper .img-banner {
        width: 400px;
        height: 400px;
    }

    .document-wrapper .border-end{
        border: none !important;
    }


}



@media (max-width:767.98px) {

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

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

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

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

    .sign-up-wrap,
    .e-learning-wrapper {
        height: auto;
    }

    .verification-wrapper .sign-in-from-logo {
        margin-bottom: 50px;
    }

    .verification-details {
        margin-top: 50px;
    }

    .e-learning-details {
        grid-template-columns: 1fr;
    }

    .e-learning-wrapper .img-banner,
    .profile-wrapper .img-banner,
    .help-details-wrapper img,
    .bank-wrapper img,
    .garage-details-wrapper img,
    .document-wrapper .img-banner,
    .driver-license-wrapper .img-banner,
    .otp-verification-wrapper .img-banner {
        width: 300px;
        height: 300px;
    }

    .services-wrapper,
    .battery-wrapper,
    .profile-wrapper,
    .help-details-wrapper,
    .bank-wrapper,
    .bank-account-wrapper,
    .garage-details-wrapper,
    .document-wrapper,
    .driver-license-wrapper,
    .otp-verification-wrapper,
    .e-learning-wrapper ,
    .question-wrapper {
        padding: 10px 15px;
    }

    .services-wrapper .card {
        height: 150px;
    }

    .services-wrapper .card .card-body img {
        height: 50px;
    }

    .services-wrapper .card .card-body h5 {
        margin-top: 15px;
        font-size: 16px;
    }

    .title {
        margin-bottom: 20px;
    }

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

    .bank-account-details {
        width: 100%;
    }

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

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

    .garage-details-wrapper ul li .garage-profile img {
        width: 80px;
        height: 80px;
        margin-right: 7px;
    }
    .garage-details-wrapper ul li{
        padding: 10px;
    }

    .garage-details-wrapper ul li .icon a svg {
        width: 20px;
        height: 20px;
    }

    .driver-license-card {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .battery-details p {
        font-size: 14px;
    }

    .profile-details h3 {
        font-size: 20px;
    }

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

    .profile-wrapper .avatar-upload {
        margin: 50px auto;
    }

    .bank-details p {
        font-size: 30px;
    }

    .bank-details span {
        font-size: 22px;
    }

    .bank-details h3 {
        font-size: 20px;
    }

    .bank-account-wrapper label ,
    .driver-license-wrapper label {
        font-size: 16px;
    }
    .question-details-wrapper{
        display: block;
    }
    .qustion-count{
        margin: 20px auto;
        display: block;
        font-size: 18px;
    }
    .question-wrapper .img-banner {
        margin-top: 0;
    }
}

.title p{
    font-weight: 700;
}
