* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -moz-border: 0;
  font-family: "mont-reg";
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #fafafa;
  /* padding: 8px !important; */
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  direction: rtl;
}

.white-background {
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  padding-top: 64px;
}

@media (max-width: 768px) {
  .white-background {
    padding-top: 0;
  }
}

.line-through {
  text-decoration: line-through;
}

@font-face {
  font-family: "mont-bold";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Bold.ttf);
}
@font-face {
  font-family: "mont-medium";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Medium.ttf);
}
@font-face {
  font-family: "mont-reg";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Regular.ttf);
}
@font-face {
  font-family: "mont-light";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Light.ttf);
}
@font-face {
  font-family: "mont-semi";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-SemiBold.ttf);
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  color: #fff;
}

/*Start  Section*/
.title-box {
  margin-top: 48px;
  margin-bottom: 32px;
}

.title-box h2 {
  color: #4183c5;
  text-align: center;
  font-family: "mont-medium";
  font-size: 25px;
  font-weight: 600;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  border-bottom: 5px solid #354964;
  margin-bottom: 0;
}
/*End  section*/

/*Start Our Services Section*/
/* .services-section {
  padding: 16px;
  width: 100% !important;
  padding: 0 !important;
}

.services-section .row {
  row-gap: 30px;
}
@media (max-width: 625px) {
  .services-section .row {
    row-gap: 20px;
  }
}

.services-section .service-card {
  padding: 45px;
  border-radius: 5px;
  transition: 0.3s;
  background-color: #fff;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .services-section .service-card {
    padding: 8px;
    padding-top: 32px;
  }
}

.services-section .service-card .service-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background-color: #174545;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section .service-card .service-img img {
  width: 50px;
  height: 30px;
  fill: #e6d39c;
} */

/* .services-section .service-card h4 {
  text-align: center;
  color: #174545;
  font-family: "mont-medium";
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 625px) {
  .services-section .service-card h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.services-section .service-card ul {
  margin: 20px 0 0;
  list-style: none;
}

.services-section .service-card ul li {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  font-family: "mont-light";
  line-height: 1.7;
  color: #757575;
  font-size: 16px;
  line-height: 1.7;
  font-family: "mont-medium";
  display: flex;
  align-items: center;
  gap: 9px;
}

.services-section .service-card p {
  text-align: center !important;
  color: #757575 !important;
  margin-bottom: 16px;
  margin-top: 6px;
  font-size: 14px;
  font-family: "mont-light";
}

.services-section .service-card ul li:last-child {
  margin-bottom: 0;
} */

.MuiSvgIcon-root {
  width: 10px;
  /* margin-left: 12px; */
  fill: #757575;
}

.paid-serv {
  width: fit-content;
}

@media (max-width: 625px) {
  .paid-serv {
    width: 100%;
  }
}

label {
  color: #747a79;
}

input[type="checkbox"]:checked + label {
  color: #174545;
}

.inputs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.inputs-box {
  width: fit-content;
  padding: 8px;
  padding-top: 0;
  padding-bottom: 32px;
}
/*End Our Services Section*/

.note-box p {
  color: #757575;
}

.note-box p span {
  color: red;
}

.sub-title-box {
}

.sub-title-box h3 {
  text-align: center;
  margin-bottom: 16px;
  color: #174545;
}

/* Start table */
.table-container {
  position: relative;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  /* background-color: red; */
  width: fit-content;
  background-color: #fafafa;
  min-width: 372px;
  /* min-height: 100vh; */
}

@media (max-width: 768px) {
  .box {
    min-width: 100%;
  }
}

.inputs-containers {
  width: 100%;
  padding: 16px;
}

.form-control,
.form-select {
  height: 39px;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .form-control,
  .form-select {
    height: 47px;
  }
}

.inputs-containers input {
  /* max-width: 340px; */
}

.mysr-form {
  width: 100% !important;
}

.mysr-form div#mysr button.bg-primary {
  background-color: #174545 !important;
}

.form-label,
select,
option {
  font-size: 13px;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased;
  transition: all 0.1s ease;
  text-transform: unset;
  font-size: 13px;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.9) !important;
}

@media (max-width: 767px) {
  .table-box {
    width: 100% !important;
    height: fit-content !important;
  }
  .inputs-containers {
    width: 100%;
  }

  .inputs-containers input {
    max-width: unset;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .paragraph-under-discount-input {
    max-width: 340px;
  }
}

.table-box {
  padding: 16px;
  /* border-radius: 6px; */
  overflow: hidden;
  width: 100%;
  /* background-color: red; */
}

table > :not(caption) > * > * {
  background-color: transparent !important;
  border-color: #ececec !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

table th,
table td {
  color: #747a79 !important;
  font-size: 14px !important;
  vertical-align: middle;
}

#car-model-name {
  font-size: 12px;
  color: #1a1a1ae6 !important;
}

.table {
  width: 100%;
  margin: 0;
}

@media (max-width: 625px) {
  .table {
    width: 100%;
  }

  .table-box {
    width: 100%;
  }
}

.discount-bttn {
  min-width: 165px;
  height: 55px;
  padding: 10px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e2d399;
  color: #174545;
  font-size: 18px;
  margin: 16px 0 0;
  transition: 0.2s;
  transition: 0.2s;
}

.discount-bttn:hover {
  background-color: #174545;
  color: #fff;
}

@media (max-width: 768px) {
  .discount-bttn {
    margin: 16px 0 0;
  }
}
/* end table */

/* Start Footer */
footer {
  font-size: 14px;
  color: #757575;
  text-align: center;
  padding: 16px;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  footer {
    background-color: #fafafa;
  }
}

footer p {
  margin-bottom: 6px;
  font-family: "mont-light" !important;
}

footer .footer-links-box {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-family: "mont-light" !important;
}

footer .footer-links-box a {
  font-family: "mont-light" !important;
}

@media (max-width: 768px) {
  footer .footer-links-box {
    font-size: 12px;
    gap: 12px;
  }
}
/* End Footer */

/* Start Whatsapp Icon */
.sticky-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 100%;
  color: #fff !important;
  font-size: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@media (max-width: 625px) {
  .sticky-icon {
    width: 55px;
    height: 55px;
  }
}

.hide-btn {
  bottom: -66px;
}

/* End Whatsapp Icon */

@media (max-width: 625px) {
  .small-text-in-small-screeen {
    font-size: 15px;
  }
}

.spinner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* signin-banner */
.signin-banner {
  display: none;
  background-color: #174545;
  padding: 9px 12px;
  font-size: 13px;
  color: #fff;
}
.signin-banner a {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 768px) {
  .signin-banner {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
  }
}

.signin-banner svg {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

/* Custom tooltip styles */
.tooltip-inner {
  /* background-color: #174545; */
  font-size: 13px !important;
}

/* redeeme-banner */
.redeeme-banner {
  display: none;
  background-color: #174545;
  padding: 9px 12px;
  font-size: 13px;
  color: #fff;
}
.redeeme-banner button {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 768px) {
  .redeeme-banner {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
  }
}
/* hide arrow of input type number */
/* For WebKit browsers (Chrome, Safari, Edge, Opera) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Important to remove any default margin */
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.confirm-redeeme-btn {
  width: 100%;
  color: #fff;
  background-color: #174545;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  padding: 8px 12px;
  margin: 4px;
}

body > hr:last-of-type,
div#footer[role="contentinfo"] {
  display: none !important;
}

/*Start Our Services Section*/
.services-section {
  padding: 16px;
}

.services-section .row {
  row-gap: 30px;
  justify-content: center;
}
@media (max-width: 625px) {
  .services-section .row {
    row-gap: 24px;
  }
}

.services-section .service-card {
  padding: 42px;
  border-radius: 5px;
  transition: 0.3s;
  /* min-height: 415px; */
  transition: 0.2s;
  justify-content: space-between;
  background-color: #fff;

  border: 1px solid #35496444;
  /* padding: 45px;
    border-radius: 5px;
    transition: 0.3s;
    min-height: 415px; */
  background-color: #ecf6fb;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-section .service-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 768px) {
  .services-section .service-card {
    padding: 8px;
  }

  .serv-container {
    padding: 0;
  }
}
@media (max-width: 625px) {
  .services-section .service-card {
    /* min-height: 350px; */
  }

  .services-section .service-card ul li {
    font-size: 16px !important;
  }
}

.services-section .service-card .service-img {
  /* width: 160px; */
  /* height: 100px; */
  margin: 0 auto 16px;
  /* background: linear-gradient(101deg, #4183c5 0%, #8b3b95 50%, #c964a5 100%); */
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section .service-card .service-img img {
  width: 100%;
  /* height: 30px; */
  /* filter: brightness(0) invert(1); */
}

.services-section .service-card .service-img svg {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.services-section .service-card h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color: #4183c5;
  font-family: "mont-bold";
}

@media (max-width: 625px) {
  .services-section .service-card h4 {
    font-size: 18px;
    line-height: 1.5;
    /* margin-bottom: 0; */
  }
}

.services-section .service-card ul {
  margin: 16px 0 0;
  list-style: none;
}

.services-section .service-card ul li {
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  font-family: "mont-light";
  line-height: 1.7;
  color: #354964;
  font-size: 16px;
  line-height: 1.7;
  font-family: "mont-medium";
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: center;
  justify-content: center;
  font-family: "mont-reg" !important;
}

.services-section .service-card p {
  text-align: center !important;
  color: #757575 !important;
  margin-bottom: 16px;
  margin-top: 6px;
  font-size: 14px;
  font-family: "mont-light";
}

.services-section .service-card ul li:last-child {
  margin-bottom: 0;
}

.ask-now-serv {
  background-color: #174545;
  color: #fff;
  width: 100%;
  padding: 8px 12px;
  border-radius: 5px;
}

.ask-now-serv:hover {
  background-color: #1a292e;
}
/*End Our Services Section*/

.ask-now-btn {
  background-color: #4183c5;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 12px;
  border-radius: 32px;
  color: #fff;
  margin-top: 24px;
}

@media (max-width: 625px) {
  .ask-now-btn {
    font-size: 12px;
  }
}

#map {
  width: 100%;
  height: 380px;
}

.table-box {
  border: 1px solid #7575758c;
  /* border-bottom: none; */
}

.inputs-containers {
  border: 1px solid #7575758c;
  /* border-top: none; */
}
