/*!
Author: Wady
Author URI: https://wady.sa
*/

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Tajawal', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a {
    transition-duration: 1s;
}

a:hover,
a:focus {
    transition-duration: 1s;
}

.h2,
h2 {
    font-size: 50px;
    font-weight: bold;
}

.h5,
h5 {
    font-size: 21px;
}

ul {
    list-style-type: none;
    padding-inline-start: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: rtl;
}

button,
input,
optgroup,
select,
textarea {
    max-width: 100%;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #9ba2ad;
}

select:focus>option:checked {
    background-color: #00223A !important;
    color: #FFFFFF !important;
}

.form-check-input:checked {
    background-color: #00223A;
    border-color: #00223A;
}

.form-select,
.form-control {
    height: 60px;
    padding: 15px;
    border-radius: 20px;
    font-size: 14px;
    background: #F8F9F9;
    border: 0;
}

textarea.form-control {
    height: inherit;
}

.border-light {
    border-color: #ffffff15 !important;
}

.btn {
    padding-left: 40px;
    padding-right: 40px;
}

.card .card-body .btn {
    font-size: 14px;
}

.card tbody {
    font-size: 11px;
}


/* Header */

#site-header {
    background: url("../images/bg-h.jpg") center;
    background-size: cover;
    position: relative;
}

#site-header .overlay {
    background: #16202ad4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#site-header .navbar-collapse {
    justify-content: flex-end !important;
}

#site-header .navbar-brand {
    display: flex;
    flex-flow: column;
}

.navbar-brand img {
    width: 120px;
    margin-bottom: 5px;
}

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

#site-header a.nav-link {
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    color: #FFFFFF;
}

#site-header a.nav-link:hover {
    color: #4f8db9;
}

#site-header .header-title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}

#site-header .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 10px;
}

#site-header .btn:hover {
    background: #16202A;
}

#site-header .content-home {
    height: 71vh;
    padding-top: 5%;
}

#site-header .content-home h2 {
    font-size: 90px;
}

#site-header .content-home h4 {
    font-size: 42px;
}

#site-header .content-home .btn {
    padding: 12px 45px;
}

#site-header ul.dropdown-menu {
    margin-top: 10px;
    padding: 15px;
    border-radius: 15px;
}

#site-header hr.dropdown-divider {
    border-top: 1px solid #E8ECEF;
}

#site-header ul.dropdown-menu li i {
    margin-left: 10px;
}

nav.navbar .user-img {
    margin-top: -10px;
    height: 40px;
    width: 40px;
    object-fit: contain;
}

#site-header .bi-bell {
    position: relative;
}

#site-header .bi-bell span {
    position: absolute;
    top: 0;
    right: -6px;
    font-size: 10px;
    background-color: #4f8db9;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
}


/* Footer */

#site-footer {
    background-color: #222222;
    position: relative;
    color: #FFFFFF;
    font-weight: 300;
}

#site-footer h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin: 25px 0;
    font-weight: 700;
    color: #eee !important;
}

#site-footer ul.list-unstyled li {
    line-height: 40px;
    font-size: 14px;
}

#site-footer ul.list-unstyled li a {
    font-size: 14px;
    color: #E5E5E5;
    color: #c2c2c2;
    font-weight: 500;
}

#site-footer ul.list-unstyled li a:hover {
    color: #4f8db9;
}

#site-footer ul.list-unstyled li i {
    font-size: 13px;
    margin-left: 15px;
}

#site-footer .social-f a {
    color: #FFFFFF;
    margin: 10px;
}

#site-footer .social-f a:hover {
    color: #4f8db9;
}


/* All */

#smallCar {
    padding: 70px 0;
    background: url("../images/bg1.jpg") fixed center;
    background-size: cover;
}

#bigCar {
    padding: 70px 0;
    background: url("../images/bg2.jpg") fixed center;
    background-size: cover;
}

#contact .btn {
    height: 52px;
    width: 190px;
}

#contact .btn:hover {
    background: #16202A;
}

.card {
    padding-top: 25px;
    margin: 12px 0;
    border: none;
    min-height: 335px;
}

h3.card-title {
    font-size: 20px;
    font-weight: bold;
}

.limited1 {
    background: transparent url('../images/offer.png') no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 10px;
    top: -33px;
    color: #FFFFFF;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 
.limited2 {
    background: transparent url('../images/limited2.png') no-repeat;
    background-size: contain;
    height: 110px;
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
} */

.limited2 {
    background: transparent url('../images/offer2.png') no-repeat;
    background-size: 115% 115%;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 10px;
    top: -33px;
    color: #FFFFFF;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.limited1 p,
.limited2 p {
    font-size: 10px;
    font-weight: 500;
    /* transform: rotate(-39deg); */
    text-align: left;
    padding-block: 10px;
    width: 55px;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.ratings .bi-star {
    color: #9ba2ad;
}

.ratings .bi-star.checked {
    color: gold;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
    margin: auto;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.rating label .icon {
    float: right;
    color: transparent;
}

.rating label:last-child .icon {
    color: #DDDDDD;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: gold;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #DDDDDD;
}

.profile .user-img {
    /* margin-top: -65px; */
    z-index: 999;
    position: relative;
    text-align: center;
}

.profile .user-img img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 10px #eee;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}


/* nav#requests {
    margin-bottom: 30px;
} */


/* nav#requests button.nav-link {
    padding: 20px;
    color: rgb(51, 51, 51);
    border-color: transparent !important;
    margin-bottom: 0 !important;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid transparent !important;
} */

#qr-canvas {
    width: calc(100% - 20px);
    max-width: 400px;
    position: fixed;
    z-index: 99;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3%;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
}


/* nav#requests button.nav-link.active {
    color: #4f8db9;
    border-bottom: 3px solid #4f8db9 !important;
} */

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #4f8db9;
}

.btn-check:checked+.btn {
    border: 3px solid #4f8db9;
}


/* Progress bar */

ul.progress-bar-v {
    width: 100%;
    margin: 1px;
    padding: 0;
    font-size: 0;
    list-style: none;
}

li.section {
    display: inline-block;
    padding-top: 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #212529;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.section:before {
    content: 'x';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    background-color: #FFFFFF;
    border: 5px solid #DDDDDD;
    border-radius: 17px;
    line-height: 30px;
}

li.section.visited:before {
    border: none;
}

.status-bar {
    height: 3px;
    background: #DDDDDD;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.current-status {
    height: 3px;
    width: 0;
    border-radius: 1px;
    background: #4f8db9;
}

@keyframes changeBackground {
    from {
        background: #000
    }
    to {
        background: #4f8db9
    }
}

li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}

.camera {
    background-color: white;
    box-shadow: 0 0 10px #DDDDDD;
    height: 40px;
    width: 40px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px;
}

.whatsapp {
    background-color: #55CD6C;
    box-shadow: 0 0 10px #DDDDDD;
    height: 40px;
    width: 40px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
}


/* Multi form */

.header__btn {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.header__btn:last-child {
    margin-right: 0;
}

.header__btn:hover,
.header__btn.js-active {
    color: #fff;
    background-color: #2c2c2c;
}

.header__title {
    margin-bottom: 30px;
    font-size: 2.1rem;
}

.content {
    width: 95%;
    margin: 0 auto 50px;
}

.content__title {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.content__title--m-sm {
    margin-bottom: 10px;
}

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    right: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #eee;
    z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #4f8db9;
}

.multisteps-form__progress-btn.js-active:before {
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.multisteps-form__panel[data-animation=scaleOut] {
    transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
    left: 50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
    top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
    /* transform: scale(0.9); */
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    /* transform: scale(1); */
}


/* Otp */

.digit-group {
    /* width: fit-content; */
    border: 2px solid #4f8db9;
    padding: 10px;
    border-radius: 12px;
    margin: auto;
}

.digit-group select {
    width: 100%;
    height: 40px;
    border-radius: 10px;
}

.digit-group input {
    width: 30px;
    height: 50px;
    background-color: #0d6efd;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: white;
    margin: 0 2px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}


/* radio input */

.car_size_lable {
    display: flex;
}

.car_size_lable label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.car_size_lable label input {
    position: absolute;
    right: -9999px;
}


/* .car_size_lable label input:checked+span {
    background-color: #d6d6e5;
} */

.car_size_lable label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #007bff;
}

.car_size_lable label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}


/* .car_size_lable label span:hover {
    background-color: #d6d6e5;
} */

.car_size_lable label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #007bff;
    position: relative;
    left: 12px;
}


/*  Toggle Switch  */

.toggleSwitch span span {
    display: none;
}

.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 5px;
    cursor: pointer;
    width: 250px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    height: 40px;
}

.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
    outline: none;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch>span {
    position: absolute;
    left: 0;
    width: calc(100% - 6px);
    margin: 0;
    text-align: left;
    white-space: nowrap;
    margin: 0 3px;
    color: black;
}

.toggleSwitch>span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: auto;
    left: 0;
    top: -1px;
    opacity: 1;
    width: 40%;
    text-align: center;
    line-height: 34px;
    font-size: larg;
}

.toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    top: 3px;
    bottom: 3px;
    padding: 0;
    right: 3px;
    width: 50%;
    background-color: rgb(13, 202, 240);
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch a[data-option="smallCar"] {
    right: 3px;
    left: auto;
}

.toggleSwitch a[data-option="bigCar"] {
    right: auto;
    left: 3px;
}

.toggleSwitch>span span:first-of-type {
    opacity: 1;
    left: 0;
    margin: 0;
    width: 50%;
}

.toggleSwitch>span span:last-of-type {
    left: auto;
    right: 0;
    margin: 0;
    width: 50%;
}

.toggleSwitch>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    /* background-color: #fafafa;
	border: 1px solid #ccc; */
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~a {
    left: calc(50% - 3px);
}

.toggleSwitch input:checked~span:before {
    /* border-color: #0097D1;
	box-shadow: inset 0 0 0 30px #0097D1; */
}

.toggleSwitch input:checked~span span:first-of-type {
    left: 0;
    color: #999;
}

.toggleSwitch input:checked~span span:last-of-type {
    /* opacity: 1;
	color: #fff;	 */
    color: #FFF;
}


/* Switch Sizes */

.toggleSwitch.large {
    width: 60px;
    height: 27px;
}

.toggleSwitch.large a {
    width: 27px;
}

.toggleSwitch.large>span {
    height: 29px;
    line-height: 28px;
}

.toggleSwitch.large input:checked~a {
    left: 41px;
}

.toggleSwitch.large>span span {
    font-size: 1.1em;
}

.toggleSwitch.large>span span:first-of-type {
    left: 50%;
}

.toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
}

.toggleSwitch.xlarge a {
    width: 36px;
}

.toggleSwitch.xlarge>span {
    height: 38px;
    line-height: 37px;
}

.toggleSwitch.xlarge input:checked~a {
    left: 52px;
}

.toggleSwitch.xlarge>span span {
    font-size: 1.4em;
}

.toggleSwitch.xlarge>span span:first-of-type {
    left: 50%;
}


/*  End Toggle Switch  */


/* .btn-steps {
    flex-direction: row-reverse;
} */

.plate-container {
    width: fit-content;
    border: 2px solid #959595;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 600;
}

.plate-container>.row>.col-6>div {
    padding: 5px 20px;
    min-width: 145px;
    text-align: center;
    min-height: 30px;
    height: 100%;
}

.section-1 {
    border-left: 2px solid #959595;
    border-bottom: 2px solid #959595;
}

.section-2 {
    border-bottom: 2px solid #959595;
}

.section-3 {
    border-left: 2px solid #959595;
}

.nav-item.dropdown a {
    vertical-align: middle;
    display: inline-block;
}


/* RESPONSIVE */


/* @media (min-width: 992px) {
    .container {
        max-width: 1400px;
    }

    #site-header .navbar-collapse ul li:nth-child(4) {
        margin-left: 10rem;
    }
} */

.home_about #map {
    height: 100% !important;
    border-radius: 0 !important;
}

.home_contact {
    background-color: #f9f9f9;
}

.home_contact .form-control,
.home_contact .form-control:focus,
.home_contact .form-select:focus {
    background-color: #fff;
}

@media (min-width: 992px) and (max-width: 1310px) {
    /*
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-collapse {
        flex-basis: 100% !important;
        flex-grow: 1 !important;
        align-items: center;
    }
    */
    #site-header a.nav-link {
        font-size: 11px;
        white-space: nowrap;
    }
    #site-header .navbar-collapse ul li:nth-child(4) {
        margin-left: 0rem;
    }
}

@media (max-width: 62em) {
    .h2,
    h2 {
        font-size: 40px;
    }
    .h5,
    h5 {
        font-size: 16px;
    }
    .btn {
        padding-left: 30px;
        padding-right: 30px;
    }
    #site-header .btn {
        margin: 5px 10px;
    }
    #site-header .navbar-collapse {
        text-align: center;
    }
    #site-header .header-title {
        font-size: 26px;
        line-height: 26px;
        padding: 40px 0;
    }
    #site-header .content-home h2 {
        font-size: 60px;
    }
    #site-header .content-home h4 {
        font-size: 24px;
    }
    /* nav#requests button.nav-link {
        font-size: 12px;
    } */
    li.section {
        font-size: 11px;
    }
    table.table.table-hover {
        font-size: 14px;
    }
}

#site-header ul.dropdown-menu {
    margin-right: -60px;
}

.carousel-item img.d-block.w-100 {
    height: 87vh;
}

.carousel-caption {
    top: 30%;
}

.nav-pills .nav-link {
    border-radius: 50px;
    /* border: 1px solid #4f8db9; */
    margin: 5px;
    padding: 15px 25px;
    color: #4f8db9;
    font-weight: 700;
    box-shadow: 0px 0px 10px #e6e6e699;
    margin-inline: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #4f8db9;
}

@media (max-width: 40em) {
    #site-header ul.dropdown-menu {
        margin-right: 0;
    }
    .carousel-item img.d-block.w-100 {
        height: 45vh;
    }
}

.home-cards .card {
    border: none;
    box-shadow: 0px 0px 10px #e6e6e699;
    border-radius: 25px;
    padding: 44px 40px 15px 40px;
    height: 100%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.types-container {
    background-color: #fff;
}

.mr-auto {
    margin-right: auto;
}


/*
nav.navbar.navbar-expand-lg.navbar-dark.border-bottom.border-light.border-2 {
    z-index: 1;
}

div#carouselExampleCaptions {
    margin-top: -83px;
}
*/


/*toastr error*/

.toast-error {
    background-color: #e04c4c !important;
    /* Background color for error notifications */
    color: white !important;
    /* Text color for error notifications */
}

.toast-error .toast-title {
    color: white !important;
    /* Title text color for error notifications */
}

.toast-error .toast-message {
    color: white !important;
    /* Message text color for error notifications */
}

.toast-error button {
    color: white !important;
    /* Close button color for error notifications */
}


/*toastr error*/


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #4f8db9;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #808080;
}

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

.default-color {
    color: #4f8db9 !important;
}

.default-bg {
    background-color: #4f8db9;
}

nav.navbar {
    background: #fff;
    /* position: sticky; */
    /* top: 0;
    z-index: 999; */
}

.navbar-brand span {
    color: #808080;
    font-weight: 700;
    display: block;
    font-size: 11px;
}

nav.navbar a.nav-link {
    color: #646464;
    font-size: 14px;
    font-weight: 600;
}

.dropdown .user-img {
    box-shadow: 0px 0px 6px #d5d1d1b0;
}

.notifications span {
    position: absolute;
    right: -5px;
    background: #4f8db9;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    top: -5px;
    font-size: 13px;
}

nav.navbar .dropdown-menu li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

nav.navbar .dropdown-menu li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

nav.navbar .navbar-nav {
    text-align: start;
}

nav.navbar ul.dropdown-menu {
    margin-right: 0;
    border: none;
    box-shadow: 0px 0px 10px #eee;
}

#mainSlider .carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    background: #0000006b;
    height: 100%;
    top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainSlider .carousel-caption div {
    width: 40%;
}

#mainSlider .swiper-button-prev,
#mainSlider .swiper-button-next {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

#mainSlider .swiper-button-next:after,
#mainSlider .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

#mainSlider .swiper-button-next {
    left: 75px;
}

#mainSlider .swiper-button-prev {
    right: 75px;
    left: auto;
}

.carousel-caption .btn {
    border: 1px solid #fff;
    border-radius: 50px;
    padding-block: 12px;
    font-weight: 700;
    transition: all .3s ease;
}

.carousel-caption .btn:hover {
    background-color: #4f8db9;
    border: 1px solid #4f8db9;
}

.pageHeader {
    background-image: url(../images/pageHeader.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-blend-mode: overlay;
    background-color: #0000006b;
}

.pageHeader .header-title {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0;
}

.form-control,
.form-control:focus,
.form-select:focus {
    border-radius: 15px !important;
    height: 55px !important;
    font-weight: 700;
    background: #F8F9F9;
    border: none !important;
    /* box-shadow: 0 1px 5px 0px #a6a6a621; */
    box-shadow: none;
}

#contact .btn:hover {
    background: transparent !important;
    color: #4f8db9 !important;
    border: 1px solid #4f8db9;
}

textarea {
    height: auto !important;
}

.whiteCard {
    box-shadow: 0px 1px 10px #f2f2f2;
    border-radius: 15px;
    overflow: hidden;
}

.clientImg {
    height: 200px;
    min-height: 200px;
    object-fit: contain;
}

.modal-content {
    border-radius: 25px;
    outline: 0;
    border: none;
    box-shadow: 0px 0px 5px #eee;
    padding: 15px;
}

.default-btn,
.bordered-btn:hover {
    background-color: #4f8db9 !important;
    padding-block: 10px;
    border: 1px solid #4f8db9;
    color: #fff !important;
    height: 52px;
    line-height: 2;
    border-radius: 25px;
}

.btn-danger {
    height: 52px;
    line-height: 2;
}

.default-btn:hover,
.bordered-btn {
    background: transparent !important;
    color: #4f8db9 !important;
    border: 1px solid #4f8db9;
    padding-block: 10px;
    height: 52px;
    line-height: 2;
    border-radius: 25px;
}

.show-details,
.show-details:hover {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    line-height: 2.2;
    background-color: #4f8db9 !important;
    color: #fff !important;
}

.ordersTable {
    border-collapse: separate;
    border-spacing: 15px;
}

.ordersTable tbody tr {
    box-shadow: 0px 0px 8px #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
}

.ordersTable tbody tr td:first-child {
    border-radius: 0 10px 10px 0;
}

.ordersTable tbody tr td:last-child {
    border-radius: 10px 0 0px 10px;
}

.ordersTable td {
    vertical-align: middle;
    white-space: nowrap;
}

li {
    list-style: none;
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: -20px;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn {
    padding-top: 40px;
    font-weight: 700;
}

.multisteps-form__progress .multisteps-form__progress-btn.js-active:nth-child(2)::before,
.multisteps-form__progress .multisteps-form__progress-btn.js-active:nth-child(3)::before,
.multisteps-form__progress-btn.js-active {
    color: #4f8db9;
}

.multisteps-form__progress-btn {
    text-indent: 1px;
}

.multisteps-form__progress .multisteps-form__progress-btn:nth-child(1)::before {
    content: "\f21d";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    display: block;
    background: #ffffff;
    line-height: 1.8;
    font-size: 20px;
}

.multisteps-form__progress .multisteps-form__progress-btn:nth-child(2)::before {
    content: "\f017";
    font-family: "Font Awesome 6 Free";
    line-height: 1.8;
    font-size: 20px;
    display: block;
    background: #ffffff;
    color: #c7c7c7;
}

.multisteps-form__progress .multisteps-form__progress-btn:nth-child(3)::before {
    content: "\f1b9";
    font-family: "Font Awesome 6 Free";
    line-height: 1.8;
    font-size: 20px;
    display: block;
    background: #ffffff;
    color: #c7c7c7;
}

.car_size_lable label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #4f8db9;
}

.car_size_lable label span:before {
    box-shadow: inset 0 0 0 0.125em #4f8db9;
}

.btn:disabled {
    opacity: .5;
    background-color: #eee !important;
    color: #000 !important;
    border: none !important;
}

.remove-btn,
.edit-btn {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 2;
    margin-inline: 5px;
}

.remove-btn,
.remove-btn:hover {
    background: #d80000;
    color: #fff;
}

.edit-btn,
.edit-btn:hover {
    background-color: #4f8db9;
    color: #fff;
}

.alert-success,
.alert-danger {
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 20px;
}

#mainSlider .swiper-slide {
    height: 75vh;
    background-color: #fff;
}

#mainSlider .swiper-slide .sliderBg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paymentMethods .btn img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.errorPage h1 {
    font-weight: 300;
    font-size: 160px;
    line-height: 160px;
    letter-spacing: 0px;
    color: #E2E6E7;
}

.errorPage h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 160px;
    letter-spacing: 0px;
    color: #E2E6E7;
}

#mainSlider .swiper-slide .logo {
    width: 300px;
}

.branchesCard svg {
    width: 22px;
    transform: scaleX(-1);
}

.branchesCard nav {
    margin-bottom: 40px;
}

.branchesCard nav>div {
    margin-bottom: 21px;
}

.branchesCard .ordersTable td {
    vertical-align: middle;
    white-space: nowrap;
    padding-block: 15px;
}

.branchesCard .pagination-step {
    box-shadow: 0px 0px 10px #e6e6e699;
    border: none !important;
    border-radius: 5px !important;
    margin-inline: 5px;
    padding-inline: 15px !important;
    color: #4f8db9;
}

footer .logo {
    width: 222px;
}

.oneWash {
    border: 2px solid #E91B24 !important;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
    .navbar-brand {
        width: 202px;
    }
}

@media (max-width: 768px) {
    .ordersTable {
        font-size: 12px;
    }
    .show-details,
    .show-details:hover {
        width: 33px;
        height: 33px;
        font-size: 15px;
    }
    .form-row .form-group span:first-of-type {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .branchesCard .pagination-step {
        box-shadow: 0px 0px 10px #e6e6e699;
        border: none !important;
        border-radius: 5px !important;
        margin-inline: 2px;
        padding-inline: 9px !important;
        color: #4f8db9;
    }
    .branchesCard {
        border: none;
        box-shadow: 0px 0px 10px #e6e6e699;
        border-radius: 25px;
        padding: 5px;
        height: 100%;
        overflow-x: auto;
    }
    .branchesCard .form-row {
        gap: 15px;
        flex-direction: column;
        padding: 0px 20px;
    }
    .branchesCard .form-row .form-group {
        width: 100% !important;
    }
    #map {
        border-radius: 0px !important;
    }
    .plate-container>.row>.col-6>div {
        font-size: 15px;
    }
    .nav-item .lang {
        padding: 10px;
    }
    .home_about #map {
        height: 400px !important;
        border-radius: 0 !important;
    }
    .clientImg {
        height: 100px;
        min-height: 100px;
        object-fit: contain;
    }
    nav.navbar .dropdown-menu {
        position: relative;
    }
    nav.navbar .dropdown {
        text-align: start;
        margin-top: 20px;
    }
    #mainSlider .carousel-caption div {
        width: 70%;
        display: flex;
        flex-direction: column;
    }
    #mainSlider .swiper-button-prev {
        right: 10px;
        left: auto;
    }
    #mainSlider .swiper-button-next {
        left: 10px;
    }
    .pageHeader {
        height: 250px;
    }
    .pageHeader .header-title {
        font-size: 35px;
    }
    #mainSlider .swiper-slide {
        height: 250px;
    }
    #mainSlider .swiper-slide .sliderBg {
        height: 100%;
        object-fit: cover;
        min-height: inherit;
    }
    #mainSlider .swiper-slide .logo {
        width: 50%;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .branchesCard .form-row {
        column-gap: 20px;
        flex-direction: row;
        padding-right: 20px;
    }
    .branchesCard .form-row .form-group {
        width: 32% !important;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.tom-select-clean {
    border: none !important;
    background-color: #F8F9F9 !important;
    padding: 8px 12px;
    border-radius: 4px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
}

.ts-wrapper {
    border: none !important;
    background-color: #F8F9F9 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

.ts-control {
    background-color: #F8F9F9 !important;
    border: none !important;
}

.ts-dropdown {
    z-index: 9999 !important;
}

.infinity-car-name,
.infinity-branch-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.infinity-car-name h6,
.infinity-branch-name h6 {
    width: 25%
}

.infinity-car-name input,
.infinity-branch-name input {
    width: 100%
}

.nav-gap {
    gap: 10px;
}

.newlogin-nav-button {
    padding: 6px 15px;
    color: white;
    border: 1px solid var(--bs-cyan);
    background-color: var(--bs-cyan);
    border-radius: 5px;
    transition: 0.3s;
}

.newlogin-nav-button:hover {
    background-color: white;
    color: var(--bs-cyan);
}

.login-nav-button {
    padding: 6px 15px;
    color: var(--bs-cyan);
    border: 1px solid var(--bs-cyan);
    background-color: transparent;
    border-radius: 5px;
    transition: 0.3s;
}

.login-nav-button:hover {
    background-color: var(--bs-cyan);
    color: white;
}

.nav-lang {
    padding: 8px;
    background-color: transparent;
    border-radius: 5px;
    transition: 0.3s;
    display: block !important;
    width: 80px;
    text-align: center;
}

.nav-lang:hover {
    background-color: var(--bs-cyan);
    color: white !important;
}