:root {
  --Blue: #1c40a8;
  --white: #fff;
  --green: #70cfbe;
  --text: #374151;
}
/* font Family */
@font-face {
  font-family: "Readex Pro";
  font-weight: 200;
  font-style: normal;
  src: url(/Images/fonts/ReadexPro-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Readex Pro";
  font-weight: 300;
  font-style: normal;
  src: url(/Images/fonts/ReadexPro-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 400;
  font-style: normal;
  src: url(/Images/fonts/ReadexPro-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 500;
  font-style: normal;
  src: url(/Images/fonts/ReadexPro-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 600;
  font-style: normal;
  src: url(/Images/fonts/ReadexPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Readex Pro";
  font-weight: 700;
  font-style: normal;
  src: url(/Images/fonts/ReadexPro-SemiBold.ttf) format("truetype");
}
/* @import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;500;700&display=swap"); */

body {
  font-family: "Readex Pro", sans-serif !important;
  text-align: right;
  direction: rtl;
  overflow-x: hidden;
}
header {
  background: var(--white);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.itemsHeaderText {
  width: 188px;
}
.allItemsProduct .plus img,
.allItemsProduct .minus img {
  width: 16px;
  height: 17px;
  flex-shrink: 0;
}
.allItemsProduct {
  /* padding: 0 24px; */
  padding-bottom: 16px;
  border-bottom: unset !important;
}
.allItemsProduct .numberOfQty span {
  color: #555;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.allItemsProduct p {
  color: var(--Blue);
  font-weight: 700;
}
a {
  text-decoration: none;
}
.headerTop {
  gap: 30px;
}
span {
  color: var(--text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.headerTopBackGround {
  background: #f9fafb;
  padding: 10px 0;
}
header a {
  text-decoration: unset;
  color: var(--Blue) !important;
  font-style: normal;
  padding: 0;
  font-weight: 500;
}
.headerBottom .navbar {
  padding-top: 0;
}
.headerTop a {
  direction: ltr;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 142.857%;
}
.headerBottom a {
  font-size: 16px;
  font-weight: 500;
  justify-content: start !important;
  line-height: 150%;
}
.allNotify a:hover {
  background-color: unset;
  color: var(--Blue);
}
header .dropdown-toggle::after {
  border: unset !important;
}
header .fas.fa-chevron-down {
  color: var(--green);
}
.contactRekaz a {
  direction: ltr;
}
.fa-brands,
.fab {
  font-weight: 400;
  width: 18px;
  height: 18px;
}
header .dropdown-menu {
  border-radius: 8px;
  border: 1px solid #f3f4f6;
  background: var(--white);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  left: -10px;
  top: 49px !important;
  right: unset !important;
}

header .dropdown-item {
  padding: 12px 24px;
}
header .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #d1d5db;
}
.checkOutBox .imgProduct {
  position: relative;
}
.cart-count,
.checkOutBox .imgProduct .numberOfQty {
  position: absolute;
  right: -8px;
  top: -8px;
  color: var(--Blue);
  background: var(--green);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: -3px;
  width: 20px;
  height: 20px;
  z-index: 11;
}

.checkOutBox .imgProduct .numberOfQty p {
  color: var(--Blue);
}
.cart i {
  width: 22.5px;
  height: 20px;
}
.dropdown-item span {
  font-weight: 400;
  color: var(--Blue);
}
.dropdown-item i {
  color: var(--green);
}
.dropdown-item:hover,
.dropdown-item.active {
  background-color: var(--Blue);
}
.dropdown-item.active span,
.dropdown-item:hover span {
  color: #fff;
}
h1,
p,
h2,
h3,
h4 {
  margin: 0;
}
h1 {
  color: var(--Blue);
  text-align: start;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
h2 {
  color: var(--Blue);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
h3 {
  color: var(--white);
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
h4 {
  color: var(--Blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p,
.productCardDataText ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.productCardDataText ul li::before {
  background: url(/Images/Icon-502.svg) no-repeat center;
  background-size: 14px 16px;
  top: 50%;
  padding: 16px;
  position: absolute;
  right: 0;
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  content: "";
  transform: translateY(-50%);
}

.rowGap {
  row-gap: 32px;
}
.bannerSlide {
  height: 307.188px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannarData {
  position: relative;
  height: 89%;
  z-index: 2;
}
.bannarData h1,
.bannarData h2 {
  color: var(--white);
}
.bannarData h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px; /* 100% */
}
.bannarData h2 {
  font-weight: 300 !important;
}
.teamCard {
  height: 500px;
  padding: 36px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  align-items: end;
  justify-content: end;
  width: 100%;
  position: relative;
  border-bottom: 3px solid var(--70-cfbe, #70cfbe);
}
.teamCard::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;

  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(30, 58, 138, 0.54) 0%,
    rgba(0, 0, 0, 0) 93.27%
  );
  border-radius: 16px;
}
.flip p,
.removeFlip p {
  color: var(--Blue);
  font-weight: 700;
  cursor: pointer;
}
.allTeamData.Hide .shortDesc span {
  opacity: 0;
}
.department-tabs {
  border-bottom: 1px solid #6b7280;
}

.listQulify ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.teamCard.Back {
  align-items: center;
  justify-content: center;
}
.teamCard.Back:after {
  background: linear-gradient(
    0deg,
    rgba(30, 58, 138, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.backSide {
  padding: 32px;
}
.department-tabs .nav-link {
  word-wrap: unset;
  white-space: nowrap;
}
.backSide *,
.listQulify ul li,
.frontSide * {
  color: #fff !important;
  text-align: start;
}
.frontSide,
.backSide {
  z-index: 3;
  position: relative;
}
.banner-wave {
  position: absolute;
  z-index: 3;
  bottom: -4px;
  width: 100%;
}
.teamExperiance span {
  color: var(--green) !important;
}
.banner-wave img {
  width: 100%;
}
/* .breadcrumbSection {
  padding: 16px 0;
} */
.breadcrumb {
  margin-bottom: 0;
}
/* .headerIcons a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center ;
  padding: 10px 0 !important;
} */
.user .nav-link.dropdown-toggle {
  padding: 0;
}
.user .nav-link.dropdown-toggle::after {
  content: unset;
}
.breadcrumb li a,
.breadcrumb li,
.listQulify ul li {
  color: var(--text);
  text-align: start;
  font-size: 14px;
  font-style: normal;
  text-decoration: unset;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.breadcrumb li.active {
  color: var(--Blue);
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url(/Images/Icon-34.svg);
  padding-top: 3px;
}

.blueBtn {
  border-radius: 4px;
  background: var(--Blue);
  padding: 8px 24px;
  color: var(--ffffff, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border: 1px solid var(--Blue);
  line-height: 24px; /* 155.556% */
  text-decoration: unset;
}

.blueBtn span {
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.blueBtn:hover {
  border: 1px solid var(--Blue);
  color: var(--Blue) !important;
  background-color: #fff;
}
.blueBtn:hover span {
  color: var(--Blue) !important;
}
.pageBtn {
  color: var(--ffffff, #fff);
  text-align: center;
  border: 2px solid var(--Blue);
  color: var(--Blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-radius: 9999px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.pageBtn.active {
  background: var(--Blue);
  color: #ffff;
}
.pagePagination {
  padding-top: 80px;
}
.pageBtn.nextPageIcon img {
  transform: rotate(180deg);
}
.sectionPadding {
  padding: 80px 0;
}
/* product */
.productCard {
  border-radius: 16px;
  background: #f9fafb;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.gap-32 {
  gap: 32px;
}
.discound {
  padding: 4px 12px;
  border-radius: 9999px;
  background: #fef2f2;
}
.discound span {
  color: #ef4444;
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.cardDetails {
  padding: 24px;
  text-align: center;
}
.cardDetails .price img,
.productDetailsData .price img {
  width: 27.126px;
  height: 30.186px;
}
.productDetailsData .price h2 {
  font-size: 30px;
  line-height: 36px; /* 120% */
}
.cardDetails p {
  color: #555;
  font-weight: 400;
}
.price h2 {
  color: var(--green);
}
.productImage {
  height: 256px;
}
.productDetails h3 {
  color: var(--Blue);
}
.productCardDataText {
  padding-bottom: 71px;
}
.boxProduct {
  border-radius: 4px;
  width: 48px;
  padding: 2px;
  height: 48px;
}
.boxProduct.active,
.smallImages img.active {
  border: 2px solid var(--green);
}
.smallImages img {
  height: 136px;
  padding: 8px;
}
.produtMainImage,
.produtMainImage img {
  width: 100%;
}
.smallBox {
  border: 2px solid #d1d5db;
}
.addToFav {
  border-radius: 4px;
  padding: 18px;
  background: var(--Light-BG, #f9fafb);
}
.favIcon i {
  cursor: pointer;
  color: #6b7280;
}
.favIcon.active i {
  color: #ef4444;
}

.favPrice img {
  width: 16.075px;
  height: 16.546px;
}

.addToCartBtn {
  padding: 16px 32px;
}
.addToCartBtn:hover,
.blueBtn:hover {
  color: #fff;
}
.relatedProductTitle {
  border-top: 1px solid var(--Borders, #d1d5db);
  padding-top: 32px;
}
.smallBox p {
  font-weight: 700;
  color: var(--text);
}
.productImage img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
}
.Oldprice span {
  color: var(--text);
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: line-through;
}
.productCardDataText p,
.productCardDataText li {
  color: var(--text);
}
.productImages img {
  border-radius: 8px;
  background: var(--ffffff, #fff);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.bannerPagination {
  bottom: 25% !important;
}
.bannerPagination span {
  width: 80px;
  height: 4px;
  opacity: 1;
  border-radius: 9999px;
  background: var(--green);
}
.bannerPagination span.swiper-pagination-bullet-active {
  opacity: 0.6;
  background: var(--white);
  width: 40px;
  height: 4px;
}
.productCardDataText ul li {
  position: relative;
  padding-right: 30px;
}

/* footer */
footer {
  background-color: #1e3a8a;
  padding: 66px 0 32px;
}
.footer-wave {
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
}
.footer-wave img,
.footer-wave {
  width: 100%;
}
footer p,
footer ul li a,
footer ul li {
  color: var(--white);
}
footer ul li a,
footer ul li {
  text-align: start;
  font-size: 16px;
  text-decoration: unset;
  line-height: 24px;
}
.gap-12 {
  gap: 12px;
}

.footer-certifications {
  padding: 32px 0;
  border-top: 1px solid var(--Grey-Forms, #6b7280);
}

.footer-top {
  padding: 32px 0;
}
/* .deleteAddress {
  min-width: 448px;
} */
.footerimage,
.deleteIcon {
  border-radius: 9999px;
  background: var(--white);
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.deleteIcon {
  background: #fef2f2;
}
.deleteLocatioBtn button {
  white-space: nowrap;
}
.boxCart {
  border: 1px solid var(--Borders, #d1d5db);
  border-radius: 12px;
  background: var(--ffffff, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.addQty {
  gap: 17.33px;
}
.itemProduct {
  padding: 24px 0;
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.itemProduct:first-child {
  padding-top: 0;
}
.itemProduct:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.imgProduct {
  width: 80px;
  height: 80px;
}

.imgProduct img {
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}
.serviceCard {
  border-radius: 8px;
  border-bottom: 3px solid var(--70-cfbe, #70cfbe);
  background: var(--Light-BG, #f9fafb);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 32px;
  max-height: 296px;
}
.servIcon {
  border-radius: 9999px;
  background: var(--1-c-40-a-8, #1c40a8);
  display: flex;
  width: 64px;
  padding: 20px;
  height: 64px;
  justify-content: center;
  align-items: center;
}
.servText p {
  max-width: 261px;
  color: var(--text);

  height: 72px;
}
.servText a {
  color: #70cfbe;
  text-align: center;
  font-family: "Readex Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.deleteProduct {
  border-radius: 9999px;
  background: var(--Red-shade, #fef2f2);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.delete,
.deleteProduct img {
  cursor: pointer;
}
.productText h3 {
  color: var(--Blue);
}

.itemProduct .price h2 {
  font-size: 20px;
}
.plus img,
.minus img {
  width: 27px;
  height: 27px;
  cursor: pointer;
}

.numberOfQty span {
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 216.668% */
}

.numberOfProduct {
  padding: 24px 24px 25px 24px;
}
.numberOfProduct h2 {
  text-align: start;
}
.dilveryCard {
  padding: 13px;
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}
.priceCart span {
  color: var(--Blue);
  font-size: 21.448px;
  font-weight: 700;
  line-height: 32.172px;
}

.custom-radio-label p {
  color: var(--Blue);
  font-weight: 500;
}
.custom-radio-label span {
  color: #6b7280;
}
/* .custom-radio-label span,
.securityPay span {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
} */

.price p {
  font-weight: 700;
  color: var(--green);
}
.price img {
  width: 14.456px;
  height: 16.086px;
}
.itemProduct .price img {
  width: 24.113px;
  height: 26.832px;
}
.itemProduct .price {
  justify-content: end;
  width: 55px;
}
.delete {
  cursor: pointer;
}
.totalPrice {
  padding: 17px 0 8px;
}
.iconsSecurity,
.totalPrice {
  border-top: 1px solid var(--Borders, #d1d5db);
}
.iconsSecurity {
  padding-top: 25px;
}
.greenBtn,
.backToProductPage {
  border-radius: 4px;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px; /* 155.556% */
}
.greyBtn {
  border-radius: 4px;
  background: #d1d5db;
}
.greenBtn {
  border: 1px solid var(--green) !important;
  background: var(--green);
  color: #fff;
}
.boxCart .greenBtn:hover {
  color: var(--white) !important;
  background: var(--green) !important;
}
.backToProductPage {
  color: var(--Blue);
  background: var(--Light-BG, #f9fafb);
}

.securityPay {
  padding-top: 8px;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
  background: #eff6ff;
}
.securityPay p {
  color: var(--Blue);
}

.productText {
  width: 400px;
}

/* .checkOutBox {
  padding: 25px 15px;
} */
.checkOutBox .price img {
  width: 14.379px;
  height: 16.001px;
}

.checkOutBox .price p,
.favPrice p {
  color: var(--green) !important;
  font-weight: 700 !important;
}

.checkOutBox .plus img,
.checkOutBox .minus img {
  width: 16px;
  height: 17px;
}

.checkOutBox .productText p {
  color: var(--Blue);
  font-weight: 700;
}

.productDesc P,
.productText p,
.productText h3,
.servText p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.servText p {
  -webkit-line-clamp: 3;
}
.productDesc P {
  -webkit-line-clamp: 1;
}

.checkOutBox .imgProduct {
  width: 105px;
}

input,
select,
textarea {
  padding: 13px 17px !important;
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
  direction: rtl !important;
  background: var(--ffffff, #fff);
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--Borders, #d1d5db) !important;
  box-shadow: unset !important;
}
::placeholder,
select option,
.signup label,
.signup ::placeholder,
.freeQuerstionModal label,
.freeQuerstionModal ::placeholder {
  color: var(--text);
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.freeQuerstionModal ::placeholder {
  color: var(--Grey-Forms, #6b7280);
}
.signup form {
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1),
    0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
label {
  color: var(--text);
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

textarea {
  height: 86px;
}
.rowGapForm {
  row-gap: 24px;
}

.checkBoxCart {
  padding: 25px;
}

.boxCart input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 100px;
  border: 1px solid var(--Borders, #d1d5db);
  background: var(--ffffff, #fff);
  display: flex;
  width: 16px;
  height: 16px;
  padding: 1px !important;
  justify-content: flex-end;
  align-items: flex-start;
}

.boxCart input[type="radio"]:checked {
  background: url(/Images/INPUT-69.svg) no-repeat center;
  border: 1px solid var(--green);
  background-size: cover;
}

.payCard {
  padding: 17px;
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}

.rowGapCreditCard {
  row-gap: 16px;
}
.bacKtoCart {
  white-space: nowrap;
  padding: 16px 67px;
}
.bacKtoCart p,
.itemFavDetails p {
  color: var(--Blue);
  font-weight: 700;
}
.pay {
  width: 100%;
  padding: 16px 32px;
}

.allPayCrdit {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Borders, #d1d5db);
}

.cartSection {
  padding: 64px 0;
}

.bannerProfile {
  height: 205px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 0;
}
.bannerProfile h2 {
  color: var(--text);
  text-align: start;
  font-weight: 500;
}
/* .profileSection {
  padding: 48px 0;
} */
.profileSection h3,
.profileCardData h3 {
  color: var(--Blue);
}
.profileCardData {
  padding: 32px;
  height: 100%;
}

.accountPage {
  padding: 24px;
}
.profileCardData,
.accountPage {
  border-radius: 8px;
  background: var(--ffffff, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.accountPage li {
  padding: 12px 16px;
  border-radius: 8px;
}
.accountPage li a {
  color: var(--text);
}
.accountPage li.active {
  background-color: var(--Blue);
}
.accountPage li.active a {
  color: var(--white);
}
.cardFav {
  padding: 17px;
}
.orderCard {
  padding: 25px;
}
.cardFav,
.orderCard {
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}
.orderCard .imgProduct {
  width: 40px;
  height: 40px;
}
.numOrder p {
  font-size: 18px;
  line-height: 28px; /* 155.556% */
}
.numOrder p,
.orderStatus span,
.orderDataText p {
  color: var(--Blue);
}
.numOrder p,
.orderStatus span {
  font-weight: 700;
}
.orderDate p,
.orderDataText span {
  color: #4b5563;
}
.orderDataText p {
  font-weight: 500;
}
.orderBtn a {
  padding: 8px 24px;
}
.itemsBtn a {
  padding: 8px 16px;
  width: -webkit-fill-available;
  text-align: center;
}
.itemsBtn span {
  color: #fff;
  font-weight: 700;
}
/* .productDesc {
  height: 45px;
} */

.orderBtn a.blueBtn {
  padding: 10px 24px;
}
.orderBtn a span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.greyBtn span {
  color: #374151 !important;
}
.modalOrders {
  background: rgba(0, 0, 0, 0.5);
  /* background: var(--ffffff, #fff); */
}
.modalOrders h3 {
  color: var(--Blue);
}
.modalOrders .modal-content {
  border-radius: 8px;
  border-bottom: 3px solid var(--70-cfbe, #70cfbe);
}
.modalOrders .modal-body,
.modalOrders .modal-header,
.modalOrders .modal-footer {
  padding: 0;
  border: unset;
}

.modalOrders .modal-header {
  padding-bottom: 24px;
}
.orderData p,
.modalOrders span {
  color: var(--Grey-Forms, #6b7280);
}
.boxModal {
  padding: 17px;
  border-radius: 8px;
}
.boxModal p {
  font-weight: 700;
}
.blueBox {
  background: var(--Blue-shade, #eff6ff);
}
.blueBox p,
.numOrder p,
.titleMOdal p {
  color: var(--Blue) !important;
}
.titleMOdal p {
  text-align: start;
  font-weight: 700;
}
.ltr {
  direction: ltr;
}
.orderCardModal,
.orderData {
  padding-bottom: 24px;
}
.modalOrders .modal-content {
  padding: 32px;
}
.customModal {
  max-width: 916px;
}
.orderData {
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.productBorder {
  padding: 16px 0 17px;
}
.orderData,
.productBorder {
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.orderModalBtn a {
  padding: 12px 24px;
  width: -webkit-fill-available;
  text-align: center;
}
.orderModalBtn a span {
  font-weight: 700;
}
.orderDateModal p {
  font-weight: 400;
}
.redBox {
  background: #fef2f2;
}
.redBox p {
  color: var(--Red, #ef4444) !important;
}
.redBtn {
  background-color: var(--Red, #ef4444);
}
.redBtn span {
  color: #fff;
}
.priceCart p {
  color: var(--Blue) !important;
  font-weight: 400;
}
.orderStatusCircle,
.blueCircle {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  border-radius: 9999px;
  background: var(--Borders, #d1d5db);
}
.blueCircle {
  background: var(--Blue-shade, #eff6ff);
}
.blueCircle i,
.addressDetails p {
  color: var(--Blue);
}
.stausOrderModal i {
  color: #6b7280;
}
.stausOrderModal.active .orderStatusCircle {
  background-color: var(--green);
}
.stausOrderModal.active .orderStatusCircle i {
  color: var(--white);
}
.stausOrderModal img.defult,
.stausOrderModal.active img.active {
  display: block;
}
.stausOrderModal img.active,
.stausOrderModal.active img.defult {
  display: none;
}
.orderDetails span {
  color: #4b5563;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  line-height: 16px;
  max-width: 60px;
  white-space: normal;
}
/* #orderDeatils {
  min-width: 916px;
} */
.stausOrderModal {
  position: relative;
}

.stausOrderModal::after {
  content: "";
  width: 220px;
  height: 4px;
  background: #d1d5db;
  position: absolute;
  right: 50px;
  top: 25px;
}
.orderDeatilsText p {
  padding-bottom: 8px;
  color: #4b5563;
}
.orderDeatilsText span {
  font-size: 16px;
  line-height: 24px; /* 150% */
  color: var(--Blue);
}
.orderStatus span,
.orderNumber span {
  font-weight: 700;
}
.stausOrderModal:last-child:after {
  content: unset;
}
.modalBoxText {
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.addressData i {
  width: 12.25px;
  height: 14px;
  flex-shrink: 0;
  color: #4b5563;
}
.accountPage ul::-webkit-scrollbar,
.accountPage ul {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* .headerBottom .nav-item a {
  height: 100%;
} */
.headerBottom .nav-item a.active {
  color: var(--green) !important;
}
.headerBottom .nav-item a.active {
  color: var(--green) !important;
  font-weight: 700;
  position: relative;
}
/* .headerBottom .nav-item .active:after {
  position: absolute;
  height: 100%;
  left: 65%;
  top: 40px;
  content: "";
  background: url(/Images/navActive.svg) no-repeat;
  width: 40px;
  height: 100%;
} */
.headerIcons .headerBottom .nav-item.active:after {
  content: "";
}
.cartCircle {
  background: var(--Blue);
  width: 80px;
  height: 80px;
}
.cartCircle i {
  color: #fff;
  font-size: 30px;
}
.reorederModal .modal-dialog {
  max-width: 672px;
}
.cancleOrder .modal-dialog {
  max-width: 672px;
}
.cancleOrder input {
  padding: 9px 17px !important;
}
.cancleOrder p {
  color: var(--Text, #374151);
}
.cancleOrder input::placeholder,
.profileCardData ::placeholder {
  color: var(--Text, #374151);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.cancelBuy {
  min-width: 448px;
}

.dropdown-menu .dropdown-menu {
  top: -130% !important;
  left: 100%;
  /* margin-top: 0; */
}
.allNotify {
  padding: 12px 0;
  background: var(--Light-BG, #f9fafb);
}
.allNotify span,
.notificationList p {
  color: var(--Blue);
}
.allNotify span {
  font-weight: 500;
}
.NotificationDropdown {
  width: 320px;
  padding: 12px;
  padding-bottom: 0 !important;
}
.notificationList {
  padding: 12px;
  border-bottom: 1px solid var(--Borders, #d1d5db);
}
.notificationList p {
  font-weight: 700;
}
.notificationList span {
  font-size: 10px;
  line-height: 16px;
  color: var(--Grey-Forms, #6b7280);
}
.notifyCircle {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
}
.greenCircle {
  background: var(--Blue-shade, #eff6ff);
}
.notifyrStatus span {
  font-weight: 500;
}
.notifyrMsg span {
  color: var(--Text, #374151);
  font-size: 12px;
  line-height: 20px;
}
.NotificationDropdown .dropdown-item {
  padding: 12px;
}
.notifyrTime span {
  color: var(--Grey-Forms, #6b7280);
  font-size: 10px;
  padding-top: 4px;
  line-height: 16px;
}
.errorSection h1 {
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}
.boxCard {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 98px 32px;
}
.boxCard .button-1 {
  padding: 16px 40px;
}

.site-footer {
  padding: 74px 0 32px !important;
}
.errorText {
  max-width: 671px;
  text-align: center;
}
.errorText p {
  padding: 8px 0 12px;
}
.footer-image {
  margin: 0;
}
.footer-bottom {
  padding: 0;
}
.securityAdvice h3 {
  color: var(--Blue);
}
.passwordSecuity {
  padding: 24px;
  border-radius: 8px;
  background: #eff6ff;
}
.notificationCard,
.buyCard {
  border-radius: 8px;
  border: 1px solid var(--Borders, #d1d5db);
}
.buyCard {
  padding: 25px;
}

.profileCardData .form-label {
  font-weight: 400;
}
.profileinfoModal {
  max-width: 770px;
}
.profileinfoModal label {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
}
.profileEdit {
  padding-top: 8px;
}
.profileEdit .greyBtn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 7px 24px;
}
.notificationCard {
  padding: 17px;
}
.infoIcon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.passwordModalcHANGE {
  max-width: 512px;
}
.loginIcon {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 99999px;
  background-color: var(--Blue);
}
.formmodel input {
  padding: 9px 17px !important;
}
.signup input {
  padding: 13px 49px !important;
}
.servicesSection {
  padding: 80px 0;
}
.condition h2 {
  text-align: start;
  margin-bottom: 24px;
}
.bs-gutter-x-32 {
  --bs-gutter-x: 32px;
}
.bs-gutter-x-48 {
  --bs-gutter-x: 48px;
}
.bs-gutter-x-53 {
  --bs-gutter-x: 53px;
}
.about-contenttt h3 {
  font-weight: 400;
  line-height: 32px;
  color: var(--text);
}
.AboutCard p {
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 116.986px;
  max-width: 312px;
  font-size: 17.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.014px;
}
.bs-gutter-x-35 {
  --bs-gutter-x: 35.71px;
}

.success-buttons .btn:active {
  color: var(--white);
  background: unset;
}
.servicesSection h4 {
  color: var(--text);
  font-weight: 400;
}
.servicesDesc {
  padding-bottom: 80px;
}
.servicesDescData {
  padding: 32px 0;
  padding-right: 32px;
}
.servicesCard {
  padding-left: 0;
  border-radius: 16px;
  background: var(--ffffff, #fff);
  box-shadow: 0 4.464px 6.696px -4.464px rgba(0, 0, 0, 0.1),
    0 11.159px 16.739px -3.348px rgba(0, 0, 0, 0.1);
}
.info-text a p {
  direction: ltr;
}
.servicesText h3 {
  color: var(--text);
  font-weight: 400;
  line-height: 32px;
  /* font-weight: 300; */
  text-align: center;
}
.serviceCardAll {
  border-radius: 16px;
  background: var(--ffffff, #fff);
  box-shadow: 0 4.464px 6.696px -4.464px rgba(0, 0, 0, 0.1),
    0 11.159px 16.739px -3.348px rgba(0, 0, 0, 0.1);
}
.serviceCardData {
  padding: 32px;
  /* minheight: 486px; */
}
.serviceCardAll {
  margin-bottom: 32px;
}
.serviceCardAll img {
  width: 100%;
}
.serviceCardAll:nth-child(odd) img {
  border-radius: 16px 0 0 16px;
}
.serviceCardAll:nth-child(odd) {
  flex-direction: row !important;
}
.serviceCardAll:nth-child(even) {
  flex-direction: row-reverse !important;
}
.serviceCardAll:nth-child(even) img {
  border-radius: 0 16px 16px 0;
}
.dropdown-menu .blueBtn:hover span {
  color: var(--Blue);
}
.dropdown-menu .blueBtn:hover,
.greenBtn:hover {
  border: 1px solid var(--Blue);
  background: #fff !important;
}
.greenBtn:hover {
  color: var(--green) !important;
  border-color: var(--green) !important;
}
.greenBtn:hover span {
  color: var(--green) !important;
}
.popUpContent h3 {
  color: var(--Blue);
  font-weight: 400;
  text-align: center;
}
.error {
  position: absolute;
  font-size: 11px;
  color: red;
}
.errorBorder {
  border: 1px solid red !important;
}
.formInput {
  position: relative;
}
.formInput .error,
.modalAdreesChange .error {
  bottom: -17px;
}
.disapeled {
  border: 0;
  background-color: #e5e7eb;
  pointer-events: none;
  cursor: none;
}
.redCircle {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
}
.redCircle i {
  color: #fff;
}
@media (width<1400px) {
  /* .headerBottom .navbar {
    padding: 0;
  } */
  .headerBottom a {
    font-size: 13px;
    white-space: nowrap;
    /* padding: 5px; */
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
  }
}
@media (width<=1200px) {
  .serviceCardData {
    padding: 12px;
  }
  .serviceCardData h4 {
    font-size: 14px;
  }
  .servicesSection {
    padding: 40px 0;
  }
  .servicesDesc {
    padding-bottom: 40px;
  }
  .teamCard {
    /* height: 300px; */
    padding: 20px 8px;
  }
  .team,
  .backSide {
    padding: 20px;
  }
  .AboutCard {
    padding: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-contenttt {
    max-width: unset;
  }
  .productText {
    width: 182px;
  }
  .headerBottom {
    padding-bottom: 10px;
  }
}
@media (width<=992px) {
  .greyBtn {
    padding: 8px 24px;
  }
  .serviceCardAll img {
    max-width: 100%;
  }
  .serviceCardAll:nth-child(odd),
  .serviceCardAll:nth-child(even) {
    flex-direction: column !important;
  }
  .serviceCardAll:nth-child(even) img,
  .serviceCardAll:nth-child(odd) img {
    border-radius: 16px 16px 0 0;
  }
  .teamCard {
    /* height: 300px; */
    padding: 20px 8px;
  }
  .team,
  .success-buttons .btn {
    padding: 20px;
  }
  .servicestabs {
    overflow: auto;
    scrollbar-width: none;
    overflow-y: hidden;
    width: unset;
  }

  .servicestabs .nav-link {
    padding: 12px;
  }
  .success-content {
    padding: 40px 20px;
  }
  .serviceCard {
    padding: 16px;
  }
  section.services {
    padding: 40px 0;
  }
  .bs-gutter-x-32,
  .bs-gutter-x-48,
  .bs-gutter-x-53,
  .bs-gutter-x-35 {
    --bs-gutter-x: 1.5rem;
  }
  .section-titleee {
    margin-bottom: 17px;
  }
  .testimonials p {
    margin-bottom: 30px;
  }
  .testimonials h1 {
    margin: 20px 0;
  }
  .site-footer {
    padding: 30px 0 !important;
  }
  .Jobs {
    margin: 40px 0;
  }
  .errorSection h1 {
    font-size: 30px;
  }
  .boxCard .button-1 {
    padding: 12px 20px;
    font-size: 14px;
  }
  .errorImage img {
    max-width: 100px;
  }
  .pagePagination {
    padding: 40px 0;
  }
  .headerBottom a {
    /* padding: 0; */
    padding: 0 10px;
  }
  .headerBottom a:first-child {
    padding-top: 10px;
  }
  .accountPage ul {
    padding: 10px 0;
    overflow-x: auto;
  }
  .accountPage li,
  .servicestabs .nav-link {
    white-space: nowrap;
  }
  .cartSection {
    padding: 40px 0;
  }
  h1,
  .popup-title {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .info-item {
    margin-bottom: 16px;
    padding: 16px;
    gap: 10px;
  }

  h2,
  .itemProduct .price h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .discount-percent {
    font-size: 35px;
    line-height: 100%;
  }
  .cta-button {
    padding: 10px;
    font-size: 12px;
  }
  .pay {
    width: unset;
  }
  .bacKtoCart,
  .pay {
    padding: 13px;
  }
  .itemProduct {
    padding: 12px 0;
  }
  .bannarData h2 {
    max-width: 500px;
  }
  .productCardDataText {
    padding-bottom: 30px;
  }
  p,
  .testimonials p,
  label,
  .orderDeatilsText span,
  .productCardDataText ul li,
  .blueBtn span {
    font-size: 14px;
    line-height: 20px;
  }
  /* span {
    font-size: 12px;
    white-space: nowrap;
  } */
  .greenBtn,
  .backToProductPage {
    padding: 11px;
    font-weight: 700;
    font-size: 16px;
  }
  .greenBtn:hover {
    border: 1px solid var(--green);
    background-color: #fff;
  }
  .bannarData h1 {
    font-size: 30px;
    line-height: 100%;
  }
  .title {
    padding-bottom: 30px;
  }
  .checkBoxCart,
  .boxCart {
    padding: 15px;
  }
  ::placeholder,
  .breadcrumb li,
  .breadcrumb li a,
  select option,
  .orderBtn a span {
    font-size: 12px;
  }
  .navbar-brand img {
    max-width: 200px;
  }
  .Oldprice span {
    font-size: 15px;
    line-height: 25px;
  }
  h3,
  .priceCart span {
    font-size: 18px;
    line-height: 26px;
  }
  h4,
  .numOrder p,
  .AboutCard p,
  section.services p.section-desc {
    font-size: 16px;
    line-height: 26px;
  }
  /* .profileSection {
    padding: 25px 0;
  } */
  .sectionPadding {
    padding: 40px 0;
  }
  .modalBoxText {
    padding: 15px;
  }
  .profileCardData,
  .accountPage,
  .orderCard {
    padding: 16px;
  }
  .accountPage {
    padding: 0;
  }
  .orderBtn a.blueBtn {
    padding: 10px;
  }
  header .dropdown-menu {
    box-shadow: unset;
    border: unset;
  }
  .accountPage {
    padding-bottom: 0;
  }
  .gap-32 {
    gap: 16px;
  }
  .headerBottom .nav-item a.active:after {
    content: unset;
  }
}
@media (width<=762px) {
  .passwordSecuity {
    padding: 12px;
  }
  .passwordSecuity .step-icon {
    width: 60px;
    height: 50px;
  }
  .card-grid {
    grid-template-columns: auto;
  }
  .headerBottom .nav-item a {
    padding: 10px 0;
  }
  .condition h2 {
    margin-bottom: 12px;
  }
  .condition {
    padding: 12px;
    margin-top: 8px;
  }
  .profileinfoModal {
    padding: 16px;
  }
  .passwordModalcHANGE {
    max-width: 90%;
  }
  .boxCard {
    padding: 16px;
  }
  .footer-bottom p {
    text-align: center;
  }
  footer {
    padding: 32px 0 15px;
  }
  .footer-top {
    padding: 15px 0;
  }
  .rowGap {
    row-gap: 20px;
  }
  .stausOrderModal::after {
    width: 160px;
  }
  .itemProduct .plus img,
  .itemProduct .minus img {
    width: 25px;
    height: 25px;
  }
  .productText {
    width: 200px;
  }
  .footer-certifications {
    padding: 16px;
  }
  .footer-wave {
    top: -3px;
  }
  .itemsBtn a {
    padding: 10px;
  }
  .cardDetails {
    padding: 12px;
  }
  .numberOfProduct {
    padding: 15px;
  }
}
@media (width <=500px) {
  .department-tabs .nav-link {
    font-size: 12px;
  }

  .bannarData h2 {
    max-width: 300px;
  }
  .banner-wave {
    bottom: -4px;
  }
  .footer-wave {
    top: -4px;
  }
  .smallImages img {
    height: 68px;
  }
  .stausOrderModal::after {
    width: 97px;
  }
  .orderCardModal,
  .orderData {
    padding-bottom: 12px;
  }
  .boxModal {
    padding: 10px;
  }
  .modalOrders .modal-content {
    padding: 16px;
  }
  .headerTop a {
    font-size: 12px;
    white-space: nowrap;
  }
  .headerTop {
    gap: 10px;
  }
  .securityPay span {
    font-size: 12px;
  }
  .cartSection {
    padding: 20px 0;
  }
  .numberOfProduct {
    padding: 12px;
  }

  h3,
  .priceCart span {
    font-size: 16px;
    line-height: 24px;
  }
  h4,
  .numOrder p {
    font-size: 15px;
    line-height: 25px;
  }
  h1 {
    font-size: 20px;
    line-height: 22px;
  }
  h2,
  .itemProduct .price h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .securityPay {
    padding: 10px;
    gap: 10px;
  }
  .delete,
  .deleteProduct img {
    max-width: 12px;
  }
  .deleteProduct {
    width: 30px;
    height: 30px;
  }
  .productText {
    width: 170px;
  }
  .checkBoxCart,
  .boxCart {
    padding: 12px;
  }
  .productText h3 {
    font-size: 14px;
  }
  .itemProduct .price img {
    width: 14.456px;
    height: 16.086px;
  }
  span {
    font-size: 12px;
    line-height: 18px;
  }
}

.productDelivery {
  padding: 16px;
  border-radius: 5.549px;
}
.productDelivery span {
  color: var(--Blue);
  font-size: 12.486px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.423px;
}
.productDilervercircle {
  border-radius: 6935.926px;
  background: var(--Blue);
  display: flex;
  width: 33.296px;
  height: 33.296px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
