:root {
  --white-color-FF: #FFFFFF;
  --white-color-F2: #F2F3F6;
  --white-color-F7: #F7F7F7;  
  --black-color-1E: #1E1E1E;
  --black-color-12: #121212;
  --gray-color-76: #767373;
  --gray-color-60: #606161;
  --gray-color-EE: #EEEEEE;
  --green-color-F1: #F1F9F9;
  --green-color-0A: #0A9A8F;
  --orange-color-FF:#FF6B00;
  --green-color-2B: #2BB642;
  --brown-color-EB: #EB001B;
  --padding-12: 12px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-34: 34px;
  --font-12: 12px;
  --font-14: 14px;
  --font-18: 18px;
  --font-22: 22px;
  --padding-4p: 4%;
  --padding-24: 24px;
}

@font-face {
  font-family: "Filson-Pro-400";
  src: url("./Fonts/FilsonPro/FilsonProRegular.otf");
}

body {
  direction: rtl;
  font-family: "Almarai", serif;
  font-weight: 300;
  font-style: normal;
  height: 100vh;
  /* background-color: #f6f7fb;f */
}

.almarai-light {
  font-family: "Almarai", serif;
  font-weight: 300;
  font-style: normal;
}

.almarai-regular {
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}

.almarai-bold {
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}

.extrabold {
  font-family: "Almarai", serif;
  font-weight: 800;
  font-style: normal;
}
.login-btn {
  background-color: var(--black-color-12);
  color: #FFFFFF;
  padding: 8px 10px;
  border:  none;
  border-radius: 34px;
}
.menu-list {
  background-color: var(--white-color-FF);
  border: 1px solid #F7F7F7;
}
.menu-list li {
  margin: 12px 24px;
}

.footer-style {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
}
.ul-style {
  flex-direction: row !important;
}
.content-center {
  align-content: center;
}
.padding-R {
  padding-right: 10px;
}
.card-style {
  padding: 9% 0px 32%;
  border: none;
}
.position-R {
  position: relative;
}
.phone-icon {
  position: absolute;
  top: 45px;
  left: 28px;
  color: #d6d6d6c2;
  font-size: var(--font-22);
}
.phone-input {
  padding: var(--padding-12);
  border-radius: var(--radius-12);
  align-content: center;
  border: 1px solid var(--gray-color-EE);
}
.text-style {
  font-size: var(--font-14);
  color: var(--gray-color-76);
}
.textAccount {
  font-size: var(--font-14);
  color: var(--gray-color-76);
}
.createAccount {
  background-color: var(--green-color-F1);
  border: 1px solid var(--green-color-0A);
  color: var(--black-color-12);
}
.text-color {
  color: var(--green-color-0A);
  font-size: var(--font-18);
}
a {
  color: var(--black-color-12);
  text-decoration: none !important;
}
.otpInput {
  border-radius: var(--radius-12);
  align-content: center;
  border: 1px solid #EEEEEE;
  padding: 12px;
  max-width: 23%;
  margin: 2px;
}
.font-20 {
  font-size: 20px;
}
.orange-font {
  color: var(--orange-color-FF);
  font-size: var(--font-14);
}
.home {
  margin-top: -9%;
  background-image: url("/assets/images/Rectangle-404.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 100%; */
  /* top: 0; */
  /* z-index: 0; */
}
/* .home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
  z-index: 1;
} */
.padding-T {
  padding-top: 28px;
}
.search-btn {
  background-color: var(--orange-color-FF);
  color: var(--white-color-FF);
}
.nav-style {
  position: absolute;
  top: 2%;
  right: 6%;
  z-index: 1;
  left: 6%;
}
.padding-b14 {
  padding-bottom: 14%;
}
.font-40 {
  font-size: 40px;
}
.font-FilsonPro {
  font-family: "Filson-Pro-400";
}
.icon-color {
  position: absolute;
  top: 30%;
  left: 20%;
  color: #767373;
  font-size: 24px;
}
.buttonStyle {
  background-color: var(--orange-color-FF);
  color: var(--white-color-FF);
  border: none;
  text-align: center;
  cursor: pointer;
}
.button-center {
  align-content: center;
}
.p-content {
  color: var(--gray-color-76);
  font-size: var(--font-14);
}
.width-icon {
  max-width: 34px;
}
.border-style {
  border: 1px solid #dadee22e;
}
.hidden-fileds {
  display: none;
}
.bg-button {
  background-color: #FFF2E8 ;
  border-radius: var(--radius-12);
  cursor: pointer;
}
.bg-shadow {
  box-shadow: 0px 4px 4px #FDCEAD !important;
  border-color: #FFF2E8 !important;
  background-color: #fff;
}
.bg-card {
  background-color: #FFF2E8;
  border-radius: 20px;
}
.shadow-card {
  box-shadow:  0px -0.5rem 1rem #00000026;
}

.input-style {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
}
.input-style-profile {
  padding: 4px;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
}
.check-radio {
  position: absolute;
  left: 42px;
  bottom: 20px;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: var(--orange-color-FF);
  border-color: var(--orange-color-FF);
  box-shadow: none;
}
.mouse-hand {
  cursor: pointer;
}
.select-style {
  border-radius: var(--radius-12);
  border-color: var(--gray-color-EE);
}
.button-bg {
  background-color: var(--black-color-12) !important;
  color: var(--white-color-FF);
}
.orders-ul li div.active {
  background-color: var(--black-color-12) !important;
  color: var(--white-color-FF);
}
.pt-14 {
  padding-top: 14%;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.balck-bg {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
}
.post {
  position: absolute;
  top: 31%;
  right: 3%;
  padding: 0% 4%;
}
.fonttext-14 {
  font-size: 14px;
}
.gray-color {
  color: var(--gray-color-76);
}
.Padding-t {
  padding-top: 12%;
}
.header-menu {
  position: absolute;
  width: 100%;
  top: 0;
}
.background-shadow {
  background-color: #00000082;
  /* margin-top: -9%; */
}
.content-body {
  padding-top: 9%;
  padding-bottom: 6rem;
}
.padding-container {
  padding-top: 12%;
  padding-bottom: 5%;
}
.green-color-F {
  color: var(--green-color-2B);
}
.padding-4p {
  padding: var(--padding-4p);
}
.card-border {
  border-color: #bdbdbd;
  border-radius: 6%;
}
.border-color-w {
  border-color: #bdbdbd;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ffffff !important;
}
.card-icons {
  position: absolute;
  background-color: #fefefe9c;
  z-index: 2;
  top: 8%;
  right: 7%;
  font-size: 12px;
  border-radius: 12px;
  padding: 3px 8px;
}
.studio-icons {
  position: absolute;
  background-color: #fefefe9c;
  z-index: 2;
  top: 8%;
  right: 30%;
  font-size: 12px;
  border-radius: 12px;
  padding: 3px 8px;
}
.card-icon1 {
  position: absolute;
  background-color: #ffffff60;
  padding: 8px 16px;
  border-radius: 40px;
  z-index: 2;
  top: 8%;
  right: 7%;
  font-size: 14px;
}
.card-icon2 {
  position: absolute;
  background-color: #ffffff60;
  z-index: 2;
  top: 8%;
  right: 30%;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 40px;
}
.card-icon3 {
  position: absolute;
  background-color: #ffffff60;
  z-index: 2;
  top: 8%;
  right: 52%;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 40px;
}
.font-22 {
  font-size: 22px;
}
.borderCard {
  border-radius: var(--radius-12);
  border-color: #eee;
}
.panner {
  /* display: flex; */
  border-radius: var(--radius-12);
  background-color: #F3F3F3;
  /* overflow: hidden; */
}
.font-30 {
  font-size: 30px;
}
.black-button {
  background-color: var(--black-color-12);
  color: #FFFFFF;
  cursor: pointer;
}
.bgo-color {
  background-color: #FFF2E8 ;
  color: var(--orange-color-FF);
}
.white-button {
  background-color: #fff;
  border-color: #EEEEEE;
}
.font-12 {
  font-size: 12px;
}
.agent-color {
  color: #8D8D8D;
}
.br-radius {
  border-radius: var(--radius-12);
}
.bg-modal {
  background-color: #000000b3;
}
.max-w {
  max-width: 850px !important;
}
.font-24 {
  font-size: 24px;
}
.space {
  white-space: nowrap;
}
.menu-button {
  background-color: #ffffff;
}
.z-index-1 {
  z-index: 3;
}
.profile-button {
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;

}
.classification-b {
  padding: 10px 86px;
  border: 1px solid #eee;
  position: relative;
}
.btn-background {
  background-color: var(--orange-color-FF);
  border-color: var(--orange-color-FF);
  color: #ffffff;
}
.red-color {
  color: red;
}
.green-color {
  color: var(--green-color-2B);
}
.delete-icon {
  position: absolute;
  right: 6px;
  top: 5px;
}
.width-UL {
  width: 290px;
  border-radius: var(--radius-12);
}
.icon-whatsapp {
  background-color: #16de16;
  color: #fff;
  font-size: 20px;
  border-radius: 12px;
}
.width-prcentage {
  width: 9%;
}
.orange-color {
  color: var(--orange-color-FF);
}
.dots-button {
  position: absolute;
  left: 4%;
  top: 5%;
  font-size: 25px;
  color: #fff;
}
.style-img {
  width: 200px;
  height: 170px;
  border-radius: 16px;
}
.right-move {
  right: 34%;
}
.div-style {
  padding: 10px 52px;
  border-radius: 50px;
  border: 1px solid #EEEEEE;
}
.div-style-price {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  /* padding-left: 82px; */
  text-align: center;
}
.width-24 {
  width: 24px;
  position: absolute;
  right: 4%;
}
.br-radius4 {
  border-radius: 4px;
}
.page-link {
  color: #121212;
}
.global-edit-icon {
  position: absolute;
  left: 5%;
  top: 32%;
  border-right: 2px solid #eee;
}
.padding-12 {
  padding: 12px;
}
.border-black {
  border: 1px solid #121212;
}
.green-2B {
  color: var(--green-color-2B);
}
.wallet-bg {
  background-color: #121212;
  border-radius: var(--radius-16);
}
.padding-24 {
  padding: var(--padding-24);
}
.credit-btn {
  padding: 10px 112px;
  border-radius: var(--radius-34);
}
.credit-button {
  padding: 10px;
  border-radius: var(--radius-34);
}
.types {
  padding: 16px 36px;
  border-radius: 16px;
}
.w-24 {
  width: 24px;
}
.filter-buttons {
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid #eee;
}
.scroll-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}


.style-image {
  max-width: 200px;
  background-color: #ebebeb;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}
.p-6 {
  padding: 6px;
}
.div-time {
  padding: 16px 8px;
  border-radius: 40px;
  background-color: #FFF2E8;
  text-align: center;
  color: var(--orange-color-FF);
  font-size: 14px;
}
.back {
  padding: 16px 24px;
  border-radius: 34px;
  background-color: #121212;
  color: var(--white-color-FF);
}
.width-800 {
  max-width: 800px !important ;
}
.bg-color-B {
  background-color: #000000a1;
}
.submit-button {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
  padding: 13px 16px;
  border-radius: 34px;
}
.black-color {
  color: var(--black-color-12);
}
.w-prcentage-12 {
  width: 12%;
}
.card-delete {
  position: absolute;
  left: 2%;
}
.m-left-10 {
  margin-left: 10px;
}
.padding-10 {
  padding: 10px;
}
.br-radius-16 {
  border-radius: 16px;
}
.width-120 {
  width: 120px;
}
.reservation-style {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #ebebeb;
  display: inline-block;
}
.retrieve {
  padding: 8px 16px;
  border-radius: 40px;
  border: 1px solid #eee;
}
.width-100 {
  width: 100px;
}
.br-radius-50 {
  border-radius: 50%;
}
.map-btn {
  padding: 13px 16px;
  border: 1px solid #eee;
  border-radius: 47px;
}
.cancel-btn {
  padding: 16px 24px;
  border: 1px solid #000000;
  border-radius: 34px;
}
.select-time {
  padding: 16px;
  border-radius: 16px;
}
.padding-style {
  padding: 13px 16px;
  border-radius: 34px;
}
.logo-card {
  position: absolute;
  top: 45%;
  left: 3%;
}
.btn-close:focus {
  box-shadow: none;
}
.v3dp__clearable {
  display: inline;
  position: absolute !important;
  left: 20px !important;
  cursor: pointer;
  bottom: 20px !important;
}
.width-140 {
  width: 140px;
}
.invoice {
  background-color: #F5F5F5;
  border-radius: 64px;
  padding: 8px;
}
.border-EEE {
  border: 1px solid #eee;
}
.owner {
  padding: 8px;
  border-radius: 40px;
  background-color: #FFF4EB;
  color: #FF6B00;
}
.profileStep {
  display: flex;
  background-color: #FFF2E8;
  border-radius: 16px;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  justify-content: space-between;
}
.small-Font {
  font-size: 14px;
  color: var(--gray-color-76);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}

.btn:hover {
  color: #fff;
  background-color: var(--orange-color-FF);
}
.nav {
  --bs-nav-link-padding-x: 7rem !important;
}
.nav-style-ul {
  padding: 4px;
  border-radius: 82px;
}
.accordion-button::after {
  margin-right: 12px !important;
}
/* .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #444444 !important;
} */
.question-icon {
  background-color: #FF6B00;
  color: #E7E7E7;
}
.accordion-button {
  border: 0.9px solid  #f2a56e !important;
  /* box-shadow: 0 0 0 0.10rem #ff6b0096 !important; */
  box-shadow: none !important;
}
/* .accordion-item button:not(.collapsed) i {
  background-color: #FF6B00;
  color: #E7E7E7;
} */
.accordion-item i {
  background-color: #FF6B00;
  color: #E7E7E7;
}
.accordion-button:not(.collapsed) {
  color: var(--black-color-12);
  background-color: #fefefe;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.width-56 {
  width: 56px;
}
.br-right {
  border-right: 1px solid #c5b754;
}

.line {
  display: inline-block;
  background-color: #425538;
  height: 3px;
  width: 30px;
  margin-bottom: 5px;
}
.heart-icon {
  background-color: #ffffffd9;
  padding: 16px;
  border-radius: 40px;
  z-index: 2;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 4%;
  top: 6%;
  border: 1px solid #FF6B00;
}
.heart-icon-1 {
  position: absolute;
  background-color: #ffffffd9;
  padding: 16px;
  border-radius: 40px;
  z-index: 2;
  width: 32px;
  height: 32px;
  left: 8%;
  top: 8%;
}
.favorite {
  position: absolute;
  background-color: #ffffffd9;
  padding: 20px;
  border-radius: 40px;
  z-index: 2;
  left: 2%;
  top: 2%;
  cursor: pointer;
  border: 1px solid #FF6B00;
}
.favorite-icon {
  position: absolute;
  left: 12%;
  top: 14%;
  color: var(--orange-color-FF);
  font-size: 30px;
}
.favorite-icon-remove {
  position: absolute;
  left: 12%;
  top: 14%;
  color: #BEBEBE;
  font-size: 30px;
}
.heart {
  position: absolute;
  left: 22%;
  top: 20%;
  color: #BEBEBE;
  font-size: 18px;
}
.orange-Heart {
  position: absolute;
  left: 22%;
  top: 20%;
  color: var(--orange-color-FF);
  font-size: 18px;
}
.way {
  background-color: #eeeeee60;
  border-radius: 40px;
  padding: 8px 16px;
}
.img-width {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
.font-36 {
  font-size: 36px;
}
.plus-icon {
  vertical-align: middle;
  font-size: 16px;
}
.border-dash {
  border-right-style: dashed;
  border-right-color: #ADADAD;
  border-right-width: 2px;
}
.button-steps {
  position: absolute;
  top: 64%;
  right: -13px;
}
.inActive {
  color: #1E1E1E !important;
  font-family: "Almarai", serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
}
.gray-B4 {
  color: #B4B4B4;
}
.pagination-style {
  color: #FF6B00;
  font-size: 22px;
  font-weight: bold;
  align-content: center;
  margin: 0px 12px;
}
.pagination-padding {
  padding: 6px 30px;
}
.tag-style {
  background-color: #ffffff60;
  /* padding: 8px 12px; */
  padding: 8px;
  border-radius: 20px;
  font-size: 12px;
  z-index: 2;
}
.position-Abso {
  position: absolute;
  right: 12%;
}
.img-panner {
  width: 1220px;
  height: 640px;
}

.width-48 {
  width: 48px !important;
}

/* .active {
  font-family: "Almarai", serif;
  font-weight: 800;
  font-style: normal;
} */
.vertical-sub {
  vertical-align: sub;
}
.button-dropdown {
  border: 1px solid rgb(205, 201, 201);
  box-shadow: rgb(108 108 108 / 35%) 2px 2px 4px;
}
.padding-right {
  padding-right: 6rem;
}
.number {
  font-size: 28px;
  padding: 8px;
  background-color: antiquewhite;
  color: var(--orange-color-FF);
  text-align: center;
}
.readMore {
  max-width: 500px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.readLess {
  overflow: visible;
}

.vuecal__cell--selected {
  background-color: #ff6b0094 !important;
  z-index: 2 !important;
}

.nav-tabs {
  border-bottom: #fff !important;
}
.nav-link {
  color: #000000;
}
.profileStep .active {
  border-color: #fff !important;
  box-shadow: 0px 4px 4px #FDCEAD !important;
}

.logo {
  width: 124px;
  height: 124px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #FF6B00;
}
.logoProfile {
  font-size: 100px;
  color: #eaeaea;
}
.blog_image {
  border-radius: 12px;
}
a:hover {
  color: var(--black-color-12) !important;
}


.blog-card {
  border-color: #eee;
  border-radius: 16px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #aeaeae75;
  outline: 0;
  box-shadow: none !important;
}
.btn_light {
  padding: 6px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #121212;
  white-space: normal;
  font-size: 14px;
}
.btn_light-L {
  padding: 13px 16px;
  text-align: center;
  border-radius: 34px;
  border: 1px solid #121212;
}
.text-style-green {
  color: var(--green-color-2B);
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.gray-color-60 {
  color: var(--gray-color-60);
}
.max-h {
  max-height: 600px !important; 
}
.brown-color {
  color: var(--brown-color-EB);
}
.terms-condtitions ul li {
  padding-top: 7px;
  padding-right: 7px;
  white-space: break-spaces;
  word-spacing: 1px;
}
.terms-condtitions li span {
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
  white-space: break-spaces;
  word-spacing: 1px;
}
.terms-condtitions h6 {
  white-space: break-spaces;
  word-spacing: 1px;
}
.GeneralProvisions li {
  list-style: auto;
}

.ul-style li {
  margin: 0px 10px;
  cursor: pointer;
} 
.ul-style li  a{
  color: var(--white-color-FF);
  text-decoration: none !important;
}
.ul-style li a span:hover {
  color: #fff !important;
}
.agent-logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.button-padding {
  padding: 16px;
  border-radius: 53px;
}
.financial h6 {
  font-size: 14px;
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--gray-color-76);
}
.moreKnow-btn {
  padding: 16px;
  background-color: #000;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.iconsHouse li {
  padding: 8px 0px;
}
.iconsHouse li span {
  padding: 0px 3px;
}
.notifications {
  /* border: 2px solid #ff6b00; */
  background-color: #fefefe;
  width: 280px;
  height: 60vh;
  overflow-y: scroll;
  padding: 10px;
  border-radius: 12px;
}
.notifications h6 {
  text-align: start;
}
.notifications li {
  padding: 6px;
  text-align: start;
}
.notifications img {
  padding: 6px;
  background-color: #f5f5f5;
  border-radius: 12px;
  /* margin-right: 6px; */
}

.countedIcons .icons {
  padding: 4px 0px;
  border-radius: 12px;
  background-color: #e8e8e8;
  text-align: center;
  margin: 0px 6px;
  font-size: 14px;
  align-content: center;
}
.countedIcons .icons .icon_style {
  display: inline-block;
}
.padding-Bottom {
  padding-bottom: 4px;
}
.gm-style-iw-c {
  width: 500px !important;
}
.price {
  color: var(--green-color-2B);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}
.location {
  color: var(--gray-color-76);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.location span:nth-child(3) {
  margin-right: 5px;
}
.location span:nth-child(2) {
  margin-right: 3px;
}
.mapIcons {
  margin-right: 0px !important;
  margin-left: 0px !important;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.text-one {
  text-align: center;
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.Advertisement {
  justify-content: center;
  padding: 3rem 0.1rem 0.5rem;
  cursor: pointer;
}
.login{
  justify-content: center;
  padding: 1rem 0.8rem 3rem;
}
.register{
  justify-content: center;
  padding: 1.1rem 0.9rem;
}
.green-color {
  color: #22c55e;
}
.success {
  padding: 3rem 0.8rem;
}
.success-icon {
  font-size: 4rem;
}
.credit-card  {
  font-size: 3rem;
  color: #EB001B;
}
.xmark {
  color: #EB001B;
  position: absolute;
  bottom: -24%;
  left: 47%;
}
.paymentFailed{
  justify-content: center;
  margin: 0px;
  padding: 3rem 0.9rem;
}
.gray-text {
  /* font-size: 14px; */
  color: var(--gray-color-76);
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
}
.favorite-Maps {
  position: absolute;
  right: 2%;
  bottom: 25%;
  color: var(--gray-color-60);
  font-size: 38px;
}
.favorite-Active {
  position: absolute;
  right: 2%;
  bottom: 25%;
  color: var(--orange-color-FF);
  font-size: 38px;
}
.full-padding {
  padding: 1rem 0rem 15.5rem;
}
.br-radius-24 {
  border-radius: 24px;
}
.about {
  padding-bottom: 3rem;
}
.bg-card-linear {
  background-image: linear-gradient(#FF6B00,#FFB682);
  padding: 1rem;
  font-size: 20px;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.gm-style .gm-style-iw-d {
  overflow: visible !important;
}
.orange-btn {
  background-color: var(--orange-color-FF);
  color: var(--white-color-FF);
  padding: 13px 16px;
  border-radius: 34px;
  border: none;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}

.btn-black {
  background-color: var(--black-color-12);
  color: var(--white-color-FF);
  padding: 13px 16px;
  border-radius: 34px;
  border: none;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
}
.logo-width {
  width: 7%;
}
.maintenanceLogo {
  width: 25%;
}
.maintenance {
  padding: 8px 16px;
  border-radius: 9px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  position: relative;
}
.dropdownList {
  text-align: start;
  padding: 14px;
  cursor: pointer;
  height: 100vh;
  overflow-y: scroll;
}
.dropdownList li {
  padding: 6px;
  cursor: pointer;
}
.dropdownList li  img{
  width: 12%;
  margin: 0 8px;
}
.dropdownList .fa-chevron-left {
  float: inline-end;
  font-size: 10px;
  padding-top: 10px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: #e2e2e2;
}
.changePassword {
  padding: 10px 60px;
  background-color: #f6f6f6;
  border-radius: 12px;
}
.swiper-img {
  width: 100% !important;
  max-height: 600px !important;
  cursor: pointer;
}
.default-Img {
  width: 100%;
  border-radius: 12px;
}
.text-title {
  padding-top: 8px;
  font-size: 14px;
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
}
.socialMediaFooter .col-auto {
  padding: 0px 5px;
}
.socialMediaFooter .col-auto:nth-child(1) {
  text-align: right;
  padding-left: 1rem;
}
.form-select {
  background-position: left .75rem center;
}
.form-select:focus {
  border-color: #e3e4e7;
  outline: 0;
  box-shadow: 0 0 0 0.20rem rgb(48 48 48 / 3%);
}
.linkedin:hover {
  background-color: #1a0dab;
  border-radius: 34px;
}
.facebook:hover {
  background-color: #0b57d0;
  border-radius: 34px;
}
.instagram:hover {
  background: radial-gradient(
  circle at 30% 107%,
  #feda75 0%,
  #fa7e1e 40%,
  #d62976 60%,
  #962fbf 80%,
  #4f5bd5 100%
);
  border-radius: 34px;
}
.twitter:hover {
  background-color: #1DA1F2;
  border-radius: 34px;
}
.youtube:hover {
  background-color: #FF0000;
  border-radius: 34px;
}
.snapchat:hover {
  background-color: #c8c600;
  border-radius: 34px;
}
.tiktok:hover {
  background-image: linear-gradient(#25F4EE,#FE2C55);
  border-radius: 34px;
}

.linkedin-A:hover {
  background-color: #1a0dab !important;
  border-radius: 34px;
  color: #fff !important;
}
.facebook-A:hover {
  background-color: #0b57d0 !important;
  border-radius: 34px;
  color: #fff !important;
}
.instagram-A:hover {
  background: radial-gradient(
  circle at 30% 107%,
  #feda75 0%,
  #fa7e1e 40%,
  #d62976 60%,
  #962fbf 80%,
  #4f5bd5 100%
);
  border-radius: 34px;
}
.twitter-A:hover {
  background-color: #1DA1F2 !important;
  border-radius: 34px;
  color: #fff !important;
}
.youtube-A:hover {
  background-color: #FF0000 !important;
  border-radius: 34px;
  color: #fff !important;
}
.snapchat-A:hover {
  background-color: #c8c600 !important;
  border-radius: 34px;
  color: #fff !important;
}
.tiktok-A:hover {
  background-image: linear-gradient(#25F4EE,#FE2C55);
  border-radius: 34px;
  color: #fff !important;
}
.search {
  padding: 6px 0px;
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  text-align: end;
  padding: 2px 8px;
}

.eyes-Icons {
  position: absolute;
  left: 28px;
  top: 50px;
  cursor: pointer;
  color: #909090;
}

.eyes-Icons-2 {
  position: absolute;
  left: 34px;
  right: auto;
  top: 56px;
  cursor: pointer;
  color: #909090;
}

.changePassword-eyes {
  position: absolute;
  left: 34px;
  right: auto;
  top: 42px;
  cursor: pointer;
  color: #909090;
}
.forgetPassword-eyes {
  position: absolute;
  left: 34px;
  right: auto;
  top: 50px;
  cursor: pointer;
  color: #909090;
}

.fa-building-columns {
  color: #2BB642;
  font-size: 24px;
  padding-right: 5px;
}
.select2-selection {
  border: none !important;
}
.errorPage .col {
  text-align: center;
}
.errorPage .col div:nth-child(1) {
  font-size: 43px;
  font-weight: bold;
}
.errorPage .col p {
  font-size: 43px;
  font-weight: 500;
  text-transform: capitalize;
  /* color: #ff0000; */
}
.random {
  padding-bottom: 3rem;
}
.preLine {
  white-space: pre-line;
}
.padding-Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.max-height-img {
  max-height: 250px;
}
.aboutUs .col-auto img {
  background-color: #4d4d4d;
  border-radius: 34px;
  border: none !important;
}

/* begin:Finance_Requests CSS */

.finance .card {
  background-color: #f3f3f3;
  border: 1px solid #eee;
  border-radius: 12px;
}
.finance .card .finance-Icons {
  position: absolute;
  top: 47%;
  left: 4%;
  font-size: 28px;
  color: darkorange;
}
/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.requests div {
  padding: 12px 20px;
  border: 1px solid #eee;
  border-radius: 40px;
  cursor: pointer;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.placeHolder {
  justify-content: center;
  padding: 4rem 0px 5rem 0px;
}
.placeHolder h4 {
  font-size: 24px;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.placeHolder p {
  font-family: "Almarai", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--gray-color-76);
}
.requestForm {
  background-color: #f5f8fb;
  border-radius: 12px;
}
.status_Style {
  padding: 8px 16px;
  border-radius: 40px;
  text-align: center;
}
.status-New {
  background-color: rgb(247,158,27, 10%);
  color: #F79E1B;
}
.status-Done {
  background-color: rgb(43, 182, 80, 10%);
  color: var(--green-color-2B);
}
.status-Cancel {
  background-color: rgb(235,0,27, 10%);
  color: #EB001B;
}
.code {
  font-size: 14px;
  color: #aaaaaa;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.list_Style {
  list-style: none;
}
.btn-radius {
  padding: 12px 20px;
  border-radius: 40px;
  border: 1px solid #eee;
  /* background-color: #fff; */
}

.addOrder {
  align-content: center;
  cursor: pointer;
}
.addOrder :nth-child(1) {
  color: var(--orange-color-FF);
  font-size: 24px;
  vertical-align: middle;
}
.addOrder :nth-child(2) {
  color: var(--orange-color-FF);
}

.discount {
  position: absolute;
  top: 42%;
  left: 4%;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #FFF2E8;
  color: #ff6b00;
}

.chevron-style {
  position: absolute;
  top: 38%;
  left: 3%;
  font-size: 14px;
}
.shortcuts {
  display: flex;
  justify-content: space-around;
  font-size: 12px;
}
.shortcuts div {
  text-align: center;
}
.shortcuts div img {
  margin-bottom: 6px;
}
/* .mobileMenu  {
  left: 30% !important;
} */
.filter-style {
  padding: 10px 12px;
  background-color: #F6F6F6 !important; 
  border-radius: 10px !important;
}


.filter-ul li button.active {
  background-color: var(--orange-color-FF) !important;
  color: var(--white-color-FF) !important;
}
.hover-color .nav-link:focus, .nav-link:hover {
  color: #000 !important;
}
.add_Credit {
  justify-content: center;
  padding-top: 10rem !important;
}
.input_credit {
  padding: 40px;
  align-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  border-radius: 14px;
}
.card-color {
  background-color: #eee;
}
.walet {
  padding: 16px;
  border-radius: 16px;
  background-color: #FFF2E8;
}
.lang-select {
  border: 1px solid #dadada;
  border-radius: 9px;
  padding: 4px;
}
/* .card .card-body {
  padding: 8px;
} */
.card .card-body .end-card .numbers {
  margin-right: 5px;
}

.border_Icons {
  border-right: 1px solid #bdbdbd;
  border-left: 0;
}
.changeText {
  text-align: end;
}
.padding-8 {
  padding: 8px;
}
.statusBar {
  position: absolute;
  right: 12%;
  padding-top: 3%;
}
.statusBar .col-auto:nth-child(2) {
  margin: 0px 4px;
}
.card-groundcolor {
  background-color: #f5f5f5 ;
}


.btnchangelang {
  border: none;
  border-radius: 34px;
}
.ads_options {
  text-align: start;
}
.menu-bar {
  text-align: start;
}
.menu-bar h6 {
  margin: 0px 10px 0px 0;
  padding-bottom: 8px;
  font-size: 14px;
}
.purpose-status {
  vertical-align: middle;
  line-height: 2.7;
}

  #btn-scroll{
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 5px;
    background-color: #ff6b00;
    position: fixed;
    bottom: 17%;
    right: 2%;
    cursor: pointer;
    display: none;
    transition: 0.2s;
    align-content: center;
    color: #fff;
    font-size: 18px;
  }

  .adderss {
    margin: 0 3.7rem;
  }

  .defaultNotification {
    text-align: center !important;
    /* padding-top: 8rem !important; */
    align-content: center !important;
  }

  .card-h {
    height: 236px;
  }
  .padding-button {
    padding: 8px 10px;
  }
  .margin-button {
    margin-top: 12px;
  }
  .margin-12 {
    margin-top: 8px;
  }
  .banner-img {
    border-radius: 16px !important;
  }
  .marginName {
    margin-right: 6px;
  }

  .padding-t-9 {
    padding-top: 9px;
  }

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0.9;
  z-index: 999;
  }

  .scroll-top:hover {
  opacity: 1;
  transform: translateY(-3px);
  }

  .form-icons {
    position: absolute;
    top: 43%;
    left: 4%;
    font-size: 28px;
    color: darkorange;
  }

  .breadcrumb-icon {
    padding-top: 6px;
    font-size: 14px;
  }

  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 10px 0;
    padding: 0;
    line-height: 40px;
    display: block;
  }
  .sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 10px 5px;
  cursor: pointer;
}

.request-title {
  font-size: 14px;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.stars {
  font-size: 18px;
  color: red;
}
.show {
  display: block !important;
}
.display-card {
  overflow-x: scroll;
  display: -webkit-box;
}
.features-button {
  padding: 6px;
  cursor: pointer;
  background-color: var(--orange-color-FF);
  border-color: var(--orange-color-FF);
  color: #ffffff;
  border-radius: 12px;
}
.document-style {
  height: 100px;
  vertical-align: middle;
  line-height: 2.1;
}
.img-defualt {
  position: absolute;
  top: 2.5%;
  left: 6%;
  color: #e40d0d;
  font-size: 28px;
}
.breadcrumb-title {
  cursor: pointer;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
}
.scroll-y {
  overflow-y: scroll;
}

.font-32 {
  font-size: 32px;
}

.btn-App {
  width: 134px;
  border: none;
  cursor: pointer;
}
.media .text-Al-muhaisni {
  text-align: end;
  margin-top: .5rem;
}

.word-space {
  white-space: break-spaces;
  word-spacing: 1px;
}
.uploadFile {
  text-align: center;
  border: 1px solid #E9EAEB;
  border-radius: 12px;
}
.gray-50 {
  color: #50535B;
}
.gray-53 {
  color: #535862;
}

.radio {
  float: right !important;
  margin-right: -1.5;
}

.btn-orange {
  padding: 8px 28px !important;
  border-radius: 18px !important;
  background-color: #FF6B00 !important;
}
.priceList{
  background-color: antiquewhite !important;
  border: 1px solid #FF6B00 !important;
}

.print {
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  font-family: "Almarai", serif;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #eae9e9;
  cursor: pointer;
}

.w-173 {
  width: 173px;
}

.requestFinance {
  background-color: #000;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  margin: 0 10px;
}
.content-end {
  align-content: end;
}
.btn_requestFinance {
  padding: 8px;
  background-color: #FF6B00;
  color: #fff !important;
  border-radius: 40px;
  text-align: center;
  width: 20%;
  margin: auto;
}




@media screen and (max-width: 576px) {
  .full_width {
    width: 100%;
  }
  .socialMedia {
    width: 29px;
  }
  .text-right {
    text-align: start !important;
  }
  .margin-top-zero {
    margin-top: 0px;
  }
  .socialMediaFooter .col-auto:nth-child(1) {
    text-align: right;
    padding-right: 1rem;
  }
  .button-padding {
    padding: 6px;
    border-radius: 50px;
  }

  .socialMediaFooter .col-auto:nth-child(6) {
    margin-right: 5.7rem;
  }
  /* .socialMediaFooter .col-auto:nth-child(6),.col-auto:nth-child(7) {
    padding-top: .5rem;
  } */

  .btn_requestFinance {
    width: 80%;
    margin: auto;
  }

  .w-173 {
    width: 120px;
  }
  .content-end {
    align-content: center !important;
  }

}

@media screen and (max-width: 768px) { /* For small screens (sm) and above */
  .banner {
    display: none;
  }
  .t-center {
    justify-content: center;
  }
  .padding-zero {
    padding: 0px;
  }
  .width-170 {
    width: 170px;
  }
  .margin-top {
    margin-top: 10px;
  }
  .margin-top-zero {
    margin-top: 0px;
  }
  .text-right {
    text-align: start !important;
  }
  .ul-style-M {
    padding: 0 !important;
  }
  .ul-style-M li {
    margin: 0px 4px 0px 12px !important;
  }
  .balck-bg h6, .balck-bg button {
    font-size: 12px;
  }
  .balck-bg p {
    font-size: 10px;
  }
  .card-black {
    width: 280px;
    height: 60px;
    position: absolute;
    top: 10%;
    right: 6%;
    padding: 1% 1%;
  }
  .gm-style-iw-c {
    max-width: 330px !important;
  }
  .text-one {
    padding-top: 3rem;
  }
  .text-one div:nth-child(1){
    font-size: 32px;
    padding: 0px !important;
  }
  .text-one div:nth-child(2){
    font-size: 17px;
    padding: 0px !important;
  }
  .width-UL {
    width: 250px;
  }
  .favorite-Maps {
    position: absolute;
    right: 6%;
    bottom: 25%;
    color: var(--orange-color-FF);
    font-size: 38px;
  }
  .logo-width {
    width: 20%;
  }
  .maintenanceLogo {
    width: 75%;
  }
  .dropdownList li  img{
    width: 18%;
  }
  .login{
    justify-content: center;
    padding: 5rem 0.8rem 3rem;
  }
  .register{
    justify-content: center;
    padding: 2rem 0.9rem;
  }
  .financeRequest {
    padding-top: 3rem;
    /* padding-bottom: 3rem; */
  }
  .finance .card .finance-Icons {
    position: absolute;
    top: 47%;
    left: 9%;
    font-size: 28px;
    color: darkorange;
  }
  .myRequests {
    overflow-x: scroll;
  }
  .socialMediaFooter {
    justify-content: start;
  }
  /* .media .text-Al-muhaisni {
    padding-top: 12px;
    margin-left: 0rem !important;
    margin-right: 0rem;
    text-align: start;
    white-space: nowrap;
    font-size: 14px;
    padding-bottom: 8px;
  } */

  .filter-ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .w-prcentage-12 {
    width: 28%;
  }
  .margin-b {
    margin-bottom: 10px;
  }
  
  .dropdownList .fa-chevron-left {
    float: inline-end;
    font-size: 10px;
    padding-top: 14px;
  }

  .card-h {
    height: auto;
  }
  /* .media h5, .media p {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  } */
}
/* nmedia query large devices desktops */
@media (min-width: 992px) { 
  /* .media h5 {
    padding-left: 1rem;
    text-align: center;
    margin: 0px;
  } */

  .socialMediaFooter {
    justify-content: end;
  }
}

