@import url('https://fonts.googleapis.com/css?family=Almarai');

:root {
  --font-default: 'Almarai';
  --font-primary: 'Almarai';
  --font-secondary: 'Almarai'
}

:root {
  --color-default: #0a0d13;
  --color-primary: #2B3990;
  --color-secondary: #0e1d34
}

:root {
  scroll-behavior: smooth
}

body {
  font-family: almarai;
  color: var(--color-default)
}

a {
  color: #2b3990;
  text-decoration: none;
  cursor: pointer
}

a:hover {
  color: #406aff;
  text-decoration: none
}


.card-content.two {
  display: block
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 10px 30px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: all .3s ease 0s
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin: 3px 18px 0 10px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 19px;
  color: #2b3990;
  margin: 13px 11px 0
}

.features .features-item ul {
  list-style: none;
  padding: 0
}

.features .features-item ul li {
  padding-bottom: 10px
}

.features .features-item ul li:last-child {
  padding-bottom: 0
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary)
}

.features .features-item p:last-child {
  margin-bottom: 0
}

.faq {
  padding-top: 80px
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px
}

.faq .accordion-collapse {
  border: 0
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, .03);
  border-radius: 5px
}

.faq .accordion-button:focus {
  box-shadow: none
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary)
}

.faq .accordion-button::after {
  position: absolute;
  right: 15px;
  top: 15px
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, .03);
  border-radius: 5px
}

.testimonials.three::before {
  background: #fff
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, .15)
}

.team .member img {
  margin: -1px -1px 30px
}

.team .member .member-content {
  padding: 0 20px 30px
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d
}

.team .member .social {
  margin-top: 15px
}

.team .member .social a {
  color: rgba(14, 29, 52, .5);
  transition: all .3s ease 0s
}

.team .member .social a:hover {
  color: var(--color-primary)
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px
}

.horizontal-pricing .pricing-item {
  box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary)
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center
}

.horizontal-pricing h4 sup {
  font-size: 28px
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, .8);
  font-size: 18px
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na span {
  text-decoration: line-through
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease 0s;
  font-family: var(--font-primary)
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff
}

.horizontal-pricing .featured {
  background: var(--color-primary)
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary)
}

.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center center
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%
}

@media(max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px
}

.get-a-quote .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 0
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary)
}

.get-a-quote .php-email-form input {
  padding: 12px 15px
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 4px
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.contact .info-item+.info-item {
  margin-top: 40px
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease-in-out 0s;
  margin-right: 15px
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary)
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, .8)
}

.contact .php-email-form {
  width: 100%;
  background: #fff
}

.contact .php-email-form .form-group {
  padding-bottom: 8px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input {
  height: 44px
}

.contact .php-email-form textarea {
  padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: all .3s ease 0s
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary)
}

.service-details .services-list a:hover {
  border-color: var(--color-primary)
}

.service-details .services-img {
  margin-bottom: 20px
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary)
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary)
}

.service-details p {
  font-size: 15px
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px
}


.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary)
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
  color: #2b3990
}

.footer h4,
.confirm-order h4 {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  color: #2b3990;
  margin-top: 0
}

.confirm-order h4 {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  color: #2b3990;
  margin-top: 0
}

.confirm-order hr {
  border-top: 3px solid;
  color: #2b3990;
  opacity: 1;
  margin: 66px 0
}

.footer .footer-links .lst ul li {
  padding: 0 10px;
  display: flex;
  align-items: center
}

.footer .footer-contact p {
  line-height: 26px
}

.footer .copyright {
  text-align: left;
  color: #2b3990
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px
}

.footer .credits a {
  color: #fff
}

.logo-nav {
  display: flex;
  align-items: center
}

.shop-now {
  margin: 5px 28px 0 0;
  white-space: nowrap
}

.shop-now span {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 15px
}

.offers {
  display: inline-flex;
  color: #fff;
  text-decoration: none
}

.offers span {
  font-size: 15px
}

.offers i {
  margin: 1px 14px 0 0
}

.office {
  display: flex;
  flex-wrap: nowrap;
  margin: 34px 0% 0;
  justify-content: space-between
}

.office-img img {
  width: 90%;
  border-radius: 6px
}

.ads {
  display: flex;
  flex-wrap: wrap
}

.app-btn {
  width: 152px;
  color: #fff;
  margin: 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  height: 52px
}

.flex {
  display: flex;
  align-items: center
}

.FullLogo {
  width: 356px
}

#features .col-md-7 {
  margin: 8% 7% 13% 0
}

.footer .form-control,
.confirm-order .form-control {
  border: 2px solid #2b3990;
  width: 302px
}

.confirm-order .form-control {
  border: 2px solid #2b3990;
  width: 302px;
  height: 53px
}

.left-arrow {
  position: absolute;
  margin: -38px 255px 0 0;
  background: #ff941f;
  width: 46px;
  height: 37px;
  padding: 7px 14px 0 0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 700
}

.dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer .footer-links .dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer-links .dropdown span {
  color: #2b3990;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 16px;
  white-space: nowrap
}

.sub {
  margin: -42px 2px 3px 0
}

.footer hr {
  color: rgba(0, 0, 0, .5)
}

.footer .form-select {
  background-position: left center;
  border: none;
  color: #2b3990;
  font-weight: 700;
  width: 151px;
  padding: 0;
  margin: -11px 0 0
}

.form-select.partner option {
  color: #2b3990
}

.form-select.partner option:hover {
  color: #2b3990;
  background: #ebf0ff
}

.list-style {
  list-style: none;
  height: 5px;
  margin: -14px -27px 0 0
}

.nav-tabs {
  --bs-nav-tabs-border-width: 4px;
  --bs-nav-tabs-border-color: #ffffff;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.rating>label::before {
  content: '★';
  position: absolute;
  opacity: 0
}

.product-page .rate.notchange .rating>label::before {
  content: '★';
  position: absolute;
  opacity: 0
}

.rating>label:hover::before,
.rating>label:hover~label::before {
  opacity: 1 !important
}

.rating>input:checked~label::before {
  opacity: 1
}

.rating:hover>input:checked~label::before {
  opacity: .4
}

.buttons {
  top: 36px;
  position: relative
}

.rating-submit {
  border-radius: 15px;
  color: #fff;
  height: 49px
}

.rating-submit:hover {
  color: #fff
}

#ratings {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin: 29px 21px 0 0
}

#ratings .rating-name {
  display: flex;
  flex-flow: column wrap;
  line-height: 17px;
  align-items: flex-start
}

.write-your-rate .rating>label {
  position: relative;
  width: 1em;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

#service #ratings .rating-form input {
  border-radius: 5px;
  border: 1px solid #ebf0ff;
  width: 100%;
  color: #2b3990;
  padding: 4px 8px 4px 0;
  margin-bottom: 0
}

#ratings .rating-form {
  margin: 32px 0 0;
  width: 166%
}

#ratings .rating-form .Register-to-submit {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #000;
  color: #000
}

#ratings .rating-form .put-your-rate {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #2b3990;
  color: #2b3990
}

.offline-offer-img-mo {
  width: 77%;
  height: 288px;
  display: flex;
  margin: 52px 11%
}

#ratings .rating-form .form-control {
  padding: 8px
}

.next {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #2b3990;
  font-weight: 600;
  font-size: 18px
}

.next hr {
  width: 300px;
  border-top: 2px solid;
  opacity: 1;
  margin: 16px 20px 0 0
}

.next h6 {
  font-weight: 600;
  font-size: 18px
}

h2 {
  text-align: center
}

.modalDialog4 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog4:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog4>div {
  width: 552px;
  position: relative;
  margin: 7% auto;
  padding: 3% 19px 35px 20px;
  border-radius: 10px;
  background: #fff
}

.close4 {
  background: rgb(255 255 255);
  color: #2b3990;
  line-height: 25px;
  position: absolute;
  left: 19px;
  text-align: center;
  top: 16px;
  width: 31px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  opacity: 1
}

.modalDialog4 .two-flex {
  display: flex;
  gap: 52px
}

.modalDialog4 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: 23px 2px 8px 0;
  font-size: 18px
}

.modalDialog4 .form-control {
  display: block;
  width: 141%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: almarai;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(255 255 255);
  background-clip: padding-box;
  border: 1px solid #ebf0ff;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.modalDialog4 button {
  font-family: almarai;
  width: 210px;
  margin: 0 29%
}

.modalDialog4 button:hover {
  background: #ff941f;
  color: #2b3990
}

.close4:hover {
  background: rgba(43, 57, 144, .553)
}

.modalDialog4 {
  display: none
}

.modalDialog4:target {
  display: block;
  overflow: auto
}

.modalDialog60 {
  display: none
}

.modalDialog60:target {
  display: block;
  overflow: auto
}

.modalDialog5 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog5:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog5>div {
  width: 552px;
  position: relative;
  margin: 7% auto;
  padding: 3% 19px 35px 20px;
  border-radius: 10px;
  background: #fff
}

.close5 {
  background: rgb(255 255 255);
  color: #2b3990;
  line-height: 25px;
  position: absolute;
  left: 19px;
  text-align: center;
  top: 16px;
  width: 31px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  opacity: 1
}

.modalDialog5 .two-flex {
  display: flex;
  gap: 52px
}

.modalDialog5 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: 23px 2px 8px 0;
  font-size: 18px
}

.modalDialog5 .form-control {
  display: block;
  width: 141%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: almarai;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(255 255 255);
  background-clip: padding-box;
  border: 1px solid #ebf0ff;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.modalDialog5 button {
  font-family: almarai;
  width: 210px;
  margin: 0 29%
}

.modalDialog5 button:hover {
  background: #ff941f;
  color: #2b3990
}

.close4:hover {
  background: rgba(43, 57, 144, .553)
}

.modalDialog5 {
  display: none
}

.modalDialog5:target {
  display: block;
  overflow: auto
}

.modalDialog60 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog60 .col-3 {
  width: 100%
}

.modalDialog60:target {
  opacity: 1;
  pointer-events: auto
}

.modal20 {
  width: 100%;
  height: 49px;
  background: #ffff;
  color: #2b3990;
  text-align: inherit;
  font-weight: 800;
  border: 2px solid #2b3990;
  border-radius: 5px;
}

.modalDialog60>div {
  width: 420px;
  position: relative;
  margin: 7% auto;
  padding: 0;
  border-radius: 3px;
  background: #f6f6f6;
  height: 613px;
  overflow: auto
}

.close60 {
  background: rgb(255 255 255);
  color: #2b3990;
  line-height: 25px;
  position: absolute;
  left: 19px;
  text-align: center;
  top: 16px;
  width: 31px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  opacity: 1
}

.img-popup {
  display: flex;
  gap: 33px;
  justify-content: center
}

.img-popup video {
  border-radius: 39px;
  padding: 31px
}

.img-popup .content {
  padding: 1px 44px 0 0
}

.img-popup .content img {
  width: 214px
}

.img-popup .content h6 {
  width: 220px;
  font-size: 15px;
  line-height: 27px;
  color: #2b3990;
  margin: -52px 0 44px
}

.sure button {
  width: 143px;
  height: 40px;
  font-family: almarai;
  background: #fff;
  border: 2px solid #f22828;
  color: #f22828;
  font-weight: 700;
  border-radius: 5px;
  margin: 17px 5%
}

.background .data p {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  margin: 9px -8px;
  white-space: nowrap
}

.img-upload img {
  width: 10px
}

h2 {
  text-align: center
}

.btn-mo {
  display: none
}

[dir=ltr] .left-arrow {
  padding: 7px 0 0 14px
}

[dir=ltr] .form-control {
  padding: .375rem 3.75rem
}

[dir=ltr] .next i {
  rotate: 180deg
}

[dir=ltr] .footer .form-select {
  background-position: right center
}

[dir=ltr] #features .col-md-7 {
  margin: 8% 7% 13% 59%
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  direction: rtl
}

.img-1 {
  margin: -82px 0 0 57px
}

.img-2 {
  margin: -39px -8px 0 0
}

.img-4 {
  margin: -118px 64px 0 0
}

.img-5 {
  margin: 28px 6px 0 0
}

.img-6 {
  margin: -195px -76px 0 0
}

.img-7 {
  margin: -116px 27px 0 0
}

.img-8 {
  margin: 29px 82px 0 0
}


.our-goal .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly
}

.address h5 {
  font-size: 14px;
  font-weight: 200 !important
}

.address h5 strong {
  font-size: 14px;
  font-weight: 900 !important
}

.address h6 {
  font-size: 14px;
  color: #a1a1a1
}


.dropdown-select::after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  transition: all .125s ease-in-out 0s;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 50%
}


.hero .dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #f5f5f5 !important
}

header .dropdown-select:active,
header .dropdown-select.open {
  border-color: #bbb;
  background-color: #2b3990 !important
}

footer .dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #fff !important
}

.bg-check h3 {
  font-weight: 900;
  padding: 33px 0 32px 67px;
  white-space: nowrap
}

.check,
.check-2 {
  display: flex;
  margin: -32px 15% 0 0
}

.line-1 .num-1 {
  font-size: 64px
}

.check-2 h2 {
  font-size: 15px;
  margin: 37px 13px
}

.line-1 {
  font-size: 18px
}

#prices.two input {
  background: #fff
}

.decor-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px
}

.decor-btn button {
  color: #6a6a6a;
  background: #ebf0ff;
  padding: 2px 9px 6px;
  border-radius: 5px;
  border: none;
  margin: 9px 0 0;
  height: 38px
}


.read-more,
#dots {
  color: #2b3990;
  background: #fff;
  border: none;
  font-weight: 600
}

.setting {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%
}

.setting h2 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
  line-height: 24px
}

.setting a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  transition: color .2s ease 0s
}

.setting a[data-action] i {
  width: 1.25em;
  text-align: center
}

.setting a[data-action]:hover {
  color: #f80
}

.setting a[data-action].disabled {
  opacity: .35;
  cursor: default
}

.setting a[data-action].disabled:hover {
  color: #555
}

.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between
}

.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left
}

.image_picker .settings_wrap .drop_target {
  margin-right: 0
}

.image_picker .settings_wrap .settings_actions {
  margin: -22px 0 0 21px;
  font-size: 14px;
  color: #2b3990;
  font-weight: 600
}

.settings_actions.vertical a {
  display: block
}

.drop_target {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  width: 144px;
  padding: 4px 6px 6px;
  height: 50px;
  transition: all .2s ease 0s
}

.drop_target input[type=file] {
  visibility: hidden
}

.our-goal {
  padding: 3% 9%
}

[dir=ltr] .call-aladdin .left-arrow i {
  rotate: 180deg
}

.stats-counter div.container {
  text-align: -webkit-center
}

.our-goal.two .col-lg-7 {
  margin: 29px 56px 0 0
}



/* ::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background: #a8aaae
}

::-webkit-scrollbar-thumb:hover {
  background: #a8aaae
} */

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #2b3990;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px
}

.B2B-signup .from-sign-up .form-control {
  padding: .375rem 2.75rem
}

.B2B-signup .from-sign-up .form-group i {
  position: absolute;
  font-size: 18px;
  margin: 9px;
  color: #9098b1
}

.B2B-signup .from-sign-up .form-group i.fa-eye,
.B2B-signup .from-sign-up .form-group i.fa-eye-slash {
  margin: -28px 406px
}

.B2B-signup .from-sign-up .form-control.two {
  padding: .375rem .75rem
}

.carousel-main {
  margin-bottom: 14px
}

.carousel-main img {
  display: block;
  border-radius: 33px;
  margin: 0 auto;
  width: 100%;
  height: 100%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative
}

.input-group input[type=button] {
  background-color: #eee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: 700;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical
}

.button-plus {
  left: -13px
}

#promot .button-minus {
  width: 40px;
  height: 37px;
  border: 1px solid #cbd5e1;
  background: #fff;
  margin: 7px -8px 0;
  border-radius: 0 11px 11px 0
}

#promot .button-plus {
  width: 40px;
  height: 37px;
  border: 1px solid #cbd5e1;
  background: #fff;
  margin: 7px -8px 0 0;
  border-radius: 11px 0 0 11px
}

#promot .quantity-field {
  width: 69px;
  border-radius: 0;
  color: #2b3990;
  height: 37px;
  font-size: 19px;
  border: 1px solid #cbd5e1
}

.product-Quote .form-select {
  display: block;
  width: 100%;
  padding: .315rem 1rem 0 0;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9098b1
}

.num .bi-dash-lg {
  position: absolute;
  z-index: 100;
  color: #2b3990;
  margin: 12px -3px 0 0;
  border: 2px solid;
  border-radius: 50% !important;
  width: 27px
}

.num .bi-plus {
  position: absolute;
  z-index: 100;
  color: #2b3990;
  margin: 12px 104px 0 0;
  border: 2px solid;
  border-radius: 50% !important;
  width: 27px
}

.all-content {
  background: #fff;
  padding: 51px;
  border-radius: 10px;
  margin: 5px 0 52px
}

.start-now {
  border: none;
  width: 163px;
  font-weight: 700;
  color: #fff;
  background: #2b3990;
  height: 43px;
  border-radius: 5px
}

.skip {
  border: 1px solid #2b3990;
  margin: 0 0 39px;
  width: 163px;
  color: #2b3990;
  background: #ebf0ff;
  height: 43px;
  font-weight: 700;
  border-radius: 5px
}

.form-info {
  background: #f6f6f6;
  color: #2b3990;
  padding: 25px 50px;
  width: 100%
}

.payment {
  margin-top: 100px
}

.form-info .form-head {
  text-align: -webkit-center
}

.form-info h5,
.form-info span {
  font-size: 17px;
  font-weight: 900
}

.form-info .form-body p {
  font-size: 17px;
  margin: 26px 0
}

.form-info .form-body span {
  margin: 0 18px;
  unicode-bidi: plaintext
}

.form-info hr {
  color: #fff;
  border-top: 6px solid;
  opacity: 1;
  border-radius: 10px
}

.form-info .form-head hr {
  width: 63%
}

.best-selling .Page.navigation.example {
  margin: 45px 0 -55px
}

.grow img {
  width: 100%
}

.my-fav .card .card-img {
  padding: 12px;
  width: 31%
}

.my-fav .card .card-img img {
  width: 157px;
  height: 158px
}

.my-fav .card .card-description {
  width: 66%
}

.my-fav .card .card-description .d-flex.justify-content-between div {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 77px
}

.my-fav .card .card-description p {
  margin: 80px 2px -1px;
  font-weight: bolder;
  font-size: 17px
}

.my-fav .card .card-description button {
  margin: 65px 0 0;
  color: #fff;
  border: none;
  padding: 7px;
  border-radius: 5px;
  font-weight: 700;
  width: 105px
}

.my-fav .card .card-description button.sold-out {
  background: #a8aaae
}

.my-fav .card .card-description button.buy-now {
  background: #ff941f
}

.my-fav .card .card-description .d-flex.justify-content-between div i {
  font-size: 30px
}

.my-fav .card .card-description .d-flex.justify-content-between div .bi-heart-fill {
  position: absolute;
  margin: -17px 25px;
  color: #f22828
}

.my-fav .card .card-description .d-flex.justify-content-between div .bi-suit-heart-fill {
  position: absolute;
  margin: -17px 25px;
  color: #000
}

.my-fav .card .card-description h3 {
  font-size: 19px;
  margin-top: 26px;
  font-weight: 600
}


@media(max-width: 1100px) {
  .best-selling .glight {
    width: 12.92%;
    padding: 11px
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -28px 308px
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 51px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 51px 0 0
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 561px;
    margin: 9px -239px 0 0
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 352px;
    height: 42px
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 397px;
    text-align: initial;
    padding: 22px;
    margin: 0 -81px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 52px 0 0
  }

  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 53px 0 0
  }

  .our-goal {
    padding: 3% 2%
  }

  .our-goal.two .col-lg-7 {
    margin: 30px 128px 0 0;
    width: 50%
  }

  .img-4 {
    margin: -118px 14px 0 0
  }

  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 10.25rem 0 19px;
    background-position: left 5.75rem center;
    margin: 0 -21px 0 -29px
  }
}

@media(max-width: 991.5px) {
  .client-profile .container {
    max-width: 100%
  }

  .visa {
    margin: -8px -12px 0 -101px
  }

  .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 84%;
    margin: -1px 46px 0 0
  }

  #promot .d-flex.justify-content-between h4 {
    white-space: pre;
    font-size: 16px;
    margin: -18px -73px 0 70px
  }

  #promot .d-flex.justify-content-between .input-group {
    margin: 7px 49px 0 0
  }

  form#promot {
    width: 132% !important;
    margin-top: 26px;
    margin: 3px 11% 0 0
  }

  .opinion .card-img {
    position: absolute;
    text-align: left;
    margin: -48px -17px 0 0
  }

  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 6.25rem 0 40px;
    background-position: left 5.75rem center;
    margin: 0 -65px 0 -20px
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 52%
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 74%
  }

  .swiper {
    width: 1262px
  }

  .services form {
    width: 212%
  }


  .hero form {
    width: 406px;
    flex-direction: row-reverse
  }

  .hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
  }

  .order-2 {
    width: 402px;
    margin: 0 -5% 0 0;
    order: 1 !important
  }

  .row.category {
    display: none
  }

  .hero-img img {
    width: 266px;
    margin: 9px 17%
  }

  #ratings .rating-form {
    margin: 32px 0 0;
    width: 212%
  }

  #ratings {
    gap: 15px;
    margin: 29px 21px 0 0
  }

  #hero .row {
    flex-wrap: nowrap
  }

  .country span {
    display: block
  }

  .order-first {
    order: 7 !important
  }

  #features .col-md-7 {
    margin: 8% 0% 13% 0
  }

  .left-arrow {
    margin: -38px 179px 0 0
  }

  .app-btn {
    width: 153px;
    color: #fff;
    margin: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    height: 48px
  }

  .flex2 {
    margin: 0 50px 0 0
  }


  .logo-nav ul li {
    white-space: nowrap
  }

  .offers span {
    font-size: 13px
  }

  .shop-btn {
    margin: 11% 0 0;
    width: 141px
  }

  [dir=ltr] .shop-now {
    margin: 5px 7px 0
  }
}

@media(max-width: 880px) {
  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 45px 0 0
  }

  .payment-body div input {
    position: absolute;
    margin: -4px 185px 0 0
  }

  .all-content .justify-content-between {
    width: 618px
  }

  .start-now {
    border: none;
    width: 135px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .skip {
    border: 1px solid #2b3990;
    margin: 0 0 39px;
    width: 135px;
    color: #2b3990;
    background: #ebf0ff;
    height: 43px;
    font-weight: 700;
    border-radius: 5px
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 42px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 42px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 45px 0 0
  }
}

@media(max-width: 767.5px) {
  .footer-info.one {
    width: 33%;
    margin: 0 -36px 0 29px
  }

  .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    width: 200px
  }


  .payment .row {
    display: flex;
    flex-direction: column-reverse
  }

  .payment-method {
    margin: 38px 0 0;
    padding: 5px 56px
  }

  form .rating-form textarea {
    width: 100% !important
  }

  #form-rate .rating-form .form-group input {
    width: 100% !important
  }

  .all-content {
    background: #fff;
    display: flex;
    padding: 51px;
    border-radius: 10px;
    margin: 5px 0 52px;
    flex-direction: column-reverse
  }

  .all-content .justify-content-between {
    width: 618px;
    display: flex;
    flex-wrap: wrap
  }

  form#promot {
    width: 96% !important;
    margin-top: 26px;
    margin: 3px 2% 0 0
  }

  .shop-page .bd-example {
    margin-top: -22px;
    padding: 10px
  }

  .shop-page .dropdown-select.wide {
    width: 100%
  }

  .shop-page .col-lg-12.col-md-12 {
    padding: 24px 12px
  }

  .shop-page .col-lg-12.col-md-12 .form-select {
    display: block;
    width: 100%;
    padding: -.625rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9098b1;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ebf0ff;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 33px 10px 18px;
    white-space: nowrap;
    font-size: 35px
  }

  .images {
    width: 400px;
    margin: 0 -16px 0 0
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 117px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 151px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 122px
  }

  .img-5 {
    margin: 28px 6px 0 0
  }

  .img-6 {
    margin: -115px -35px 0 0;
    width: 123px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 111px
  }

  .img-8 {
    margin: 5px 73px 0 0
  }

  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: 400px;
    margin: 0 30px
  }

  #job-service .card.two {
    float: inherit;
    margin: 0
  }

  .show-price {
    width: 100%;
    text-align: center
  }

  .modalDialog2>div {
    width: 100%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -170px
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 42%
  }

  #ratings .rating-form {
    margin: 32px 0 0;
    width: 100%
  }

  .video-popup {
    display: flex;
    gap: 33px;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 45px
  }

  .list {
    display: none
  }

  .list-pc {
    display: block
  }

  #service .row.gy-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse
  }

  .order-2 {
    width: 402px;
    margin: 0 -12% 0 0;
    order: 1 !important
  }

  .footer-info.two {
    width: 25%;
    margin: 0 -36px 0 29px
  }

  .features .features-item h3 {
    font-weight: 600;
    font-size: 16px
  }

  .caption {
    color: #fff;
    text-align: center;
    margin: 109px 0 0
  }

  .FullLogo {
    width: 257px
  }

  #tabs {
    margin: 20% 24%
  }

  .slider-container .slider .slide {
    top: 33%
  }

  .our-goal.two .row {
    display: flex;
    flex-direction: column-reverse
  }

  .our-goal.two .col-lg-7 {
    margin: 30px -1px 0 0;
    width: 100%
  }

  #B2B-signup .col-lg-1.col-md-1 img {
    width: 100%;
    height: 100%
  }
}

@media(max-width: 673.5px) {
  #tabs {
    margin: 25% 15%
  }

  .mobile .footer-links {
    display: none
  }

  .footer-links {
    width: 100%
  }

  .hero-img img {
    width: 29%;
    margin: 9px 18%
  }


  [dir=ltr] .hero form {
    width: 331px;
    flex-direction: row-reverse
  }

  .flex2 {
    display: flex;
    align-items: flex-start;
    margin: 0
  }

}

@media(max-width: 560px) {
  .features .features-item h3 {
    font-size: 15px;
    width: 43%;
    text-align: center
  }

  .method {
    width: 396px
  }

  .all-content {
    background: #fff;
    display: flex;
    padding: 51px;
    border-radius: 10px;
    margin: -35px 0 -48px;
    flex-direction: column-reverse
  }

  #promot input[type=date] {
    border-radius: 5px;
    width: 271px;
    color: #6d6d6d7d;
    float: right;
    margin: 3px -64px 0 0
  }

  #promot .d-flex.justify-content-between .input-group {
    margin: 7px -40px 0 0
  }

  .start-now {
    border: none;
    width: 167px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .skip {
    border: 1px solid #2b3990;
    margin: 0;
    width: 167px;
    color: #2b3990;
    background: #ebf0ff;
    height: 43px;
    font-weight: 700;
    border-radius: 5px
  }

  .best-selling .glight {
    width: 14.92%;
    padding: 11px
  }

  .best-selling .head h5 {
    color: #2b3990;
    font-weight: 600;
    font-size: 14px
  }

  .ask-btn {
    width: 96%;
    text-align: left
  }

  .slider-container .slider .slide {
    width: 405px;
    top: 33%;
    height: 46%
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 44%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -173px
  }

  #B2B-signup .container {
    margin-top: 47%
  }

  .hero form .btn-primary {
    color: #a8aaae;
    background-color: #fff;
    padding: 3px 38px 39px 44px;
    height: 7px;
    width: 10px;
    margin: -5px 0 0 1px;
    font-size: 28px;
    border: none;
    position: absolute
  }

  #tabs {
    margin: 25% 8%
  }


  .hero form {
    width: 100%;
    flex-direction: row-reverse
  }

  #features .col-md-7 {
    margin: 8% -1% 13% 0
  }

  .app-btn {
    width: 99px;
    margin: 7px 2px;
    height: 40px
  }

  .FullLogo {
    width: 174px
  }

  .ads.mobile {
    display: none
  }

  .hero-img {
    display: none
  }

  .order-2 {
    width: 100%;
    margin: 0 0% 0 0;
    order: 1 !important
  }

  .about .content h3 {
    font-weight: 700;
    font-size: 20px
  }

  .footer hr {
    border-top: 2px solid;
    color: #2b3990;
    width: 107%;
    opacity: 1
  }

  .footer .copyright {
    text-align: center;
    color: #2b3990;
    margin: 0 0 0 -38px
  }


  .payment-method {
    margin: 38px 0 0;
    padding: 2px 9px
  }

  .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 100%;
    margin: -1px 0
  }

  .visa {
    margin: -8px -28px 0 -101px;
    gap: 2px !important
  }

  .payment-body div img {
    width: 24px
  }
}

@media(max-width: 460px) {
  #tabs {
    margin: 25% 5%
  }

  .modalDialog9 .forget-password {
    color: #ff941f;
    margin: 0 32%;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer
  }

  .shoping-cart-all .tab-title {
    margin: -95px 23%
  }

  .shoping-cart-all .login img {
    color: #fff;
    margin: -3px 19px 0 -38px;
    width: 19px
  }

  .shoping-cart-all #tabs .form-group i.fa-eye,
  .shoping-cart-all #tabs .form-group i.fa-eye-slash {
    margin: -28px 61%
  }

  .payment-method {
    margin: 40px 0 0;
    padding: 2px 0
  }


  form .rating-form textarea {
    width: 150% !important
  }

  #form-rate .rating-form .form-group input {
    width: 150% !important
  }

  .start-now {
    border: none;
    width: 131px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 37px 10px 18px;
    white-space: nowrap;
    font-size: 27px
  }

  .shop-btn img {
    width: 18px
  }

  .my-offers .request .decor-btn button {
    padding: 0;
    width: 91px;
    font-size: 12px
  }

  .services .my-offers .request .card {
    padding: 0
  }

  .ask-btn button {
    width: 100%;
    background: #2b3990;
    color: #fff
  }

  .slider-container .slider .slide {
    width: 339px;
    height: 39%
  }

  #prices form {
    width: 100%;
    border: none
  }

  .images {
    width: auto;
    margin: 0 -16px 0 0
  }

  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: auto;
    margin: 0
  }

  .partners .col-lg-12 {
    padding: 57px
  }

  .partners h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: almarai
  }

  .partners p {
    font-size: 15px
  }
}

@media(max-width: 425px) {
  #tabs {
    margin: 25% 2%
  }

  .slider-container .slider .slide {
    width: 310px;
    height: 35%
  }

  .modalDialog2>div {
    width: 100%;
    height: 57%
  }

  .caption {
    color: #fff;
    text-align: center;
    margin: 77px 0 0
  }
}

@media(max-width: 407px) {
  #tabs {
    margin: 25% 0%;
    width: 100%
  }

  .method {
    width: 320px
  }

  .num .bi-plus {
    position: absolute;
    z-index: 100;
    color: #2b3990;
    margin: 12px 76px 0 0;
    border: 2px solid;
    border-radius: 50% !important;
    width: 26px;
    padding: 0 3px 0 0
  }

  .num .bi-dash-lg {
    position: absolute;
    z-index: 100;
    color: #2b3990;
    margin: 12px -3px 0 0;
    border: 2px solid;
    border-radius: 50% !important;
    width: 27px;
    padding: 0 4px 0 0
  }

  .start-now {
    border: none;
    width: 109px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .skip {
    border: 1px solid #2b3990;
    margin: 0;
    width: 109px;
    color: #2b3990;
    background: #ebf0ff;
    height: 43px;
    font-weight: 700;
    border-radius: 5px
  }

  .tab-title {
    position: absolute;
    margin: -118px 92px 0 0
  }

  .form-group i.fa-eye,
  .form-group i.fa-eye-slash {
    margin: -28px 72%
  }

  .login img {
    color: #fff;
    margin: -3px 43px 0 -73px;
    width: 18px
  }

  .login i.fa-facebook {
    margin: -5px 37px 0 0
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 41%
  }

  .login i.fa-apple {
    margin: -2px 50px 0 0
  }

  .slider-container .slider .slide {
    width: 210px;
    height: 24%
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 86px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 101px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 86px
  }

  .img-5 {
    margin: 28px 6px 0 0;
    width: 82px
  }

  .img-6 {
    margin: -114px -5px 0 0;
    width: 79px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 85px
  }

  .img-8 {
    margin: 5px 73px 0 0;
    width: 85px
  }
}

#service.b2c-kitchen form input {
  border: 1px solid #ebf0ff;
  width: 100%;
  height: 43px;
  padding: 10px;
  margin: 0
}

.add-product-title div h4 {
  font-weight: 700;
  color: #2b3990;
  margin: 0 6% 0 0;
  text-align: justify
}

.b2c-kitchen .row {
  background: #f6f6f6;
  border-radius: 0 0 10px 10px
}


.add-product .decor-btn button {
  color: #2b3990;
  background: #a8aaae
}

.add-product .setting:last-of-type {
  height: 49px;
  margin: 8px 0 11px;
  border: 0 solid #fff;
  padding: 11px;
  border-radius: 5px
}

section {
  padding: 58px 0;
  overflow: hidden
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, .06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 10px 30px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: all .3s ease 0s
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin: 3px 18px 0 10px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff
}

.dropdown ul li {
  min-width: 200px
}

.dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  color: #2b3990
}

.dropdown ul a i {
  font-size: 12px
}

.dropdown ul a:hover,
.dropdown ul .active:hover,
.dropdown ul li:hover>a {
  color: var(--color-primary)
}

.dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

.about .content h3 {
  font-weight: 700;
  font-size: 17px;
  font-family: var(--font-secondary);
  color: #001f8d;
  margin: 19px 0 -16px
}

.about .content ul {
  list-style: none;
  padding: 0
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--color-primary);
  margin-right: 20px;
  line-height: 0
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c
}

.about .content ul p {
  font-size: 15px
}

.about .play-btn {
  width: 38px;
  height: 38px;
  background: radial-gradient(var(--color-primary) 50%, rgb(43 57 144) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(74% - 47px);
  top: calc(74% - 47px);
  overflow: hidden
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: 0 0
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19) 0s
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: 0s ease 0s 1 normal none running none;
  border-radius: 0
}

.about .play-btn:hover::after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20)
}

.about .open-btn {
  width: 38px;
  height: 38px;
  background: radial-gradient(var(--color-primary) 50%, rgb(43 57 144) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(74% - 47px);
  top: calc(74% - 47px);
  overflow: hidden
}

.about .open-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: 0 0
}

.about .open-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19) 0s
}

.about .open-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: 0s ease 0s 1 normal none running none;
  border-radius: 0
}

.call-to-action h3 {
  color: #2b3990;
  font-size: 28px;
  font-weight: 700
}

.call-to-action p {
  color: #2b3990
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: all .5s ease 0s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary)
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 19px;
  color: #2b3990;
  margin: 13px 11px 0
}

.features .features-item ul {
  list-style: none;
  padding: 0
}

.features .features-item ul li {
  padding-bottom: 10px
}

.features .features-item ul li:last-child {
  padding-bottom: 0
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary)
}

.features .features-item p:last-child {
  margin-bottom: 0
}

.first-col td h6 {
  color: #7f8082;
  font-size: 13px;
  margin: 8px 0
}

.first-col td h5 {
  color: #6d6e70;
  font-size: 17px;
  font-weight: 600
}

.first-col td p {
  color: #6d6e70;
  margin: 0;
  font-size: 11px;
  unicode-bidi: plaintext;
  text-decoration: line-through;
  text-decoration-thickness: from-font;
  font-style: italic
}

.first-col td button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 40%;
  text-align: center;
  border: none;
  background-image: linear-gradient(#FFAF4E, #F7941D);
  height: 38px;
  margin: 9px 0;
  border-radius: 5px
}

.faq {
  padding-top: 80px
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px
}

.faq .accordion-collapse {
  border: 0
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, .03);
  border-radius: 5px
}

.faq .accordion-button:focus {
  box-shadow: none
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary)
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, .15)
}

.team .member img {
  margin: -1px -1px 30px
}

.team .member .member-content {
  padding: 0 20px 30px
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d
}

.team .member .social {
  margin-top: 15px
}

.team .member .social a {
  color: rgba(14, 29, 52, .5);
  transition: all .3s ease 0s
}

.team .member .social a:hover {
  color: var(--color-primary)
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px
}

.horizontal-pricing .pricing-item {
  box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary)
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center
}

.horizontal-pricing h4 sup {
  font-size: 28px
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, .8);
  font-size: 18px
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na span {
  text-decoration: line-through
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease 0s;
  font-family: var(--font-primary)
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff
}

.horizontal-pricing .featured {
  background: var(--color-primary)
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary)
}

.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center center
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%
}

@media(max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px
}

.get-a-quote .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 0
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary)
}

.get-a-quote .php-email-form input {
  padding: 12px 15px
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 4px
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.contact .info-item+.info-item {
  margin-top: 40px
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease-in-out 0s;
  margin-right: 15px
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary)
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, .8)
}

.contact .php-email-form {
  width: 100%;
  background: #fff
}

.contact .php-email-form .form-group {
  padding-bottom: 8px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input {
  height: 44px
}

.contact .php-email-form textarea {
  padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary)
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
  color: #2b3990
}

.footer .footer-links .lst ul li {
  padding: 0 10px;
  display: flex;
  align-items: center
}

.footer .footer-links ul li:first-child {
  padding-top: 0
}

.footer .footer-contact p {
  line-height: 26px
}

.footer .copyright {
  text-align: left;
  color: #2b3990
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px
}

.footer .credits a {
  color: #fff
}

.logo-nav {
  display: flex;
  align-items: center
}

.shop-now {
  margin: 5px 28px 0 0;
  white-space: nowrap
}

.shop-now span {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 15px
}

.offers {
  display: inline-flex;
  color: #fff;
  text-decoration: none
}

.offers span {
  font-size: 15px
}

.offers i {
  margin: 1px 14px 0 0
}


.country span {
  font-size: 15px
}

.country i {
  margin: 1px 14px 0 0
}

.row.category {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 611px
}

.order-lg-last h3 {
  color: #2b3990;
  font-weight: 700
}

p {
  margin-top: 23px;
  margin-bottom: 1rem
}

.group {
  display: flex;
  flex-wrap: nowrap
}

.group-detail {
  display: flex;
  flex-direction: column;
  align-items: center
}

.group-detail a {
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-wrap: wrap;
  place-items: center;
  color: #000
}

.group-detail img {
  border-radius: 14px;
  width: 131px;
  margin: 22px 9px 0;
  height: 87px
}

#about .row .col-lg-6.content.order-last.order-lg-first {
  display: block;
  background: #fff
}

.app-btn {
  width: 152px;
  color: #fff;
  margin: 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  height: 52px
}

.flex {
  display: flex;
  align-items: center
}

.FullLogo {
  width: 356px
}

#features .col-md-7 {
  margin: 8% 7% 13% 0
}

.flex2 {
  display: flex;
  align-items: center;
  flex-direction: column
}

.left-arrow {
  position: absolute;
  margin: -38px 255px 0 0;
  background: #ff941f;
  width: 46px;
  height: 37px;
  padding: 7px 14px 0 0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 700
}

.dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer .footer-links .dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer-links .dropdown span {
  color: #2b3990;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 16px;
  white-space: nowrap
}

.sub {
  margin: -42px 2px 3px 0
}

.footer hr {
  color: rgba(0, 0, 0, .5)
}

.footer .form-select {
  background-position: left center;
  border: none;
  color: #2b3990;
  font-weight: 700;
  width: 151px;
  padding: 0;
  margin: -11px 0 0
}

.form-select.partner option {
  color: #2b3990
}

.form-select.partner option:hover {
  color: #2b3990;
  background: #ebf0ff
}

.list-style {
  list-style: none;
  height: 5px;
  margin: -14px -27px 0 0
}

.divider {
  border: 1px solid #ccc
}

header .myacc .form-select {
  display: block;
  width: 100%;
  padding: .375rem 1.25rem .375rem 8.75rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfdff;
  background-color: #2b3990;
  background-repeat: no-repeat;
  background-position: left 6.75rem center;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nd2hpdGUnIGNsYXNzPSdiaSBiaS1jaGV2cm9uLWRvd24nIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jz48L3BhdGg+PC9zdmc+)
}

.with-google {
  background: #fff;
  color: #2b3990
}

.with-apple {
  background: #000
}

.with-face {
  background: #3b5998
}

.ve {
  font-size: 13px;
  color: #2b3990;
  font-weight: 600
}

.ve span {
  color: #ff941f
}

.checkbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin: 0 7px 0 0
}

.login i.fa-facebook {
  color: #fff;
  margin: -7px 60px 0 0;
  background: #3b5998;
  padding: 9px 10px 7px 11px;
  border-radius: 50%
}

.login i.fa-apple {
  color: #fff;
  margin: -2px 76px 0 0;
  background: #000;
  padding: 7px 8px 4px 7px;
  border-radius: 50%
}

.login:hover {
  color: #2b3990;
  background-color: #ff941f
}

.login img {
  color: #fff;
  margin: -3px 70px 0 -92px;
  width: 20px;
  height: 20px
}

.tab-title {
  position: absolute;
  margin: -118px 124px 0 0;
  font-size: 21px;
  font-weight: 700
}

a.forget-password:hover {
  color: #2b3990
}

.mobile-navbar {
  display: none
}


.re-send a {
  font-weight: 700
}

input[type=submit] {
  color: #fff;
  background: #2b3990;
  height: 48px;
  border: none;
  border-radius: 5px;
  margin: 20px 0 0
}

.content-area {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  background: var(--background2);
  padding: var(--spacing);
  border-radius: var(--spacing);
  max-width: min(100%, 50rem)
}

.glight {
  width: 16.92%;
  padding: 11px
}

.glight img {
  border-radius: 9%;
  height: 247px;
  width: 92%
}

input.code-input {
  font-size: 1.5em;
  width: 1em;
  text-align: center;
  height: 48px;
  flex: 0 0 2em;
  border-radius: 5px;
  border: 1px solid #a1a1a1
}

.breadcrumb-item+.breadcrumb-item::before {
  float: inherit;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/")
}

.information {
  width: 100%;
  color: #2b3990;
  margin: 6px 4px 50px 0;
  /* display: flex; */
  flex-wrap: wrap
}

.information p {
  margin: 0;
}

.information .col-lg-6 {
  padding: 3px 0 39px 101px
}

.page-item:first-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.pagination {
  justify-content: center;
  padding: 0
}

.name {
  margin-top: -21px;
  font-size: 18px
}

.buttons {
  top: 36px;
  position: relative
}

#ratings .rating-submit {
  border-radius: 15px;
  color: #fff;
  height: 49px
}

#ratings .rating-submit:hover {
  color: #fff
}

#ratings {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin: 29px 21px 0 0
}

#ratings .rating-name {
  display: flex;
  flex-flow: column wrap;
  line-height: 17px;
  align-items: flex-start
}

#form-rate .rating-form .form-group input {
  width: 62%
}

#form-rate {
  border: none
}

form .rating-form textarea {
  width: 62%
}

.write-your-rate .rating>label {
  position: relative;
  width: 1em;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

#service .rating-form input {
  border-radius: 5px;
  border: 1px solid #ebf0ff;
  width: 100%;
  color: #2b3990;
  padding: 4px 8px 4px 0;
  margin-bottom: 0
}

.rating-form {
  margin: 32px 0 0;
  width: 166%
}

.rating-form .Register-to-submit {
  width: 62%;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #000;
  color: #000
}

.rating-form .form-control {
  padding: 8px
}

.next {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #2b3990;
  font-weight: 600;
  font-size: 18px
}

.next hr {
  width: 300px;
  border-top: 2px solid;
  opacity: 1;
  margin: 16px 20px 0 0
}

.next h6 {
  font-weight: 600;
  font-size: 18px
}

.video-popup {
  display: flex;
  gap: 33px;
  justify-content: center
}

.video-popup video {
  border-radius: 39px;
  padding: 31px;
  width: 100%
}

.video-popup .content {
  padding: 1px 44px 0 0
}

.video-popup .content img {
  width: 214px
}

.video-popup .content h6 {
  width: 220px;
  font-size: 15px;
  line-height: 27px;
  color: #2b3990;
  margin: -52px 0 44px
}

.img-popup {
  display: flex;
  gap: 33px;
  justify-content: center
}

.img-popup video {
  border-radius: 39px;
  padding: 31px
}

.img-popup .content {
  padding: 1px 44px 0 0
}

.img-popup .content img {
  width: 214px
}

.img-popup .content h6 {
  width: 220px;
  font-size: 15px;
  line-height: 27px;
  color: #2b3990;
  margin: -52px 0 44px
}

.list {
  display: block
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  direction: rtl
}

#why-aladdin .card-body .card-content:after {
  display: none
}


.our-services .slide .two {
  display: none
}

.our-services .slide.active .two {
  display: block;
  text-align: -webkit-center;
  color: #2b3990;
  background: #ebf0ff;
  width: 553px;
  margin: 351px -88px 0;
  height: fit-content;
  padding: 17px;
  border-radius: 6px;
  position: absolute;
}

.address h5 strong {
  font-size: 14px;
  font-weight: 900 !important
}

.address h6 {
  font-size: 14px;
  color: #a1a1a1
}

header .dropdown-select:hover {
  background-color: #2b3990
}

header .dropdown-select:focus {
  background-color: #2b3990
}

footer .dropdown-select.wide {
  width: 151px
}

footer .dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #fff !important
}

.bg-check h3 {
  font-weight: 900;
  padding: 33px 0 32px 67px;
  white-space: nowrap
}

.check,
.check-2 {
  display: flex;
  margin: -32px 15% 0 0
}

.line-1 .num-1 {
  font-size: 64px
}

.check-2 h2 {
  font-size: 15px;
  margin: 37px 13px
}

.line-1 {
  font-size: 18px
}

.check img,
.check-2 img {
  width: 23px;
  height: 23px;
  margin: 35px 0 0
}


.list-b2b div {
  text-align: center
}


.confirm form {
  border: none
}


#more {
  display: none
}

.read-more,
#dots {
  color: #2b3990;
  background: #fff;
  border: none;
  font-weight: 600
}

.setting {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%
}

.setting h2 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
  line-height: 24px
}

.setting a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  transition: color .2s ease 0s
}

.setting a[data-action] i {
  width: 1.25em;
  text-align: center
}

.setting a[data-action]:hover {
  color: #f80
}

.setting a[data-action].disabled {
  opacity: .35;
  cursor: default
}

.setting a[data-action].disabled:hover {
  color: #555
}

.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between
}

.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left
}

.image_picker .settings_wrap .drop_target {
  margin-right: 0
}

.image_picker .settings_wrap .settings_actions {
  margin: -22px 0 0 21px;
  font-size: 14px;
  color: #2b3990;
  font-weight: 600
}

.settings_actions.vertical a {
  display: block
}

.drop_target {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  width: 144px;
  padding: 4px 6px 6px;
  height: 50px;
  transition: all .2s ease 0s
}

.drop_target input[type=file] {
  visibility: hidden
}

.drop_target::before {
  content: "ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â©";
  position: absolute;
  display: block;
  width: 116px;
  margin: 0 -25px 0 0;
  text-align: center;
  font-size: 14px;
  color: #828282;
  background: url(../img/Icon.png) no-repeat;
  transition: color .2s ease 0s
}

.drop_target:hover::before,
.drop_target.dropping::before {
  color: rgba(0, 0, 0, .6)
}

.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: center center/contain no-repeat;
  position: relative;
  z-index: 2
}

.image_details {
  width: 192px;
  padding: 4px;
  background: #e6e6e6;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 84px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease 0s
}

.dropped~.image_details {
  opacity: 1;
  pointer-events: all
}

.image_details::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #e6e6e6 transparent transparent;
  border-image: initial;
  position: absolute;
  left: -12px;
  top: 10px
}

.image_details .input_line {
  display: block;
  overflow: hidden;
  margin-bottom: 4px
}

.image_details .input_line:last-of-type {
  margin-bottom: 0
}

.image_details .input_line span,
.image_details .input_line input {
  float: left;
  line-height: 24px
}

.image_details .input_line span {
  font-size: 12px;
  color: #666;
  width: 20%
}

.image_details .input_line input[type=text] {
  width: 100%;
  color: #444;
  appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  height: 24px;
  line-height: 18px;
  padding: 3px 5px;
  font-size: 14px;
  transition: border .2s ease 0s
}


.our-goal.two .col-lg-7 {
  margin: 29px 56px 0 0
}


.styleit h6 {
  color: #2b3990;
  margin: 12px 12px 0
}

.mycontent {
  padding: 8px 36px 10px 0;
  border-radius: 5px;
  height: auto;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #ebf0ff;
  color: #9098b1
}

.content .form-group i.fa-eye,
.content .form-group i.fa-eye-slash {
  margin: -28px 220px;
  color: #9098b1
}

.content .form-control {
  display: block;
  width: 100%;
  padding: .375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(235 240 255);
  border: 2px solid #2b3990
}

.content button {
  color: #fff;
  background: #2b3990;
  border: none;
  width: 100px;
  border-radius: 5px;
  height: 32px;
  margin: 8px 29% 0 0
}

/* 
::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background: #a8aaae
}

::-webkit-scrollbar-thumb:hover {
  background: #a8aaae
} */

#prices .dropdown-select.wide {
  width: 100%
}

input[type=checkbox] {
  position: relative;
  cursor: pointer
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  top: 0;
  left: 0;
  padding: 9px;
  border: 2px solid #2b3990;
  border-radius: 3px;
  background-color: #fff
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #2b3990;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 8px
}

#prices form .check-box input {
  width: 0;
  height: 13px;
  border: 1px solid #ebf0ff;
  padding: 11px;
  margin: 7px 0 14px
}

.best-selling .head h5 {
  color: #2b3990;
  font-weight: 600;
  font-size: 15px
}

.bi-heart-fill {
  font-size: 18px;
  position: absolute;
  margin: 19px 25px;
  color: #f22828
}

.bi-suit-heart-fill {
  font-size: 18px;
  position: absolute;
  margin: 19px 25px;
  color: #ffff
}

.B2B-signup .commercial-register .drop_target::before {
  content: "Ø§Ù„Ø³Ø¬Ù„ Ø§Ù„ØªØ¬Ø§Ø±ÙŠ";
  position: absolute;
  display: block;
  width: 778px;
  margin: 9px -342px 0 0;
  text-align: center;
  font-size: 14px;
  color: #9098b1;
  background: url(../img/Icon.png) no-repeat;
  transition: color .2s ease 0s;
  z-index: 1
}

.B2B-signup .image_preview {
  background: #fcfcfc;
  z-index: 0;
  width: 455px;
  border: 1px solid #ebf0ff;
  border-radius: 5px;
  height: 42px;
  margin: 0 -5px
}



.B2B-signup .from-sign-up .form-control {
  padding: .375rem 2.75rem
}

.B2B-signup .from-sign-up .form-group i {
  position: absolute;
  font-size: 18px;
  margin: 9px;
  color: #9098b1
}

.B2B-signup .from-sign-up .form-group i.fa-eye,
.B2B-signup .from-sign-up .form-group i.fa-eye-slash {
  margin: -28px 406px
}

.B2B-signup .from-sign-up .form-control.two {
  padding: .375rem .75rem
}

.vl-3 {
  border-left: 1px solid #fff;
  height: 37px;
  position: absolute;
  margin: -34px 59px 0 0
}

.vl-4 {
  border-left: 1px solid rgba(255, 255, 255, .32);
  height: 32px;
  position: absolute;
  margin: -28px 58px 0 0
}

[dir=ltr] .vl-3 {
  border-left: 1px solid #fff;
  height: 37px;
  position: absolute;
  margin: -34px 59px 0 11px
}

[dir=ltr] .vl-4 {
  border-left: 1px solid rgba(255, 255, 255, .32);
  height: 32px;
  position: absolute;
  margin: -28px 58px 0 12px
}

.quote .form-info {
  background: #fff;
  border-radius: 10px
}

.about-public p {
  color: #016fd0
}

.about-public img.location {
  width: 16px
}

.address-tab {
  margin: 45px 0 0
}

.address-tab h4 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 24px
}

.address-tab .card {
  padding: 27px 21px;
  border: none;
  margin: 0 0 16px
}

.address-tab .card p {
  font-size: 17px;
  margin: 11px -5px 3px 0
}

#tabs.client-profile .tab-rate .row {
  padding: 0;
  margin: 34px -110px 0 0
}

.tab-rate .col-lg-6.col-md-12.first {
  width: 35%
}

.tab-rate .col-lg-6.col-md-12.second {
  width: 50%
}

.tab-rate .col-lg-6.col-md-12.second .card {
  width: 123%;
  padding: 15px;
  margin: 53px 0 -34px
}

.tab-rate .col-lg-6.col-md-12.second .card p {
  margin: -16px 0 8px;
  width: 63%
}

.tab-rate .col-lg-6.col-md-12.second .card .grey {
  color: #a8aaae
}

.tab-rate .col-lg-6.col-md-12.second .card .green {
  color: #1a8449
}

.tab-rate .col-lg-6.col-md-12 .card {
  border: none;
  margin: 0 0 40px
}

.tab-description p {
  font-size: 20px
}

.tab-rate .col-lg-6.col-md-12 h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 6px 32px 0
}

.progress-tab {
  display: flex;
  justify-content: space-between;
  align-items: baseline
}

.progress-tab div {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 6px;
  margin: -2px 0
}

.progress-tab .rating>label {
  position: relative;
  width: 12px;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.progress-bar {
  background-color: #ff941f;
  color: #ff941f
}

.progress-tab span {
  font-size: 12px;
  margin: 8px 0 0
}

.payment.b2c .wrapper {
  background: #fff;
  padding: 1rem;
  border-radius: 15px
}

.payment.b2c .sessions .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative
}

.breadcrumbs.two {
  margin-top: 100px
}

.payment.b2c .sessions li.active {
  padding-bottom: 0;
  border-right: 2px solid #2b3990;
  position: relative;
  padding-right: 20px;
  margin-top: 23px
}

.payment.b2c {
  margin-top: -38px;
  padding: 57px
}

.payment.b2c .sessions li:last-child {
  border: 0;
  padding-bottom: 0
}

.payment.b2c .sessions li.active:before {
  content: "";
  background: #2b3990
}

.payment.b2c .sessions li.in-progress:before {
  content: "";
  background: #ff941f
}

.payment.b2c .sessions li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #a1a1a1;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -17px
}

.payment.b2c .sessions li {
  height: 78px;
  border-right: 2px solid #a1a1a1;
  position: relative;
  padding-right: 20px;
  margin-top: 23px;
  list-style: none
}

.payment.b2c .sessions .active p {
  color: #2b3990
}

.payment.b2c .sessions .active .time {
  color: #2b3990;
  font-family: almarai;
  font-weight: 500;
  font-size: 18px
}

.payment.b2c .sessions .in-progress .time {
  color: #2b3990;
  font-family: almarai;
  font-weight: 700;
  font-size: 18px
}

.payment.b2c .sessions p {
  color: #a1a1a1;
  font-family: almarai;
  line-height: 2.5;
  margin-top: .4rem;
  unicode-bidi: plaintext;
  font-size: 13px
}

.payment.b2c .sessions .time {
  color: rgb(161 161 161);
  font-family: almarai;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  margin: -24px 0 0
}

.payment.b2c .your-rating {
  padding: 0 62px 0 0;
  margin-top: -19px
}

.payment.b2c .your-rating .btn {
  background: #2b3990;
  color: #fff;
  border: none;
  height: 36px;
  display: block;
  width: 189px;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  margin: 0 0 69px
}

.payment.b2c .your-rating .mycontent.two {
  padding: 17px 17px 0
}

.payment.b2c .your-rating .mycontent {
  padding: 8px 36px 10px 0;
  border-radius: 5px;
  height: auto;
  width: 100%;
  background: #fff;
  border: 1px solid #ebf0ff;
  color: #9098b1
}

.payment.b2c .your-rating h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  color: #2b3990
}

.modalDialog4 #ratings {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin: 7px 13px -17px 0
}

.modalDialog4 .rate {
  margin: 6px -8px -1px 0;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(0, 0, 0, .09) 0 3px 12px;
  padding: 10px
}

.modalDialog4 .your-rating h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  width: 242px;
  text-align: -webkit-center;
  color: #2b3990;
  line-height: 29px
}

.button input[type=radio] {
  opacity: .011;
  z-index: 100
}

.button label {
  cursor: pointer;
  z-index: 90;
  line-height: .8em
}

.button label i {
  color: #a2a6b0;
  margin: 4px -10px 0 0;
  font-size: 25px
}

.button label i.active {
  color: #2b3990;
  background: #fff;
  width: 23px;
  height: 21px;
  padding: 2px 0;
  font-size: 19px;
  border-radius: 3px;
  margin: 5px -11px
}

.category-page {
  padding: 10px
}

.category-page .background img {
  width: 100%;
  height: 344px;
  padding: 3px;
  border-radius: 40px
}

.sort-by .best-selling {
  background: #fff;
  padding: 76px 0 76px 89px;
  margin-top: 20px
}


.sort-by .best-selling .col-lg-3.col-md-3 {
  padding: 0 15px 91px 0
}

.sort-by .best-selling .card-body i.bi-plus::before {
  position: absolute;
  content: "\f4fe";
  margin: -2px -3px 0 0
}

.sort-by .best-selling .col-lg-12.col-md-12 .card {
  background: #f6f6f6;
  border: none;
  border-radius: 15px;
  height: max-content;
  width: 94%;
  margin: 29px 0
}

.icon-left {
  float: left
}

.sort-by .best-selling .col-lg-12.col-md-12 .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 0 25px 0 0
}

.sort-by .best-selling .col-lg-12.col-md-12 .rating>label {
  position: relative;
  width: 1em;
  font-size: 26px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-img {
  position: absolute;
  margin: -43px 13px;
  text-align: right
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-img p {
  color: #ff941f;
  margin: -4px 50px 0 0;
  unicode-bidi: plaintext
}

.online-offer img {
  width: 100%;
  border-radius: 10px;
  margin: 0;
  height: 283px
}

.tut {
  background: #ebf0ff;
  padding: 32px 18px;
  margin-top: 52px
}

.tut .head {
  color: #2b3990;
  font-weight: 700;
  font-size: 32px
}

.tut div {
  overflow: auto;
  display: flex;
  gap: 17px
}

.tut video {
  height: 268px;
  border-radius: 10px;
  min-width: 511px;
  margin: 28px 0
}

.tut div::-webkit-scrollbar:horizontal {
  height: 6px;
  background-color: #a8aaae
}

.tut div::-webkit-scrollbar-thumb:horizontal {
  background: #a8aaae;
  border-radius: 10px
}

.online-offer {
  padding: 60px 18px
}

.online-offer button {
  background: #ff941f;
  color: #2b3990;
  font-weight: 700;
  border: none;
  height: 30px;
  border-radius: 9px;
  position: absolute;
  margin: 4px 0
}

.icon-heart {
  text-align: left;
  font-size: 34px;
  width: 100%;
  color: #ff941f
}

.product-page .col-lg-5.col-md-6 {
  margin-top: 30px
}

.product-page .col-lg-7.col-md-6 {
  text-align: center
}

.product-page-details p {
  color: #2b3990;
  margin: 0 0 36px;
  width: 75%;
  font-size: 21px
}

.product-page .d-flex.justify-content-between p {
  color: #ff941f;
  font-size: 15px
}

.product-page .d-flex.justify-content-between .rating>label {
  font-size: 26px
}

.product-page .price-page {
  float: left
}

.price-page h5 {
  display: flex;
  font-size: 20px;
  gap: 9px;
  align-items: center;
  margin: 0
}

.product-page {
  margin: -99px 0 0
}

.price-page p {
  font-size: 15px;
  margin: 0;
  font-weight: 400
}

.share-product h6 {
  margin: 22px 3px;
  color: #2b3990;
  font-weight: 700
}

.share-product img {
  width: 44px
}

.properties {
  padding: 29px 0 0;
  margin: 0 11%
}

.properties .d-flex {
  gap: 5px
}

.properties .d-flex .color {
  height: 23px;
  background: aqua;
  width: 23px;
  border-radius: 50%
}

.properties .d-flex h6 {
  font-weight: 700;
  margin: 13px 0;
  width: 29%
}

.properties .d-flex h6 p {
  margin-top: 0
}

.tab-rate .col-lg-6.col-md-12 .reviews h6 {
  margin: 0
}

.reviews {
  padding: 12px
}

.reviews .progress-tab .d-flex {
  gap: 22px;
  margin: 0
}

.reviews .rating>label {
  position: relative;
  width: 12px;
  font-size: 28px;
  font-weight: 300;
  color: #e9a426;
  cursor: pointer
}

.reviews span {
  color: #a8aaae;
  margin: 0;
  font-size: 17px
}

.reviews .progress-tab div {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 9px;
  margin: -2px 0
}

.reviews .progress {
  margin-top: 10px;
  height: 9px;
  width: 236px
}

.tab-rate .card h5 {
  font-size: 22px;
  width: 59%;
  line-height: 37px;
  text-align: center;
  unicode-bidi: plaintext;
  font-weight: 700;
  margin: 10px 0
}

.pageofproduct .tab-rate .card .rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #e9a426;
  cursor: pointer
}

.pageofproduct .tab-rate .card .rate.notchange {
  margin: 0
}

.shoping-cart-all #tabs {
  background: rgb(255 255 255);
  color: #2b3990;
  margin: 0;
  width: auto;
  border-radius: 5px;
  padding: 14px 13px 0
}

.shoping-cart-all .tab-title {
  position: absolute;
  margin: -116px 188px 0 0;
  font-size: 21px;
  font-weight: 700
}

.modalDialog9 .form-group i.fa-eye,
.modalDialog9 .form-group i.fa-eye-slash {
  margin: -28px 435px
}

.modalDialog9 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog9:target {
  opacity: 1;
  pointer-events: auto
}

.list-pc .inputs-sort .dropdown-select .lst {
  top: -176px
}

.navbar.computer-navbar .dropdown-menu.show {
  width: max-content
}

.modalDialog9 .two-flex {
  display: flex;
  gap: 52px
}

.modalDialog9 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: 23px 2px 8px 0;
  font-size: 18px
}

.modalDialog9 .form-control {
  display: block;
  width: 100%;
  padding: .375rem 2.75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: almarai;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(255 255 255);
  background-clip: padding-box;
  border: 1px solid #ebf0ff;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.modalDialog9 .forget-password {
  color: #ff941f;
  margin: 0 188px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer
}

.modalDialog9 button:hover {
  background: #ff941f;
  color: #2b3990
}

.modalDialog10 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog10:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog10>div {
  width: 900px;
  position: relative;
  margin: 10% auto;
  padding: 3% 19px 35px 20px;
  border-radius: 10px;
  background: #fff
}

.modalDialog10 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: -17px 2px 8px 0;
  font-size: 18px
}

.modalDialog10 img {
  width: 100%;
  margin: -24px 0;
  height: 209px;
  margin: 14px 0
}

.cahnge-cover {
  margin: -68px 19px 0
}

.cahnge-cover button {
  border-radius: 0 0 20px 0;
  width: 22%;
  height: 49px;
  border: none;
  font-weight: 700;
  color: #2b3990;
  background: #ffff
}

.modalDialog10 img.presonal-img {
  width: 301px;
  height: 199px;
  margin: 0 33% 15px
}

.b2b-sign-in #tabs {
  margin-top: -117px;
  position: relative
}

.mo {
  display: none
}

.co {
  display: block
}

.card-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 34px;
  scroll-behavior: smooth;
  gap: 25px
}

.card-content::-webkit-scrollbar {
  height: 0
}

.card-content:after {
  content: '';
  display: block;
  min-width: 20px;
  height: 100px;
  position: relative
}

#prev.btn,
#next.btn {
  min-width: 60px;
  margin: auto 30px;
  height: 60px;
  border-radius: 20px;
  background: #fff;
  border: 0;
  font-size: 33px;
  color: #2b3990
}

.slider.two {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden
}

.packages-table {
  padding: 0 25px 0 0
}

.pricing.two {
  background: #f2f2f2
}

.pricing.two .title {
  margin: -285px 90px 120px;
  color: #2b3990;
  height: auto;
  text-align: justify
}

.free-package {
  margin-bottom: 61px !important
}

.q-payment {
  padding: 0 20px
}

.q-payment .packages-table {
  padding: 0;
  margin: -68px 0 0
}

.price-navm {
  display: none
}

.price-navc {
  display: block
}

.price-navc a {
  color: #fff
}

input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -14px;
  left: 1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #2b3990
}

input[type=radio]:checked:after {
  width: 21px;
  height: 21px;
  border-radius: 15px;
  top: -14px;
  left: 1px;
  position: relative;
  background-color: #2b3990;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff
}

@media(max-width: 1400px) {
  .free-package {
    margin-bottom: 81px !important
  }
}

@media(max-width: 1200px) {
  .hero form {
    width: 540px
  }

  [dir=ltr] .hero.d-flex.align-items-center .container {
    max-width: 100%
  }

  .free-package {
    margin-bottom: 146px !important
  }

  .offline-offers {
    padding: 55px 10px
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 76px 0 74px 15px;
    margin-top: 20px;
    margin: 0 -29px 0 4px
  }


  .my-fav .card {
    display: flex;
    width: 106%;
    flex-direction: row;
    border: none;
    margin: 0 0 29px
  }

  .tab-rate .col-lg-6.col-md-12.second {
    width: 48%
  }

  .tab-rate {
    display: flex;
    width: 145%;
    flex-wrap: nowrap;
    padding: 110px;
    margin: -49px -24%;
    gap: 9px
  }

  .tab-rate .col-lg-6.col-md-12.first {
    width: 44%
  }

  .best-selling .glight {
    width: 11.92%;
    padding: 11px
  }

  .row.category {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: 551px
  }

  .swiper {
    width: 150%
  }

  .img-with-curve #bottom-oval {
    position: absolute;
    bottom: 0;
    height: 93px;
    margin: 0 0 48px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #fff
  }

  .img-with-curve #top-oval {
    position: absolute;
    top: 0;
    height: 75px;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%
  }
}

@media(max-width: 1100px) {

  .hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 33px;
    font-weight: 700;
    color: #fff;
  }

  .card-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    scroll-behavior: smooth;
    gap: 15px
  }

  #prev.btn,
  #next.btn {
    min-width: 0;
    margin: auto 0;
    height: 60px;
    border-radius: 20px;
    background: #fff;
    border: 0;
    font-size: 33px;
    color: #2b3990
  }

  .one-offline-offer .col-5 {
    width: 58%
  }

  .sort-by .best-selling .col-md-3 {
    flex: 0 0 auto;
    width: 30%
  }

  .sort-by .best-selling .col-md-3 {
    flex: 0 0 auto;
    width: 30%
  }

  .prices-details p {
    width: 150%
  }

  .best-selling .glight {
    width: 12.92%;
    padding: 11px
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -28px 308px
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 51px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 51px 0 0
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 561px;
    margin: 9px -239px 0 0
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 352px;
    height: 42px
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 397px;
    text-align: initial;
    padding: 22px;
    margin: 0 -81px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 52px 0 0
  }

  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 53px 0 0
  }

  .our-goal {
    padding: 3% 2%
  }

  .our-goal.two .col-lg-7 {
    margin: 30px 128px 0 0;
    width: 50%
  }

  .img-4 {
    margin: -118px 14px 0 0
  }

  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 10.25rem 0 19px;
    background-position: left 5.75rem center;
    margin: 0 -21px 0 -29px
  }
}

@media(max-width: 1000px) {
  .co {
    display: none
  }

  .mo {
    display: block
  }

  [dir=ltr] .hero form .btn-primary {
    color: #a8aaae;
    background-color: rgb(255 255 255);
    padding: 0 7px 36px 0;
    height: 7px;
    width: 10px;
    margin: 1px 20% 0 3px;
    font-size: 28px;
    border: none
  }
}

@media(max-width: 991.5px) {
  input[type=radio]:after {
    width: 17px;
    height: 17px;
    top: -11px;
    left: 6px
  }

  input[type=radio]:checked:after {
    width: 19px;
    height: 19px;
    top: -11px;
    left: 6px
  }

  footer .dropdown-select.wide {
    width: 106px;
    margin: -17px 66px
  }

  .free-package {
    margin-bottom: 64px !important
  }

  .packages-table {
    padding: 0 25px
  }

  .modalDialog10>div {
    width: 558px
  }

  .tut video {
    height: 268px;
    border-radius: 10px;
    min-width: 339px;
    margin: 28px 0
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 96px;
    margin-top: 20px;
    margin: 0 20px 0 -27px
  }

  .hero form .btn-primary {
    color: #a8aaae;
    background-color: #fff;
    padding: 3px 38px 39px 44px;
    height: 7px;
    width: 10px;
    margin: 0 0 0 35px;
    font-size: 28px;
    border: none;
    position: absolute
  }

  .group-detail img {
    border-radius: 14px;
    width: 111px;
    margin: 22px 9px 0;
    height: 75px
  }

  .img-with-curve #bottom-oval {
    position: absolute;
    bottom: 0;
    height: 96px;
    margin: 0 0 111px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #fff
  }

  .payment.b2c .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 115%;
    margin: -1px 0 0
  }

  .my-fav .card {
    display: flex;
    width: 78%;
    flex-direction: row;
    border: none;
    margin: 0 0 29px
  }

  .my-fav .card .card-img {
    padding: 12px;
    width: 193px
  }

  .my-fav .card .card-description {
    width: 64%
  }

  .tab-rate {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 110px;
    margin: -49px 0%;
    gap: 9px
  }

  .tab-rate .col-lg-6.col-md-12.first {
    width: 100%
  }

  .tab-rate .col-lg-6.col-md-12.second {
    width: 100%
  }

  .tab-rate .col-lg-6.col-md-12.second .card {
    width: 100%;
    padding: 15px;
    margin: 53px 0 -34px
  }

  .background .data {
    position: absolute;
    margin: -202px 41%;
    text-align: center
  }

  #form-rate .rating-form .form-group input {
    width: 49%
  }

  form .rating-form textarea {
    width: 49%
  }

  .rating-form .Register-to-submit {
    width: 49%;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #000;
    color: #000
  }

  #ratings .rating-name h6 {
    color: #000;
    font-weight: 600;
    font-size: 13px
  }

  .opinion .card-img {
    position: absolute;
    text-align: left;
    margin: -48px -17px 0 0
  }

  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 6.25rem 0 40px;
    background-position: left 5.75rem center;
    margin: 0 -65px 0 -20px
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 52%
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 74%
  }

  .swiper {
    width: 1262px
  }

  #tabs {
    margin: 20% 27%
  }

  .hero form {
    width: 406px;
    flex-direction: row-reverse
  }

  .hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
  }

  .order-2 {
    width: 402px;
    margin: 0 -5% 0 0;
    order: 1 !important
  }

  .row.category {
    display: none
  }

  .hero-img img {
    width: 223px;
    margin: 9px 18%
  }

  .rating-form {
    margin: 32px 0 0;
    width: 212%
  }

  #ratings {
    gap: 15px;
    margin: 29px 21px 0 0
  }

  #hero .row {
    flex-wrap: nowrap
  }

  .country span {
    display: block
  }

  .order-first {
    order: 7 !important
  }

  #features .col-md-7 {
    margin: 8% 0% 13% 0
  }

  .left-arrow {
    margin: -38px 179px 0 0
  }

  .app-btn {
    width: 153px;
    color: #fff;
    margin: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    height: 48px
  }

  .flex2 {
    margin: 0 50px 0 0
  }

  .shop-now span {
    font-size: 13px
  }

  .logo-nav ul li {
    white-space: nowrap
  }

  .offers span {
    font-size: 13px
  }

  .shop-btn {
    margin: 11% 0 0;
    width: 141px
  }

  [dir=ltr] .shop-now {
    margin: 5px 7px 0
  }
}

@media(max-width: 880px) {
  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 45px 0 0
  }

  .one-offline-offer .col-5 {
    width: 73%
  }

  .online-offer .col-4 {
    width: 50%
  }

  .b2c-kitchen .col-lg-4.col-md-8 {
    margin: 0 14% 0 0
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 42px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 42px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 45px 0 0
  }
}

@media(max-width: 767.5px) {
  .footer-info.one {
    width: 33%;
    margin: 0 -36px 0 29px
  }

  input[type=radio]:after {
    width: 19px;
    height: 19px;
    top: -11px;
    left: 0
  }

  input[type=radio]:checked:after {
    width: 22px;
    height: 22px;
    top: -11px;
    left: 0
  }

  .product-page {
    margin: -32px 0 0
  }

  .product-page .addtocart button {
    position: fixed;
    bottom: 3px;
    width: 83% !important;
    z-index: 10
  }

  .product-page .container .row {
    flex-direction: column-reverse
  }

  .q-payment .payment .row {
    display: flex;
    flex-direction: column
  }

  .free-package {
    margin-bottom: 86px !important
  }

  .shoping-cart .twoo .list-pc h6 {
    font-size: 17px;
    margin: 20px 0 0
  }

  .shoping-cart .twoo .list-pc p {
    margin: 0 8px;
    font-weight: 400;
    font-size: 16px
  }

  .shoping-cart .best-selling .card .card-body {
    margin: 0 126px 0 0
  }

  .numberstyle-qty {
    position: relative;
    border-radius: 7px;
    background-color: #fff;
    width: 105px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(116, 116, 116, .25);
    margin: -35px -31px -11px 1px;
    border: 1px solid #2b3990
  }

  .numberstyle-qty .qty-btn {
    width: 33px;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ff941f;
    background: #2b3990;
    transition: all 250ms ease
  }

  .numberstyle-qty input,
  .numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    float: left;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    line-height: 23px;
    outline: 0;
    box-shadow: 0
  }

  .numberstyle-qty input {
    width: 37px;
    border-left: 0;
    border-right: 0;
    color: #2b3990;
    font-size: 18px;
    font-weight: 700;
    z-index: 1
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card {
    background: #f6f6f6;
    border: none;
    border-radius: 15px;
    height: max-content;
    width: 90%
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 81px;
    margin-top: 20px;
    margin: 0 9px 0 -61px
  }

  .sort-by .col-9 {
    width: 100%
  }

  .sort-by .best-selling .col-lg-3.col-md-3 {
    padding: 0 6px 86px 0
  }

  .sort-by .best-selling .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 161px;
    height: 161px
  }

  .payment.b2c .confirmation {
    display: flex;
    flex-direction: column;
    text-align: justify
  }

  .group-detail img {
    border-radius: 14px;
    width: 81px;
    margin: 21px 5px 0;
    height: 62px
  }

  .payment.b2c .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 100%;
    margin: -1px 0 0
  }

  .payment.b2c .wrapper {
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    margin-top: 44px
  }

  .modalDialog4 .form-control,
  .modalDialog5 .form-control {
    display: block;
    width: 72%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: almarai;
    line-height: 1.5;
    color: #9098b1;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid #ebf0ff;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
  }

  .modalDialog4 .two-flex .form-control,
  .modalDialog5 .two-flex .form-control {
    width: 100%
  }

  .modalDialog4 .two-flex,
  .modalDialog5 .two-flex {
    display: flex;
    gap: 2px
  }


  .client-profile .best-selling .col-lg-3.col-md-3 {
    width: 33%
  }

  #tabs.client-profile .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #2b3990;
    font-size: 20px;
    margin-top: 0
  }

  .client-profile .nav-tabs {
    padding: 54px
  }

  .client-profile .best-selling .card-body {
    margin-top: 85px
  }

  .shop-page .bd-example {
    margin-top: -22px;
    padding: 10px
  }

  .shop-page .dropdown-select.wide {
    width: 100%
  }

  .shop-page .col-lg-12.col-md-12 {
    padding: 24px 12px
  }

  .shop-page .col-lg-12.col-md-12 .form-select {
    display: block;
    width: 100%;
    padding: -.625rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9098b1;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ebf0ff;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -28px 393px
  }

  #B2B-signup .col-lg-5.col-md-5 .bg-check {
    background: #2b3990;
    color: #fff;
    text-align: -webkit-center;
    padding: 15px 109px;
    border-radius: 13px;
    height: 275px;
    margin: -264px 30px 0;
    width: 450px
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 33px 10px 18px;
    white-space: nowrap;
    font-size: 35px
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 761px;
    margin: 9px -332px 0 0
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 445px;
    height: 42px
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 491px;
    text-align: initial;
    padding: 22px;
    margin: 0
  }



  .images {
    width: 400px;
    margin: 0 -16px 0 0
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 117px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 151px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 122px
  }

  .img-5 {
    margin: 28px 6px 0 0
  }

  .img-6 {
    margin: -115px -35px 0 0;
    width: 123px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 111px
  }

  .img-8 {
    margin: 5px 73px 0 0
  }


  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: 400px;
    margin: 0 30px
  }


  #why-aladdin .d-flex img {
    height: 82%;
    margin: 0 10% 0 0
  }

  #job-service .card.two {
    float: inherit;
    margin: 0
  }

  .show-price {
    width: 100%;
    text-align: center
  }

  .modalDialog2>div {
    width: 100%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -170px
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 42%
  }

  .rating-form {
    margin: 32px 0 0;
    width: 100%
  }

  .video-popup {
    display: flex;
    gap: 33px;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 45px
  }

  .list {
    display: none
  }

  .list-pc {
    display: block
  }

  #service .row.gy-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse
  }

  .confirm form {
    width: 99%
  }

  .order-2 {
    width: 402px;
    margin: 0 -12% 0 0;
    order: 1 !important
  }

  .footer-info.two {
    width: 25%;
    margin: 0 -36px 0 29px
  }

  .features .features-item h3 {
    font-weight: 600;
    font-size: 16px
  }

  .caption {
    color: #fff;
    text-align: center;
    margin: 109px 0 0
  }

  .FullLogo {
    width: 257px
  }

  #tabs {
    margin: 20% 24%
  }

  .slider-container .slider .slide {
    top: 33%
  }

  .our-goal.two .row {
    display: flex;
    flex-direction: column-reverse
  }

  .our-goal.two .col-lg-7 {
    margin: 30px -1px 0 0;
    width: 100%
  }

  #B2B-signup .col-lg-1.col-md-1 img {
    width: 100%;
    height: 100%
  }
}

@media(max-width: 673.5px) {
  #footer .logo {
    justify-content: center
  }

  .price-navm {
    display: block;
    color: #ffff;
    margin: 2px 0 0 -6px;
    font-size: 17px
  }

  .price-navm {
    font-size: 19px
  }

  .price-navm:focus {
    font-size: 19px
  }

  .price-navc {
    display: none
  }

  .search-box {
    padding: 0;
    margin: 35px 30px 0 -12px
  }

  .search-box.b2c {
    padding: 0;
    margin: 35px 30px 0 -12px
  }

  .search-box.b2b {
    padding: 0;
    margin: 35px 30px 0 -12px
  }

  .free-package {
    margin-bottom: 63px !important
  }

  .modalDialog9 .form-group i.fa-eye,
  .modalDialog9 .form-group i.fa-eye-slash {
    margin: -28px 351px
  }

  .one-offline-offer .col-5 {
    width: 84%
  }

  .sort-by .best-selling .col-md-3 {
    flex: 0 0 auto;
    width: 50%
  }

  .sort-by .best-selling .col-lg-3.col-md-3 {
    padding: 0 33px 90px 0
  }

  .btn-mo {
    display: block
  }


  .order-details .order-img {
    width: 35%
  }

  .grow p {
    margin: 19px 0 -80px;
    font-size: 15px
  }

  .tab-rate .col-lg-6.col-md-12.second .card p {
    margin: -16px 0 8px;
    width: 79%
  }

  .tab-rate {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin: 36px 0%;
    gap: 9px
  }

  [dir=ltr] .shop-now {
    margin: 5px 33px 0 21px
  }

  #tabs {
    margin: 25% 15%
  }

  .mobile .footer-links {
    display: none
  }

  .footer-links {
    width: 100%
  }

  .hero-img img {
    width: 181px;
    margin: 9px 18%
  }

  [dir=ltr] .hero form {
    width: 331px;
    flex-direction: row-reverse
  }

  .flex2 {
    display: flex;
    align-items: flex-start;
    margin: 0
  }
}

@media(max-width: 560px) {
  .features .features-item h3 {
    font-size: 15px;
    width: 43%;
    text-align: center
  }

  .card-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    scroll-behavior: smooth;
    gap: 47px
  }

  .modalDialog10>div {
    width: 458px
  }

  .shoping-cart-all .tab-title {
    position: absolute;
    margin: -116px 26% 0 0;
    font-size: 21px;
    font-weight: 700
  }

  .modalDialog9 .form-group i.fa-eye,
  .modalDialog9 .form-group i.fa-eye-slash {
    margin: -28px 301px
  }

  .shoping-cart-all {
    padding: 0
  }

  .category-page.list-view .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 81px;
    margin-top: 20px;
    margin: 0
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 146px;
    height: 146px
  }

  .sort-by .best-selling .card {
    height: 200px;
    width: 189px
  }

  .category-page .background img {
    width: 100%;
    height: 229px;
    padding: 3px;
    border-radius: 40px
  }

  .category-page .breadcrumbs nav ol {
    margin: 79px -20px -101px 0
  }

  .sort-by .best-selling .card-body {
    margin-top: 79px
  }

  .sort-by .best-selling .col-lg-3.col-md-3 {
    padding: 0 0 95px
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 81px;
    margin-top: 20px;
    margin: 0 22px 0 8px
  }

  .select__item {
    font-size: 14px
  }

  .confirm-order img {
    width: 80px;
    margin: 4px 17px 113px 6px
  }

  .img-with-curve #bottom-oval {
    position: absolute;
    bottom: 0;
    height: 76px;
    margin: 0 0 217px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #fff
  }



  .modalDialog4>div,
  .modalDialog5>div {
    width: 97%;
    position: relative;
    margin: 14% auto;
    padding: 3% 19px 35px 20px;
    border-radius: 10px;
    background: #fff
  }

  .modalDialog4 button,
  .modalDialog5 button {
    font-family: almarai;
    width: 168px;
    margin: 0 22%
  }

  .modalDialog4 .two-flex,
  .modalDialog5 .two-flex {
    display: block;
    gap: 2px
  }

  .modalDialog4 .two-flex .form-control,
  .modalDialog5 .two-flex .form-control {
    width: 38%
  }


  .progress-tab .rating>label {
    position: relative;
    width: 8px;
    font-size: 25px;
    font-weight: 300;
    color: #ff941f;
    cursor: pointer
  }

  .progress {
    margin-top: 10px;
    height: 9px;
    width: 92px
  }

  .tab-rate .col-lg-6.col-md-12.second .card .grey,
  .tab-rate .col-lg-6.col-md-12.second .card .green {
    font-size: 12px
  }

  .about-public div {
    line-height: 0;
    font-size: 14px
  }

  .prices-details p.offer-imgs {
    width: 164%
  }

  .prices-details .offer-imgs {
    display: flex;
    gap: 14px;
    overflow-x: scroll
  }

  .prices-details .offer-imgs::-webkit-scrollbar {
    display: none
  }

  .prices-details .offer-imgs {
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .add-product.quote {
    padding: 0 12px !important
  }

  .add-product.quote .row {
    background: #fff;
    border-radius: 0 0 10px 10px
  }

  .add-product.quote .form-info {
    width: 100%;
    margin: 0 0 74px;
    box-shadow: none;
    padding: 25px
  }

  .background .data {
    position: absolute;
    margin: -202px 32%;
    text-align: center
  }

  .client-profile .best-selling .col-lg-3.col-md-3 {
    width: 50%
  }

  .best-selling .glight {
    width: 14.92%;
    padding: 11px
  }


  .best-selling .card-body {
    margin-top: 46px
  }

  .best-selling .card-body i {
    font-size: 41px;
    background: #2b3990;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 33px;
    height: 36px;
    margin: -15px 62px 0 0
  }

  .best-selling .head h5 {
    color: #2b3990;
    font-weight: 600;
    font-size: 14px
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -29px 268px
  }

  #B2B-signup .col-lg-5.col-md-5 .bg-check {
    background: #2b3990;
    color: #fff;
    text-align: -webkit-center;
    padding: 15px 47px;
    border-radius: 13px;
    height: 275px;
    margin: -263px 30px 0;
    width: 320px
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 310px;
    height: 42px
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 501px;
    margin: 9px -208px 0 0
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 355px;
    text-align: initial;
    padding: 22px;
    margin: 0
  }

  .ask-btn {
    width: 96%;
    text-align: left
  }

  .rating-name p {
    color: #2b3990;
    width: 224px;
    line-height: 30px
  }

  .slider-container .slider .slide {
    width: 405px;
    top: 33%;
    height: 46%
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 44%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -173px
  }


  #B2B-signup .container {
    margin-top: 47%
  }

  .hero form .btn-primary {
    color: #a8aaae;
    background-color: #fff;
    padding: 3px 38px 39px 44px;
    height: 7px;
    width: 10px;
    margin: -5px 0 0 1px;
    font-size: 28px;
    border: none;
    position: absolute
  }

  #tabs {
    margin: 25% 8%
  }

  .hero form {
    width: 100%;
    flex-direction: row-reverse
  }

  #features .col-md-7 {
    margin: 8% -1% 13% 0
  }

  .FullLogo {
    width: 174px
  }

  .hero-img {
    display: none
  }

  .order-2 {
    width: 100%;
    margin: 0 0% 0 0;
    order: 1 !important
  }

  .about .content h3 {
    font-weight: 700;
    font-size: 20px
  }

  .footer hr {
    border-top: 2px solid;
    color: #2b3990;
    width: 107%;
    opacity: 1
  }

  .footer .copyright {
    text-align: center;
    color: #2b3990;
    margin: 0 0 0 -38px
  }
}

@media(max-width: 460px) {
  #tabs {
    margin: 25% 5%
  }

  .modalDialog10>div {
    width: 363px;
    margin: 39% auto
  }

  .modalDialog9 .form-group i.fa-eye,
  .modalDialog9 .form-group i.fa-eye-slash {
    margin: -28px 211px
  }

  .online-offer .col-4 {
    width: 100%
  }

  .select__item {
    font-size: 12px
  }

  .b2c-kitchen .col-lg-4.col-md-8 {
    margin: 0 0% 0 0
  }

  .b2c-kitchen-title {
    margin: 0 0 -30px;
    padding: 33px 0
  }

  .decor-btn button {
    color: #6a6a6a;
    background: #ebf0ff;
    padding: 2px 0 6px;
    border-radius: 5px;
    border: none;
    margin: 9px 0 0;
    height: 42px;
    font-size: 11px;
    width: 68px
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 37px 10px 18px;
    white-space: nowrap;
    font-size: 27px
  }

  .shop-btn img {
    width: 18px
  }


  .my-offers .request .decor-btn button {
    padding: 0;
    width: 91px;
    font-size: 12px
  }

  .services .my-offers .request .card {
    padding: 0
  }

  .ask-btn button {
    width: 100%;
    background: #2b3990;
    color: #fff
  }

  .slider-container .slider .slide {
    width: 339px;
    height: 39%
  }

  #prices form {
    width: 100%;
    border: none
  }

  .images {
    width: auto;
    margin: 0 -16px 0 0
  }

  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: auto;
    margin: 0
  }

  .partners .col-lg-12 {
    padding: 57px
  }

  .partners h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: almarai
  }

  .partners p {
    font-size: 15px
  }
}

@media(max-width: 425px) {
  #tabs {
    margin: 25% 2%
  }

  .payment.b2c {
    margin-top: -17px;
    padding: 0
  }

  .tut video {
    height: 221px;
    border-radius: 10px;
    min-width: 247px;
    margin: 28px 0
  }

  .slider-container .slider .slide {
    width: 310px;
    height: 35%
  }

  .modalDialog2>div {
    width: 100%;
    height: 57%
  }

  .caption {
    color: #fff;
    text-align: center;
    margin: 77px 0 0
  }

  .empty-cart {
    padding: 6px
  }
}

@media(max-width: 407px) {
  #tabs {
    margin: 25% 0%;
    width: 100%
  }


  input[type=radio]:after {
    width: 19px;
    height: 19px;
    top: -12px;
    left: 3px
  }

  input[type=radio]:checked:after {
    width: 22px;
    height: 22px;
    top: -14px;
    left: 4px
  }

  .modalDialog10>div {
    width: 323px;
    margin: 39% auto
  }

  .modalDialog10 img {
    height: 116px
  }

  .tab-title {
    position: absolute;
    margin: -118px 92px 0 0
  }

  .form-group i.fa-eye,
  .form-group i.fa-eye-slash {
    margin: -28px 72%
  }

  .login img {
    color: #fff;
    margin: -3px 43px 0 -73px;
    width: 18px
  }

  .login i.fa-facebook {
    margin: -5px 37px 0 0
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 41%
  }

  .login i.fa-apple {
    margin: -2px 50px 0 0
  }

  .slider-container .slider .slide {
    width: 210px;
    height: 24%
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 86px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 101px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 86px
  }

  .img-5 {
    margin: 28px 6px 0 0;
    width: 82px
  }

  .img-6 {
    margin: -114px -5px 0 0;
    width: 79px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 85px
  }

  .img-8 {
    margin: 5px 73px 0 0;
    width: 85px
  }

  .background .data {
    position: absolute;
    margin: -202px 28%;
    text-align: center
  }

  .payment.b2c .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 19px;
    width: 100%;
    margin: -1px 0 0
  }

  .shoping-cart-all .tab-title {
    position: absolute;
    margin: -94px 26% 0 0;
    font-size: 21px;
    font-weight: 700
  }

  #why-aladdin.about {
    padding: 3% 0%;
    text-align: -webkit-center
  }


}

.image-preview {
  position: absolute;
  width: 72px;
  height: 66px;
  border-radius: 12px
}

.image-size {
  position: absolute;
  z-index: 1;
  height: 119px;
  width: 44px;
  backdrop-filter: blur(4px);
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0;
  pointer-events: unset;
  display: none
}

.image-size:hover {
  opacity: 1
}

.code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0
}

.code {
  border-radius: 5px;
  font-size: 32px;
  height: 48px;
  width: 48px;
  border: 1px solid #eee;
  margin: 1%;
  text-align: center;
  font-weight: 300
}

.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.code:valid {
  border-color: #3498db;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .25)
}

.info {
  background-color: #eaeaea;
  display: inline-block;
  padding: 10px;
  line-height: 20px;
  max-width: 400px;
  color: #777;
  border-radius: 5px
}

@media(max-width: 600px) {
  .code-container {
    flex-wrap: wrap
  }

  .code {
    font-size: 60px;
    height: 80px;
    max-width: 70px
  }
}

.B2B-signup .mup-msg {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  gap: 270px
}

table {
  border-collapse: collapse;
  width: 100%
}

th,
td {
  padding: 8px
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.collapse {
  display: none
}

.clear {
  float: none;
  clear: both
}

.rating {
  unicode-bidi: bidi-override;
  direction: initial
}

.rating>label:hover,
.rating>label:hover~label,
.rating>input.radio-btn:checked~label {
  color: transparent
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating>input.radio-btn:checked~label:before,
.rating>input.radio-btn:checked~label:before {
  content: "\2605";
  color: #ff941f
}

.star_full {
  content: "\2606";
  color: gold
}

.exceeded-size {
  display: none
}

input[type=file] {
  display: block
}

.imageThumb {
  max-height: 97px;
  border: NONE;
  padding: 0;
  cursor: pointer;
  width: 100%
}

.pip {
  display: inline-block;
  margin: 10px 10px 0 0
}

.pip .remove {
  display: block;
  background: #e60d0d;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  margin: -106px -7px;
  width: 22px;
  border-radius: 100%;
  font-size: 11px
}

.decrement-btn {
  background: #2b3990;
  color: #ff941f;
  border: none;
  width: 50px;
  font-size: 25px;
  height: 48px;
  border-radius: 0 16px 16px 0
}

.qty-input {
  width: 62px;
  font-size: 18px;
  margin: 0 -6px !important;
  text-align: center;
  height: 48px;
  border: 2px solid #2b3990;
  color: #2b3990;
  font-weight: 800
}

.increment-btn {
  background: #2b3990;
  color: #ff941f;
  border: none;
  height: 48px;
  width: 50px;
  font-size: 25px;
  border-radius: 16px 0 0 16px
}

.background .data div img {
  width: 100%;
  height: 92px;
  margin: 0 0 26px
}

.no-res h2 {
  color: #2b3990
}

.empty-cart .no-res button {
  width: 100%
}

.empty-cart .no-res.confirm h3 {
  color: #2b3990;
  font-size: 18px;
  margin: 20px -5px 0 0;
  white-space: normal;
  line-height: 16px
}

.offline-offers .glight img {
  border-radius: 9%;
  height: 147px;
  width: 175px
}

#about-aladdin.about {
  padding: 3% 4%
}

a:hover {
  color: #406aff;
  text-decoration: none
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, .06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0
}

.card-content.two {
  display: block
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 10px 30px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: all .3s ease 0s
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin: 3px 18px 0 10px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff
}

.dropdown ul li {
  min-width: 200px
}

.dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  color: #2b3990
}

.dropdown ul a i {
  font-size: 12px
}

.dropdown ul a:hover,
.dropdown ul .active:hover,
.dropdown ul li:hover>a {
  color: var(--color-primary)
}

.dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

.about .content h3 {
  font-weight: 700;
  font-size: 17px;
  font-family: var(--font-secondary);
  color: #001f8d;
  margin: 19px 0 -16px
}

.about .content ul {
  list-style: none;
  padding: 0
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--color-primary);
  margin-right: 20px;
  line-height: 0
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c
}

.about .content ul p {
  font-size: 15px
}

.about .play-btn {
  width: 38px;
  height: 38px;
  background: radial-gradient(var(--color-primary) 50%, rgb(43 57 144) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(74% - 47px);
  top: calc(74% - 47px);
  overflow: hidden
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: 0 0
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19) 0s
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: 0s ease 0s 1 normal none running none;
  border-radius: 0
}

.about .play-btn:hover::after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20)
}

.about .open-btn {
  width: 38px;
  height: 38px;
  background: radial-gradient(var(--color-primary) 50%, rgb(43 57 144) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(74% - 47px);
  top: calc(74% - 47px);
  overflow: hidden
}

.about .open-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: 0 0
}

.about .open-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19) 0s
}

.about .open-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: 0s ease 0s 1 normal none running none;
  border-radius: 0
}

.about .open-btn:hover::after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20)
}

.call-to-action {
  background: url("../img/New folder/Component.png") left center/auto no-repeat rgb(244, 245, 249);
  padding: 67px 0
}

#call-to-actiontwo {
  background: #f4f5f9
}

@media(min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed
  }
}

.call-to-action h3 {
  color: #2b3990;
  font-size: 28px;
  font-weight: 700
}

.call-to-action p {
  color: #2b3990
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: all .5s ease 0s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary)
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 19px;
  color: #2b3990;
  margin: 13px 11px 0
}

.features .features-item ul {
  list-style: none;
  padding: 0
}

.features .features-item ul li {
  padding-bottom: 10px
}

.features .features-item ul li:last-child {
  padding-bottom: 0
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary)
}

.features .features-item p:last-child {
  margin-bottom: 0
}

.faq {
  padding-top: 80px
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px
}

.faq .accordion-collapse {
  border: 0
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, .03);
  border-radius: 5px
}

.faq .accordion-button:focus {
  box-shadow: none
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary)
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, .15)
}

.team .member img {
  margin: -1px -1px 30px
}

.team .member .member-content {
  padding: 0 20px 30px
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d
}

.team .member .social {
  margin-top: 15px
}

.team .member .social a {
  color: rgba(14, 29, 52, .5);
  transition: all .3s ease 0s
}

.team .member .social a:hover {
  color: var(--color-primary)
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px
}

.horizontal-pricing .pricing-item {
  box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary)
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center
}

.horizontal-pricing h4 sup {
  font-size: 28px
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, .8);
  font-size: 18px
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na span {
  text-decoration: line-through
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease 0s;
  font-family: var(--font-primary)
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff
}

.horizontal-pricing .featured {
  background: var(--color-primary)
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary)
}

.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center center
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%
}

@media(max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px
}

.get-a-quote .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 0
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary)
}

.get-a-quote .php-email-form input {
  padding: 12px 15px
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 4px
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.contact .info-item+.info-item {
  margin-top: 40px
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease-in-out 0s;
  margin-right: 15px
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary)
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, .8)
}

.contact .php-email-form {
  width: 100%;
  background: #fff
}

.contact .php-email-form .form-group {
  padding-bottom: 8px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input {
  height: 44px
}

.contact .php-email-form textarea {
  padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: all .3s ease 0s
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary)
}

.service-details .services-list a:hover {
  border-color: var(--color-primary)
}

.service-details .services-img {
  margin-bottom: 20px
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary)
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary)
}

.service-details p {
  font-size: 15px
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary)
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
  color: #2b3990
}

.footer h4,
.confirm-order h4 {
  white-space: normal;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  color: #2b3990;
  margin-top: 0
}

.confirm-order h4 {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  color: #2b3990;
  margin-top: 0
}

.confirm-order hr {
  border-top: 3px solid;
  color: #2b3990;
  opacity: 1;
  margin: 66px 0
}

.footer .footer-links {
  margin-bottom: 28px
}

.footer .footer-links .lst ul li {
  padding: 0 10px;
  display: flex;
  align-items: center
}

.footer .footer-contact p {
  line-height: 26px
}

.footer .copyright {
  text-align: left;
  color: #2b3990
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px
}

.footer .credits a {
  color: #fff
}

.logo-nav {
  display: flex;
  align-items: center
}

.shop-now {
  margin: 5px 28px 0 0
}

.shop-now span {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 15px
}

.offers {
  display: inline-flex;
  color: #fff;
  text-decoration: none
}

.offers span {
  font-size: 15px
}

.offers i {
  margin: 1px 14px 0 0
}

.country span {
  font-size: 15px
}

.country i {
  margin: 1px 14px 0 0
}

.row.category {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 611px
}

.office {
  display: flex;
  flex-wrap: nowrap;
  margin: 34px 0% 0;
  justify-content: space-between
}

.office-img img {
  width: 90%;
  border-radius: 6px
}


.blu {
  background-color: #2b3990;
  transition: background-color .25s linear 0s
}

.app-btn {
  width: 152px;
  color: #fff;
  margin: 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  height: 52px
}

.flex {
  display: flex;
  align-items: center
}

.FullLogo {
  width: 356px
}

#features .col-md-7 {
  margin: 8% 7% 13% 0
}

.footer .form-control,
.confirm-order .form-control {
  border: 2px solid #2b3990;
  width: 302px
}

.confirm-order .form-control {
  border: 2px solid #2b3990;
  width: 302px;
  height: 53px
}

.confirm-order .left-arrow {
  position: absolute;
  margin: -45px 244px 0 0;
  background: #ff941f;
  width: 48px;
  height: 37px;
  padding: 7px 14px 0 0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 700
}

.left-arrow {
  position: absolute;
  margin: -38px 255px 0 0;
  background: #ff941f;
  width: 46px;
  height: 37px;
  padding: 7px 14px 0 0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 700
}

.dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer .footer-links .dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer-links .dropdown span {
  color: #2b3990;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 16px;
  white-space: nowrap
}

.sub {
  margin: -42px 2px 3px 0
}

.footer hr {
  color: rgba(0, 0, 0, .5)
}

.footer .form-select {
  background-position: left center;
  border: none;
  color: #2b3990;
  font-weight: 700;
  width: 151px;
  padding: 0;
  margin: -11px 0 0
}

.form-select.partner option {
  color: #2b3990
}

.form-select.partner option:hover {
  color: #2b3990;
  background: #ebf0ff
}

.list-style {
  list-style: none;
  height: 5px;
  margin: -14px -27px 0 0
}


.divider {
  border: 1px solid #ccc
}

.swiper-container {
  width: 100%;
  height: 100%
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: flex-start
}

.swiper-slide .card-img img {
  width: 100%
}

.selected {
  display: none
}

#tabs.client-profile .row {
  padding: 85px 5%;
  margin-top: -54px
}

#tabs.client-profile .card-description .items {
  margin: 57px 29px 33px 0;
  width: 68%;
  color: #2b3990
}

.nav-tabs {
  --bs-nav-tabs-border-width: 4px;
  --bs-nav-tabs-border-color: #ffffff;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.rating>label::before {
  content: '★';
  position: absolute;
  opacity: 0
}

.rating>label:hover::before,
.rating>label:hover~label::before {
  opacity: 1 !important
}

.rating>input:checked~label::before {
  opacity: 1
}

.rating:hover>input:checked~label::before {
  opacity: .4
}

.buttons {
  top: 36px;
  position: relative
}

.rating-submit {
  border-radius: 15px;
  color: #fff;
  height: 49px
}

.rating-submit:hover {
  color: #fff
}

#ratings {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin: 29px 21px 0 0
}

#ratings .rating-name {
  display: flex;
  flex-flow: column wrap;
  line-height: 17px;
  align-items: flex-start
}

.rating-name h6 {
  color: #000;
  font-weight: 600
}


.write-your-rate .rating>label {
  position: relative;
  width: 1em;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

#service #ratings .rating-form input {
  border-radius: 5px;
  border: 1px solid #ebf0ff;
  width: 100%;
  color: #2b3990;
  padding: 4px 8px 4px 0;
  margin-bottom: 0
}

#ratings .rating-form {
  margin: 32px 0 0;
  width: 166%
}

#ratings .rating-form .Register-to-submit {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #000;
  color: #000
}

#ratings .rating-form .put-your-rate {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #2b3990;
  color: #2b3990
}

#ratings .rating-form .form-control {
  padding: 8px
}

.next {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #2b3990;
  font-weight: 600;
  font-size: 18px
}

.next hr {
  width: 300px;
  border-top: 2px solid;
  opacity: 1;
  margin: 16px 20px 0 0
}

.next h6 {
  font-weight: 600;
  font-size: 18px
}

h2 {
  text-align: center
}

.modalDialog4 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog4:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog4>div {
  width: 552px;
  position: relative;
  margin: 7% auto;
  padding: 3% 19px 35px 20px;
  border-radius: 10px;
  background: #fff
}

.close4 {
  background: rgb(255 255 255);
  color: #2b3990;
  line-height: 25px;
  position: absolute;
  left: 19px;
  text-align: center;
  top: 16px;
  width: 31px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  opacity: 1
}

.modalDialog4 .two-flex {
  display: flex;
  gap: 52px
}

.modalDialog4 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: 23px 2px 8px 0;
  font-size: 18px
}

.modalDialog4 .form-control {
  display: block;
  width: 141%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: almarai;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(255 255 255);
  background-clip: padding-box;
  border: 1px solid #ebf0ff;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.modalDialog4 button {
  font-family: almarai;
  width: 210px;
  margin: 0 29%
}

.modalDialog4 button:hover {
  background: #ff941f;
  color: #2b3990
}

.close4:hover {
  background: rgba(43, 57, 144, .553)
}

.modalDialog4 {
  display: none
}

.modalDialog4:target {
  display: block;
  overflow: auto
}

.modalDialog5 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog5:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog5>div {
  width: 552px;
  position: relative;
  margin: 7% auto;
  padding: 3% 19px 35px 20px;
  border-radius: 10px;
  background: #fff
}

.close5 {
  background: rgb(255 255 255);
  color: #2b3990;
  line-height: 25px;
  position: absolute;
  left: 19px;
  text-align: center;
  top: 16px;
  width: 31px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  opacity: 1
}

.modalDialog5 .two-flex {
  display: flex;
  gap: 52px
}

.modalDialog5 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: 23px 2px 8px 0;
  font-size: 18px
}

.modalDialog5 .form-control {
  display: block;
  width: 141%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: almarai;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(255 255 255);
  background-clip: padding-box;
  border: 1px solid #ebf0ff;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.modalDialog5 button {
  font-family: almarai;
  width: 210px;
  margin: 0 29%
}

.modalDialog5 button:hover {
  background: #ff941f;
  color: #2b3990
}

.close4:hover {
  background: rgba(43, 57, 144, .553)
}

.modalDialog5 {
  display: none
}

.modalDialog5:target {
  display: block;
  overflow: auto
}

.modalDialog3 {
  position: fixed;
  font-family: almarai;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog3:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog3>div {
  width: 391px;
  position: relative;
  margin: 12% auto;
  padding: 5% 19px;
  border-radius: 10px;
  background: #fff
}

.close3 button {
  background: #2b3990;
  color: #fff;
  width: 143px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  font-family: almarai;
  height: 40px
}

.sure button {
  width: 143px;
  height: 40px;
  font-family: almarai;
  background: #fff;
  border: 2px solid #f22828;
  color: #f22828;
  font-weight: 700;
  border-radius: 5px;
  margin: 17px 5%
}

.background img {
  width: 100%;
  height: 344px;
  padding: 19px;
  border-radius: 40px
}

.background {
  margin-top: 23px;
  padding: 58px 0 0;
}

.background .data {
  position: absolute;
  margin: -202px 45%;
  text-align: center
}

.background .data div {
  background: #2b3990;
  width: 101px;
  height: 82px;
  border-radius: 50%;
  padding: 0;
  margin: -42px 29px 0;
  color: #fff;
  font-size: 57px
}

.background .data p {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  margin: 9px -8px;
  white-space: nowrap
}

.img-upload img {
  width: 10px
}

.modalDialog3 .content {
  color: #2b3990;
  font-weight: 700;
  font-family: almarai;
  padding: 0;
  display: block;
  overflow: auto;
  background: #fff
}

.modalDialog3 .content h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 31px
}

.modalDialog3 .content p {
  font-size: 17px;
  margin: 19px 0
}

.close3:hover {
  background: rgba(43, 57, 144, .553)
}

h2 {
  text-align: center
}

.modalDialog3 {
  display: none
}

.modalDialog3:target {
  display: block;
  overflow: auto
}


.btn-mo {
  display: none
}

[dir=ltr] .left-arrow {
  padding: 7px 0 0 14px
}

[dir=ltr] .form-control {
  padding: .375rem 3.75rem
}

[dir=ltr] .next i {
  rotate: 180deg
}

[dir=ltr] .footer .form-select {
  background-position: right center
}

[dir=ltr] #features .col-md-7 {
  margin: 8% 7% 13% 59%
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  direction: rtl
}


#why-aladdin .d-flex img {
  height: 82%;
  margin: 0
}

.dropdown-select:focus {
  background-color: #fff
}

.dropdown-select:hover {
  background-color: #fff
}

.dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #fff !important
}

.dropdown-select::after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  transition: all .125s ease-in-out 0s;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 50%
}

.dropdown-select .lst:hover .option:not(:hover) {
  background-color: transparent !important
}

.dropdown-select .dd-search {
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  margin: .5rem
}

header .dropdown-select:hover {
  background-color: #2b3990
}

header .dropdown-select:focus {
  background-color: #2b3990
}

header .dropdown-select::after {
  display: none
}

footer .dropdown-select.wide {
  width: 151px
}

footer .dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #fff !important
}

.B2B-signup .row .col-lg-1 {
  padding: 0
}

.bg-check h3 {
  font-weight: 900;
  padding: 33px 0 32px 67px;
  white-space: nowrap
}

.check,
.check-2 {
  display: flex;
  margin: -32px 15% 0 0
}

.line-1 .num-1 {
  font-size: 64px
}

.check-2 h2 {
  font-size: 15px;
  margin: 37px 13px
}

.line-1 {
  font-size: 18px
}

.check img,
.check-2 img {
  width: 23px;
  height: 23px;
  margin: 35px 0 0
}


.show-price {
  width: 100%;
  text-align: left
}


.decor-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px
}

.decor-btn button {
  color: #6a6a6a;
  background: #ebf0ff;
  padding: 2px 9px 6px;
  border-radius: 5px;
  border: none;
  margin: 9px 0 0;
  height: 38px
}

[dir=ltr] .offer i {
  color: #f22828;
  font-size: 30px;
  rotate: 90deg;
  position: absolute;
  z-index: 1;
  margin: 0 6px 0 0
}

.offer-num {
  position: absolute;
  z-index: 10;
  color: #fff;
  margin: 0 21px
}

[dir=ltr] .offer-num {
  position: absolute;
  z-index: 10;
  color: #fff;
  margin: 0 -9px
}

#more {
  display: none
}

.read-more,
#dots {
  color: #2b3990;
  background: #fff;
  border: none;
  font-weight: 600
}

.setting {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%
}

.setting h2 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
  line-height: 24px
}

.setting a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  transition: color .2s ease 0s
}

.setting a[data-action] i {
  width: 1.25em;
  text-align: center
}

.setting a[data-action]:hover {
  color: #f80
}

.setting a[data-action].disabled {
  opacity: .35;
  cursor: default
}

.setting a[data-action].disabled:hover {
  color: #555
}

.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between
}

.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left
}

.image_picker .settings_wrap .drop_target {
  margin-right: 0
}

.image_picker .settings_wrap .settings_actions {
  margin: -22px 0 0 21px;
  font-size: 14px;
  color: #2b3990;
  font-weight: 600
}

.settings_actions.vertical a {
  display: block
}

.drop_target {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  width: 144px;
  padding: 4px 6px 6px;
  height: 50px;
  transition: all .2s ease 0s
}

.drop_target input[type=file] {
  visibility: hidden
}

.drop_target::before {
  content: "ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â©";
  position: absolute;
  display: block;
  width: 116px;
  margin: 0 -25px 0 0;
  text-align: center;
  font-size: 14px;
  color: #828282;
  background: url(../img/Icon.png) no-repeat;
  transition: color .2s ease 0s
}

.drop_target:hover::before,
.drop_target.dropping::before {
  color: rgba(0, 0, 0, .6)
}

.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: center center/contain no-repeat;
  position: relative;
  z-index: 2
}

.image_details {
  width: 192px;
  padding: 4px;
  background: #e6e6e6;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 84px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease 0s
}

.dropped~.image_details {
  opacity: 1;
  pointer-events: all
}

.image_details::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #e6e6e6 transparent transparent;
  border-image: initial;
  position: absolute;
  left: -12px;
  top: 10px
}

.image_details .input_line {
  display: block;
  overflow: hidden;
  margin-bottom: 4px
}

.image_details .input_line:last-of-type {
  margin-bottom: 0
}

.image_details .input_line span,
.image_details .input_line input {
  float: left;
  line-height: 24px
}

.image_details .input_line span {
  font-size: 12px;
  color: #666;
  width: 20%
}

.image_details .input_line input[type=text] {
  width: 100%;
  color: #444;
  appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  height: 24px;
  line-height: 18px;
  padding: 3px 5px;
  font-size: 14px;
  transition: border .2s ease 0s
}

.image_details .input_line input[type=text]:hover,
.image_details .input_line input[type=text]:focus {
  outline: 0;
  border: 1px solid #f80
}

.image_details .input_line input[type=text]::-webkit-input-placeholder {
  font-size: 14px;
  color: #999
}

.setting:last-of-type {
  height: auto;
  margin: 8px 0 -6px
}

[dir=ltr] .call-aladdin .left-arrow i {
  rotate: 180deg
}

.stats-counter div.container {
  text-align: -webkit-center
}


.our-goal.two .col-lg-7 {
  margin: 29px 56px 0 0
}



/* ::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background: #a8aaae
}

::-webkit-scrollbar-thumb:hover {
  background: #a8aaae
} */
#prices .dropdown-select.wide {
  width: 100%
}

input[type=checkbox] {
  position: relative;
  cursor: pointer
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #555;
  border-radius: 3px;
  background-color: #fff
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #2b3990;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px
}

#prices form .check-box input {
  width: 0;
  height: 13px;
  border: 1px solid #ebf0ff;
  padding: 11px;
  margin: 7px 0 14px
}

#prices form input[type=checkbox] {
  margin: 5px 14px 0 -8px
}

.best-selling .swiper-wrapper {
  margin-top: 35px
}

.best-selling .card {
  background: #dedfe3;
  border: none;
  border-radius: 15px;
  height: 193px;
  width: 185px
}

.best-selling .card-img {
  position: absolute;
  margin: -43px -10px 0 0
}

.best-selling .card-img img {
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  border: 10px solid #fff;
  border-radius: 37px;
  width: 157px;
  height: 157px
}

.best-selling .card-body span {
  color: #f7941d;
  font-weight: 800;
  position: absolute;
  margin: 0;
  top: 66%;
  left: 19px
}

.best-selling .card-body .sale {
  position: absolute;
  top: 176px;
  left: 10%;
  color: #ff941f;
  text-decoration: line-through 1px
}

.best-selling .card-img .sold-out {
  background: #2b399080;
  color: #ffff;
  height: 50px;
  padding: 14px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  top: 81%;
  font-size: 17px
}

.best-selling .card-body i {
  font-size: 45px;
  background: #2b3990;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: -15px 62px 0 0
}

.best-selling .head h5 {
  color: #2b3990;
  font-weight: 600;
  font-size: 15px
}

.img-ban {
  padding: 16px
}

.controls .btn:hover {
  color: #fccf23;
  transition: all .4s ease 0s
}

.controls .btn:focus {
  outline: 0
}

.controls span {
  color: #fff;
  margin-left: 6px
}

input[type=range] {
  width: 100%;
  background: 0 0
}

input[type=range]::-webkit-slider-thumb {
  appearance: none
}

input[type=range]:focus {
  outline: none
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fccf23;
  cursor: pointer;
  margin-top: -4px;
  box-shadow: #000 1px 2px 10px
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 0;
  margin-left: 8px
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #faf17b
}

.B2B-signup .from-sign-up .form-control {
  padding: .375rem 2.75rem
}

.B2B-signup .from-sign-up .form-group i {
  position: absolute;
  font-size: 18px;
  margin: 9px;
  color: #9098b1
}

.B2B-signup .from-sign-up .form-group i.fa-eye,
.B2B-signup .from-sign-up .form-group i.fa-eye-slash {
  margin: -28px 406px
}

.B2B-signup .from-sign-up .form-control.two {
  padding: .375rem .75rem
}

.vl-3 {
  border-left: 1px solid #fff;
  height: 37px;
  position: absolute;
  margin: -34px 59px 0 0
}

.vl-4 {
  border-left: 1px solid rgba(255, 255, 255, .32);
  height: 32px;
  position: absolute;
  margin: -28px 58px 0 0
}

[dir=ltr] .vl-3 {
  border-left: 1px solid #fff;
  height: 37px;
  position: absolute;
  margin: -34px 59px 0 11px
}

[dir=ltr] .vl-4 {
  border-left: 1px solid rgba(255, 255, 255, .32);
  height: 32px;
  position: absolute;
  margin: -28px 58px 0 12px
}

.add-product-title h5 {
  font-weight: 700;
  color: #f22828;
  margin: 0 -17%;
  text-align: justify
}

.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, .75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
  background: #fff
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
  opacity: .6
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-prev-next-button .arrow {
  fill: #333
}

.carousel-main {
  margin-bottom: 14px
}

.carousel-cell {
  width: 100%;
  height: 399px;
  margin-right: 8px;
  background: #fff;
  border-radius: 33px
}

.carousel-nav .carousel-cell {
  height: 90px;
  width: 120px
}

.carousel-main img {
  display: block;
  border-radius: 33px;
  margin: 0 auto;
  width: 100%;
  height: 100%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative
}

.input-group input[type=button] {
  background-color: #eee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: 700;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical
}

.button-plus {
  left: -13px
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  border: 1px solid #a8aaae47
}

#promot .button-minus {
  width: 40px;
  height: 37px;
  border: 1px solid #cbd5e1;
  background: #fff;
  margin: 7px -8px 0;
  border-radius: 0 11px 11px 0
}

#promot .button-plus {
  width: 40px;
  height: 37px;
  border: 1px solid #cbd5e1;
  background: #fff;
  margin: 7px -8px 0 0;
  border-radius: 11px 0 0 11px
}

#promot .quantity-field {
  width: 69px;
  border-radius: 0;
  color: #2b3990;
  height: 37px;
  font-size: 19px;
  border: 1px solid #cbd5e1
}

.product-Quote .form-select {
  display: block;
  width: 100%;
  padding: .315rem 1rem 0 0;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9098b1
}

.num .bi-dash-lg {
  position: absolute;
  z-index: 100;
  color: #2b3990;
  margin: 12px -3px 0 0;
  border: 2px solid;
  border-radius: 50% !important;
  width: 27px
}

.num .bi-plus {
  position: absolute;
  z-index: 100;
  color: #2b3990;
  margin: 12px 104px 0 0;
  border: 2px solid;
  border-radius: 50% !important;
  width: 27px
}

#promot .d-flex.justify-content-between h5 {
  font-size: 17px;
  font-weight: 400;
  color: #2b3990;
  white-space: nowrap;
  margin: 22px 0 0
}

#promot .d-flex.justify-content-between .input-group {
  margin: 7px 89px 0 0
}

#promot .d-flex.justify-content-between h4 {
  white-space: pre;
  font-size: 16px;
  margin: -16px -73px 0 15px
}

#promot .d-flex.justify-content-between .cost {
  text-align: center;
  border: 1px solid #1a8449;
  color: #1a8449;
  padding: 0;
  margin: 14px -60px 0 35px;
  font-size: 20px;
  font-weight: 900;
  height: 34px;
  width: 99px;
  border-radius: 5px
}

#promot h2 {
  font-size: 19px;
  text-align: justify;
  margin: 20px 0;
  font-weight: 900;
  color: #2b3990
}

#promot label {
  font-size: 17px !important;
  color: #2b3990
}

#promot label span {
  font-size: 13px;
  margin: 0 30px 0 0
}

form#promot {
  width: 69% !important;
  margin-top: 26px
}

#promot .check-box {
  justify-content: inherit;
  gap: 36px;
  margin: 19px 0 5px
}

#promot input[type=date] {
  border-radius: 5px;
  width: 55%;
  color: #6d6d6d7d;
  float: right
}

.all-content {
  background: #fff;
  padding: 51px;
  border-radius: 10px;
  margin: 5px 0 52px
}

.start-now {
  border: none;
  width: 163px;
  font-weight: 700;
  color: #fff;
  background: #2b3990;
  height: 43px;
  border-radius: 5px
}

.skip {
  border: 1px solid #2b3990;
  margin: 0 0 39px;
  width: 163px;
  color: #2b3990;
  background: #ebf0ff;
  height: 43px;
  font-weight: 700;
  border-radius: 5px
}

.form-info {
  background: #f6f6f6;
  color: #2b3990;
  padding: 25px 50px;
  width: 100%
}

.payment {
  margin-top: 100px
}

.form-info .form-head {
  text-align: -webkit-center
}

.form-info h5,
.form-info span {
  font-size: 17px;
  font-weight: 900
}

.form-info .form-body p {
  font-size: 17px;
  margin: 26px 0
}

.form-info .form-body span {
  margin: 0 18px;
  unicode-bidi: plaintext
}

.form-info h3 {
  font-size: 23px;
  font-weight: bolder
}

.form-info hr {
  color: #fff;
  border-top: 6px solid;
  opacity: 1;
  border-radius: 10px
}

.form-info .form-head hr {
  width: 63%
}

.payment.b2c .form-info hr {
  color: #fff;
  border-top: 4px solid;
  opacity: 1;
  border-radius: 10px
}

.payment.b2c .form-body img {
  width: 147px;
  margin: 0 0 18px 28px;
  height: 158px
}

.payment.b2c .form-body {
  height: auto;
  overflow: auto;
  margin: 0 0 41px;
  max-height: 460px
}

.payment.b2c .form-body::-webkit-scrollbar {
  display: none
}

.payment.b2c .form-body .quantity h5 {
  display: flex;
  font-size: 20px;
  gap: 9px;
  align-items: center;
  margin: 13px 0 17px
}

.payment.b2c .form-body .quantity p {
  font-size: 15px;
  margin: 0;
  font-weight: 400
}

.payment-head {
  width: 49%
}

.payment-head h6 {
  color: #2b3990;
  font-size: 17px;
  font-weight: 800
}

.payment-head hr {
  color: #ebf0ff;
  opacity: 1;
  border-top: 2px solid
}

.payment-body div {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  margin: 16px -9px 20px -8px
}

.payment-body div h6 {
  background: #fcfcfc;
  width: 274px;
  height: 43px;
  border: 1px solid #ebf0ff;
  padding: 11px 8px 0 0;
  border-radius: 5px;
  color: #9098b1
}

.payment-body div input {
  position: absolute;
  margin: -4px 232px 0 0
}

.payment-body div img {
  width: 47px
}

.payment-method {
  margin: -50px 0 0;
  padding: 5px 32px
}

input[type=radio] {
  border: 0;
  width: 2%;
  height: 1px
}

.payment-foot button {
  width: 274px;
  height: 43px;
  border: none;
  border-radius: 5px;
  background: #2b3990;
  color: #fff;
  font-weight: 700
}

.payment-foot span {
  margin: 0 4px
}

.collapsible {
  color: #2b3990;
  display: contents;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px
}

.content {
  padding: 0 18px;
  display: none;
  padding: 14px;
  overflow: hidden;
  background-color: #ebf0ff
}

.services .content {
  padding: 0;
  background: 0 0;
  width: 166%
}

.services .card .content {
  padding: 0 0 25px;
}

.services .content form {
  width: 100%
}

.form-group .content i {
  position: absolute;
  font-size: 18px;
  margin: 6px;
  color: #2b3990
}

.form-group .bi-plus-lg {
  font-size: 28px;
  color: #2b3990;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: -36px 9px 13px;
}

.mycontent.two h6 {
  color: #2b3990;
  font-weight: 700
}

.mycontent.two p {
  font-size: 13px;
  margin: 10px 0;
}

.mycontent.two .mycontent-end {
  display: flex;
  flex-wrap: nowrap;
  gap: 99px;
  align-items: center;
  justify-content: space-between
}

.mycontent.two .mycontent-end p {
  font-size: 14px;
  font-weight: 600;
  margin: 0
}

.mycontent.two .mycontent-end .mycontent-icons i {
  margin: 0;
  padding: 0;
  color: #2b3990;
  font-size: 23px
}

.mycontent.two .mycontent-end .mycontent-icons .bi-pencil {
  margin: 0 -31px 0 0;
  padding: 0
}

.mycontent.two {
  padding: 24px 11px
}

.col-md-12 .mycontent {
  color: #2b3990;
  font-size: 17px;
  font-weight: 700
}

#tabs.client-profile .best-selling .row {
  padding: 15px;
  margin-top: 50px;
  display: flex;
  align-content: stretch;
  row-gap: 79px;
  flex-wrap: wrap
}

.client-profile .best-selling .card-img {
  position: absolute;
  margin: -43px 12px 0 0;
  z-index: 111;
}

.client-profile .best-selling .card-img.two {
  position: absolute;
  rotate: 115deg;
  margin: -71px -18px;
  z-index: 2;
}

.client-profile .best-selling .card-img.three {
  position: absolute;
  rotate: 144deg;
  margin: -74px -30px;
  z-index: 1;
}

.client-profile .best-selling .card-img.two img,
.client-profile .best-selling .card-img.three img {
  width: 152px;
  height: 136px;
}

.client-profile .best-selling .card {
  background: #dedfe3;
  border: none;
  border-radius: 15px;
  height: 193px;
  width: 177px
}

.client-profile #nav-cata .best-selling .card {
  height: 210px;
  width: 177px
}

.client-profile .best-selling .card-body i {
  margin: -7px 124px;
  padding: 4px 7px;
  font-size: 22px
}

.client-profile .best-selling .card-body i.bi.bi-pencil {
  margin: -7px auto;
}

.client-profile #nav-cata .best-selling .card-body i.bi.bi-pencil {
  margin: -7px -93px;
}

.client-profile .best-selling .card-body p {
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0;
  width: 93%;
  height: 66px;
  overflow: hidden
}

.client-profile #nav-cata .best-selling .card-body p {
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0;
  width: 93%;
  height: 24px;
  overflow: hidden
}

.client-profile #nav-cata .best-selling .card-body p.description {
  font-weight: 400;
  font-size: 11px;
  margin: 0 -2px;
  height: 51px;
}

.client-profile .best-selling {
  background: #f6f6f6;
  padding: 0;
  margin-top: 34px
}

.client-profile #nav-cata .best-selling .col-lg-3.col-md-3 {
  margin: 45px 20px;
  width: 20%;
}

.client-profile .best-selling .card-img img {
  border: 7px solid #fff;
  border-radius: 19px;
  width: 152px;
  height: 147px;
}

.best-selling .Page.navigation.example {
  margin: 45px 0 -55px
}

.client-profile .btn {
  background-color: #fcfcfc;
  color: #9098b1;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #ebf0ff;
  outline: none
}

.client-profile .dropdown {
  position: absolute;
  display: inline-block
}

.client-profile .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 1
}

.client-profile .dropdown-content a {
  color: #2b3990;
  padding: 12px 16px;
  text-decoration: none;
  display: block
}

.client-profile .dropdown-content a:hover {
  background-color: #ddd
}

.client-profile .dropdown:hover .dropdown-content {
  display: block
}

.grow img {
  width: 100%
}

.grow .col-lg-12 {
  margin: 69px -4% 0 0;
  text-align: -webkit-left
}

#contact-us {
  padding: 31px 105px
}

.contact-us {
  background: linear-gradient(to right, #fff 0%, #fff 72%, rgb(43, 57, 144) 50%, rgb(43, 57, 144) 100%);
  border-radius: 10px;
  box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
  display: flex;
  padding: 0 0 25px
}

.contact-us h4 {
  color: #2b3990;
  font-size: 37px;
  font-weight: 700;
  margin: 29px 0 0
}

.contact-us h4 span {
  color: #f7941d
}

.contact-us form {
  margin-top: 20px
}

.contact-us form .form-control {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #828282;
  padding: 9px 13px
}

.contact-us form textarea.form-control {
  height: 100px;
}


.contact-us iframe {
  margin: 93px 118px;
  padding: 13px
}

.fav-b2c {
  text-align: -webkit-center;
  padding: 0;
}

.my-fav .card {
  display: flex;
  width: 78%;
  flex-direction: row;
  border: none;
  margin: 0 0 29px
}

.my-fav .card .card-img {
  padding: 12px;
  width: 31%
}

.my-fav .card .card-img img {
  width: 157px;
  height: 158px
}

.my-fav .card .card-description {
  width: 66%
}

.my-fav .card .card-description .d-flex.justify-content-between div {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 77px
}

.my-fav .card .card-description p {
  margin: 80px 2px -1px;
  font-weight: bolder;
  font-size: 17px
}

.my-fav .card .card-description button {
  margin: 65px 0 0;
  color: #fff;
  border: none;
  padding: 7px;
  border-radius: 5px;
  font-weight: 700;
  width: 105px
}

.my-fav .card .card-description button.sold-out {
  background: #a8aaae
}

.my-fav .card .card-description button.buy-now {
  background: #ff941f
}

.my-fav .card .card-description .d-flex.justify-content-between div i {
  font-size: 30px
}

.my-fav .card .card-description .d-flex.justify-content-between div .bi-heart-fill {
  position: absolute;
  margin: -17px 25px;
  color: #f22828
}

.my-fav .card .card-description .d-flex.justify-content-between div .bi-suit-heart-fill {
  position: absolute;
  margin: -17px 25px;
  color: #000
}

.my-fav .card .card-description h3 {
  font-size: 19px;
  margin-top: 26px;
  font-weight: 600
}

.orders-b2c {
  padding: 24px 0;
}

.orders-b2c .col-lg-12.col-md-8.myorders {
  padding: 0;
  margin: 0;
}

.orders-b2c .card {
  border: 1px solid #ebf0ff;
  padding: 38px;
  margin: 0 0 24px
}

.orders-b2c .card .card-head h5 {
  font-weight: 700;
  margin: 0 0 -6px
}

.orders-b2c .card .card-head {
  display: flex;
  justify-content: space-between
}

.orders-b2c .card .card-head button {
  background: #fff;
  border: 2px solid #2b3990;
  color: #2b3990;
  width: 161px;
  height: 46px;
  border-radius: 5px;
  margin: 12px -25px 0 0;
  font-weight: 700
}

.orders-b2c .card .card-body h5 {
  font-size: 17px;
  font-weight: 700;
  display: flex;
  gap: 2px
}

.orders-b2c hr {
  color: #d9d9d9;
  opacity: 1;
  border-top: 4px solid
}

.order-details {
  display: flex !important;
  width: 100%;
  margin: 23px 0 0;
  gap: 19px;
}

.order-details .order-img {
  width: 22%
}

.order-details .price-details {
  width: 80%
}

.order-details .order-img img {
  width: 111px;
  height: 111px;
  border-radius: 11px;
}

.order-details .price-details p {
  margin: 2px;
  font-size: 15px;
  font-weight: 400;
  unicode-bidi: plaintext
}

@media(max-width: 1100px) {

  .best-selling .glight {
    width: 12.92%;
    padding: 11px
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -28px 308px
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 51px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 51px 0 0
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 561px;
    margin: 9px -239px 0 0
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 352px;
    height: 42px
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 397px;
    text-align: initial;
    padding: 22px;
    margin: 0 -81px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 52px 0 0
  }

  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 53px 0 0
  }

  .our-goal {
    padding: 3% 2%
  }

  .our-goal.two .col-lg-7 {
    margin: 30px 128px 0 0;
    width: 50%
  }

  .img-4 {
    margin: -118px 14px 0 0
  }

  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 10.25rem 0 19px;
    background-position: left 5.75rem center;
    margin: 0 -21px 0 -29px
  }
}

@media(max-width: 991.5px) {
  .client-profile .container {
    max-width: 100%
  }

  #tabs.client-profile .row {
    padding: 4px 2px 33px;
    margin-top: 10px
  }

  .visa {
    margin: -8px -12px 0 -101px
  }

  .form-info {
    padding: 25px 19px;
    width: 90%;
    margin: -1px 0;
    white-space: nowrap
  }

  #promot .d-flex.justify-content-between h4 {
    white-space: pre;
    font-size: 16px;
    margin: -18px -73px 0 70px
  }

  #promot .d-flex.justify-content-between .input-group {
    margin: 7px 49px 0 0
  }

  form#promot {
    width: 132% !important;
    margin-top: 26px;
    margin: 3px 11% 0 0
  }

  .opinion .card-img {
    position: absolute;
    text-align: left;
    margin: -48px -17px 0 0
  }


  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 6.25rem 0 40px;
    background-position: left 5.75rem center;
    margin: 0 -65px 0 -20px
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 52%
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 74%
  }

  .swiper {
    width: 1262px
  }

  .services form {
    width: 212%
  }

  #tabs {
    margin: 20% 27%
  }


  .hero form {
    width: 406px;
    flex-direction: row-reverse
  }

  .hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
  }

  .order-2 {
    width: 402px;
    margin: 0 -5% 0 0;
    order: 1 !important
  }

  .row.category {
    display: none
  }

  .hero-img img {
    width: 266px;
    margin: 9px 17%
  }

  #ratings .rating-form {
    margin: 32px 0 0;
    width: 212%
  }

  #ratings {
    gap: 15px;
    margin: 29px 21px 0 0
  }

  #hero .row {
    flex-wrap: nowrap
  }

  .country span {
    display: block
  }

  .order-first {
    order: 7 !important
  }

  #features .col-md-7 {
    margin: 8% 0% 13% 0
  }

  .left-arrow {
    margin: -38px 179px 0 0
  }

  .app-btn {
    width: 153px;
    color: #fff;
    margin: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    height: 48px
  }

  .flex2 {
    margin: 0 50px 0 0
  }

  .navbar a,
  .navbar a:focus {
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap
  }

  .shop-now {
    margin: 5px 28px 0 0;
    white-space: nowrap
  }

  .shop-now span {
    font-size: 13px
  }

  .logo-nav ul li {
    white-space: nowrap
  }

  .offers span {
    font-size: 13px
  }

  .shop-btn {
    margin: 11% 0 0;
    width: 141px
  }

  [dir=ltr] .shop-now {
    margin: 5px 7px 0
  }
}

@media(max-width: 880px) {
  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 45px 0 0
  }

  .payment-body div h6 {
    width: 219px;
    height: 43px;
  }

  .payment-body div input {
    position: absolute;
    margin: -4px 185px 0 0
  }

  .all-content .justify-content-between {
    width: 618px
  }

  .start-now {
    border: none;
    width: 135px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .skip {
    border: 1px solid #2b3990;
    margin: 0 0 39px;
    width: 135px;
    color: #2b3990;
    background: #ebf0ff;
    height: 43px;
    font-weight: 700;
    border-radius: 5px
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 42px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 42px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 45px 0 0
  }
}

@media(max-width: 767.5px) {
  .footer-info.one {
    width: 33%;
    margin: 0 -36px 0 29px
  }

  .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 100%;
    margin: 0
  }

  #tabs.client-profile .row {
    padding: 0;
    margin-top: 80px
  }

  #tabs.client-profile .row .row {
    margin: 0;
  }

  .mycontent.two {
    padding: 24px 11px;
    margin: 0 0
  }

  .payment .row {
    display: flex;
    flex-direction: column-reverse
  }

  .payment-method {
    margin: 38px 0 0;
    padding: 5px 56px
  }

  form .rating-form textarea {
    width: 100% !important
  }

  #form-rate .rating-form .form-group input {
    width: 100% !important
  }

  .rating-form .Register-to-submit {
    width: 100% !important
  }

  #promot .d-flex.justify-content-between .cost {
    text-align: center;
    border: 1px solid #1a8449;
    color: #1a8449;
    padding: 0;
    margin: 14px 259px 0 35px;
    font-size: 20px;
    font-weight: 900;
    height: 34px;
    width: 99px;
    border-radius: 5px
  }

  #promot input[type=date] {
    border-radius: 5px;
    width: 271px;
    color: #6d6d6d7d;
    float: right
  }

  #promot .d-flex.justify-content-between h4 {
    white-space: pre;
    font-size: 16px;
    margin: -85px 243px 0 88px
  }

  .all-content {
    background: #fff;
    display: flex;
    padding: 51px;
    border-radius: 10px;
    margin: 5px 0 52px;
    flex-direction: column-reverse
  }

  .all-content .justify-content-between {
    width: 618px;
    display: flex;
    flex-wrap: wrap
  }

  form#promot {
    width: 96% !important;
    margin-top: 26px;
    margin: 3px 2% 0 0
  }

  .shop-page .bd-example {
    margin-top: -22px;
    padding: 10px
  }

  .shop-page .dropdown-select.wide {
    width: 100%
  }

  .shop-page .col-lg-12.col-md-12 {
    padding: 24px 12px
  }

  .shop-page .col-lg-12.col-md-12 .form-select {
    display: block;
    width: 100%;
    padding: -.625rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9098b1;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ebf0ff;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -28px 393px
  }

  #B2B-signup .col-lg-5.col-md-5 .bg-check {
    background: #2b3990;
    color: #fff;
    text-align: -webkit-center;
    padding: 15px 109px;
    border-radius: 13px;
    height: 275px;
    margin: -264px 30px 0;
    width: 450px
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 33px 10px 18px;
    white-space: nowrap;
    font-size: 35px
  }

  .images {
    width: 400px;
    margin: 0 -16px 0 0
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 117px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 151px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 122px
  }

  .img-5 {
    margin: 28px 6px 0 0
  }

  .img-6 {
    margin: -115px -35px 0 0;
    width: 123px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 111px
  }

  .img-8 {
    margin: 5px 73px 0 0
  }

  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: 400px;
    margin: 0 30px
  }

  #why-aladdin .d-flex img {
    height: 82%;
    margin: 0 10% 0 0
  }


  #job-service .card.two {
    float: inherit;
    margin: 0
  }

  .show-price {
    width: 100%;
    text-align: center
  }


  .modalDialog2>div {
    width: 100%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -170px
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 42%
  }

  #ratings .rating-form {
    margin: 32px 0 0;
    width: 100%
  }

  .video-popup {
    display: flex;
    gap: 33px;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 45px
  }

  .video-popup .content h6 {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    color: #2b3990;
    margin: -52px 0 44px
  }

  .video-popup video {
    place-self: center;
    border-radius: 14px;
    padding: 0
  }

  .list {
    display: none
  }

  .list-pc {
    display: block
  }

  #service .row.gy-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse
  }

  .confirm form {
    width: 99%
  }

  .order-2 {
    width: 402px;
    margin: 0 -12% 0 0;
    order: 1 !important
  }

  .footer-info.two {
    width: 25%;
    margin: 0 -36px 0 29px
  }

  .features .features-item h3 {
    font-weight: 600;
    font-size: 16px
  }


  .caption {
    color: #fff;
    text-align: center;
    margin: 109px 0 0
  }

  .FullLogo {
    width: 257px
  }

  #tabs {
    margin: 20% 24%
  }

  .slider-container .slider .slide {
    top: 33%
  }

  .our-goal.two .row {
    display: flex;
    flex-direction: column-reverse
  }

  .our-goal.two .col-lg-7 {
    margin: 30px -1px 0 0;
    width: 100%
  }

  #B2B-signup .col-lg-1.col-md-1 img {
    width: 100%;
    height: 100%
  }
}

@media(max-width: 673.5px) {
  #footer .logo {
    justify-content: center
  }

  [dir=ltr] .shop-now {
    margin: 5px 33px 0 21px
  }

  #tabs {
    margin: 25% 15%
  }

  .mobile-navbar {
    display: block
  }

  .computer-navbar {
    display: none
  }


  .mobile .footer-links {
    display: none
  }

  .footer-links {
    width: 100%
  }

  .hero-img img {
    width: 29%;
    margin: 9px 18%
  }

  iframe {
    width: 167px !important
  }

  [dir=ltr] .hero form {
    width: 331px;
    flex-direction: row-reverse
  }

  .flex2 {
    display: flex;
    align-items: flex-start;
    margin: 0
  }
}

@media(max-width: 560px) {
  .features .features-item h3 {
    font-size: 15px;
    width: 43%;
    text-align: center
  }

  .method {
    width: 396px
  }

  #promot .d-flex.justify-content-between h4 {
    white-space: pre;
    font-size: 16px;
    margin: -85px 165px 0 88px
  }

  #promot .d-flex.justify-content-between .cost {
    text-align: center;
    border: 1px solid #1a8449;
    color: #1a8449;
    padding: 0;
    margin: 14px 193px 0 35px;
    font-size: 20px;
    font-weight: 900;
    height: 34px;
    width: 99px;
    border-radius: 5px
  }

  form#promot {
    width: 100% !important;
    margin-top: 26px;
    margin: 3px 0% 0 0
  }

  .all-content {
    background: #fff;
    display: flex;
    padding: 51px;
    border-radius: 10px;
    margin: -35px 0 -48px;
    flex-direction: column-reverse
  }

  #promot h2 {
    font-size: 16px;
    margin: 19px -30px 20px;
    white-space: nowrap
  }

  #promot .check-box {
    justify-content: inherit;
    gap: 36px;
    margin: 18px -43px -3px 0
  }

  #promot input[type=date] {
    border-radius: 5px;
    width: 271px;
    color: #6d6d6d7d;
    float: right;
    margin: 3px -30px 0 0
  }

  #promot .d-flex.justify-content-between h5 {
    font-size: 17px;
    font-weight: 400;
    color: #2b3990;
    white-space: nowrap;
    margin: 22px -19px 0 0
  }

  #promot .d-flex.justify-content-between .input-group {
    margin: 7px -40px 0 0
  }

  .start-now {
    border: none;
    width: 167px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .skip {
    border: 1px solid #2b3990;
    margin: 0;
    width: 167px;
    color: #2b3990;
    background: #ebf0ff;
    height: 43px;
    font-weight: 700;
    border-radius: 5px
  }

  .best-selling .glight {
    width: 14.92%;
    padding: 11px
  }

  .best-selling .card {
    background: #dedfe3;
    border: none;
    border-radius: 15px;
    height: 152px;
    width: 155px
  }

  .best-selling .card-img {
    position: absolute;
    margin: -43px -10px 0 0
  }

  .best-selling .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 129px;
    height: 129px
  }

  .best-selling .card-body {
    margin-top: 46px
  }

  .best-selling .card-body p {
    font-size: 18px;
    font-weight: 700
  }

  .best-selling .card-body i {
    font-size: 41px;
    background: #2b3990;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 33px;
    height: 36px;
    margin: -15px 62px 0 0
  }


  .best-selling .head h5 {
    color: #2b3990;
    font-weight: 600;
    font-size: 14px
  }

  .our-services .slider-container .dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 62px 0;
    user-select: none
  }

  .grow .col-lg-12 {
    padding: 2px 0 0 41px
  }

  .ask-btn {
    width: 96%;
    text-align: left
  }

  .slider-container .slider .slide {
    width: 405px;
    top: 33%;
    height: 46%
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 44%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -173px
  }

  #B2B-signup .container {
    margin-top: 47%
  }

  .hero form .btn-primary {
    color: #a8aaae;
    background-color: #fff;
    padding: 3px 38px 39px 44px;
    height: 7px;
    width: 10px;
    margin: -5px 0 0 1px;
    font-size: 28px;
    border: none;
    position: absolute
  }

  #tabs {
    margin: 25% 8%
  }


  .hero form {
    width: 100%;
    flex-direction: row-reverse
  }

  #features .col-md-7 {
    margin: 8% -1% 13% 0
  }

  .FullLogo {
    width: 174px
  }


  .hero-img {
    display: none
  }

  .order-2 {
    width: 100%;
    margin: 0 0% 0 0;
    order: 1 !important
  }

  .about .content h3 {
    font-weight: 700;
    font-size: 20px
  }

  .footer hr {
    border-top: 2px solid;
    color: #2b3990;
    width: 107%;
    opacity: 1
  }

  .footer .copyright {
    text-align: center;
    color: #2b3990;
    margin: 0 0 0 -38px
  }

  .payment-method {
    margin: 38px 0 0;
    padding: 2px 9px
  }

  .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 100%;
    margin: -1px 0
  }

  .visa {
    margin: -8px -28px 0 -101px;
    gap: 2px !important
  }

  .payment-body div img {
    width: 24px
  }
}

@media(max-width: 460px) {
  #tabs {
    margin: 25% 5%
  }

  .payment-method {
    margin: 40px 14px;
    padding: 2px 0
  }

  form .rating-form textarea {
    width: 100%
  }

  #form-rate .rating-form .form-group input {
    width: 100%
  }

  .start-now {
    border: none;
    width: 131px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .skip {
    border: 1px solid #2b3990;
    margin: 0;
    width: 131px;
    color: #2b3990;
    background: #ebf0ff;
    height: 43px;
    font-weight: 700;
    border-radius: 5px
  }


  #B2B-signup .col-lg-5.col-md-5 .bg-check {
    background: #2b3990;
    color: #fff;
    text-align: -webkit-center;
    padding: 12px 5px;
    border-radius: 13px;
    height: 249px;
    margin: -193px 30px 0;
    width: 236px
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 346px;
    text-align: initial;
    padding: 22px;
    margin: 0
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 301px;
    height: 42px
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 482px;
    margin: 9px -194px 0 0
  }

  .decor-btn button {
    color: #6a6a6a;
    background: #ebf0ff;
    padding: 2px 0 6px;
    border-radius: 5px;
    border: none;
    margin: 9px 0 0;
    height: 42px;
    font-size: 11px;
    width: 68px
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 37px 10px 18px;
    white-space: nowrap;
    font-size: 27px
  }

  .shop-btn img {
    width: 18px
  }


  .my-offers .request .decor-btn button {
    padding: 0;
    width: 91px;
    font-size: 12px
  }

  .services .my-offers .request .card {
    padding: 0
  }

  .ask-btn button {
    width: 100%;
    background: #2b3990;
    color: #fff
  }

  .slider-container .slider .slide {
    width: 339px;
    height: 39%
  }

  #prices form {
    width: 100%;
    border: none
  }

  .images {
    width: auto;
    margin: 0 -16px 0 0
  }

  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: auto;
    margin: 0
  }

  .partners .col-lg-12 {
    padding: 57px
  }

  .partners h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: almarai
  }

  .partners p {
    font-size: 15px
  }
}

@media(max-width: 425px) {
  #tabs {
    margin: 25% 2%
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 102px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 130px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 106px
  }

  .img-5 {
    margin: 28px 6px 0 0
  }

  .img-6 {
    margin: -115px -35px 0 0;
    width: 106px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 100px
  }

  .img-8 {
    margin: 5px 73px 0 0;
    width: 100px
  }

  .slider-container .slider .slide {
    width: 310px;
    height: 35%
  }

  .modalDialog2>div {
    width: 100%;
    height: 57%
  }

  .caption {
    color: #fff;
    text-align: center;
    margin: 77px 0 0
  }
}

@media(max-width: 407px) {
  #tabs {
    margin: 25% 0%;
    width: 100%
  }

  #promot label span {
    font-size: 13px;
    margin: 0 2px 0 0
  }

  .method {
    width: 320px
  }

  #promot .d-flex.justify-content-between h5 {
    font-size: 15px;
    font-weight: 400;
    color: #2b3990;
    white-space: nowrap;
    margin: 22px -56px 0 0
  }

  #promot .d-flex.justify-content-between .cost {
    text-align: center;
    border: 1px solid #1a8449;
    color: #1a8449;
    padding: 0;
    margin: 15px 110px 0 35px;
    font-size: 20px;
    font-weight: 900;
    height: 34px;
    width: 99px;
    border-radius: 5px
  }

  #promot .d-flex.justify-content-between h4 {
    white-space: pre;
    font-size: 15px;
    margin: -82px 120px 0 88px
  }

  #promot .quantity-field {
    width: 41px;
    border-radius: 0;
    color: #2b3990;
    height: 37px;
    font-size: 19px;
    border: 1px solid #cbd5e1
  }

  .num .bi-plus {
    position: absolute;
    z-index: 100;
    color: #2b3990;
    margin: 12px 76px 0 0;
    border: 2px solid;
    border-radius: 50% !important;
    width: 26px;
    padding: 0 3px 0 0
  }

  .num .bi-dash-lg {
    position: absolute;
    z-index: 100;
    color: #2b3990;
    margin: 12px -3px 0 0;
    border: 2px solid;
    border-radius: 50% !important;
    width: 27px;
    padding: 0 4px 0 0
  }

  .start-now {
    border: none;
    width: 109px;
    font-weight: 700;
    color: #fff;
    background: #2b3990;
    height: 43px;
    border-radius: 5px
  }

  .skip {
    border: 1px solid #2b3990;
    margin: 0;
    width: 109px;
    color: #2b3990;
    background: #ebf0ff;
    height: 43px;
    font-weight: 700;
    border-radius: 5px
  }

  #job-service .card.two {
    float: right;
    margin: 0
  }

  .tab-title {
    position: absolute;
    margin: -118px 92px 0 0
  }

  .form-group i.fa-eye,
  .form-group i.fa-eye-slash {
    margin: -28px 72%
  }

  .login img {
    color: #fff;
    margin: -3px 43px 0 -73px;
    width: 18px
  }

  .login i.fa-facebook {
    margin: -5px 37px 0 0
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 41%
  }

  .login i.fa-apple {
    margin: -2px 50px 0 0
  }

  .slider-container .slider .slide {
    width: 210px;
    height: 24%
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 86px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 101px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 86px
  }

  .img-5 {
    margin: 28px 6px 0 0;
    width: 82px
  }

  .img-6 {
    margin: -114px -5px 0 0;
    width: 79px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 85px
  }

  .img-8 {
    margin: 5px 73px 0 0;
    width: 85px
  }
}

.breadcrumbs nav.two {
  background-color: #fff;
  margin: auto;
}

.product-Quote h5 {
  font-size: 24px;
  color: #2b3990;
  font-weight: 900
}

.product-Quote p {
  color: #2b3990;
  font-size: 19px;
  width: 76%;
  padding: 0 0 25px;
  line-height: 32px
}

.product-Quote .bd-example.timed {
  margin: -57px 453px
}

.product-Quote {
  margin-top: -31px
}

.product-Quote #prices form {
  width: 100%
}

.add-product-title {
  margin: 101px 0 -29px;
  padding: 33px
}

.add-product-title div {
  background: #ebf0ff;
  padding: 17px;
  border-radius: 10px 10px 0 0
}

.b2c-kitchen-title {
  margin: 0 0 -29px;
  padding: 33px
}

.b2c-kitchen-title div {
  background: #f6f6f6;
  padding: 17px 0;
  border-radius: 10px 10px 0 0;
  text-align-last: center
}

.b2c-kitchen-title div h4 {
  font-weight: 700;
  color: #2b3990;
  margin: 0;
  text-align: justify
}

.services.b2c-kitchen form {
  border: none;
  margin: 25px 0 24px;
  width: 191%;
  padding: 0;
  border-radius: 6px;
  text-align: center
}

.b2c-kitchen .login {
  margin: 0 0 17px;
  width: 153px;
  height: 33px;
  border-radius: 5px;
  background: #2b3990;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.b2c-kitchen .col-lg-4.col-md-8 {
  margin: 0 20% 0 0
}

.b2c-kitchen .dropdown-select.wide {
  width: 100%
}

.b2c-kitchen .bd-example {
  margin-top: 7px;
  height: 45px
}

.b2c-kitchen .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 .75rem;
  margin: -2px -1px 13px;
  height: 100px;
}

.b2c-kitchen .form-select {
  display: block;
  width: 100%;
  padding: 0 .7rem .375rem .75rem;
  color: #9098b1;
  background: #fcfcfc
}

.b2c-kitchen .image_picker .settings_wrap .settings_actions {
  margin: -17px 0 0 21px;
  font-size: 11px;
  color: #2b3990;
  font-weight: 600
}

.b2c-kitchen .setting:last-of-type {
  padding: 5px;
  height: 43px;
  margin: 0;
  border: 1px solid #ebf0ff;
  border-radius: 5px
}

.b2c-kitchen .drop_target::before {
  font-size: 12px
}

#service.b2c-kitchen form input {
  border: 1px solid #ebf0ff;
  width: 100%;
  height: 43px;
  padding: 10px;
  margin: 0
}

.add-product-title div h4 {
  font-weight: 700;
  color: #2b3990;
  margin: 0 6% 0 0;
  text-align: justify
}

#add-product .col-lg-12 {
  background: #ebf0ff
}

.add-product {
  padding: 25px 43px !important
}

.add-product .row {
  background: #ebf0ff;
  border-radius: 0 0 10px 10px
}

.b2c-kitchen .row {
  background: #f6f6f6;
  border-radius: 0 0 10px 10px
}

.b2c-kitchen {
  padding: 25px 46px !important
}

.add-product .decor-btn button {
  color: #2b3990;
  background: #a8aaae
}

.add-product .setting:last-of-type {
  height: 49px;
  margin: 8px 0 11px;
  border: 0 solid #fff;
  padding: 11px;
  border-radius: 5px
}

a:hover {
  color: #406aff;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary)
}

.section-header {
  text-align: center;
  padding: 0;
  position: relative
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #001973;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative
}

.section-header.b2b h2 {
  text-align: -webkit-center;
  color: #2b3990;
  font-size: 45px;
  font-family: almarai
}

.section-header.b2b h2 hr {
  width: 12%;
  border-top: 4px solid;
  opacity: 1;
  color: #ff941f;
  border-radius: 10px
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, .06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2
}

@media(max-width: 640px) {
  .section-header h2 {
    font-size: 24px;
    margin-bottom: -57px;
    text-align: initial
  }

  .section-header span {
    font-size: 38px
  }
}

.breadcrumbs .page-header {
  margin: 81px 0 12px;
  background-repeat: round;
  height: 225px;
  background-size: cover
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary)
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, .8)
}

.breadcrumbs nav {
  background-color: #fff;
  padding: 20px 0
}

.breadcrumbs nav.three {
  background-color: #fff;
  padding: 20px 0
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 19px 0 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0 34px;
  align-items: baseline
}

.breadcrumbs nav ol a {
  color: #2b3990;
  transition: all .3s ease 0s;
  white-space: nowrap
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
  color: #2b3990
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  color: #2b3990;
  content: ">";
  padding: 0 9px
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all .4s ease 0s
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0
}

.scroll-top:hover {
  background: rgba(13, 66, 255, .8);
  color: #fff
}

.scroll-top.active {
  visibility: visible;
  opacity: 1
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all .6s ease-out 0s;
  width: 100%;
  height: 100vh
}

#preloader::before,
#preloader::after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: 2s cubic-bezier(0, .2, .8, 1) 0s infinite normal none running animate-preloader
}

#preloader::after {
  animation-delay: -.5s
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0
  }
}

.header {
  transition: all .5s ease 0s;
  z-index: 1200;
  padding: 4px 0;
  background: #2b3990;
  height: 81px
}

.header.sticked {
  background: #2b3990;
  padding: 15px 0;
  box-shadow: rgba(14, 29, 52, .1) 0 2px 20px
}

.header .logo img {
  max-height: 56px;
  margin-right: 19px
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary)
}

.navbar {
  padding: 0
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar li {
  position: relative;
  cursor: pointer;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 10px 30px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: all .3s ease 0s
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin: 3px 18px 0 10px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff
}

.dropdown ul li {
  min-width: 200px
}

.dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  color: #2b3990
}

.dropdown ul a i {
  font-size: 12px
}

.dropdown ul a:hover,
.dropdown ul .active:hover,
.dropdown ul li:hover>a {
  color: var(--color-primary)
}

.dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

@media(min-width: 1000px) and (max-width:1366px) {
  .dropdown .dropdown ul {
    left: -90%
  }

  .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

#service {
  padding: 60px 34px 35px 54px
}

.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px
}

.featured-services .service-item .icon {
  margin-right: 20px
}

.featured-services .service-item .icon i {
  color: #001f8d;
  font-size: 48px;
  transition: all .3s ease 0s
}

.featured-services .service-item:hover .icon {
  background: #fff
}

.featured-services .service-item:hover .icon i {
  color: var(--color-primary)
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-secondary);
  transition: all .3s ease 0s
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: all .3s ease 0s;
  font-weight: 700;
  font-size: 14px
}

.featured-services .service-item .readmore i {
  margin-left: 8px
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: var(--color-primary)
}

#about2 {
  padding: 0px 34px
}

.about .content h3 {
  font-weight: 700;
  font-size: 17px;
  font-family: var(--font-secondary);
  color: #001f8d;
  margin: 19px 0 -16px
}

.about .content ul {
  list-style: none;
  padding: 0
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--color-primary);
  margin-right: 20px;
  line-height: 0
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c
}

.about .content ul p {
  font-size: 15px
}

.about .content p:last-child {
  margin-bottom: 0
}

.about .play-btn {
  width: 38px;
  height: 38px;
  background: radial-gradient(var(--color-primary) 50%, rgb(43 57 144) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(74% - 47px);
  top: calc(74% - 47px);
  overflow: hidden
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: 0 0
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19) 0s
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: 0s ease 0s 1 normal none running none;
  border-radius: 0
}

.about .play-btn:hover::after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20)
}

.about .open-btn {
  width: 38px;
  height: 38px;
  background: radial-gradient(var(--color-primary) 50%, rgb(43 57 144) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(74% - 47px);
  top: calc(74% - 47px);
  overflow: hidden
}

.about .open-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: 0 0
}

.about .open-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(.55, .055, .675, .19) 0s
}

.about .open-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: 0s ease 0s 1 normal none running none;
  border-radius: 0
}

.about .open-btn:hover::after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20)
}

@keyframes pulsate-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

.services .card {
  border: 1px solid rgba(43, 57, 144, .2);
  background: #fff;
  position: relative;
  border-radius: 17px;
  display: flex;
  flex-direction: row;
  padding: 14px;
  width: 127%;
  margin-bottom: 16px
}

.services .card .collapsible {
  display: block;
  margin: 26px 16px -18px;
  background: #fff;
  text-align: start;
}

.services .card .collapsible:focus svg {
  rotate: 180deg;
}

.services .card:hover {
  box-shadow: #2b39902e 0 7px 29px 0
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0;
  width: 230px;
  text-align: center;
  place-self: center
}

.services .card .card-img img {
  border-radius: 17px;
  transition: all .3s ease-in-out 0s;
  margin-top: 0;
  width: 200px;
  height: 174px
}

.services .card h3 {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: -22px;
  padding: 10px 30px;
  text-transform: uppercase
}

.services .card a {
  color: #2b3990
}

.services .card a:hover {
  color: var(--color-primary)
}

.services .card p {
  padding: 0 30px;
  margin-bottom: -17px;
  color: var(--color-primary);
  font-size: 15px
}

.services .best-selling {
  background: #fff;
}

.services .best-selling .card {
  background: #dedfe3;
  border: none;
  border-radius: 15px;
  height: 233px;
  width: 185px;
  display: block;
  margin: 52px 9px;
}

.services .best-selling .card-img .sold-out {
  padding: 4px;
}

.services .best-selling .card .card-img {
  position: absolute;
  margin: -43px -10px 0 0;
  width: -webkit-fill-available;
}

.services .best-selling .card .card-img img {
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  border: 10px solid #fff;
  border-radius: 37px;
  width: 157px;
  height: 157px
}

.services .best-selling .card .card-body {
  margin-top: 117px;
  padding: 0;
}

.services .best-selling .card .card-body p {
  font-weight: 700;
  width: 132px;
  white-space: initial;
  color: #2b3990;
  margin: 25px 6px;
  text-align: center;
  height: 75px;
  overflow: hidden;
  font-size: 16px;
  padding: 0;
}

.services .best-selling .card-body span {
  color: #f7941d;
  font-weight: 800;
  position: absolute;
  margin: 0;
  top: 76%;
  left: 19px;
  font-size: 14px;
}

.services .best-selling .card .card-body i {
  font-size: 45px;
  background: #2b3990;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: 0 133px;
  top: 87%;
}


.services .best-selling .card .card-body i.delete-cart {
  background: 0 0;
  color: #f22828;
  font-size: 26px;
  margin: -150px 107px -43px
}

.services .best-selling .card .card-body i.bi-plus::before {
  position: absolute;
  content: "\f4fe";
  margin: -2px -3px 0 0
}



.call-to-action {
  background: url("../img/New folder/Component.png") left center/auto no-repeat rgb(244, 245, 249);
  padding: 67px 0
}

#call-to-actiontwo {
  background: #f4f5f9
}

@media(min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed
  }
}

.call-to-action h3 {
  color: #2b3990;
  font-size: 28px;
  font-weight: 700
}

.call-to-action p {
  color: #2b3990;
  font-size: 23px;
  width: 51%;
  margin: 28px 25%
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: all .5s ease 0s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary)
}

.features {
  padding-top: 80px
}

.features .features-item+.features-item {
  margin-top: 100px
}

@media(max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 19px;
  color: #2b3990;
  margin: 13px 11px 0
}

.features .features-item ul {
  list-style: none;
  padding: 0
}

.features .features-item ul li {
  padding-bottom: 10px
}

.features .features-item ul li:last-child {
  padding-bottom: 0
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary)
}

.features .features-item p:last-child {
  margin-bottom: 0
}

.pricing hr {
  width: 128%;
  margin: 58px -40px -6px 0;
  color: #ffff;
  border-top: 4px solid;
  opacity: 1
}

.pricing .row {
  padding: 0 31px
}

.pricing .packages-btns {
  margin: 51px 0 0;
  text-align: center;
  display: flex;
  justify-content: center
}

.pricing .packages-btns button {
  border: none;
  background: #f2f2f2;
  width: 11%;
  height: 39px;
  color: #2b3990;
  font-weight: 700;
  border-left: 1px solid
}

.pricing .packages-btns button.first {
  border-radius: 0 10px 10px 0
}

.pricing .packages-btns button.third {
  border-left: 1px solid #2b3990;
  border-left: none
}

.pricinglist .order-now {
  background: url(../img/order-now.jpg) round;
  height: auto
}

.pricinglist .order-now h3 {
  font-size: 51px;
  color: #fff;
  font-weight: 700;
  margin: 58px 0
}

.pricinglist {
  margin: -3px 0
}

.packages-table table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto
}

.packages-table table tr td {
  border: 1px solid #ddd;
  padding: 5px
}

.packages-table table tr.parent td,
.packages-table table tr.paarent td {
  background: #2b3990;
  color: #fff;
  cursor: pointer;
  height: 58px
}

.packages-table table tr.child td {
  color: #2b3990;
  text-align: center
}

.packages-table table tr.child td.one {
  background: #f2f2f2;
  color: #2b3990;
  font-weight: 700;
  display: flex;
  height: auto;
  justify-content: space-between;
  padding: 9px 18px
}

.packages-table table tr.child.hidden {
  display: none
}

.packages-table table tr.first-col td {
  width: 230px;
  text-align: center;
  background: #f2f2f2;
  border: none;
  border-left: 1px solid #d6d6d6
}

.first-col td h6 {
  color: #7f8082;
  font-size: 13px;
  margin: 8px 0
}

.first-col td h5 {
  color: #6d6e70;
  font-size: 17px;
  font-weight: 600
}

.first-col td p {
  color: #6d6e70;
  margin: 0;
  font-size: 11px;
  unicode-bidi: plaintext;
  text-decoration: line-through;
  text-decoration-thickness: from-font;
  font-style: italic;
  height: 12px
}

.first-col td button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  text-align: center;
  border: none;
  background-image: linear-gradient(#FFAF4E, #F7941D);
  height: 38px;
  margin: 9px 0;
  border-radius: 5px;
  white-space: nowrap
}

.pricinglist .order-now .call-aladdin {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 50px
}

.pricing .packages-btns button.last {
  border-radius: 10px 0 0 10px
}

.pricing .packages-btns button.active {
  background: #2b3990;
  color: #fff
}

.pricing img {
  width: 100%
}

.pricing .title {
  margin: -260px 0 47px;
  color: #fff;
  height: auto
}

.pricing .free-package {
  height: 202px
}

.pricing .title h5 {
  font-size: 46px;
  font-weight: 700;
  margin: 62px 0
}

.pricing .pricing-item {
  padding: 60px 20px;
  box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
  background: #f2f2f2;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 18px
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 17px;
  color: #7f8082;
  text-align: center
}

.pricing p {
  font-style: italic;
  color: #9b9b9b;
  text-align: center;
  text-decoration: line-through;
  text-decoration-thickness: from-font;
  font-size: 14px;
  margin: 20px 0 -8px;
  height: 22px
}

.pricing h6 {
  color: #de3723;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  height: 40px
}

.pricing h4 {
  font-size: 51px;
  color: #2b3990;
  font-weight: 700;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center
}

.pricing h4 sup {
  font-size: 36px;
  margin: 0 -15px 0 13px
}

.pricing h4 span {
  color: #2b3990;
  margin: 0 10px 0 0;
  font-size: 19px
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-family: almarai;
  text-align: initial
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px
}

.pricing ul .na {
  color: rgba(108, 117, 125, .5)
}

.pricing ul .na i {
  color: rgba(108, 117, 125, .5)
}

.pricing ul .na span {
  text-decoration: line-through
}

.pricing .buy-btn {
  display: inline-block;
  padding: 14px 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  border: none;
  background-image: linear-gradient(#FFAF4E, #F7941D);
  margin-top: 10%
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: #fff
}

.pricing .featured {
  border-top-color: var(--color-primary)
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff
}

@media(max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px
  }
}

@media(max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px
  }
}

@media(max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px
  }
}

.faq {
  padding-top: 80px
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px
}

.faq .accordion-collapse {
  border: 0
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, .03);
  border-radius: 5px
}

.faq .accordion-button:focus {
  box-shadow: none
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary)
}

.faq .accordion-button::after {
  position: absolute;
  right: 15px;
  top: 15px
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, .03);
  border-radius: 5px
}

.testimonials {
  padding: 37px 0;
  position: relative
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f4f5f9
}

.testimonials .section-header {
  margin-bottom: 62px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, .15);
  margin: 0 auto
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #fff
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  margin: 0 0 15px
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, .6);
  font-size: 26px;
  line-height: 0
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1)
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, .4);
  opacity: .5
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1
}

@media(min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%
  }
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, .15)
}

.team .member img {
  margin: -1px -1px 30px
}

.team .member .member-content {
  padding: 0 20px 30px
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d
}

.team .member .social {
  margin-top: 15px
}

.team .member .social a {
  color: rgba(14, 29, 52, .5);
  transition: all .3s ease 0s
}

.team .member .social a:hover {
  color: var(--color-primary)
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px
}

.horizontal-pricing .pricing-item {
  box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary)
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center
}

.horizontal-pricing h4 sup {
  font-size: 28px
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, .8);
  font-size: 18px
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, .5)
}

.horizontal-pricing ul .na span {
  text-decoration: line-through
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease 0s;
  font-family: var(--font-primary)
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff
}

.horizontal-pricing .featured {
  background: var(--color-primary)
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary)
}

.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center center
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%
}

@media(max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px
}

.get-a-quote .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 0
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary)
}

.get-a-quote .php-email-form input {
  padding: 12px 15px
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 4px
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.contact .info-item+.info-item {
  margin-top: 40px
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease-in-out 0s;
  margin-right: 15px
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary)
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, .8)
}

.contact .php-email-form {
  width: 100%;
  background: #fff
}

.contact .php-email-form .form-group {
  padding-bottom: 8px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #059652 #059652;
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input {
  height: 44px
}

.contact .php-email-form textarea {
  padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: all .4s ease 0s;
  border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, .8)
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: all .3s ease 0s
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary)
}

.service-details .services-list a:hover {
  border-color: var(--color-primary)
}

.service-details .services-img {
  margin-bottom: 20px
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary)
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary)
}

.service-details p {
  font-size: 15px
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary)
}

.hero {
  width: 100%;
  min-height: 50vh;
  background: url("../img/New folder/Frame.png") 0% 0%/contain;
  position: relative;
  padding: 120px 0 60px;
  color: rgba(255, 255, 255, .8)
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  width: 118%;
}

@media(max-width: 575px) {
  .hero h2 {
    font-size: 30px
  }
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px
}

.hero form {
  background: #f5f5f5;
  padding: 7px;
  border-radius: 10px;
  width: 597px
}

.hero form .form-control {
  height: 42px;
  padding: 1px 20px;
  margin-right: 10px;
  background: #fff;
  color: #2b3990;
  font-weight: 600;
  border: none !important;
  line-height: 71px
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none
}

.hero form .btn-primary {
  color: #a8aaae;
  background-color: #fff;
  padding: 1px 5px 33px 27px;
  height: 7px;
  width: 10px;
  margin: 1px -8% 0 20px;
  font-size: 28px;
  border: none
}

.hero .stats-item {
  padding: 30px;
  width: 100%
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative
}

.hero .stats-item span::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600
}

.footer {
  font-size: 14px;
  background-color: #fff;
  padding: 159px 41px 0;
  color: #fff
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px
}

.footer .footer-info .logo img {
  width: 69%;
  margin: -18px 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary)
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
  color: #2b3990
}

.footer .social-links a {
  padding: 3px 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  margin-right: 10px;
  transition: all .3s ease 0s;
  background: #084298
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff
}

.footer h4 {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
  color: #2b3990
}

.footer .footer-links {
  margin-bottom: 28px
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: #084298;
  font-size: 12px;
  line-height: 0
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

.footer .footer-links .lst ul li {
  padding: 0 10px;
  display: flex;
  align-items: center
}

.footer .footer-links ul li:first-child {
  padding-top: 0
}

.footer .footer-links ul a {
  color: #2b3990;
  transition: all .3s ease 0s;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap
}

.footer .footer-links ul a:hover {
  color: #ff941f
}

.footer .footer-contact p {
  line-height: 26px
}

.footer .copyright {
  text-align: left;
  color: #2b3990
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px
}

.footer .credits a {
  color: #fff
}

.logo-nav {
  display: flex;
  align-items: center
}

.shop-now {
  margin: 8px 28px 0 0
}

.shop-now img,
.shop-now i {
  width: 25px;
  font-size: 20px;
  color: #fff
}

.shop-now span {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 15px
}

.offers {
  display: inline-flex;
  color: #fff;
  text-decoration: none
}

.offers span {
  font-size: 15px
}

.offers i {
  margin: 1px 14px 0 0
}

.country {
  display: inline-flex;
  color: #084298;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600
}

.country span {
  font-size: 15px
}

.country i {
  margin: 1px 14px 0 0
}

.search-box {
  position: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2b3990;
  height: 38px;
  border-radius: 5px;
  padding: 7px 19px 0 0;
  display: flex;
  margin: 42px 13px 6px
}

.search-box {
  position: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2b3990;
  height: 38px;
  border-radius: 5px;
  padding: 7px 19px 0 0;
  display: flex;
  margin: 42px 13px 6px
}

.search-input {
  outline: none;
  border: none;
  background: 0 0;
  width: 0;
  padding: 0;
  color: #fff;
  float: left;
  font-size: 14px;
  transition: all .3s ease 0s;
  line-height: 40px
}

.search-input::placeholder {
  color: #fff
}

.search-btn {
  color: #fff;
  float: right;
  width: 40px;
  height: 29px;
  border-radius: 50px;
  background: #2b3990;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s ease 0s
}

.search-input:focus,
.search-input:not(:placeholder-shown) {
  width: 0;
  padding: 0 6px
}

.search-box:hover>.search-input {
  width: 221px;
  padding: 0 1px
}

.search-box:hover>.search-btn,
.search-input:focus+.search-btn,
.search-input:not(:placeholder-shown)+.search-btn {
  color: #ebebeb;
  padding: 12px 12px 0 0
}

.category-btn {
  white-space: nowrap;
  border-radius: 6px;
  color: #2b3990;
  width: 138px;
  height: 41px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  gap: 11px;
  align-items: center;
  justify-content: center
}

.row.category {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  width: 611px
}

.shop-btn {
  margin: 9% 0 0;
  width: 201px;
  height: 53px;
  border-radius: 12px;
  border: 3px solid rgba(103, 56, 0, .5)
}

.shop-now-btn {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 800px;
  margin: 77px 0 -63px;
}

.shop-btn img {
  width: 24px
}

.shop-btn span {
  color: #2b3990;
  font-size: 15px;
  font-weight: 700
}

.order-lg-last h3 {
  color: #2b3990;
  font-weight: 700
}

/* p {
  margin-top: 23px;
  margin-bottom: 1rem
} */

.about .content p {
  font-weight: 400;
  color: #2b3990;
  font-size: 14px;
  line-height: 23px;
  width: 71%;
  text-align: inherit
}

.group {
  display: flex;
  flex-wrap: nowrap
}

.group-detail {
  display: flex;
  flex-direction: column;
  align-items: center
}

.group-detail a {
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-wrap: wrap;
  place-items: center;
  color: #000
}

.group-detail img {
  border-radius: 14px;
  width: 131px;
  margin: 22px 9px 0;
  height: 87px
}

#about .row .col-lg-6.content.order-last.order-lg-first {
  display: block;
  background: #fff
}

.detail {
  width: 100%;
  text-align: justify
}

.order-lg-first img {
  width: 416px;
  border-radius: 10px;
  height: 297px;
}

.office {
  display: flex;
  flex-wrap: nowrap;
  margin: 34px 0% 0;
  justify-content: space-between
}

.office-img img {
  width: 220px;
  border-radius: 6px;
  height: 132px
}

.ads {
  display: flex;
  flex-wrap: wrap
}

.ads-img1 {
  width: 100%;
  border-radius: 10px;
  height: 276px;
  margin: 0 -15px 0 0
}

.ads-img2 {
  border-radius: 10px;
  width: 100%;
  height: 276px;
  margin: 0 -15px -36px 0
}

.ads-img3 {
  height: 589px;
  width: 100%;
  border-radius: 10px
}

.icon-img {
  width: 29px;
  padding-left: 0
}

.big-txt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 69px;
  display: block
}

.big-txt-p {
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0;
  margin: 68px 18px 0 7px;
  white-space: nowrap
}

.blu {
  background-color: #2b3990;
  transition: background-color .25s linear 0s
}

.app-btn {
  width: 152px;
  color: #fff;
  margin: 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  height: 52px
}

.flex {
  display: flex;
  align-items: center
}

.FullLogo {
  width: 356px
}

#features .col-md-7 {
  margin: 8% 7% 13% 0
}

.flex2 {
  display: flex;
  align-items: center;
  flex-direction: column
}

.footer .form-control {
  border: 2px solid #2b3990;
  width: 302px;
  height: 40px;
}

.get-a-quote button {
  color: #2b3990;
  background: #fff;
  width: 153px;
  height: 37px;
  border-radius: 5px;
  border: 1px solid #2b3990;
  font-weight: 600;
  white-space: nowrap
}

.get-a-quote button:hover {
  color: #2b3990;
  background: #ff941f;
  border: 1px solid #ff941f;
  font-weight: 600
}

.get-a-quote button:focus {
  color: #ff941f;
  background: #1b2754;
  border: 1px solid #1b2754;
  font-weight: 600
}

.left-arrow {
  position: absolute;
  margin: -38px 255px 0 0;
  background: #ff941f;
  width: 46px;
  height: 37px;
  padding: 7px 14px 0 0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 700
}

.dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer .footer-links .dropdown ul a:hover {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #2b3990;
  font-weight: 400;
  background: #ebf0ff
}

.footer-links .dropdown span {
  color: #2b3990;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 16px;
  white-space: nowrap
}

.sub {
  margin: -42px 2px 3px 0
}

.footer hr {
  color: rgba(0, 0, 0, .5)
}

.footer .form-select {
  background-position: left center;
  border: none;
  color: #2b3990;
  font-weight: 700;
  width: 151px;
  padding: 0;
  margin: -11px 0 0
}

.form-select.partner option {
  color: #2b3990
}

.form-select.partner option:hover {
  color: #2b3990;
  background: #ebf0ff
}

.list-style {
  list-style: none;
  height: 5px;
  margin: -14px -27px 0 0
}

#about .row .col-lg-6 {
  width: 50%
}

#service .row .col-lg-6 {
  width: 50%
}

.only-mobile {
  display: none
}

.only-pc {
  display: block
}

.divider {
  border: 1px solid #ccc
}

.swiper-container {
  width: 100%;
  height: 100%
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: flex-start
}

.swiper-slide .card-img img {
  width: 100%
}

.col-md-3.width img {
  width: 89%;
  box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
  border-radius: 9px;
  margin: 0 49px 0 0;
  height: 100px
}

#ddlProducts * {
  border-radius: 20px;
  background-color: #fff;
  color: #2b3990
}

.selected {
  display: none
}

header .form-select {
  display: block;
  width: 100%;
  padding: .375rem 1.25rem .375rem 8.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfdff;
  background-color: #2b3990;
  background-repeat: no-repeat;
  background-position: left .75rem center;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nd2hpdGUnIGNsYXNzPSdiaSBiaS1jaGV2cm9uLWRvd24nIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jz48L3BhdGg+PC9zdmc+)
}

[dir=ltr] header .form-select {
  display: block;
  width: 100%;
  padding: .375rem 1.25rem .375rem 3.75rem;
  font-size: 17px
}

header .myacc .form-select {
  display: block;
  width: 100%;
  padding: .375rem 1.25rem .375rem 8.75rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfdff;
  background-color: #2b3990;
  background-repeat: no-repeat;
  background-position: left 6.75rem center;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nd2hpdGUnIGNsYXNzPSdiaSBiaS1jaGV2cm9uLWRvd24nIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jz48L3BhdGg+PC9zdmc+)
}

.bd-example {
  margin-top: 16px
}

.about.only-mobile .section-header {
  text-align: center;
  padding: 15px 0 34px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.testimonials.only-mobile .section-header {
  text-align: center;
  padding: 15px 0 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.contact-us .login {
  height: 38px;
}

.login {
  margin: 0 0 17px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #2b3990;
  color: #fff;
  border: none;
  font-size: 14px;
  width: 100%;
  font-weight: 600
}

.with-google {
  background: #fff;
  color: #2b3990
}

.with-apple {
  background: #000
}

.with-face {
  background: #3b5998
}

.hero .form-select {
  display: block;
  width: 112px;
  padding: 8px 0 0 38px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2b3990;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: left .75rem center;
  border: none;
  display: flex;
  align-items: flex-start;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0ncmdiKDQzLCA1NywgMTQ0KScgY2xhc3M9J2JpIGJpLWNoZXZyb24tZG93bicgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xLjY0NiA0LjY0NmEuNS41IDAgMCAxIC43MDggMEw4IDEwLjI5M2w1LjY0Ni01LjY0N2EuNS41IDAgMCAxIC43MDguNzA4bC02IDZhLjUuNSAwIDAgMS0uNzA4IDBsLTYtNmEuNS41IDAgMCAxIDAtLjcwOHonPjwvcGF0aD48L3N2Zz4=)
}

#tabs {
  background: #f6f6f6;
  color: #2b3990;
  margin: 12% 35%;
  width: 402px;
  border-radius: 5px
}

#tabs.client-profile {
  background: #f6f6f6;
  color: #2b3990;
  margin: 0% 2%;
  width: 96%;
  border-radius: 5px;
  padding: 0 0 34px
}

#tab-card {
  margin-top: 13%
}

.tab-card {
  background: #f6f6f6;
  color: #2b3990;
  width: 354px;
  border-radius: 5px;
  padding: 24px;
  height: 532px;
  margin: 0
}

#tabs h6.section-title {
  color: #2b3990
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background: url('data:image/svg+xml;utf8,<svg width="98" height="5" viewBox="0 0 98 5" fill="none" xmlns="http://www.w3.org/2000/svg"><line opacity="0.8" x1="0.00500016" y1="2.0918" x2="97.4409" y2="2.3354" stroke="url(%23paint0_linear_145_2854)" stroke-width="4"/><defs><linearGradient id="paint0_linear_145_2854" x1="96.1867" y1="4.34941" x2="-0.624631" y2="4.10735" gradientUnits="userSpaceOnUse"><stop stop-color="%232B3990" stop-opacity="0"/><stop offset="0.122917" stop-color="%232B3990"/><stop offset="0.857292" stop-color="%232B3990"/><stop offset="0.967742" stop-color="%232B3990" stop-opacity="0.063"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-position: bottom;
  margin: -5px 0;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #2b3990;
  font-size: 20px;
  margin-top: 28px
}

.form-group i {
  position: absolute;
  font-size: 18px;
  margin: 11px 5px;
  color: #9098b1;
}

.client-profile .form-group i {
  margin: 9px 11px;
}

.form-group i.fa-eye,
.form-group i.fa-eye-slash {
  margin: -28px 316px
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: .375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9098b1;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border: 1px solid #ebf0ff;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.form-control::placeholder {
  color: #9098b1;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px
}

.ve {
  font-size: 13px;
  color: #2b3990;
  font-weight: 600
}

.ve span {
  color: #ff941f
}

.checkbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin: 0 7px 0 0
}

.login i.fa-facebook {
  color: #fff;
  margin: -7px 60px 0 0;
  background: #3b5998;
  padding: 9px 10px 7px 11px;
  border-radius: 50%
}

.login i.fa-apple {
  color: #fff;
  margin: -2px 76px 0 0;
  background: #000;
  padding: 7px 8px 4px 7px;
  border-radius: 50%
}

.login:hover {
  color: #2b3990;
  background-color: #ff941f
}

.forget-password {
  color: #ff941f;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  cursor: pointer
}

.login img {
  color: #fff;
  margin: -3px 70px 0 -92px;
  width: 20px;
  height: 20px
}

.tab-title {
  position: absolute;
  margin: -118px 124px 0 0;
  font-size: 21px;
  font-weight: 700
}

a.forget-password:hover {
  color: #2b3990
}

.header__center {
  font-size: 20px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  column-gap: 2.2rem;
  align-items: center;
  margin: 0 0 16px;
  color: #2b3990
}

.header__center::before,
.header__center::after {
  content: "";
  display: block;
  height: 1px;
  background-color: currentcolor
}

.tab-card-title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: 26px 0 22px
}

.tab-card label {
  float: right;
  margin: 20px 7px 12% 0;
  font-size: 14px
}

[dir=ltr] .tab-card label {
  float: left;
  margin: 20px 7px 12% 0;
  font-size: 14px
}

#tab-card .col-lg-6 {
  width: 50%
}

#tab-card img {
  margin: 16px 0
}

.reset-password i.fa-eye,
.reset-password i.fa-eye-slash {
  margin: -31px 266px
}

.country.mobile {
  display: none
}

.mobile-navbar {
  display: none
}

.computer-navbar {
  display: block
}

#tab-card .row {
  display: flex;
  flex-direction: row-reverse
}

code {
  background: var(--background3)
}

.number-code {
  overflow: auto
}

.number-code div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 23px 0 0;
}


input:not(:last-child) {
  margin-right: calc(var(--spacing) * 2)
}

.re-send {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
  font-size: 11px
}

.re-send a {
  font-weight: 700
}

input[type=submit] {
  color: #fff;
  background: #2b3990;
  height: 48px;
  border: none;
  border-radius: 5px;
  margin: 20px 0 0
}

.content-area {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  background: var(--background2);
  padding: var(--spacing);
  border-radius: var(--spacing);
  max-width: min(100%, 50rem)
}

.glight {
  width: 16.92%;
  padding: 11px
}

.glight img {
  border-radius: 9%;
  height: 247px;
  width: 184px
}

input.code-input {
  font-size: 1.5em;
  width: 1em;
  text-align: center;
  height: 48px;
  flex: 0 0 2em;
  border-radius: 5px;
  border: 1px solid #a1a1a1
}

.breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item+.breadcrumb-item::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjNmU2YjdiJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgY2xhc3M9J2ZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLXJpZ2h0Jz48cG9seWxpbmUgcG9pbnRzPSc5IDE4IDE1IDEyIDkgNic+PC9wb2x5bGluZT48L3N2Zz4=);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjNmU2YjdiJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgY2xhc3M9J2ZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLXJpZ2h0Jz48cG9seWxpbmUgcG9pbnRzPSc5IDE4IDE1IDEyIDkgNic+PC9wb2x5bGluZT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  color: #6e6b7b;
  margin-left: 3px;
  background-size: 14px;
  rotate: 180deg;
}

.swiper-wrapper .card {
  border: 2px solid #2b3990;
  font-size: 14px;
  padding: 10px;
  white-space: nowrap;
  width: 100%;
  height: 250px
}

.swiper-wrapper .card:hover {
  box-shadow: #2b39902e 0 8px 24px
}

.swiper-wrapper .cards {
  padding: 9px;
  width: 25%
}

.swiper-wrapper .card-body {
  color: #2b3990
}

.swiper-wrapper .card-body h6 {
  color: #2b3990;
  font-size: 17px;
  font-weight: 600;
  text-align: initial;
  white-space: normal;
  height: 38px
}

.multi .card {
  border: 2px solid #2b3990;
  font-size: 14px;
  white-space: nowrap;
  width: 100%;
  height: 264px
}

.multi .card:hover {
  box-shadow: #2b39902e 0 8px 24px
}

.multi .cards {
  padding: 9px;
  width: 25%
}

.multi .card-body {
  color: #2b3990
}

.multi .card-body h6 {
  color: #2b3990;
  font-size: 17px;
  font-weight: 600;
  text-align: initial;
  white-space: normal;
  height: 38px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.card-description {
  line-height: 28px;
  width: 100%
}

.card-description .items {
  margin: 57px 29px 12px 0;
  width: 68%;
  color: #2b3990
}

.card-description .items span {
  font-size: 15px;
  white-space: nowrap;
  padding: 0 0 0 23px
}

#service input {
  border-radius: 5px;
  border: 2px solid #2b3990;
  width: 166%;
  color: #2b3990;
  padding: 4px 8px 4px 0;
  margin-bottom: 7px;
  line-height: 85px
}

#service .input input,
#service form.line-he input {
  line-height: unset
}

#service form input {
  border-radius: 5px;
  border: 2px solid #2b3990;
  width: 8%;
  color: #2b3990;
  padding: 0;
  margin: 11px 0 26px
}

.services form {
  border: 2px solid rgba(43, 57, 144, .2);
  margin: 25px 0 24px;
  width: 166%;
  padding: 12px;
  border-radius: 6px
}

#service form label {
  color: #2b3990;
  font-weight: 500;
  font-size: 15px
}

.Vector-input {
  position: absolute;
  margin: 9px 147% 0 0
}

.Vector-input.two {
  margin: 2px 150% 0 0
}

.frame {
  width: 135%;
  margin-bottom: 16px;
  height: 203px;
  border-radius: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: inherit;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/")
}

.side-ads {
  margin-bottom: 19px;
  width: 166%;
  height: 324px;
  border-radius: 11px
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 47%;
  left: 17%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  height: 324px;
  width: 168%;
  background: #2b39907d;
  border-radius: 13px
}

.services .col-lg-2.col-md-3 .col-lg-12.col-md-6:hover .side-ads {
  opacity: .3
}

.services .col-lg-2.col-md-3 .col-lg-12.col-md-6:hover .middle {
  opacity: 1;
  background-color: #2b39904d
}

.textt {
  background-color: #2b3990;
  color: #fff;
  font-size: 16px;
  padding: 40px 0;
  font-weight: 700;
  width: 84%;
  margin: 158px 7%;
  height: 110px;
  border-radius: 5px
}

/* .information {
  width: 100%;
  color: #2b3990;
  margin: 31px 4px 50px 0;
  display: flex;
  flex-wrap: wrap
}

.information .col-lg-6 {
  padding: 3px 0 39px 101px
} */

#service h3 {
  color: #2b3990;
  font-weight: 600
}

#service h5 {
  color: #2b3990;
  white-space: nowrap;
  font-weight: 600
}

.page-item:last-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:first-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.pagination {
  justify-content: center;
  padding: 0
}

.page-item {
  margin: 0 60px;
}

.page-item.Previous,
.page-item.Next {
  margin: 0
}

.page-item.next {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #2b3990;
  font-weight: 600;
  font-size: 18px
}

.page-item.Previous {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #2b3990;
  font-weight: 600;
  font-size: 18px
}

.page-item.Previous a,
.page-item.next a {
  padding: 12px 16px
}

.pagination .page-item a,
.pagination .page-item a {
  padding: 12px 16px
}

.page-item.Previous a.prevent {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  cursor: text
}

.page-item.Previous a.prevent:focus {
  box-shadow: none
}

.page-item .number {
  color: #94a3b8
}

.page-link {
  background: #2b3990;
  color: #fff
}

#ratings .rating-img img {
  width: 55px;
  border-radius: 50%
}

.dot {
  height: 18px;
  width: 18px;
  background-color: blue;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid #fff;
  top: -48px;
  left: 186px;
  z-index: 1000
}

.name {
  margin-top: -21px;
  font-size: 18px
}

.rate {
  margin: 6px -8px -10px 0;
  border-bottom-left-radius: 12px
}

.my-offers #ratings {
  margin: 29px 21px 0 0
}

#ratings .rating {
  display: flex;
  flex-direction: row;
  justify-content: center
}

#ratings .rating>input {
  display: none
}

#ratings .rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

#ratings .rating>label::before {
  content: '★';
  position: absolute;
  opacity: 0
}

#ratings .rating>label:hover::before,
#ratings .rating>label:hover~label::before {
  opacity: 1 !important
}

#ratings .rating>input:checked~label::before {
  opacity: 1
}

#ratings .rating:hover>input:checked~label::before {
  opacity: .4
}

.buttons {
  top: 36px;
  position: relative
}

#ratings .rating-submit {
  border-radius: 15px;
  color: #fff;
  height: 49px
}

#ratings .rating-submit:hover {
  color: #fff
}

#ratings {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin: 29px 21px 0 0
}

#ratings .rating-name {
  display: flex;
  flex-flow: column wrap;
  line-height: 17px;
  align-items: flex-start
}

#ratings .rating-name p {
  color: #2b3990;
  width: 326px;
  line-height: 30px
}

#ratings .rating-name h6 {
  color: #000;
  font-weight: 600
}

.write-your-rate img {
  width: 45px;
  margin: -7px -22px 0 0
}

#form-rate .rating-form .form-group input {
  width: 62%
}

#form-rate {
  border: none
}

form .rating-form textarea {
  width: 62%
}

.write-your-rate .rating>label {
  position: relative;
  width: 1em;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

#service .rating-form input {
  border-radius: 5px;
  border: 1px solid #ebf0ff;
  width: 100%;
  color: #2b3990;
  padding: 4px 8px 4px 0;
  margin-bottom: 0
}

.rating-form {
  margin: 32px 0 0;
  width: 166%
}

.rating-form .put-your-rate {
  width: 62%;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #2b3990;
  color: #2b3990
}

.rating-form .form-control {
  padding: 8px
}

.next {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  color: #2b3990;
  font-weight: 600;
  font-size: 18px
}

.next hr {
  width: 300px;
  border-top: 2px solid;
  opacity: 1;
  margin: 16px 20px 0 0
}

.next h6 {
  font-weight: 600;
  font-size: 18px
}

.modalDialog {
  position: fixed;
  font-family: almarai;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog>div {
  width: 90%;
  position: relative;
  margin: 0% auto;
  padding: 7% 19px 39px 20px;
  border-radius: 0 0 3px 3px;
  background: #fff
}

.close {
  background: #2b3990;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 5px;
  width: 38px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  opacity: 1
}

.close:hover {
  background: rgba(43, 57, 144, .553)
}

h2 {
  text-align: center
}

.modalDialog {
  display: none
}

.modalDialog:target {
  display: block;
  overflow: auto
}

.video-popup {
  display: flex;
  gap: 33px;
  justify-content: center
}

.video-popup video {
  border-radius: 39px;
  padding: 31px;
  width: 100%
}

.video-popup .content {
  padding: 1px 44px 0 0
}

.video-popup .content img {
  width: 214px
}

.video-popup .content h6 {
  width: 220px;
  font-size: 15px;
  line-height: 27px;
  color: #2b3990;
  margin: -52px 0 44px
}

.modalDialog2 {
  position: fixed;
  font-family: almarai;
  inset: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog2:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog2>div {
  width: 88%;
  position: relative;
  margin: 0% auto;
  padding: 7% 19px 39px 20px;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, .8);
  height: 68%
}

.close2 {
  background: #2b3990;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 5px;
  width: 38px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  opacity: 1
}

.close2:hover {
  background: rgba(43, 57, 144, .553)
}

.modalDialog2 {
  display: none
}

.modalDialog2:target {
  display: block
}

.img-popup {
  display: flex;
  gap: 33px;
  justify-content: center
}

.img-popup video {
  border-radius: 39px;
  padding: 31px
}

.img-popup .content {
  padding: 1px 44px 0 0
}

.img-popup .content img {
  width: 214px
}

.img-popup .content h6 {
  width: 220px;
  font-size: 15px;
  line-height: 27px;
  color: #2b3990;
  margin: -52px 0 44px
}

.slider-container {
  display: block;
  height: 270px;
  width: auto;
  margin: -30px auto 127px;
  position: relative;
  max-width: 1300px
}

.slider-container .arrow-left {
  position: absolute;
  left: 29%;
  top: 116%;
  transform: translate3d(0px, -50%, 0px);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 9px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 9px solid transparent
}

.slider-container .arrow-right {
  position: absolute;
  right: 29%;
  top: 116%;
  transform: translate3d(0px, -50%, 0px);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 9px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 9px solid transparent
}

.slider-container .dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 33px 0;
  user-select: none;
  direction: ltr
}

.slider-container .dots span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  position: relative
}

.slider-container .dots span::before {
  content: "";
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1
}

@media(max-width: 768px) {
  .slider-container .dots span {
    width: 23px;
    margin-bottom: 15px
  }
}

.slider-container .dots span.active::before {
  background-color: #ff941f;
  opacity: 1;
  width: 16px;
  height: 16px
}

.slider-container .slider {
  display: block;
  width: 650px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 270px;
  color: #fff
}

@media(max-width: 768px) {
  .slider-container .slider {
    height: 450px
  }
}

.slider-container .slider .slide {
  display: inline-block;
  width: 80%;
  height: 270px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) scale3d(.4, .4, 1);
  transition: transform .3s ease-in-out 0s, z-index .2s ease-in-out .1s;
  background-color: #2c2a40
}

.slider-container .slider .slide:nth-child(2n+1) {
  background-color: gray
}

@media(max-width: 768px) {
  .slider-container .slider .slide {
    width: 100%;
    height: 450px
  }
}

.slider-container .slider .slide:nth-child(1) {
  background: url("../img/Slide-Image-4.png") 0% 0%/cover no-repeat;
  border-radius: 23px
}

.slider-container .slider .slide:nth-child(2) {
  background: url("../img/Slide-Image-1.png") 0% 0%/cover no-repeat;
  border-radius: 23px
}

.slider-container .slider .slide:nth-child(3) {
  background: url("../img/Slide-Image.png") 0% 0%/cover no-repeat;
  border-radius: 23px
}

.slider-container .slider .slide:nth-child(4) {
  background: url("../img/Slide-Image-2.png") 0% 0%/cover no-repeat;
  border-radius: 23px
}

.slider-container .slider .slide:nth-child(5) {
  background: url("../img/Slide-Image-5.png") 0% 0%/cover no-repeat;
  border-radius: 23px
}

.slider-container .slider .slide.prev-2 {
  transform: translate3d(-105%, -50%, 0px) scale3d(.4, .4, 1);
  z-index: 1;
  opacity: .5
}

.slider-container .slider .slide.prev-1 {
  transform: translate3d(-85%, -50%, 0px) scale3d(.6, .6, 1);
  z-index: 2
}

.slider-container .slider .slide.next-1 {
  z-index: 2;
  transform: translate3d(-15%, -50%, 0px) scale3d(.6, .6, 1)
}

.slider-container .slider .slide.next-2 {
  z-index: 1;
  transform: translate3d(5%, -50%, 0px) scale3d(.4, .4, 1);
  opacity: .5
}

.slider-container .slider .slide.active {
  z-index: 3;
  transform: translate3d(-50%, -50%, 0px) scale3d(1, 1, 1);
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px 3px;
  backface-visibility: hidden;
  border-radius: 23px;
  background-repeat: round
}

.caption {
  color: #fff;
  text-align: center;
  margin: 70px 0 0
}

.list {
  display: block
}

.list-pc {
  display: none
}

[dir=ltr] .left-arrow {
  padding: 7px 0 0 14px
}

[dir=ltr] .form-control {
  padding: .375rem 3.75rem
}

[dir=ltr] .next i {
  rotate: 180deg
}

[dir=ltr] .footer .form-select {
  background-position: right center
}

[dir=ltr] .hero .form-select {
  background-position: right .75rem center;
  padding: 7px 30px 0 0;
  margin: -6px 0
}

[dir=ltr] #features .col-md-7 {
  margin: 8% 7% 13% 59%
}

[dir=ltr] .hero form .btn-primary {
  color: #a8aaae;
  background-color: #f5f5f5;
  padding: 0 7px 36px 0;
  height: 7px;
  width: 10px;
  margin: 1px 4% 0 3px;
  font-size: 28px;
  border: none
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  direction: rtl
}

.img-1 {
  margin: -82px 0 0 57px
}

.img-2 {
  margin: -39px -8px 0 0
}

.img-4 {
  margin: -118px 64px 0 0
}

.img-5 {
  margin: 28px 6px 0 0
}

.img-6 {
  margin: -195px -76px 0 0
}

.img-7 {
  margin: -116px 27px 0 0
}

.img-8 {
  margin: 29px 82px 0 0
}

#about-aladdin h3 {
  font-weight: 900;
  font-size: 40px;
  font-family: var(--font-secondary);
  color: #2b3990;
  margin: 20px 0 0
}

#about-aladdin p {
  font-weight: 400;
  color: #2b3990;
  font-size: 17px;
  line-height: 31px;
  width: 76%
}

#why-aladdin {
  background: linear-gradient(to top, rgb(43, 57, 144) 0%, rgb(43, 57, 144) 75%, rgb(244, 244, 244) 50%, rgb(244, 244, 244) 100%);
  padding: 5% 2% 0;
}

#why-aladdin .d-flex img {
  height: 82%;
  margin: 0
}

#why-aladdin .details {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 0 23px 0 0;
  width: auto;
  line-height: 23px
}

#why-aladdin .details p {
  font-weight: 800;
  font-size: 13px;
  line-height: 22px;
  width: 303px;
  word-spacing: 2px;
}

#why-aladdin .details h3 {
  font-size: 27px;
  white-space: nowrap;
  font-weight: 700
}

#why-aladdin .card {
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  border: none
}

#why-aladdin .card-body {
  display: flex
}

#why-aladdin .card-body .card-img {
  flex: 1;
  position: relative;
}

#why-aladdin .card-body .card-img img {
  height: 100%;
  position: absolute;
  width: 92%;
}

/* #why-aladdin .card-body .card-img {
  width: 37%;
  padding: 11px;
  place-self: center
} */

#why-aladdin .card-body .card-content {
  width: 57%;
  font-size: 17px;
  color: #2b3990;
  padding: 9px;
  line-height: 27px;
  display: block;
  flex: 1;
  position: relative;
}

#why-aladdin .card-body .card-content h2 {
  text-align: inherit;
  font-weight: bolder;
  font-size: 50px;
  margin: 14px 0 -8px;
}

#why-aladdin .card-body .card-content p {
  line-height: 31px;
}

#why-aladdin .our-team {
  text-align: center;
  color: #fff;
  padding: 36px
}

#why-aladdin .our-team h6 {
  font-size: 12px
}

#why-aladdin .our-team h3 {
  font-size: 40px;
  font-weight: 700
}

#why-aladdin .our-team p {
  font-size: 16px
}

#stats-counter {
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgb(43, 57, 144) 50%, rgb(43, 57, 144) 100%);
  height: 500px;
  margin: 0 0 -236px
}

#stats-counter img {
  width: 100%;
  height: 100%
}

#stats-counter button {
  margin: -247px -171px 0 0;
  position: absolute;
  width: 355px;
  height: 51px;
  background: #ff941f;
  border: none;
  color: #2b3990;
  font-size: 31px;
  font-weight: 700;
  border-radius: 10px;
}

#stats-counter button:hover {
  background: #2b3990;
  color: #ff941f
}

.our-goal .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly
}

.our-goal.two .row {
  display: flex;
  flex-direction: row-reverse
}

.our-goal h3 {
  font-weight: 900;
  font-size: 40px;
  font-family: var(--font-secondary);
  color: #2b3990;
  margin: 20px 0 0
}

.our-goal p {
  font-weight: 400;
  color: #2b3990;
  font-size: 16px;
  line-height: 30px;
  width: 100%
}

.our-goal img {
  width: 430px;
  border-radius: 11px
}

.our-goal button {
  background: #2b3990;
  color: #fff;
  width: 126px;
  height: 37px;
  border-radius: 23px;
  border: none;
  font-size: 15px;
}

.our-services .slider-container .dots span::before {
  background-color: #2b3990
}

.our-services .slider-container .dots span.active::before {
  background-color: #ff941f
}

.our-services .slider-container .arrow-right {
  border-left: 16px solid #2b3990;
  right: 41%
}

.our-services .slider-container .arrow-left {
  border-right: 16px solid #2b3990;
  left: 41%
}

.our-services .slider-container .slider .slide {
  background: url("../img/Slide Image.png") #fff;
  width: 58%;
  height: 275px;
}

.our-services .slider-container .slider .slide img {
  width: 149px;
  position: absolute;
  margin: 30px -21%;
}

.our-services .slider-container .slider .slide:nth-child(4) img {
  width: 120px;
  position: absolute;
  margin: 30px -21%;
}

.our-services .slider-container .slider .slide h2 {
  font-size: 36px;
  font-weight: 800;
  position: absolute;
  margin: 191px 25% 0;
  white-space: nowrap;
}

.our-services .slider-container .slider .slide:nth-child(4) h2 {
  font-size: 36px;
  font-weight: 800;
  position: absolute;
  margin: 196px 17% 0;
  white-space: nowrap;
}

.our-services .two {
  margin: 119px -19px;
  text-align: -webkit-center;
  color: #2b3990;
  background: #ebf0ff;
  width: 553px;
  height: 56px;
  padding: 18px;
  border-radius: 6px
}

.our-services .two h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px
}

.request .card p {
  color: #64748b;
  margin-bottom: auto;
  margin-top: -17px;
  height: 56px;
  overflow: hidden
}

.address {
  display: flex;
  justify-content: space-between;
  margin: 28px;
  padding-top: 9px
}

.address h5 {
  font-size: 14px;
  font-weight: 200 !important
}

.address h5 strong {
  font-size: 14px;
  font-weight: 900 !important
}

.address h6 {
  font-size: 14px;
  color: #a1a1a1
}

.ask-btn {
  width: 135%;
  text-align: left
}

.ask-btn button {
  width: 42%;
  background: #2b3990;
  color: #fff;
  height: 36px;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600
}

.ask-btn button:hover {
  width: 42%;
  background: #ff941f;
  color: #2b3990;
  height: 36px;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600
}

select {
  display: none !important
}

.dropdown-select {
  background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  transition: all .2s ease-in-out 0s;
  user-select: none;
  white-space: nowrap;
  width: auto;
  text-align: right !important
}

.dropdown-select:focus {
  background-color: #fff
}

.dropdown-select:hover {
  background-color: #fff
}

.dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #fff !important
}

.dropdown-select::after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  transition: all .125s ease-in-out 0s;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 50%
}

.dropdown-select.open::after {
  transform: rotate(-180deg)
}

.dropdown-select.open .lst {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto
}

.dropdown-select.open .option {
  cursor: pointer
}

.dropdown-select.wide {
  width: 345px
}

.dropdown-select.wide .lst {
  left: 0 !important;
  right: 0 !important
}

.dropdown-select .lst {
  height: max-content;
  box-sizing: border-box;
  transition: all .15s cubic-bezier(.25, 0, .25, 1.75) 0s, opacity .1s linear 0s;
  transform: scale(.75);
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 328px;
  overflow-y: auto;
  border: 1px solid #ddd;
  overflow-x: hidden
}

.dropdown-select .lst:hover .option:not(:hover) {
  background-color: transparent !important
}

.dropdown-select .dd-search {
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  margin: .5rem
}

.dropdown-select .dd-searchbox {
  width: 90%;
  padding: .5rem;
  border: 1px solid #ebf0ff;
  border-radius: 4px;
  outline: none
}

.dropdown-select .dd-searchbox:focus {
  border-color: #2b3990
}

.dropdown-select .lst ul {
  padding: 0;
  display: contents
}

.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 13px;
  padding-right: 13px;
  color: #2b3990;
  text-align: right;
  transition: all .2s ease 0s;
  list-style: none
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
  background-color: #ebf0ff !important
}

.dropdown-select .option.selected {
  font-weight: 600;
  color: #2b3990
}

.dropdown-select .option.selected:focus {
  background: #f6f6f6
}

.dropdown-select a {
  color: #ebf0ff;
  text-decoration: none;
  transition: all .2s ease-in-out 0s
}

.dropdown-select a:hover {
  color: #ebf0ff
}

.hero .dropdown-select.wide {
  width: 112px;
  margin: -11px 2px
}

.hero .dropdown-select::after {
  display: none
}

.hero .dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #f5f5f5 !important
}

.hero .dropdown-select .lst {
  width: 187px;
  height: 151px;
  margin: 0 -46px;
  overflow-x: hidden;
  overflow-y: auto
}

header .dropdown-select:active,
header .dropdown-select.open {
  border-color: #bbb;
  background-color: #2b3990 !important
}

header .dropdown-select:hover {
  background-color: #2b3990
}

header .dropdown-select:focus {
  background-color: #2b3990
}

header .dropdown-select::after {
  display: none
}

header .dropdown-select.wide {
  width: 168px;
  margin: 0 8px
}

footer .dropdown-select.wide {
  width: 151px
}

footer .dropdown-select .lst {
  height: 213px
}

footer .dropdown-select:active,
.dropdown-select.open {
  border-color: #bbb;
  background-color: #fff !important
}

.B2B-signup {
  width: 1000px;
  margin: 15% 0 0
}

.B2B-signup .row .col-lg-1 {
  padding: 0
}

#B2B-signup {
  margin-top: 2%;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
  padding: 0
}

.bg-check h3 {
  font-weight: 900;
  padding: 33px 0 32px 67px;
  white-space: nowrap
}

.check,
.check-2 {
  display: flex;
  margin: -32px 15% 0 0
}

.line-1 .num-1 {
  font-size: 64px
}

.check-2 h2 {
  font-size: 15px;
  margin: 37px 13px
}

.line-1 {
  font-size: 18px
}

.check img,
.check-2 img {
  width: 23px;
  height: 23px;
  margin: 35px 0 0
}

#B2B-signup .col-lg-5.col-md-5 .bg-check {
  background: #2b3990;
  color: #fff;
  text-align: -webkit-center;
  padding: 50px 5px;
  border-radius: 13px;
  height: 361px;
  margin: 140px 30px 0
}

#B2B-signup .col-lg-1.col-md-1 img {
  width: 309px;
  height: 100%
}

#B2B-signup .col-lg-6.col-md-6 {
  background: #fff;
  padding: 13px 0 0;
  text-align: -webkit-center;
  border-radius: 13px 0 0 13px;
  place-self: center
}

#B2B-signup .col-lg-6.col-md-6 form {
  width: 501px;
  text-align: initial;
  padding: 22px;
  margin: 0 -33px 0 0
}

#B2B-signup .col-lg-6.col-md-6 form .form-select {
  display: block;
  width: 100%;
  padding: .375rem .25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9098b1;
  background-color: #fcfcfc;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ebf0ff;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  appearance: auto
}

.show-price {
  width: 100%;
  text-align: left
}

.show-price button {
  color: #fff;
  width: 396px;
  background-color: #2b3990;
  border-radius: 7px;
  border: none;
  height: 44px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 34px;
}

#prices {
  width: 100%;
  text-align: -webkit-center
}

#prices form {
  width: 400px;
  border: none
}

#prices.two form {
  width: 500px;
  border: none
}

.services.add-product #prices.two form {
  width: 40%;
}

#prices form input {
  width: 99%;
  height: 47px;
  border: 1px solid #ebf0ff;
  padding: 11px;
  margin: 7px 0 14px
}

#prices h4 {
  color: #2b3990;
  font-weight: 700;
  text-align: justify
}

.list-b2b img {
  width: 100%;
  margin: -67px 0 0;
  height: 500px;
  position: absolute
}

.list-b2b button {
  position: absolute;
  width: 342px;
  height: 60px;
  color: #fff;
  margin: 175px -146px 0;
  border: none;
  background: #2b3990;
  border-radius: 10px;
  font-size: 34px;
  font-weight: 700
}

.list-b2b button:hover {
  color: #2b3990;
  background: #ff941f
}

.list-b2b div {
  text-align: center
}

.list-b2b {
  height: 500px;
  width: 100%
}

.confirm {
  text-align: -webkit-center;
  margin: 70px 0
}

.empty-cart {
  padding: 40px
}

.empty-cart #service .row .col-lg-6 {
  width: auto;
  margin-top: 60px
}

.empty-cart .login {
  margin: 0 0 17px;
  width: 138px;
  border-radius: 5px;
  background: #2b3990;
  color: #fff;
  border: none;
  height: 39px;
  font-size: 14px;
  font-weight: 600
}

.confirm .login {
  margin: 0 0 17px;
  height: 43px;
  border-radius: 5px;
  background: #2b3990;
  color: #fff;
  border: none;
  font-size: 14px;
  width: max-content;
  font-weight: 600;
  padding: 0 11px;
}

.empty-cart .confirm h3 {
  color: #2b3990;
  font-size: 18px;
  margin: 20px -5px 0 0;
  white-space: normal;
  line-height: 34px
}

.confirm form {
  border: none
}

.v-img {
  width: 112px
}

.confirm h2 {
  color: #1a8449;
  font-size: 24px;
  font-weight: 700;
  line-height: 56px;
  margin: -4px 0 32px;
}

.services .footer-links {
  margin: 100px 1px 0 0
}

.services .footer-links .flex2 {
  display: flex;
  align-items: center;
  flex-direction: inherit;
  justify-content: center;
  flex-wrap: wrap
}

.confirm h3 {
  color: #2b3990;
  font-size: 19px;
  margin: 18px;
  line-height: 34px
}

#prices.two .section-selected {
  position: absolute;
  color: #9098b1 !important;
  margin: 30px -202px 0 0;
  z-index: 0
}

#prices.two .dropdown-select.wide {
  width: 100%
}

#prices.two .dropdown-select {
  background: #fff;
  padding: 0 23px 0 0;
  color: #9098b1;
  border: 1px solid #ebf0ff
}

#prices.two textarea {
  padding: 13px;
  background: #fff;
  height: 99px
}

#prices.two input {
  background: #fff
}

.decor-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px
}

.decor-btn button {
  color: #6a6a6a;
  background: #ebf0ff;
  padding: 2px 9px 6px;
  border-radius: 5px;
  border: none;
  margin: 9px 0 0;
  height: 38px
}

.request .drop_target::before {
  content: "ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€šÃ‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¶";
  position: absolute;
  display: block;
  width: 164px;
  margin: 0 -25px 0 0;
  text-align: center;
  font-size: 14px;
  color: #2b3990;
  background: url("../img/New folder/Icon.png") no-repeat;
  transition: color .2s ease 0s;
  height: 24px
}

.my-offers {
  text-align: -webkit-center;
  margin: 0 -10% 0 0;
  padding: 0 58px
}

.services .my-offers .card {
  border: none
}

.my-offers .request {
  text-align: initial
}

.my-offers .request .drop_target {
  padding: 5px 0 6px
}

.my-offers .request .setting.image_picker {
  margin-bottom: -26px
}

.available {
  font-weight: 600
}

.available i {
  padding: 0 0 0 16px;
  color: #f7941d
}

.in-process {
  font-weight: 600
}

.in-process i {
  padding: 0 0 0 16px;
  color: #ffd600
}

.complete {
  font-weight: 600
}

.complete i {
  padding: 0 0 0 16px;
  color: #51cc3b
}

.img-fluid.offer {
  width: 100%;
  height: 461px
}

.offer {
  margin: 17px 27px 0 0;
  font-weight: 600
}

.offer i {
  color: #f22828;
  font-size: 30px;
  rotate: 270deg;
  position: absolute;
  z-index: 1;
  margin: 0 6px 0 0
}

[dir=ltr] .offer i {
  color: #f22828;
  font-size: 30px;
  rotate: 90deg;
  position: absolute;
  z-index: 1;
  margin: 0 6px 0 0
}

.offer-num {
  position: absolute;
  z-index: 10;
  color: #fff;
  margin: 0 21px
}

[dir=ltr] .offer-num {
  position: absolute;
  z-index: 10;
  color: #fff;
  margin: 0 -9px
}

#more {
  display: none
}

.read-more,
#dots {
  color: #2b3990;
  background: #fff;
  border: none;
  font-weight: 600
}

.setting {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%
}

.setting h2 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
  line-height: 24px
}

.setting a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  transition: color .2s ease 0s
}

.setting a[data-action] i {
  width: 1.25em;
  text-align: center
}

.setting a[data-action]:hover {
  color: #f80
}

.setting a[data-action].disabled {
  opacity: .35;
  cursor: default
}

.setting a[data-action].disabled:hover {
  color: #555
}

.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between
}

.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left
}

.image_picker .settings_wrap .drop_target {
  margin-right: 0
}

.image_picker .settings_wrap .settings_actions {
  margin: -22px 0 0 21px;
  font-size: 14px;
  color: #2b3990;
  font-weight: 600
}

.settings_actions.vertical a {
  display: block
}

.drop_target {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  width: 144px;
  padding: 4px 6px 6px;
  height: 50px;
  transition: all .2s ease 0s
}

.drop_target input[type=file] {
  visibility: hidden
}

.drop_target::before {
  content: "Ø§Ø±ÙÙ‚ Ù…Ù„Ù";
  position: absolute;
  display: block;
  width: 116px;
  margin: 0 -25px 0 0;
  text-align: center;
  font-size: 14px;
  color: #828282;
  background: url(../img/Icon.png) no-repeat;
  transition: color .2s ease 0s
}

.drop_target:hover::before,
.drop_target.dropping::before {
  color: rgba(0, 0, 0, .6)
}

.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: center center/contain no-repeat;
  position: relative;
  z-index: 2
}

.image_details {
  width: 192px;
  padding: 4px;
  background: #e6e6e6;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 84px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease 0s
}

.dropped~.image_details {
  opacity: 1;
  pointer-events: all
}

.image_details::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #e6e6e6 transparent transparent;
  border-image: initial;
  position: absolute;
  left: -12px;
  top: 10px
}

.image_details .input_line {
  display: block;
  overflow: hidden;
  margin-bottom: 4px
}

.image_details .input_line:last-of-type {
  margin-bottom: 0
}

.image_details .input_line span,
.image_details .input_line input {
  float: left;
  line-height: 24px
}

.image_details .input_line span {
  font-size: 12px;
  color: #666;
  width: 20%
}

.image_details .input_line input[type=text] {
  width: 100%;
  color: #444;
  appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  height: 24px;
  line-height: 18px;
  padding: 3px 5px;
  font-size: 14px;
  transition: border .2s ease 0s
}

.image_details .input_line input[type=text]:hover,
.image_details .input_line input[type=text]:focus {
  outline: 0;
  border: 1px solid #f80
}

.image_details .input_line input[type=text]::-webkit-input-placeholder {
  font-size: 14px;
  color: #999
}

.image_details a.confirm {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -12px;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #eee;
  line-height: 23px;
  text-align: center;
  font-size: 16px
}

.setting:last-of-type {
  height: auto;
  margin: 8px 0 -6px
}

.grow {
  text-align: left;
  padding: 0;
  margin: 0
}

.grow h2 {
  color: #2b3990;
  margin: -61% 0% 0;
  font-size: 67px;
  font-weight: 900;
  unicode-bidi: plaintext;
  width: 632px;
  text-align: inherit
}

.grow h2 span {
  color: #ff941f
}

.grow p {
  color: #2b3990;
  width: 76%;
  margin: 19px 0 -65px;
  font-size: 21px;
  font-weight: 700
}

.grow button {
  background: #2b3990;
  color: #fff;
  border: none;
  width: 142px;
  border-radius: 5px;
  font-weight: 600;
  height: 56px;
  margin: 100px 0 0
}

.job-service .card {
  display: flex;
  flex-direction: row-reverse;
  margin: 1px 6% 0;
  width: 854px;
  padding: 15px;
  box-shadow: rgba(43, 57, 144, .23) 0 7px 29px 0;
  border: none;
  height: auto
}

.job-service .card-img {
  width: 348px
}

.job-service .card h3 {
  color: #2b3990;
  padding: 10px;
  font-size: 28px;
  width: max-content;
  font-weight: 600
}

.job-service .card h3 hr {
  border-top: 4px solid;
  width: 100%;
  opacity: 1;
  color: #ff941f;
  border-radius: 11px
}

.job-service .card p {
  margin: -22px 0 0;
  width: 86%;
  padding: 11px;
  text-align: start
}

#job-service {
  padding: 0 4%;
  height: 1024px
}

#job-service .row {
  display: flex;
  flex-direction: column
}

#job-service .card.two {
  float: left;
  margin: 0 0 0 -100%
}

.job-service .card-img img {
  height: 229px;
  width: 250px
}

.job-service .card-img video {
  height: 229px;
  width: 250px
}

.call-aladdin {
  text-align: -webkit-center;
  margin: 83px 0
}

.call-aladdin h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 900
}

.call-aladdin h1 hr {
  color: #fff;
  border-top: 7px solid;
  opacity: 1;
  border-radius: 10px;
  width: 27%
}

.call-aladdin input {
  width: 340px;
  margin-top: 43px;
  height: 53px;
  border-radius: 43px;
  margin: 0 9%;
}

.call-aladdin .left-arrow {
  margin: -53px 81px 0 0;
  width: 90px;
  height: 53px;
  border-radius: 39px
}

.call-aladdin .left-arrow i {
  font-size: 53px;
  color: rgb(255 255 255);
  margin: -18px -34px 0
}

.opinion .card {
  width: 300px;
  padding: 21px;
  border: none;
  background: #2b3990;
  color: #fff;
  text-align: left;
  border-radius: 11px;
  white-space: inherit
}

.opinion .card-img {
  position: absolute;
  text-align: left;
  margin: -48px -9px 0 0
}

.opinion .card-img img {
  width: 65px
}

.opinion .swiper-wrapper .cards {
  padding: 27px;
  width: 24.4%
}

.opinion .card h3 {
  margin: 28px 10px 22px -2px;
  font-size: 17px;
  unicode-bidi: plaintext;
  height: 146px;
  overflow: hidden
}

.opinion .card h3 hr {
  display: none
}

.opinion .cards-slider {
  background: 0 0
}

.opinion .cards-slider .swiper-slide {
  width: 402px
}

.opinion .card p {
  font-size: 12px;
  unicode-bidi: plaintext;
  margin: -7px
}

.opinion .cards-slider .card {
  width: 374px;
  padding: 21px;
  border: none;
  background: #2b3990;
  color: #fff;
  text-align: left;
  border-radius: 11px;
  white-space: inherit;
  max-width: 400px
}

.opinion .cards-slider .card-img {
  position: absolute;
  text-align: -webkit-left;
  margin: -48px -27px
}

.opinion .cards-slider .card-img img {
  background: 0 0;
  box-shadow: none;
  width: 65px;
  border: none;
  border-radius: unset;
  height: auto;
  margin: 0
}

.opinion .cards-slider .swiper-wrapper .cards {
  padding: 27px;
  width: 48.4%
}

.opinion .cards-slider .card h3 {
  margin: 28px 10px 22px -2px;
  font-size: 17px;
  unicode-bidi: plaintext;
  height: 146px;
  overflow: hidden
}

.opinion .cards-slider .card h3 hr {
  display: none
}

.opinion .cards-slider .card p {
  font-size: 12px;
  unicode-bidi: plaintext;
  margin: -7px
}

.about {
  padding: 3% 9%
}

.about.mySlider {
  padding: 3% 0%
}

.our-goal {
  padding: 3% 9%;
  margin: 236px 0 0
}

.our-goal.two {
  padding: 3% 9%;
  margin: 0
}

[dir=ltr] .call-aladdin .left-arrow i {
  rotate: 180deg
}

.stats-counter div.container {
  text-align: -webkit-center
}

.our-goal-img {
  text-align-last: center;
  margin: 43px 0
}

.our-goal.two .col-lg-7 {
  margin: 29px 56px 0 0
}

.our-goal.two button {
  background: #2b3990;
  color: #fff;
  width: 145px;
  height: 37px;
  border-radius: 23px;
  border: none;
  font-size: 15px
}

.our-goal.two p {
  font-weight: 400;
  color: #2b3990;
  font-size: 17px;
  line-height: 27px;
  width: 100%
}

#partners {
  background: url("../img/New folder/bg-1.jpg") round;
  color: #2b3990
}

.partners h3 {
  font-size: 45px;
  font-weight: 600;
  font-family: almarai
}

.partners p {
  font-size: 20px
}

.partners .col-lg-12 {
  padding: 76px
}

.title {
  text-align: center;
  height: 130px;
  color: #2b3990
}

.title h1 {
  font-weight: 900;
  font-size: 45px
}

.surface {
  display: flex;
  justify-content: center;
}

.surface img {
  height: 109px;
  width: 88px;
}

.added .purple-head {
  color: #fff;
  white-space: nowrap;
}

.added .apto-trigger-dropdown {
  width: 112px;
  margin: 5px 0;
}

.added .purple-head div {
  display: flex;
  gap: 11px;
  font-size: 14px;
  align-items: center;
}

.apto-dropdown-wrapper.added .dropdown-item {
  padding: 4px 22px;
  height: 41px;
}

.apto-dropdown-wrapper {
  width: 76px;
  height: 20px;
  float: left;
  position: relative;
  border: 1px solid #2b3990;
  margin: 0 15px 0 50px
}

.apto-dropdown-wrapper .dropdown-menu.show a {
  padding: 0 0 0 30px
}

.apto-trigger-dropdown {
  width: 55px;
  height: 25px;
  background-color: #2b3990;
  border: 0;
  display: flex;
  padding: 0;
  color: #fff;
  transition: all .2s ease-in 0s;
  cursor: pointer;
  justify-content: space-evenly
}

.apto-trigger-dropdown .fa-caret-down {
  float: right;
  line-height: 22px
}

.apto-trigger-dropdown svg {
  width: 25px;
  float: right;
  height: 25px;
  margin: 0 0 0 14px
}

.dropdown-menu {
  width: 180px;
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 45px;
  box-shadow: rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0, rgba(0, 0, 0, .3) 0 2px 4px -1px
}

.apto-dropdown-wrapper .dropdown-menu {
  left: -80px
}

.styleit {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.styleit h6 {
  color: #2b3990;
  margin: 12px 12px 0
}

.mycontent {
  padding: 8px 36px 10px 0;
  border-radius: 5px;
  height: auto;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #ebf0ff;
  color: #9098b1
}

.form-group i.bi-pencil {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: -32px 16px 13px;

}

.content .form-group i.fa-eye,
.content .form-group i.fa-eye-slash {
  margin: -28px 220px;
  color: #9098b1
}

.content .form-control {
  display: block;
  width: 100%;
  padding: .375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(235 240 255);
  border: 2px solid #2b3990
}

.content button {
  color: #fff;
  background: #2b3990;
  border: none;
  width: 100px;
  border-radius: 5px;
  height: 32px;
  margin: 8px 29% 0 0
}

/* ::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background: #a8aaae
}

::-webkit-scrollbar-thumb:hover {
  background: #a8aaae
} */

.side-info {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 82%;
  padding: 12px 0 289px 73px;
  height: 338px;
  overflow: auto;
  direction: ltr;
  border-radius: 11px;
  margin: 4px 44px 0 0
}

.side-info a {
  font-weight: 600
}

.side-info a:hover {
  font-weight: 600;
  color: #ff941f
}

.shop-page {
  margin-top: 100px
}

.img-info {
  display: flex;
  justify-content: space-around
}

.shop-page .img-info .first-img img {
  width: 117%;
  height: 338px;
  margin: 0 -40px 0 0;
  border-radius: 10px
}

.shop-page .img-info .second-img img {
  width: 100%;
  height: 157px;
  border-radius: 10px;
  margin: 0 0 16px
}

#prices .dropdown-select.wide {
  width: 100%
}

.card-item {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-wrap: wrap;
}

.icons {
  padding: 23px 0 0 7px;
  white-space: nowrap;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #2b3990;
  width: 90px;
}

.multi .card-item {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-wrap: nowrap;
}

.multi .icons {
  padding: 0 3%;
  white-space: nowrap;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #2b3990;
  width: unset;
}

.icons i {
  font-size: 22px;
  margin: 15px 0 -2px 8px
}

.multi i {
  font-size: 20px;
  margin: 0px 0 0 -2px
}

.card-item.two {
  display: flex;
  align-items: center;
  line-height: 0;
  gap: 10px;
  flex-wrap: wrap
}

.card-item.two .icons {
  padding: 14px 27px 0 0;
  white-space: nowrap;
  display: flex;
  flex-flow: inherit;
  width: 101px;
  align-items: baseline;
  color: #2b3990;
  flex-wrap: nowrap
}

.card-item.two .icons i {
  font-size: 22px;
  margin: 14px 0 -2px -27px
}

input[type=checkbox] {
  position: relative;
  cursor: pointer
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  top: 0;
  left: 0;
  padding: 9px;
  border: 2px solid #2b3990;
  border-radius: 3px;
  background-color: #fff
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #2b3990;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 8px
}

#prices form .check-box input {
  width: 0;
  height: 13px;
  border: 1px solid #ebf0ff;
  padding: 11px;
  margin: 7px 0 14px
}

.check-box h6 {
  font-size: 21px;
  color: #2b3990;
  font-weight: 900
}

.check-box {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 19px -20px 0 0
}

.check-box.prod {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 16px;
  margin: 0 12px
}

.check-box.prod h6 {
  font-size: 15px;
  margin: 6px 0 0
}

.check-box.prod p {
  margin: 12px -8px;
  color: #2b3990;
  font-size: 13px
}

.check-box.prod input[type=checkbox]:before {
  padding: 7px;
  width: 17px;
  height: 17px;
  margin: 1px 5px
}

.check-box.prod input[type=checkbox]:checked:after {
  width: 5px;
  height: 10px;
  top: 3px;
  left: 11px
}

#prices form input[type=checkbox] {
  margin: 5px 14px 0 -8px
}

.furniture .glight img {
  border-radius: 9%;
  height: 148px;
  width: 191px
}

.furniture .category-row {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap
}

.furniture .glight {
  display: inline-block;
  text-align: center;
  width: 13.9%;
  padding: 5px
}

.furniture .category-row2 .cards-slider .swiper-slide {
  width: auto
}

.furniture .category-row2 .cards-slider {
  background: 0 0;
  margin: 0;
}

.furniture .swiper-slide .glight {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 5px
}

.furniture .glight h6 {
  font-weight: 900;
  margin-top: 16px;
  font-size: 18px;
  color: #2b3990
}

.best-selling .swiper-wrapper {
  margin-top: 35px
}

.best-selling .card {
  background: #dedfe3;
  border: none;
  border-radius: 15px;
  height: 233px;
  width: 185px
}

.best-selling .card-img {
  position: absolute;
  margin: -43px -10px 0 0
}

.best-selling .card-img img {
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  border: 10px solid #fff;
  border-radius: 37px;
  width: 157px;
  height: 157px
}

.best-selling .card-body {
  margin-top: 101px
}

.best-selling .card-body p {
  font-weight: 700;
  width: 109px;
  white-space: initial;
  color: #2b3990;
  margin: 25px -25px;
  text-align: center;
  height: 75px;
  overflow: hidden;
  font-size: 16px
}

.best-selling .card-body i {
  font-size: 45px;
  background: #2b3990;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: 0 56px;
  top: 87%
}

.best-selling .card-body i.delete-cart {
  background: 0 0;
  color: #f22828;
  font-size: 26px;
  margin: -150px 107px -43px
}

.best-selling .card-body i.bi-plus::before {
  position: absolute;
  content: "\f4fe";
  margin: -2px -22px 0 0
}

.best-selling {
  background: #f6f6f6;
  padding: 11px 0;
  margin-top: 20px
}

.best-selling .head {
  padding: 16px
}

.best-selling .head h3 {
  font-size: 27px;
  font-weight: 700;
  color: #2b3990
}

.best-selling .head h5 {
  color: #2b3990;
  font-weight: 600;
  font-size: 15px
}

.img-ban {
  padding: 16px
}

.img-ban img {
  width: 100%;
  border-radius: 10px;
  height: 275px
}

#furniture {
  padding: 11px;
  margin: 0 0 -37px;
}

.best-selling .cards-slider {
  padding: 0 0;
}

.offers-section {
  padding: 11px 0 33px;
  background: #f6f6f6;
  margin-top: 21px
}

.offers-section img {
  width: 50%;
  padding: 7px;
  border-radius: 15px;
  height: 325px
}

.offers-section h3 {
  font-weight: 700;
  color: #2b3990;
  margin-top: 15px
}

.bi-heart-fill {
  font-size: 18px;
  position: absolute;
  margin: 19px 25px;
  color: #f22828
}

.bi-suit-heart-fill {
  font-size: 18px;
  position: absolute;
  margin: 19px 25px;
  color: #ffff
}

.dropdown-menu.show {
  display: block
}

.dropdown-item svg {
  width: 25px;
  height: 25px;
  float: right;
  margin-left: 12px;
  color: #2b3990
}

.dropdown-item img {
  width: 25px;
  height: 25px;
  float: right;
  margin-left: 12px;
  color: #2b3990
}

.dropdown-item {
  width: 100%;
  height: 50px;
  line-height: 25px;
  border: 0;
  padding: 0 14px;
  cursor: pointer;
  transition: all .2s ease-in 0s;
  background-color: #fff;
  font-weight: 700;
  font-family: almarai;
  color: #2b3990;
  text-align: justify;
  display: flex
}

.dropdown-item:hover {
  background-color: #e5e5e5
}

a.hover-black {
  padding: 0
}

video {
  cursor: pointer;
  width: 85vw;
  max-width: 600px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-width: 1px 1px 0;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #868686;
  border-right-color: #868686;
  border-left-color: #868686;
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  margin-top: 20px
}

.controls {
  width: 85vw;
  max-width: 600px;
  background-color: #52134b;
  padding: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #868686;
  border-bottom-color: #868686;
  border-left-color: #868686;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
  margin-bottom: 20px
}

.controls .btn {
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: all .4s ease 0s
}

.controls .btn:hover {
  color: #fccf23;
  transition: all .4s ease 0s
}

.controls .btn:focus {
  outline: 0
}

.controls span {
  color: #fff;
  margin-left: 6px
}

input[type=range] {
  width: 100%;
  background: 0 0
}

input[type=range]::-webkit-slider-thumb {
  appearance: none
}

input[type=range]:focus {
  outline: none
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fccf23;
  cursor: pointer;
  margin-top: -4px;
  box-shadow: #000 1px 2px 10px
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 0;
  margin-left: 8px
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #faf17b
}

.B2B-signup .commercial-register .drop_target::before {
  content: "ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ";
  position: absolute;
  display: block;
  width: 778px;
  margin: 9px -342px 0 0;
  text-align: center;
  font-size: 14px;
  color: #9098b1;
  background: url(../img/Icon.png) no-repeat;
  transition: color .2s ease 0s;
  z-index: 1
}

.B2B-signup .image_preview {
  background: #fcfcfc;
  z-index: 0;
  width: 455px;
  border: 1px solid #ebf0ff;
  border-radius: 5px;
  height: 42px;
  margin: 0 -5px
}

.B2B-signup .tax-card .drop_target::before {
  content: "ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â© ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â©";
  position: absolute;
  display: block;
  width: 778px;
  margin: 9px -342px 0 0;
  text-align: center;
  font-size: 14px;
  color: #9098b1;
  background: url(../img/Icon.png) no-repeat;
  transition: color .2s ease 0s;
  z-index: 1
}

.B2B-signup .ID .drop_target::before {
  content: "ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â© ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â€žÂ¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â©";
  position: absolute;
  display: block;
  width: 778px;
  margin: 9px -339px 0 0;
  text-align: center;
  font-size: 14px;
  color: #9098b1;
  background: url(../img/Icon.png) no-repeat;
  transition: color .2s ease 0s;
  z-index: 1
}

.B2B-signup .form-control {
  padding: .375rem .75rem
}

.vl {
  border-left: 1px solid #fff;
  height: 30px;
  position: absolute;
  margin: -27px 58px 0 0
}

.vl-2 {
  border-left: 1px solid rgba(255, 255, 255, .32);
  height: 32px;
  position: absolute;
  margin: -35px 58px 0 0
}

.B2B-signup .from-sign-up .form-control {
  padding: .375rem 2.75rem
}

.B2B-signup .from-sign-up .form-group i {
  position: absolute;
  font-size: 18px;
  margin: 9px;
  color: #9098b1
}

.B2B-signup .from-sign-up .form-group i.fa-eye,
.B2B-signup .from-sign-up .form-group i.fa-eye-slash {
  margin: -28px 406px
}

.B2B-signup .from-sign-up .form-control.two {
  padding: .375rem .75rem
}

.vl-3 {
  border-left: 1px solid #fff;
  height: 37px;
  position: absolute;
  margin: -34px 59px 0 0
}

.vl-4 {
  border-left: 1px solid rgba(255, 255, 255, .32);
  height: 32px;
  position: absolute;
  margin: -28px 58px 0 0
}

[dir=ltr] .vl-3 {
  border-left: 1px solid #fff;
  height: 37px;
  position: absolute;
  margin: -34px 59px 0 11px
}

[dir=ltr] .vl-4 {
  border-left: 1px solid rgba(255, 255, 255, .32);
  height: 32px;
  position: absolute;
  margin: -28px 58px 0 12px
}

.quote .form-info {
  background: #fff;
  border-radius: 10px
}

.add-product.quote .row {
  place-content: center
}

.add-product.quote .decor-btn button {
  background: #ebf0ff;
  color: #6a6a6a
}

.add-product.quote .form-info {
  width: 100%;
  margin: 0 0 74px
}

.add-product.quote .form-info .form-body p {
  font-size: 17px;
  margin: 0 0 30px;
  white-space: normal
}

.add-product.quote .form-info .form-body span {
  margin: 0;
  unicode-bidi: plaintext;
  font-weight: 300
}

.prices {
  display: flex;
  flex-wrap: nowrap;
  gap: 33px;
  justify-content: flex-start;
  align-items: center
}

.prices .prices-img {
  display: flex;
  gap: 13px;
  align-items: center
}

.prices .prices-name h5 {
  white-space: nowrap
}

.prices .prices-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.add-product.quote .form-info .form-head .prices .prices-name p {
  font-size: 14px;
  color: #6a6a6a;
  margin: 1px 0
}

.prices .prices-rating .rate {
  margin: -27px 0 0
}

.prices .prices-rating .rate .rating>label {
  font-size: 20px
}

.prices .prices-rating .rate label {
  color: #ff941f;
  font-size: 23px
}

.prices-details {
  margin-top: 21px;
  width: 65%
}

.prices-details .offer-imgs {
  display: flex;
  gap: 14px
}

.prices-details .offer-imgs img {
  width: 33%
}

.add-product.quote .form-info .form-body.price-details p.offer-imgs {
  width: 101%;
  gap: 14px
}

.add-product.quote .form-info .form-body p.offer-imgs {
  overflow-x: auto;
  font-size: 17px;
  margin: 0 0 27px;
  white-space: normal;
  display: flex;
  overflow-y: hidden;
  width: 157%
}

.add-product.quote .form-info .form-body p.offer-imgs img {
  width: 163px
}

.call-us-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: -46px 0 39px
}

.call-us-btn button {
  color: #fff;
  background: #2b3990;
  border: none;
  border-radius: 5px;
  padding: 0 16px;
  height: 39px;
  font-weight: 700;
  font-size: 15px;
  width: unset
}

.call-us-btn button:hover {
  color: #2b3990;
  background: #ff941f
}

.call-us-btn .offer-order {
  font-size: 16px;
  width: 221px;
  height: 40px
}

.about-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 22px
}

.about-public {
  display: flex;
  align-items: center;
  gap: 15px
}

.about-public img {
  width: 23px
}

.about-public div {
  line-height: 0
}

.about-public h6 {
  font-weight: 700;
  color: #2b3990
}

.contact-us .about-tab {
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
  gap: 21px
}

.banar-bg {
  margin: 80px 0 0;
  width: 100%
}

.banar-bg img {
  width: 100%;
  height: 350px
}

.about-public p {
  color: #016fd0
}

.about-public img.location {
  width: 16px
}

.address-tab {
  margin: 45px 0 0
}

.address-tab h4 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 24px
}

.address-tab .card {
  padding: 27px 21px;
  border: none;
  margin: 0 0 16px
}

.address-tab .card p {
  font-size: 17px;
  margin: 11px -5px 3px 0
}

#tabs.client-profile .tab-rate .row {
  padding: 0;
  margin: 34px -110px 0 0
}

.tab-rate .col-lg-6.col-md-12.first {
  width: 35%
}

.tab-rate .col-lg-6.col-md-12.second {
  width: 50%
}

.tab-rate .col-lg-6.col-md-12.second .card {
  width: 123%;
  padding: 15px;
  margin: 53px 0 -34px
}

.tab-rate .col-lg-6.col-md-12.second .card p {
  margin: -16px 0 8px;
  width: 63%
}

.tab-rate .col-lg-6.col-md-12.second .card .grey {
  color: #a8aaae
}

.tab-rate .col-lg-6.col-md-12.second .card .green {
  color: #1a8449
}

.tab-rate .col-lg-6.col-md-12 .card {
  border: none;
  margin: 0 0 40px
}

.tab-description p {
  font-size: 20px
}

.tab-rate .col-lg-6.col-md-12 h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 6px 32px 0
}

.tab-rate .col-lg-6.col-md-12.second .rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #e9a426;
  cursor: pointer
}

.progress {
  margin-top: 10px;
  height: 9px;
  width: 156px
}

.rate.notchange .rating>label::before {
  content: "";
  position: absolute;
  opacity: 0
}

.tab-rate .col-lg-6.col-md-12.second .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: -18px 0 11px
}

.tab-rate {
  display: flex;
  width: 145%;
  flex-wrap: nowrap;
  padding: 110px;
  margin: -49px -20%;
  gap: 9px
}

.progress-tab {
  display: flex;
  justify-content: space-between;
  align-items: baseline
}

.progress-tab div {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 6px;
  margin: -2px 0
}

.progress-tab .rating>label {
  position: relative;
  width: 12px;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.progress-bar {
  background-color: #ff941f;
  color: #ff941f
}

.progress-tab span {
  font-size: 12px;
  margin: 8px 0 0
}

.payment.b2c .wrapper {
  background: #fff;
  padding: 1rem;
  border-radius: 15px
}

.payment.b2c .sessions .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative
}

.breadcrumbs.two {
  margin-top: 100px
}

.payment.b2c .sessions li.active {
  padding-bottom: 0;
  border-right: 2px solid #2b3990;
  position: relative;
  padding-right: 20px;
  margin-top: 23px
}

.payment.b2c {
  margin-top: -38px;
  padding: 57px
}

.payment.b2c .sessions li:last-child {
  border: 0;
  padding-bottom: 0
}

.payment.b2c .sessions li.active:before {
  content: "";
  background: #2b3990
}

.payment.b2c .sessions li.in-progress:before {
  content: "";
  background: #ff941f
}

.payment.b2c .sessions li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #a1a1a1;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -17px
}

.payment.b2c .sessions li {
  height: 78px;
  border-right: 2px solid #a1a1a1;
  position: relative;
  padding-right: 20px;
  margin-top: 23px;
  list-style: none
}

.payment.b2c .sessions .active p {
  color: #2b3990
}

.payment.b2c .sessions .active .time {
  color: #2b3990;
  font-family: almarai;
  font-weight: 500;
  font-size: 18px
}

.payment.b2c .sessions .in-progress .time {
  color: #2b3990;
  font-family: almarai;
  font-weight: 700;
  font-size: 18px
}

.payment.b2c .sessions p {
  color: #a1a1a1;
  font-family: almarai;
  line-height: 2.5;
  margin-top: .4rem;
  unicode-bidi: plaintext;
  font-size: 13px
}

.payment.b2c .sessions .time {
  color: rgb(161 161 161);
  font-family: almarai;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  margin: -24px 0 0
}

.payment.b2c .your-rating {
  padding: 0 62px 0 0;
  margin-top: -19px
}

.payment.b2c .your-rating .btn {
  background: #2b3990;
  color: #fff;
  border: none;
  height: 36px;
  display: block;
  width: 189px;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  margin: 0 0 69px
}

.payment.b2c .your-rating .mycontent.two {
  padding: 17px 17px 0
}

.payment.b2c .your-rating .mycontent {
  padding: 8px 36px 10px 0;
  border-radius: 5px;
  height: auto;
  width: 100%;
  background: #fff;
  border: 1px solid #ebf0ff;
  color: #9098b1
}

.payment.b2c .your-rating h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  color: #2b3990
}

.modalDialog4 #ratings {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin: 7px 13px -17px 0
}

.modalDialog4 .rate {
  margin: 6px -8px -1px 0;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(0, 0, 0, .09) 0 3px 12px;
  padding: 10px
}

.modalDialog4 .your-rating h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  width: 242px;
  text-align: -webkit-center;
  color: #2b3990;
  line-height: 29px
}

.img-with-curve #wrapper {
  width: 105%;
  height: 481px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 -12px;
}

.img-with-curve #top-oval {
  position: absolute;
  top: 0;
  height: 67px;
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 70%;
  border-bottom-right-radius: 70%
}

.img-with-curve #bottom-oval {
  position: absolute;
  bottom: 0;
  height: 93px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #fff
}

.img-with-curve #strip-w {
  width: 100%;
  min-width: 1321px;
  height: 414px;
  display: flex;
  align-items: flex-start;
  overflow-x: hidden;
}

.img-with-curve #strip-item {
  height: 393px;
  width: 505px;
  min-width: 25%;
  margin-right: 10px;
  background: green;
  background-size: cover;
  background-repeat: round;
}

.img-with-curve {
  margin-top: 99px;
  text-align: center
}

.b2c .shop-page {
  margin-top: -77px;
  padding: 58px 0 0;
}

.img-with-curve h1 {
  color: #2b3990;
  font-weight: 900;
  font-size: 66px;
  font-family: almarai;
  line-height: 78px;
  word-spacing: 6px;
}

.img-with-curve #strip-w:-webkit-scrollbar {
  display: none
}

.b2c .best-selling .card-body i {
  font-size: 38px;
  background: #2b3990;
  color: #ff941f;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: -1px 75px
}

.b2c .best-selling .card-body i.bi-plus::before {
  position: absolute;
  content: "\f4fe";
  margin: 2px -19px 0 0
}

.select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px
}

.select__item {
  padding: 8px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  background: #ebf0ff;
  min-height: 41px;
  color: #6a6e73;
  margin: 0 0 14px
}

.select__item--selected {
  background: #eee;
  color: #6a6e73
}

.multi-custm select {
  padding: 13px 6px;
  display: block !important;
  width: 100%;
  margin: 16px 0;
  border: 1px solid rgb(235 240 255);
  color: #9098b1;
  height: 101px;
  overflow: auto;
  border-radius: 5px
}

.multi-custm .dropdown-select.wide.custom-select {
  display: none !important
}

.multi-custm select option {
  width: 100px;
  display: none
}

.multi-custm select option:checked {
  background-color: #ebf0ff;
  color: rgb(106 110 115);
  display: block;
  text-align: center;
  border-radius: 5px;
  margin: -3px 0 8px;
  width: inherit;
  position: sticky;
  height: 31px;
  padding: 6px 0
}

.client-profile .multi-custm .clinett div {
  background-color: #ebf0ff;
  color: rgb(106 110 115);
  display: inline;
  text-align: center;
  border-radius: 5px;
  margin: 12px 6px 8px;
  width: max-content;
  position: sticky;
  height: 31px;
  padding: 3px 9px;
}

.client-profile .multi-custm .clinett {
  background: #fff;
  padding: 29px 9px;
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}

.client-profile .multi-custm .mycontent-end .mycontent-icons i {

  margin: 0;
  padding: 0;
  color: #2b3990;
  font-size: 23px;
}
.client-profile .multi-custm  .collapsible i {

  margin: -42px 41px 42px;
  padding: 0;
  color: #2b3990;
  font-size: 23px;
}
.client-profile .multi-custm  .content button {
  margin: 8px 86% 0 0;
}
.client-profile .multi-custm  .content .section-selected {
  position: absolute;
  color: #9098b1 !important;
  margin: 5px 11px 0 0;
  z-index: 0;
}
.client-profile .multi-custm  .select__item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.client-profile .multi-custm .mycontent-end .mycontent-icons {
  margin: 0;
  position: absolute;
  /* bottom: 16px; */
  /* left: auto; */
  display: flex;
  align-items: center;
}
.client-profile .multi-custm .mycontent-end .mycontent-icons .bi-pencil {
  margin: 0 -31px 0 0;
  padding: 0;
}

.client-profile .multi-custm .mycontent-end {
  display: flex;
  flex-wrap: nowrap;
  gap: 99px;
  align-items: center;
  justify-content: flex-end;
  margin: -28px 33px 30px;
}

.client-profile .multi-custm .clinett .section-selected {
  position: absolute;
  color: #2b3990 !important;
  margin: -21px 8px 20px 0;
  z-index: 0;
  font-weight: 700;
}


.add-product .select__item {
  background: #a8aaae;
  color: #2b3990
}

.add-product .multi-custm select option:checked {
  background-color: #a8aaae;
  color: rgb(43 57 144)
}

.section-selected {
  position: absolute;
  color: #9098b1 !important;
  margin: 30px -224px 0 0;
  z-index: 0
}

.confirm-order img {
  width: 82px;
  margin: -1px -1px 127px 23px
}

.confirm-order h5 {
  color: #2b3990;
  font-weight: 700;
  line-height: 82px;
  font-size: 28px
}

.confirm-order h6 {
  color: #2b3990;
  font-weight: 700;
  font-size: 16px;
  line-height: 31px
}

.payment.b2c .confirm-order .your-rating {
  padding: 0;
  margin-top: 12%
}

.payment.b2c .confirm-order .your-rating h5 {
  font-size: 18px;
  font-weight: 700;
  margin: -27px 0;
  color: #2b3990
}

.sort-inputs {
  display: flex;
  align-items: center;
  justify-content: space-around
}

.sort-inputs .dropdown-select.wide {
  width: 93%;
  height: 49px;
  border: 2px solid #2b3990
}

.sort-inputs .form-control.disabled {
  background: #2b3990;
  padding: 9px;
  width: 100%;
  height: 49px
}

.inputs-sort form {
  width: 100%;
}

.inputs-sort .col-3 {
  width: auto;
}

.inputs-sort {
  display: grid;
  align-items: center;
  background: #2b3990;
  width: 99%;
  margin: 0 -2%;
  height: 59px;
  border-radius: 10px;
  position: fixed;
  grid-template-columns: 45.333% 45.333% 9.333%;
  bottom: 8px;
  z-index: 11000000;
}

.inputs-sort .dropdown-select.wide {
  width: 93%;
  height: 49px;
  border: 2px solid #2b3990
}

.inputs-sort .form-control.disabled {
  background: #2b3990;
  padding: 9px;
  width: 100%;
  height: 49px
}

.button {
  width: 100%;
  height: 47px;
  position: relative;
  background: #2b3990
}

.button label,
.button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.button input[type=radio] {
  opacity: .011;
  z-index: 100
}

.button label {
  cursor: pointer;
  z-index: 90;
  line-height: .8em
}

.button label i {
  color: #a2a6b0;
  margin: 4px -10px 0 0;
  font-size: 25px
}

.button label i.active {
  color: #2b3990;
  background: #fff;
  width: 23px;
  height: 21px;
  padding: 2px 0;
  font-size: 19px;
  border-radius: 3px;
  margin: 5px -11px
}

.inputs-sort .sort-flex {
  padding: 0;
  display: block
}

.sort-flex {
  padding: 0 23px;
  display: flex
}

.sort-by .col-3 .sort-by-form {
  background: #f6f6f6;
  width: 77%;
  padding: 22px 24px;
  margin: 0 12px
}

.sort-by .col-3 .sort-by-form .sort-by-name {
  display: grid;
  gap: 19px
}

.sort-by .col-3 .sort-by-form a {
  font-size: 17px;
  color: #2b3990
}

.sort-by .col-3 .sort-by-form a.active {
  background: #f7941d;
  border-radius: 10px;
  width: max-content;
  padding: 3px 10px
}

.sort-by .col-3 .sort-by-form .sort-by-colors {
  width: 77%;
  margin: 18px 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px
}

.sort-by .col-3 .sort-by-form .sort-by-colors .color {
  height: 23px;
  background: aqua;
  width: 23px;
  border-radius: 50%
}

.category-page {
  padding: 10px
}

.category-page .background img {
  width: 100%;
  height: 344px;
  padding: 3px;
  border-radius: 40px
}

.sort-by h5 {
  font-size: 20px;
  font-weight: 700;
  color: #2b3990;
  margin: 18px 0
}

.sort-by-form .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start
}

.sort-inputs .col-3.form-group h6 {
  position: absolute;
  z-index: 100;
  color: #a2a6b0;
  padding: 14px 28px
}

.sort-inputs .col-3.form-group .form-select {
  color: #2b3990;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 51px 0 0
}

.inputs-sort .col-3.form-group h6 {
  position: absolute;
  z-index: 100;
  color: #a2a6b0;
  padding: 14px 16px
}

.inputs-sort .col-3.form-group .form-select {
  color: #2b3990;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 65px;
  /* margin: 0 -65px; */
  width: 98%
}

.form-filter {
  width: 100%;
  margin: 0 7px
}

.sort-by .best-selling {
  background: #fff;
  padding: 76px 0 76px 89px;
  margin-top: 20px
}

.sort-by .best-selling .card-img {
  position: absolute;
  margin: -43px 13px
}

.sort-by .best-selling .col-lg-3.col-md-3 {
  padding: 0 15px 91px 0
}

.sort-by .best-selling .card-img .sold-out {
  background: #2b399080;
  color: #ffff;
  height: 50px;
  padding: 13px 45px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  top: 81%;
  font-size: 17px;
  margin: 0 -13px
}

.sort-by .best-selling .card-body .sale {
  color: #f7941d;
  font-weight: 800;
  position: absolute;
  margin: 0 30px;
  top: 70%;
  left: -13%;
  font-size: 14px
}

.sort-by .best-selling .card-body p {
  font-size: 16px;
  font-weight: 700;
  margin: 25px -17px;
  text-align: center;
  height: 77px;
  overflow: hidden
}

.sort-by .best-selling .card-body i {
  font-size: 45px;
  background: #2b3990;
  color: #ff941f;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: 0 136px 0 0;
  top: 207px
}

.sort-by .best-selling .card-body i.bi-plus::before {
  position: absolute;
  content: "\f4fe";
  margin: -2px -3px 0 0
}

.sort-by .best-selling .card-body span {
  color: #f7941d;
  font-weight: 800;
  position: absolute;
  margin: 0 30px;
  top: 62%;
  left: -12%;
  font-size: 14px
}

.sort-by .col-3 .sort-by-form .sort-by-colors .color:focus {
  border: 1px solid #000
}

.sort-by .best-selling .col-lg-12.col-md-12 .card {
  background: #f6f6f6;
  border: none;
  border-radius: 15px;
  height: max-content;
  width: 94%;
  margin: 29px 0;
  height: 247px
}

.icon-left {
  float: left
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-body {
  margin-top: 77px;
  margin: 23px 191px 0 0;
  color: #2b3990;
  font-weight: 700;
  height: inherit;
  overflow: hidden
}

.sort-by .best-selling .col-lg-12.col-md-12 .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 0 25px 0 0
}

.sort-by .best-selling .col-lg-12.col-md-12 .rating>label {
  position: relative;
  width: 1em;
  font-size: 26px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-img {
  position: absolute;
  margin: -43px 13px;
  text-align: right
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-img p {
  color: #ff941f;
  margin: -4px 50px 0 0;
  unicode-bidi: plaintext
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-body i {
  font-size: 45px;
  background: #2b3990;
  color: #ff941f;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: -37px -5% 0 0
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-body h6 p {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  width: auto;
  height: auto
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-body h6 {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 3px
}

.sort-by .best-selling .col-lg-12.col-md-12 .card-body h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  height: 118px;
  width: 92%;
  margin: -5px 0;
  overflow: hidden
}

.online-offer img {
  width: 100%;
  border-radius: 10px;
  margin: 0;
  height: 283px
}

.tut {
  background: #ebf0ff;
  padding: 32px 18px;
  margin-top: 52px
}

.tut .head {
  color: #2b3990;
  font-weight: 700;
  font-size: 32px
}

.tut div {
  overflow: auto;
  display: flex;
  gap: 17px
}

.tut video {
  height: 268px;
  border-radius: 10px;
  min-width: 511px;
  margin: 28px 0
}

.tut div::-webkit-scrollbar:horizontal {
  height: 6px;
  background-color: #a8aaae
}

.tut div::-webkit-scrollbar-thumb:horizontal {
  background: #a8aaae;
  border-radius: 10px
}

.online-offer {
  padding: 60px 18px
}

.online-offer button {
  background: #ff941f;
  color: #2b3990;
  font-weight: 700;
  border: none;
  height: 30px;
  border-radius: 9px;
  position: absolute;
  margin: 4px 0
}

.icon-heart {
  text-align: left;
  font-size: 34px;
  width: 100%;
  color: #ff941f
}

.product-page-details h5 {
  color: #2b3990;
  font-weight: 700;
  font-size: 24px;
  margin: 37px 0 15px
}

.product-page-details p {
  color: #2b3990;
  margin: 0 0 3px;
  width: 100%;
  font-size: 19px
}

.product-page .bi-suit-heart-fill {
  font-size: 31px;
  position: absolute;
  margin: 19px -23px;
  color: #f22828
}

.product-page .bi-heart-fill {
  font-size: inherit;
  position: unset;
  margin: auto;
  color: #f22828
}

.product-page .d-flex.justify-content-between p {
  color: #ff941f;
  font-size: 15px
}

.product-page .d-flex.justify-content-between .rating>label {
  font-size: 26px
}

.product-page .price-page {
  float: left
}

.product-page .share-product {
  margin: 1px 0 36px
}

.price-page h5 {
  display: flex;
  font-size: 20px;
  gap: 9px;
  align-items: center;
  margin: 0
}

.product-page {
  margin: -42px 0 0
}

.product-page .product-page-details {
  margin: -75px 0
}

.product-page .addtocart button {
  color: #1a8449;
  width: 100%;
  margin: 20px 0 0;
  background: #fff;
  height: 35px;
  border: 1px solid;
  border-radius: 5px
}

.product-page .addtocart button.showFire {
  color: #fff;
  width: 100%;
  margin: 20px 0 0;
  background: #2b3990;
  height: 40px;
  border: none;
  border-radius: 5px
}

.product-page .sold-out button.sold-out-btn {
  color: #2b3990;
  width: 100%;
  margin: 20px 0 0;
  background: #a8aaae;
  height: 35px;
  border: none;
  border-radius: 5px;
  font-weight: 700
}

.product-page .when-avali {
  text-decoration: underline;
  font-size: 14px;
  color: #2b3990;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  margin: 7px 0;
  justify-content: flex-end
}

.price-page p {
  font-size: 15px;
  margin: 0;
  font-weight: 400
}

.share-product h6 {
  margin: 22px 3px;
  color: #2b3990;
  font-weight: 700
}

.share-product img {
  width: 44px
}

.properties {
  padding: 29px 0 0;
  margin: 0 22%
}

.properties .d-flex {
  gap: 5px
}

.properties .d-flex .color {
  height: 23px;
  background: aqua;
  width: 23px;
  border-radius: 50%
}

.properties .d-flex h6 {
  font-weight: 700;
  margin: 13px 0;
  width: 29%;
  white-space: nowrap
}

.properties .d-flex h6 p {
  margin-top: 0
}

.tab-rate .col-lg-6.col-md-12 .reviews h6 {
  margin: 0
}

.reviews {
  padding: 12px
}

.reviews .progress-tab .d-flex {
  gap: 22px;
  margin: 0
}

.reviews .rating>label {
  position: relative;
  width: 12px;
  font-size: 28px;
  font-weight: 300;
  color: #e9a426;
  cursor: pointer
}

.reviews span {
  color: #a8aaae;
  margin: 0;
  font-size: 17px
}

.reviews .progress-tab div {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 9px;
  margin: -2px 0
}

.reviews .progress {
  margin-top: 10px;
  height: 9px;
  width: 236px
}

.tab-rate .card h5 {
  font-size: 22px;
  width: 59%;
  line-height: 37px;
  text-align: center;
  unicode-bidi: plaintext;
  font-weight: 700;
  margin: 10px 0
}

.pageofproduct .tab-rate .card .rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #e9a426;
  cursor: pointer
}

.pageofproduct .tab-rate .card .rate.notchange {
  margin: 0
}

.shoping-cart {
  margin-top: 60px;
  padding: 58px 0
}

.shoping-cart h6 {
  font-size: 22px;
  font-weight: 700;
  color: #2b3990;
  margin: 0 0 72px
}

.shoping-cart .best-selling {
  background: #fff;
  padding: 0;
  margin-top: 0
}

.shoping-cart .best-selling .card {
  background: #f6f6f6;
  border: none;
  border-radius: 15px;
  height: max-content;
  width: 100%;
  margin: 0 0 40px
}

.shoping-cart .best-selling .card .card-body {
  margin: 0 163px 0 0
}

.twoo {
  text-align: right;
  margin: 16px 0
}

.shoping-cart .twoo h6 {
  font-size: 22px;
  font-weight: 700;
  color: #2b3990;
  margin: 0
}

.shoping-cart .twoo p {
  color: #ff941f;
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  unicode-bidi: plaintext
}

.shoping-cart .twoo .rating>label {
  position: relative;
  width: 20px;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer;
  margin: 10px 0 0
}

.shoping-cart-all {
  padding: 0 46px
}

.shoping-cart .form-info button {
  background: #2b3990;
  color: #fff;
  border: none;
  height: 37px;
  font-weight: 700;
  width: 123px;
  border-radius: 5px;
  margin: 22px 30% -4px
}

.shoping-cart .form-info button:focus {
  background: #f7941d;
  color: #2b3990
}

.sec {
  margin: 16px 0
}

.sec h6 {
  align-items: center;
  font-size: 20px
}

.shoping-cart .best-selling .card-body .sec h6 p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  width: auto;
  height: auto;
  overflow: inherit
}

.shoping-cart .best-selling .card-img {
  position: absolute;
  margin: -17px 7px 0 0
}

.numberstyle-qty {
  position: relative;
  border-radius: 13px;
  background-color: #fff;
  width: 140px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(116, 116, 116, .25);
  margin: -42px -41px 0 23px;
  border: 1px solid #2b3990
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  line-height: 34px;
  outline: 0;
  box-shadow: 0
}

.numberstyle-qty .qty-btn {
  width: 42px;
  font-size: 32px;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ff941f;
  background: #2b3990;
  transition: all 250ms ease
}

.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  color: #f7941d;
  background: #2b3990
}

.numberstyle-qty input {
  width: 53px;
  border-left: 0;
  border-right: 0;
  color: #2b3990;
  font-size: 18px;
  font-weight: 700;
  z-index: 1
}

.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.offline-offers .breadcrumbs {
  margin: 67px 0
}

.offline-offers .slider-container .dots span::before {
  content: "";
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  height: 13px;
  width: 14px;
  border-radius: 50%;
  background-color: #999;
  opacity: 1
}

.offline-offers .slider-container .dots span.active::before {
  background-color: #2b3990;
  opacity: 1;
  width: 16px;
  height: 16px
}

.offline-offers .card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
  border: none;
  margin: 36px 0
}

.offline-offers {
  padding: 0 10px
}

.offline-offers .card .product-img {
  width: 100%;
  height: 262px;
  border-radius: 10px;
  object-fit: cover
}

.offline-offers.slider-container .slider .slide {
  display: inline-block;
  width: 91%;
  height: 297px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px) scale3d(.4, .4, 1);
  transition: transform .3s ease-in-out 0s, z-index .2s ease-in-out .1s;
  background-color: #2c2a40
}

.offline-offers .card .company-logo {
  width: 66px;
  height: 74px;
  border-radius: 9px;
  position: absolute;
  border: 4px solid #fff;
  margin: 165px 23px
}

.offline-offers .card button {
  width: 96px;
  color: #fff;
  background: #ff941f;
  border: none;
  border-radius: 5px;
  position: absolute;
  display: flex;
  margin: 214px 66% 0 0;
  height: 25px;
  font-weight: 600;
  unicode-bidi: plaintext;
  white-space: nowrap;
  justify-content: space-evenly;
  align-items: center
}

.offline-offers .card button i {
  font-size: 10;
  font-size: 23px
}

.offline-offers .card .card-content {
  overflow: hidden;
  margin: 12px 7px;
  /* display: flex; */
  flex-wrap: wrap;
  padding-top: 2px;
  gap: 2px;
}

.offline-offers .card .card-content h5 {
  color: #2b3990;
  font-size: 16px;
  font-weight: 600;
  /* width: 69px */
}

.offline-offers .card .card-content h6 {
  font-size: 14px;
  color: #2b3990;
  font-weight: 700;
  width: fit-content;
  white-space: normal;
  margin: 0 13px
}

.offline-offers .card .card-content a {
  border: 1px solid #2b3990;
  border-radius: 4px;
  padding: 5px;
  color: #2b3990
}

.offline-offers .card .card-content p {
  margin: 0;
  color: #2b399080;
  height: 53px;
  width: 100%;
  overflow: hidden;
  width: 96%
}

.offline-offers .card .card-content button {
  display: flex;
  margin: 0;
  position: unset;
  height: 43px;
  width: 141px;
  background: #fff;
  color: #2b3990;
  border: 2px solid;
  align-items: center;
  justify-content: space-evenly
}

.offline-offers .card .card-content button i {
  font-size: 28px
}

.offline-offers .card .rate.notchange {
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  align-items: center;
  gap: 13px
}

.offline-offers .card .rating>label {
  position: relative;
  width: 26px;
  font-size: 26px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.offline-offers .slider-container .arrow-right {
  position: absolute;
  right: 29%;
  top: 114%;
  transform: translate3d(0px, -50%, 0px);
  color: #999;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 9px solid transparent;
  border-left: 16px solid #999;
  border-bottom: 9px solid transparent
}

.offline-offers .slider-container .arrow-left {
  position: absolute;
  left: 29%;
  top: 114%;
  transform: translate3d(0px, -50%, 0px);
  color: #999;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 9px solid transparent;
  border-right: 16px solid #999;
  border-bottom: 9px solid transparent
}

.one-offline-offer {
  display: flex;
  justify-content: center
}

.one-offline-offer img {
  width: 119px;
  height: 119px;
  margin: -14px 0 37px 23px;
  border-radius: 5px;
}

.one-offline-offer h4 {
  color: #2b3990;
  font-size: 25px;
  font-weight: 700
}

.one-offline-offer p {
  color: #2b3990;
  font-size: 21px;
  width: 86%
}

.one-offline-offer .rate.notchange {
  margin: 0 0 0 81px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center
}

.one-offline-offer .rating>label {
  width: 23px;
  font-size: 26px
}

.one-offline-offer .rate.notchange p {
  color: #2b399080;
  font-size: 13px
}

.one-offline-offer button {
  color: #fff;
  background: #2b3990;
  border: none;
  height: 37px;
  border-radius: 6px;
  width: 39px
}

.one-offline-offer h5 {
  font-weight: 700;
  color: #2b3990
}

.offline-offers .best-selling {
  background: #ffff;
  margin: -98px 0 -69px
}

.shoping-cart-all #tabs {
  background: rgb(255 255 255);
  color: #2b3990;
  margin: 0;
  width: auto;
  border-radius: 5px;
  padding: 14px 13px 0
}

.shoping-cart-all .tab-title {
  position: absolute;
  margin: -116px 188px 0 0;
  font-size: 21px;
  font-weight: 700
}

.modalDialog9 .form-group i.fa-eye,
.modalDialog9 .form-group i.fa-eye-slash {
  margin: -28px 435px
}

.modalDialog9 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog9:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog9>div {
  width: 552px;
  position: relative;
  margin: 4% auto;
  padding: 3% 19px 0 20px;
  border-radius: 10px;
  background: #fff;
  height: 645px;
  overflow: auto
}

.modalDialog9 .two-flex {
  display: flex;
  gap: 52px
}

.modalDialog9 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: 23px 2px 8px 0;
  font-size: 18px
}

.modalDialog9 .form-control {
  display: block;
  width: 100%;
  padding: .375rem 2.75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: almarai;
  line-height: 1.5;
  color: #9098b1;
  background-color: rgb(255 255 255);
  background-clip: padding-box;
  border: 1px solid #ebf0ff;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.modalDialog9 .forget-password {
  color: #ff941f;
  margin: 0 188px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer
}

.modalDialog9 button:hover {
  background: #ff941f;
  color: #2b3990
}

.modalDialog10 {
  position: fixed;
  inset: 0;
  background: #2b399033;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in 0s;
  pointer-events: none
}

.modalDialog10:target {
  opacity: 1;
  pointer-events: auto
}

.modalDialog10 .cropper-crop-box {
  width: 339px !important;
  height: 189px !important
}

.modalDialog10>div {
  width: 900px;
  position: relative;
  margin: 3% auto;
  padding: 2% 19px 52px 29px;
  border-radius: 10px;
  background: #fff
}

.modalDialog10 h5 {
  font-weight: 600;
  color: #2b3990;
  margin: 9px 2px 8px 0;
  font-size: 18px
}

.modalDialog10 img {
  width: 100%;
  margin: -24px 0;
  height: 252px;
  margin: -39px 0
}

.modalDialog11 img.cropped {
  margin: 89px 21% -60px;
  height: 153px;
  width: 190px
}

.modalDialog10 img.cropped {
  margin: 89px 0 -60px;
  height: 189px;
  width: 100%
}

.modalDialog10 button {
  background: #2b3990;
  color: #fff;
  width: 50%;
  border: none;
  border-radius: 5px;
  height: 49px;
  margin: 0 0 0
}

.modalDialog10 button:focus {
  background: #ff941f;
  color: #2b3990
}

.modalDialog10 img#imagePreview2 {
  margin: -24px 0;
  height: 242px;
  margin: -42px 0;
  width: 100%
}

.cahnge-cover {
  margin: -68px 19px 0
}

.cahnge-cover button {
  border-radius: 0 0 20px 0;
  width: 22%;
  height: 49px;
  border: none;
  font-weight: 700;
  color: #2b3990;
  background: #ffff
}

.modalDialog10 img.presonal-img {
  width: 301px;
  height: 199px;
  margin: 0 33% 15px
}

.bi.bi-pencil.change {
  background: #ff941f;
  font-size: 12px;
  position: absolute;
  margin: 64px -94px 0 0;
  width: 19px;
  border-radius: 10px;
  height: 17px;
  padding: 3px
}

.cahnge-cover .bi.bi-pencil.change {
  color: #fff;
  margin: 3px 16px 0 0;
  height: 18px;
  padding: 3px
}

.b2b-sign-in #tabs {
  margin-top: -117px;
  position: relative
}

.mo {
  display: none
}

.co {
  display: block
}

.card-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 9px
}

.card-content::-webkit-scrollbar {
  height: 0
}

.card-content:after {
  display: none
}

#prev.btn,
#next.btn {
  min-width: 60px;
  margin: auto 30px;
  height: 60px;
  border-radius: 20px;
  background: #fff;
  border: 0;
  font-size: 33px;
  color: #2b3990
}

.slider.two {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden
}

.packages-table {
  padding: 0 25px 0 0
}

.pricing.two {
  background: #f2f2f2
}

.pricing.two .title {
  margin: -285px 90px 120px;
  color: #2b3990;
  height: auto;
  text-align: justify
}

.free-package {
  margin-bottom: 61px !important
}

.q-payment {
  padding: 0 20px
}

.q-payment .packages-table {
  padding: 0;
  margin: -68px 0 0
}

.price-navm {
  display: none
}

.price-navc {
  display: block;
  margin: 10px 0 0
}

.price-navc a {
  color: #fff
}

@media(max-width: 1400px) {
  .free-package {
    margin-bottom: 81px !important
  }
}

.multiple-uploader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 5px;
  border: 1px solid #ebf0ff;
  min-height: 43px;
  cursor: pointer;
  width: 100%;
  background: #fff;
  padding: 8px 11px;
  height: auto;
  padding: 0;
  margin: 18px 0
}

.multiple-uploader lable.btn {
  width: 100%
}

.mup-msg {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  gap: 215px
}

.mup-msg span {
  margin-bottom: 10px
}

.mup-msg .mup-main-msg {
  color: #9098b1;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin: 9px;
  height: 6px
}

.mup-msg .mup-msg {
  color: #2b3990;
  font-weight: 700;
  white-space: nowrap;
  margin: 11px -101px 9px;
  height: 14px;
  font-size: 13px
}

@media(max-width: 1200px) {
  .hero form {
    width: 540px
  }

  .mup-msg .mup-msg {
    color: #2b3990;
    font-weight: 700;
    white-space: nowrap;
    margin: 11px -159px 9px;
    height: 14px;
    font-size: 13px
  }

  [dir=ltr] .hero.d-flex.align-items-center .container {
    max-width: 100%
  }

  .free-package {
    margin-bottom: 146px !important
  }

  .offline-offers {
    padding: 0 10px
  }

  .sort-by .col-3 .sort-by-form {
    background: #f6f6f6;
    width: 88%;
    padding: 22px 24px;
    margin: 0 12px
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 76px 0 74px 15px;
    margin-top: 20px;
    margin: 0 -29px 0 4px
  }

  .img-with-curve #strip-w {
    width: 100%;
    min-width: auto;
    height: 414px;
    display: flex;
    flex-wrap: no-wrap;
    align-items: flex-start;
    overflow-x: hidden
  }

  .my-fav .card {
    display: flex;
    width: 106%;
    flex-direction: row;
    border: none;
    margin: 0 0 29px
  }

  .tab-rate .col-lg-6.col-md-12.second {
    width: 48%
  }

  .tab-rate {
    display: flex;
    width: 145%;
    flex-wrap: nowrap;
    padding: 110px;
    margin: -49px -24%;
    gap: 9px
  }

  .tab-rate .col-lg-6.col-md-12.first {
    width: 44%
  }

  .best-selling .glight {
    width: 11.92%;
    padding: 11px
  }

  .row.category {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: 551px
  }

  .swiper {
    width: 150%
  }

  .swiper.two {
    width: 100%
  }

  #about2 {
    padding: 10px 19px
  }

  .category-btn {
    white-space: nowrap;
    border-radius: 6px;
    color: #2b3990;
    width: 126px;
    height: 41px
  }

  #tabs {
    margin: 16% 31% 10%
  }

  .grow h2 {
    margin: -660px -42px 0
  }

  .grow .col-lg-12 {
    margin: 123px -1% 0
  }

  .img-with-curve #wrapper {
    width: 68%;
    height: 481px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0 -12px
  }

  .img-with-curve #bottom-oval {
    position: absolute;
    bottom: 0;
    height: 93px;
    margin: 0 0 48px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #fff
  }

  .img-with-curve #top-oval {
    position: absolute;
    top: 0;
    height: 75px;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%
  }
}

@media(max-width: 1100px) {
  .hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 33px;
    font-weight: 700;
    color: #fff;
  }

  .card-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    scroll-behavior: smooth;
    gap: 15px
  }

  #prev.btn,
  #next.btn {
    min-width: 0;
    margin: auto 0;
    height: 60px;
    border-radius: 20px;
    background: #fff;
    border: 0;
    font-size: 33px;
    color: #2b3990
  }

  .one-offline-offer .col-5 {
    width: 58%
  }

  .sort-by .best-selling .col-md-3 {
    flex: 0 0 auto;
    width: 30%
  }

  .sort-by .best-selling .col-md-3 {
    flex: 0 0 auto;
    width: 30%
  }

  .prices-details p {
    width: 150%
  }

  .best-selling .glight {
    width: 12.92%;
    padding: 11px
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -28px 308px
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 51px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 51px 0 0
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 561px;
    margin: 9px -239px 0 0
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 352px;
    height: 42px
  }

  .B2B-signup {
    width: 866px;
    margin: 15% 0 0
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 397px;
    text-align: initial;
    padding: 22px;
    margin: 0 -81px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 52px 0 0
  }

  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 53px 0 0
  }

  .our-goal {
    padding: 3% 2%
  }

  .about {
    padding: 3% 2%
  }

  .our-goal.two .col-lg-7 {
    margin: 30px 128px 0 0;
    width: 50%
  }

  .img-4 {
    margin: -118px 14px 0 0
  }

  #about-aladdin p {
    font-size: 17px;
    width: 100%
  }

  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 10.25rem 0 19px;
    background-position: left 5.75rem center;
    margin: 0 -21px 0 -29px
  }
}

@media(max-width: 1000px) {
  .co {
    display: none
  }

  .mo {
    display: block
  }

  [dir=ltr] .hero form .btn-primary {
    color: #a8aaae;
    background-color: rgb(255 255 255);
    padding: 0 7px 36px 0;
    height: 7px;
    width: 10px;
    margin: 1px 20% 0 3px;
    font-size: 28px;
    border: none
  }
}

@media(max-width: 991.5px) {
  .section-selected {
    position: absolute;
    color: #9098b1 !important;
    margin: 30px 16px 0 0;
    z-index: 0
  }

  .modalDialog10 button {
    margin: 0 5px 0 0;
  }

  .payment.b2c .form-body .quantity h5 {
    display: flex;
    font-size: 20px;
    gap: 9px;
    align-items: center;
    margin: 13px 0 17px;
    white-space: initial;
    font-size: 17px
  }

  .mup-msg .mup-msg {
    margin: 11px -122px 9px
  }

  footer .dropdown-select.wide {
    width: 106px;
    margin: -17px 66px
  }

  .free-package {
    margin-bottom: 64px !important
  }

  .pricinglist .order-now h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 38px 0
  }

  .pricinglist .order-now .call-aladdin input {
    width: 268px;
    margin-top: 43px;
    height: 45px;
    margin: 0;
  }

  .pricinglist .order-now .call-aladdin .left-arrow {
    margin: -46px 135px 0;
    width: 63px;
    height: 46px;
    border-radius: 37px;
  }

  .pricinglist .order-now .call-aladdin .left-arrow i {
    font-size: 36px;
    color: rgb(255 255 255);
    margin: -9px -23px 0
  }

  .packages-table {
    padding: 0 25px
  }

  .modalDialog10>div {
    width: 558px
  }

  .tut video {
    height: 268px;
    border-radius: 10px;
    min-width: 339px;
    margin: 28px 0
  }

  .sort-inputs .hide {
    display: none
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 96px;
    margin-top: 20px;
    margin: 0 20px 0 -27px
  }

  .sort-by .col-3 .sort-by-form {
    background: #f6f6f6;
    width: 108%;
    padding: 22px 24px;
    margin: 0 12px
  }

  .hero form .btn-primary {
    color: #a8aaae;
    background-color: #fff;
    padding: 3px 38px 39px 44px;
    height: 7px;
    width: 10px;
    margin: 0 0 0 35px;
    font-size: 28px;
    border: none;
    position: absolute
  }

  .group-detail img {
    border-radius: 14px;
    width: 111px;
    margin: 22px 9px 0;
    height: 75px
  }

  .b2c .shop-page {
    margin-top: -123px
  }

  .img-with-curve #strip-item {
    height: 282px;
    width: 326px;
    min-width: 24%;
    margin-right: 10px;
    background: green;
    background-size: cover;
    background-repeat: round
  }

  .img-with-curve #bottom-oval {
    position: absolute;
    bottom: 0;
    height: 96px;
    margin: 0 0 111px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #fff
  }

  .payment.b2c .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 100%;
    margin: -1px 0 0
  }

  .my-fav .card {
    display: flex;
    width: 78%;
    flex-direction: row;
    border: none;
    margin: 0 0 29px
  }

  .my-fav .card .card-img {
    padding: 12px;
    width: 193px
  }

  .my-fav .card .card-description {
    width: 64%
  }

  .orders-b2c .card {
    padding: 38px;
    margin: 0 0 24px;
    width: 153%
  }

  .grow .col-lg-12 {
    margin: 219px 9% 0
  }

  .grow h2 {
    font-size: 45px;
    margin: -657px 0 0;
    width: 431px
  }

  .grow p {
    margin: 19px 0 -65px;
    font-size: 19px
  }

  .tab-rate {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 110px;
    margin: -49px 0%;
    gap: 9px
  }

  .tab-rate .col-lg-6.col-md-12.first {
    width: 100%
  }

  .tab-rate .col-lg-6.col-md-12.second {
    width: 100%
  }

  .tab-rate .col-lg-6.col-md-12.second .card {
    width: 100%;
    padding: 15px;
    margin: 53px 0 -34px
  }

  .background .data {
    position: absolute;
    margin: -202px 41%;
    text-align: center
  }

  #form-rate .rating-form .form-group input {
    width: 49%
  }

  form .rating-form textarea {
    width: 49%
  }

  .rating-form .Register-to-submit {
    width: 49%;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #000;
    color: #000
  }

  .rating-form .put-your-rate {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #2b3990;
    color: #2b3990
  }

  #ratings .rating-name h6 {
    color: #000;
    font-weight: 600;
    font-size: 13px
  }

  #ratings .rating>label {
    position: relative;
    width: 1em;
    font-size: 25px;
    font-weight: 300;
    color: #ff941f;
    cursor: pointer
  }

  .promot-btn {
    text-align: center;
    width: 100%
  }

  .shop-page .img-info .first-img img {
    width: 111%;
    height: 338px;
    margin: 0 -9px 0 0;
  }

  .side-info {
    width: 90%;
    padding: 12px 0 287px 42px;
  }

  .best-selling .glight {
    width: 18.92%;
    padding: 11px
  }


  .slider-container .slider .slide {
    height: 57%
  }


  .our-goal.two .col-lg-7 {
    margin: 30px -1px 0 0;
    width: 65%
  }

  .our-services .slider-container .arrow-right {
    border-left: 16px solid #2b3990;
    right: 32%
  }

  .our-services .slider-container .arrow-left {
    border-right: 16px solid #2b3990;
    left: 32%
  }

  #why-aladdin .card-body .card-content {
    width: 77%;
    font-size: 16px;
    line-height: 26px
  }

  #why-aladdin .d-flex img {
    height: 82%;
    margin: 0 -30px 0 0
  }

  .our-goal img {
    width: 88%;
    border-radius: 11px;
    margin: 37px 49px 0
  }

  .job-service .card {
    width: 597px;
  }

  .opinion .card-img {
    position: absolute;
    text-align: left;
    margin: -48px -17px 0 0
  }

  .my-offers {
    text-align: -webkit-center;
    margin: -39px;
    padding: 0 149px
  }

  #prices {
    width: 100%
  }

  .B2B-signup {
    width: 100%;
    margin: 15% 0 0
  }

  header .dropdown-select.wide {
    width: 167px
  }

  [dir=ltr] header .dropdown-select.wide {
    width: 127px
  }

  [dir=ltr] header .myacc .form-select {
    display: block;
    width: 100%;
    padding: .375rem 6.25rem 0 40px;
    background-position: left 5.75rem center;
    margin: 0 -65px 0 -20px
  }

  header .form-select {
    display: block;
    background-position: left .75rem center
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 52%
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 74%
  }

  .home #service .row .col-lg-6 {
    width: 50%
  }

  .swiper {
    width: 1262px
  }

  .breadcrumbs nav.two ol {
    padding: 0 27px
  }

  #service .row.gy-4 {
    display: flex;
    justify-content: space-between
  }

  #service.add-product .row.gy-4 {
    display: flex;
    justify-content: center
  }

  .services .card {
    width: 230%;
    padding: 0;
    flex-direction: column
  }

  #service input {
    width: 219%
  }

  .Vector-input {
    position: absolute;
    margin: 9px 180% 0 0
  }

  .services .card .card-img img {
    margin-top: 15px;
  }

  .services form {
    width: 212%
  }

  .frame {
    width: 230%
  }

  .reset-password i.fa-eye,
  .reset-password i.fa-eye-slash {
    margin: -28px 254px
  }

  #tabs {
    margin: 20% 27%
  }

  .hero form .form-control {
    height: 42px;
    padding: 1px 45px;
    margin-right: 10px;
    background: #fff;
    color: #2b3990;
    font-weight: 600;
    border: none !important
  }

  [dir=ltr] .hero form .form-control {
    height: 42px;
    padding: 1px 45px;
    margin-right: 0;
    margin-left: 10px;
    background: #fff;
    color: #2b3990;
    font-weight: 600;
    border: none !important
  }

  [dir=ltr] .footer .footer-info .logo img {
    max-height: 71px;
    margin-right: 66px;
    margin-top: -51px
  }

  .hero form {
    width: 406px;
    flex-direction: row-reverse
  }

  .hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
  }

  .order-2 {
    width: 402px;
    margin: 0 -5% 0 0;
    order: 1 !important
  }

  .row.category {
    display: none
  }

  .hero-img img {
    width: 223px;
    margin: 9px 18%
  }

  .rating-form {
    margin: 32px 0 0;
    width: 212%
  }

  #ratings {
    gap: 15px;
    margin: 29px 21px 0 0
  }

  #hero .row {
    flex-wrap: nowrap
  }

  .country span {
    display: block
  }

  .order-first {
    order: 7 !important
  }

  #features .col-md-7 {
    margin: 8% 0% 13% 0
  }

  .left-arrow {
    margin: -38px 179px 0 0
  }

  .footer .form-control {
    width: 227px
  }

  .app-btn {
    width: 153px;
    color: #fff;
    margin: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    height: 48px
  }

  .footer .footer-info .logo img {
    margin: 47px 0 0;
    width: 133%;
  }

  .flex2 {
    margin: 0 50px 0 0
  }

  #service {
    padding: 59px 27px
  }

  .footer {
    font-size: 14px;
    background-color: #fff;
    padding: 77px 41px 0 68px;
    color: #fff
  }

  .footer .get-a-quote button {
    color: #2b3990;
    background: #fff;
    width: 87px;
    margin: 11px 40px 0
  }

  .get-a-quote button {
    color: #2b3990;
    background: #fff;
    width: 117px
  }

  .navbar a,
  .navbar a:focus {
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    margin: 0 8px
  }

  .search-box {
    padding: 0;
    margin: 43px 26px 0 0
  }

  .search-box.b2b {
    padding: 0;
    margin: 45px -13px 0 0
  }

  .search-box.b2c {
    padding: 0;
    margin: 33px 33px 0 -7px
  }

  .shop-now {
    margin: 5px 28px 0 0;
    white-space: nowrap
  }

  .shop-now img {
    width: 20px
  }

  .shop-now span {
    font-size: 13px
  }

  .logo-nav ul li {
    white-space: nowrap
  }

  .offers span {
    font-size: 13px
  }

  .shop-btn {
    margin: 11% 0 0;
    width: 141px
  }

  header .form-select {
    display: block;
    width: 100%;
    padding: .375rem 1.25rem .375rem 2.75rem;
    font-size: 13px
  }

  [dir=ltr] .shop-now {
    margin: 5px 7px 0
  }
}

.services.b2c-kitchen .flag-code {
  position: absolute;
  left: 40%;
  margin: -36px -14px;
  color: #2b3990;
  font-weight: 700;
  right: 34%;
}

@media(max-width: 880px) {
  .vl-4 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -27px 45px 0 0
  }

  .services.b2c-kitchen .flag-code {
    left: 48%;
    right: 34%
  }

  .mup-msg .mup-msg {
    margin: 11px -172px 9px
  }

  .one-offline-offer .col-5 {
    width: 73%
  }

  .online-offer .col-4 {
    width: 50%
  }

  .b2c-kitchen .col-lg-4.col-md-8 {
    margin: 0 14% 0 0
  }

  .my-offers {
    text-align: -webkit-center;
    margin: -39px;
    padding: 0 110px
  }

  .grow .col-lg-12 {
    margin: 301px 5% -55%
  }

  .grow {
    margin: 72px 1px
  }

  .vl {
    border-left: 1px solid #fff;
    height: 30px;
    position: absolute;
    margin: -27px 42px 0 0
  }

  .vl-2 {
    border-left: 1px solid rgba(255, 255, 255, .32);
    height: 32px;
    position: absolute;
    margin: -35px 42px 0 0
  }

  .vl-3 {
    border-left: 1px solid #fff;
    height: 37px;
    position: absolute;
    margin: -34px 45px 0 0
  }
}

.flag-code {
  position: absolute;
  left: 40%;
  margin: -33px -14px;
  color: #2b3990;
  font-weight: 700
}

.flag-code span {
  unicode-bidi: plaintext;
  margin: 1px 6px;
  color: #9098B1;
  font-weight: 400;
  font-size: 12px;
}

.flag-code img {
  width: 20px;
  height: 15px;
}

.sort-by.online-offerss .best-selling .card {
  background: #dedfe3;
  border: none;
  border-radius: 15px;
  height: 216px;
  width: 185px;
  margin: 0 0 81px
}

.sort-by.online-offerss .best-selling .card-img img {
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  border: 10px solid #fff;
  border-radius: 14px;
  width: 157px;
  height: 157px
}

.sort-by.online-offerss .best-selling .card-body p {
  font-size: 15px;
  font-weight: 700;
  margin: 13px -11px;
  text-align: inherit;
  width: 96px;
  height: 81px;
  overflow: hidden
}

.sort-by.online-offerss .best-selling .card-body span {
  color: #f7941d;
  font-weight: 800;
  position: absolute;
  margin: 0 -1px;
  top: 134px;
  font-size: 14px;
  left: 11%
}

.sort-by.online-offerss .best-selling .card-body .sale {
  position: absolute;
  top: 154px;
  left: 11%;
  color: #ff941f;
  text-decoration: line-through 1px
}

.sort-by.online-offerss .best-selling .card-img .sold-out {
  background: #2b399080;
  color: #ffff;
  height: 50px;
  padding: 9px 45px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  margin: 0 -13px;
  top: 77%;
  font-size: 17px
}

.sort-by.online-offerss .best-selling .card-img .off-sale {
  background: #ff941f;
  color: #ffff;
  height: 25px;
  padding: 1px 19px;
  position: absolute;
  width: 62%;
  z-index: 1000000;
  margin: 0 20px;
  top: 77%;
  font-size: 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  z-index: 0;
  white-space: nowrap
}

.sort-by.online-offerss .best-selling .card-img .off-sale i {
  font-size: 21px
}

.sort-by.online-offerss .best-selling .card-body i {
  font-size: 45px;
  background: #2b3990;
  color: #ff941f;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: 0 130px 0 0;
  top: 184px
}

.sort-by.online-offerss .best-selling .col-lg-2 {
  flex: 0 0 auto;
  width: 19.666667%
}

.sort-by.online-offerss .best-selling {
  background: #fff;
  padding: 76px 59px 76px 19px;
  margin-top: 20px
}

.priv-trems {
  margin-top: 105px;
  padding: 26px;
  color: #2b3990;
  line-height: 36px;
  font-weight: 700
}

.priv-trems .head {
  text-align: center
}

.priv-trems .head h4 {
  font-weight: 700;
  font-size: 29px
}

.priv-trems .body .section-head h6 {
  font-weight: 700;
  font-size: 20px;
  margin: 37px 0 0
}

.b2-btn button {
  background: #2b3990;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  height: 35px;
  font-weight: 900
}

.b2-btn button:focus {
  background: #ff941f;
  color: #000;
  border: 1px solid #ff941f;
}

#call-to-actionthree {
  background: #fff
}

.shop-now span.num-cart {
  position: absolute;
  margin: 13px -115px;
  background: #ff941f;
  border-radius: 11px;
  padding: 0 5px;
  font-size: 11px;
  color: #2b3990;
  font-weight: 900
}

.w3-sidebar span.num-cart {
  position: absolute;
  margin: 14px 21px 0;
  background: #ff941f;
  border-radius: 11px;
  padding: 0 4px;
  font-size: 9px;
  color: #2b3990;
  font-weight: 900;
}

#addressForm .row {
  padding: 0 !important;
  margin-top: 0 !important
}

#addressForm .dropdown-select.wide {
  float: unset
}

@media(min-width: 1000px) {
  #addressForm .form-control {
    width: 141% !important
  }
}

.mycontent.two .mycontent-end {
  position: relative
}

.mycontent.two .mycontent-end .mycontent-icons {
  margin: 0;
  position: absolute;
  bottom: 16px;
  left: 25px;
  display: flex;
  align-items: center;
}

.avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 50px auto
}

.avatar-upload .avatar-edit input {
  display: none
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 141px;
  height: 49px;
  margin-bottom: 0;
  border-radius: 5px;
  background: #2b3990;
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  text-align: center
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6
}

.avatar-upload .avatar-preview {
  width: 100%;
  height: 192px;
  position: relative
}

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


.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 50%;
  height: 49px;
  margin-bottom: 0;
  border-radius: 5px;
  background: #2b3990;
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  text-align: center
}

.product-Quote .row {
  flex-direction: row-reverse
}

.bd-example.timed {
  position: absolute;
  margin: -58px 384px;
  width: 78px
}

.marketing {
  border: 2px solid #2b3990;
  width: 100%;
  height: 41px;
  background: #ebf0ff;
  color: #2b3990;
  border-radius: 5px;
  font-weight: 700
}

.services .confirm form {
  width: 100%
}

.package-cons {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin: 9px 0
}

.package-cons .package-cons-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #8080806b;
  padding: 0 0 9px
}

.package-cons .package-cons-head h5 {
  font-size: 17px;
  font-weight: 700;
  margin: 7px 0
}

.package-cons .package-cons-body {
  padding: 0 24%
}

.package-cons .package-cons-body .package-cons-details {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 9px 0
}

.package-cons .package-cons-body .package-cons-details h6 {
  font-weight: 700
}

.package-cons .package-cons-body .package-cons-details p {
  margin: 5px 0
}

.B2B-signup .mup-msg .mup-main-msg {
  color: #9098b1;
  font-size: 15px;
  font-weight: 400;
  width: 107px;
  margin: 2px -8px
}

.B2B-signup .section-selected {
  position: absolute;
  color: #9098b1 !important;
  margin: 26px 8px;
  z-index: 0
}

.B2B-signup .mup-msg {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  gap: 321px;
  margin: 0
}

.B2B-signup .mup-msg img {
  width: 24px;
  height: 18px;
  margin: 5px -3px
}

.B2B-signup .multiple-uploader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 5px;
  border: 1px solid #ebf0ff;
  min-height: 42px;
  margin: 8px auto;
  cursor: pointer;
  width: 100%;
  background: #fcfcfc;
  padding: 8px 11px
}

.B2B-signup .mup-msg .mup-msg {
  margin: 0;
  position: unset;
  width: auto;

}

.ala-bannar {
  width: 891px;
  margin: 0 -528px
}

@media(min-width: 1400px) {
  .ala-bannar {
    width: 966px;
    margin: 0 -528px
  }
}

.log-out-btn {
  width: 162px;
  height: 45px;
  background: #fff;
  color: red;
  border: 2px solid red;
  border-radius: 5px;
  font-weight: 600;
  display: none
}

.lst ul li.option.selected {
  display: none
}

#prices.two .mup-msg {
  gap: 306px
}

.background .data div img {
  width: 100%;
  height: 83px;
  margin: 0 0 26px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #fff
}

#tabs.client-profile .best-selling .card-body i.bi-plus::before {
  position: absolute;
  content: "\f4fe";
  margin: -8px -11px;
  font-size: 48px
}

.modalDialog10 .avatar-upload {
  position: relative;
  max-width: 88%;
  margin: 50px auto
}

#openModal11.modalDialog10 .avatar-upload {
  position: relative;
  max-width: 40%;
  margin: 50px auto
}

.avatar-upload .avatar-edit input {
  display: none
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 141px;
  height: 49px;
  margin-bottom: 0;
  border-radius: 5px;
  background: #2b3990;
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  text-align: center
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6
}

.avatar-upload .avatar-preview {
  width: 100%;
  height: 192px;
  position: relative
}

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

.avatar-upload .avatar-edit {
  display: flex;
  gap: 40%;
  width: 100% !important;
  margin: 10px 0;
}

#openModal11 .avatar-upload .avatar-edit {
  gap: 8%;

}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 64%;
  height: 49px;
  margin-bottom: 0;
  border-radius: 5px;
  background: #2b3990;
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  text-align: center
}

.albums {
  margin: 0 0 120px;
}


.albums .titlte-description p {
  color: #2B3990;
  line-height: 28px;
}

.albums .album-images {
  margin: 70px 0;
}

.albums .album-images .slider-container {
  margin: 0;
}

.albums .album-images .four {
  display: flex;
  height: 423px;
}

.albums .album-images .slider-container .dots span::before {
  content: "";
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  height: 13px;
  width: 14px;
  border-radius: 50%;
  background-color: #999;
  opacity: 1;
}

.albums .album-images .slider-container .dots span.active::before {
  background-color: #2b3990;
  opacity: 1;
  width: 16px;
  height: 16px;
}

.albums .album-images .slider-container .arrow-right {
  position: absolute;
  right: 34%;
  top: 116%;
  transform: translate3d(0px, -50%, 0px);
  color: #999;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 9px solid transparent;
  border-left: 16px solid #999;
  border-bottom: 9px solid transparent;
}

.albums .album-images .slider-container .arrow-left {
  position: absolute;
  left: 34%;
  top: 116%;
  transform: translate3d(0px, -50%, 0px);
  color: #999;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 9px solid transparent;
  border-right: 16px solid #999;
  border-bottom: 9px solid transparent;
}

.albums .album-images .two {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
}

.albums .album-images .two img {
  width: 96%;
  border-radius: 10px;
  height: 206px;
}


.albums .album-images .one img {
  width: 100%;
  border-radius: 10px;
  height: 423px;
}

header .mobile-navbar .option-select .dropdown-select.wide {
  width: 20px;
  margin: 0;
  background: none;
  padding: 0;
}

header .mobile-navbar .option-select .dropdown-select.wide span.current i {
  font-size: 17px;
  margin: 5px -1px;
}

header .mobile-navbar .option-select .dropdown-select.wide .lst {
  width: 126px;
}

header .mobile-navbar ul li a.shop-now.plus-lg i.bi-plus-lg {
  margin: 2px 0 0;
  font-size: 19px;
}

header .mobile-navbar ul li a.shop-now.plus-lg i.bi-envelope {
  margin: 3px -6px 0;
  font-size: 17px;
}

.w3-sidebar {
  height: 100%;
  width: 101%;
  background: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
}

.sidebar-background {
  background: url(../img/sidebar-background.png) round;
  height: 247px;
  padding: 9px 0;
}

button.w3-bar-item.w3-large {
  background: none;
  height: 37px;
  width: 58px;
  border: none;
}

.w3-sidebar .d-flex .d-flex ul {
  height: 47px;
  margin: 0 26px;
}

.w3-sidebar .search-box.b2c {
  padding: 0;
  margin: 46px 9px 0 -2px;
  width: 27px;
}

.w3-sidebar .search-box:hover>.search-input {
  width: 0;
  padding: 0;
}

.search-box:hover>.search-btn,
.w3-sidebar .search-input:focus+.search-btn,
.w3-sidebar .search-input:not(:placeholder-shown)+.search-btn {
  padding: 0 0;
}

.navbar .w3-sidebar a.w3-bar-item.w3-button,
.navbar .w3-sidebar a.w3-bar-item.w3-button:focus {
  color: #2b3990;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
}

.navbar .w3-sidebar a.w3-bar-item.w3-button i,
.navbar .w3-sidebar a.w3-bar-item.w3-button svg {
  font-size: 17px;
  width: 18px;
  margin: 12px 26px;
}

.w3-button.we-open {
  background: none;
  border: none;
  width: 41px;
  margin: -2px -3px 0;
}

.dotted-btn .multiple-uploader {
  margin: 0;
  background: none;
  border: none;
  justify-content: center;
}

.dotted-btn .mup-msg .mup-main-msg {
  color: #2b3990;
  font-weight: 700;
  margin: 0;
}

.dotted-btn .mup-msg .mup-main-msg i {
  font-size: 17px;
  display: block;
  margin: -1px -21px;
  position: absolute;
}

.add-product .dotted-btn {
  width: 100%;
  margin: 19px 0 0;
  background: #2B399040;
  border: 1px dotted#2b3990;
  color: #2b3990;
  height: 43px;
  border-radius: 6px;
  border-width: 3px;
  padding: 6px 0;
  font-weight: 800
}

.add-product .warpper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 30%;
}

.add-product .tab {
  padding: 9px 56px;
  margin: 45px 2px 0;
  color: #2b3990;
  font-weight: 700;
}

.add-product .panel {
  display: none;
  animation: .8s ease 0s 1 normal none running fadein
}

.add-product .radio {
  position: absolute;
  margin: 38px 0 0
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
  display: block
}

.add-product #two.radio {
  margin: 38px 184px;
}

.add-product #one.radio {
  margin: 38px 29px
}

#service.add-product input[type=radio] {
  width: 2%;
}

.modalDialog.added>div {
  width: fit-content;
  position: relative;
  margin: 0% auto;
  padding: 3% 19px 0 20px;
  border-radius: 0 0 3px 3px;
  background: #fff;
}

#prices.two .mup-msg .mup-msg {
  position: absolute;
  left: 99px;
  width: 0px;
  margin: 6px 0;
  width: 62%;
}

.modalDialog.added #prices.two .mup-msg .mup-msg {
  position: absolute;
  left: 99px;
  width: 0px;
  margin: 6px 0;
  width: 0%;
}

.bd-example.computer-navbar.added i {
  font-size: 20px;
  position: absolute;
  color: #fff;
  z-index: 1;
  margin: 3px 0;
}

.bd-example.computer-navbar.added {
  margin: 16px 16px 0;
}

.customFileInput::-webkit-file-upload-button {
  visibility: hidden;
}

.customFileInput::before {
  content: ' ارفق ملف pdf   ' url("https://alaaeldeen.za3bot.com/b2b_web_site/assets/img/Icon.png");
  position: absolute;
  color: #9098b1;
  margin: -31px 3px;
}

.add-cata {
  margin: 34px 0 0;
  font-weight: 800;
}

.cataloge-page .best-selling {
  background: #fff;
  margin: 0;
  color: #2b3990;
}

section.cataloge-page {
  padding: 16px 52px;
}

.cataloge-page .best-selling .cata-title h4 {
  font-weight: 600;
  font-size: 20px;
}

.cataloge-page .best-selling .customFileInput::before {
  background: #2b3990;
  color: #fff;
  content: 'تحميل PDF';
  padding: 10px;
  border-radius: 7px;
  font-size: 13px;
  width: 142px;
  margin: -4px 77px;
  text-align-last: center;
  height: 40px;
}

.cataloge-page .best-selling .customFileInput {
  color: #fff;
}

.cataloge-page .best-selling .cata-descrip {
  line-height: 31px;
  margin: 22px 0 40px;
  font-size: 15px;
}

.cataloge-page .best-selling .card {
  margin: 31px 0;
  height: 198px;
}


.cataloge-page .best-selling .card .card-img {
  margin: -28px 19px;
}

.cataloge-page .best-selling .card-img img {
  border-radius: 20px;
  border: 8px solid #fff;
  width: 148px;
  height: 148px;
}

.cataloge-page .best-selling .card-body p {
  margin: 15px 15px;
}

.cataloge-page .best-selling .card-body i {
  margin: 0 128px;
  padding: 4px 23px 0 0;
  font-size: 35px;
}

.cataloge-page .pdf-down button {
  background: #2b3990;
  color: #ffff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.services .cata-prod {
  margin: 47px 0;
}

.services .cata-prod .nav-tabs {
  border-bottom: 2px solid #DEDFE3;
  padding: 3px 0;
}

.services .cata-prod .nav-fill .nav-item,
.services .cata-prod .nav-fill>.nav-link {
  flex: unset;
  color: #A8AAAE;
  font-weight: 700;
}

.services .cata-prod .nav-fill .nav-item.active,
.services .cata-prod .nav-fill>.nav-link.active {
  border: none;
  background: none;
  border-bottom: 2px solid;
  color: #2b3990;
}

.services .cata-prod .best-selling .card-img {
  position: absolute;
  margin: -43px -16px 0 0;
  z-index: 1111;
}

.services .cata-prod .best-selling .card-img img {
  border: 7px solid #fff;
  border-radius: 19px;
  width: 152px;
  height: 147px;

}

.services .cata-prod .best-selling .card .card-body p {
  font-size: 14px;
}

.services .cata-prod #nav-cata .best-selling .card-body p {
  font-size: 14px;
  font-weight: 700;
  margin: -54px 0 !important;
  width: 93%;
  height: 19px;
  overflow: hidden;
}

.services .cata-prod #nav-cata .best-selling .card-body p.description {
  font-weight: 400;
  font-size: 11px;
  margin: -58px -2px !important;
  height: 36px;
  padding: 0;
}

.services .cata-prod .best-selling .card-img.two {
  position: absolute;
  rotate: 124deg;
  margin: -55px -72px -76px -14px;
  z-index: 2;
}

.services .cata-prod .best-selling .card-img.three {
  position: absolute;
  rotate: 147deg;
  margin: -58px -47px -58px 25px;
  z-index: 1;
}

.services .cata-prod .best-selling .card-img.two img,
.services .cata-prod .best-selling .card-img.three img {
  width: 152px;
  height: 136px;
}

.services .cata-prod .best-selling .card {
  background: #dedfe3;
  border: none;
  border-radius: 15px;
  height: 193px;
  width: 177px
}

.services .cata-prod #nav-cata .best-selling .card {
  height: 210px;
  width: 177px;
  margin: 86px 39px;
}


.one-offline-offer button.buy-offer {
  width: 43%;
  margin: 23px 0 0;
}

.one-offline-offer .d-flex.justify-content-between.col-6 {
  width: 75%;
}

@media(max-width: 1100.5px) {
  .B2B-signup .mup-msg {
    gap: 168px
  }

  .add-product .warpper {
    margin: 0;
  }
}

@media(max-width: 1200px) {
  .breadcrumbs .page-header {
    height: 175px
  }

  .services.add-product #prices.two form {
    width: 53%;
  }

  .services .best-selling .card .card-body i.bi-plus::before {
    margin: -2px -22px 0 0
  }

  .services .best-selling .card .card-body i {
    margin: 0 56px;
  }

  .services .best-selling .col-lg-4.col-md-4,
  .services .best-selling .col-lg-3.col-md-3 {
    width: 32%;
    text-align: -webkit-center;
  }

  .ala-bannar {
    width: 832px;
    margin: 0 -528px
  }

  .product-Quote .bd-example.timed {
    margin: -58px 373px
  }

  .empty-cart {
    padding: 40px 8px
  }

  .sort-by.online-offerss .best-selling {
    background: #fff;
    padding: 76px 0;
    margin-top: 20px;
    margin: 0
  }

  .payment-body div img {
    width: 24px;
    margin: 0 -6px
  }
}

.footer .bd-example {
  margin-top: -3px
}

@media(max-width: 991.5px) {
  .office-img img {
    width: 150px;
    border-radius: 6px;
    height: 132px
  }

  .services.add-product #prices.two form {
    width: 100%;
  }

  .services.add-product #prices.two form .login {
    height: 40px;
  }

  #prices.two .mup-msg .mup-msg {
    width: 38%;
  }

  .title h1 {
    font-weight: 900;
    font-size: 32px;
  }

  #why-aladdin .card-body .card-content h2 {
    font-size: 39.03px
  }

  .albums .album-images .slider-container .slider .slide {
    width: 71%;
    height: 100%;
  }

  .call-aladdin input {
    margin: 0 0%;
  }

  .our-services .title {
    height: 105px;
  }

  .furniture .glight img {
    width: 100%;
  }

  .services .best-selling .card .card-body p {
    margin: 120px 0px 0 !important;
    padding: 131px 0 100px;
  }

  .services .best-selling .card-img .sold-out {
    width: 93%;
    margin: 0 6%;
  }

  .furniture .category-row2 .cards-slider .swiper-container.swiper-container-1 {
    overflow: auto;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .furniture .category-row2 .cards-slider .swiper-container.swiper-container-1::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .furniture .category-row2 .cards-slider .swiper-container.swiper-container-1 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .furniture .category-row::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .furniture .category-row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .confirm-order h5 {
    color: #2b3990;
    font-weight: 700;
    line-height: 82px;
    font-size: 24px
  }

  .services .best-selling .col-lg-4.col-md-4,
  .services .best-selling .col-lg-3.col-md-3 {
    width: 50%;
    text-align: -webkit-center;
  }

  .our-services {
    padding: 58px 0
  }

  .services .best-selling .card {
    margin: -32px 9px 0;
  }

  .Vector-input.two {
    margin: 2px 183% 0 0
  }

  .side-ads {
    width: 219%;
    height: 201px;
  }

  .side-ads.banner.linkOpen {
    width: 438%;
    height: 201px;
  }

  .services .content {
    width: 214%
  }

  .furniture .glight {
    text-align: center;
    width: 157px;
    padding: 5px
  }

  .furniture .swiper-slide .glight {
    text-align: center;
    width: 157px;
    padding: 5px
  }

  .multi .card {
    width: 240px;
    height: auto;
  }

  .multi .card:hover {
    box-shadow: #2b39902e 0 8px 24px
  }

  .multi .card-body h6 {
    font-size: 15px;
  }

  .multi .icons {
    padding: 0 2%;
  }

  .multi i {
    font-size: 16px;
  }

  .multi .cards {
    padding: 13px;
    width: auto
  }

  .multi {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto
  }

  .multi .row {
    display: flex;
    flex-wrap: nowrap
  }

  .multi::-webkit-scrollbar {
    display: none
  }

  .multi {
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .ala-bannar {
    width: 751px;
    margin: 0 -457px
  }

  .hero .bd-example {
    margin-top: 9px
  }

  .pricing .title h5 {
    margin: 123px 0 -99px
  }

  .pricing .packages-btns button {
    width: 17%
  }

  .add-product.quote .form-info .form-body p.offer-imgs {
    width: 150%
  }

  .product-Quote .bd-example.timed {
    margin: -58px 255px
  }

  .shop-now span.num-cart {
    margin: 13px -101px
  }

  .shoping-cart .best-selling .card {
    width: 144%
  }

  .sort-by.online-offerss .best-selling .col-lg-2 {
    flex: 0 0 auto;
    width: 24.666667%
  }

  .confirm-order img {
    width: 60px;
    margin: 0 -3px 146px -61px
  }

  #service .row .col-lg-6 {
    width: 100%
  }

  .payment.b2c .your-rating .mycontent.two {
    width: 80%
  }

  .price-navc {
    font-size: 13px;
    margin: 0 0 -4px
  }

  .footer h4.sub {
    margin: 13px 56px 6px;
    width: 228px
  }

  .footer .col-md-6.form-group.mt-3.mt-md-0 {
    margin: 1px 58px 0
  }

  .footer .footer-info p {
    font-size: 12px
  }

  .footer .bd-example {
    margin-top: 3px;
    margin: 17px 33px
  }

  .footer h4 {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    padding-bottom: 6px;
    color: #2b3990;
    margin: 26px 0 10px
  }

  .footer .footer-links {
    margin-bottom: 4px
  }

  .footer .footer-links ul a {
    font-size: 12px
  }

  .shop-btn span {
    color: #2b3990;
    font-size: 13px;
    font-weight: 700
  }

  #job-service {
    padding: 0 4% 46px;
    height: auto;
  }
}

@media(max-width: 872px) {
  header .dropdown-select.wide {
    width: 135px;
  }

  .cataloge-page .best-selling .card {
    width: 146px;
    height: 165px;
  }

  .cataloge-page .best-selling .card-img img {
    width: 130px;
    height: 130px;
  }

  .cataloge-page .best-selling .card .card-img {
    margin: -28px 7px;
  }

  .cataloge-page .best-selling .card-body i {
    margin: -4px 100px;
    padding: 3px 24px 0 0;
    font-size: 30px;
    width: 34px;
    height: 32px;
  }

  .cataloge-page .best-selling .card-body p {
    margin: -8px 0px;
    font-size: 13px;
  }

  .client-profile #nav-cata .best-selling .col-lg-3.col-md-3 {
    margin: 45px 14px;
    width: 29%;
  }


  #stats-counter button {
    margin: -247px -150px;
    width: 308px;
    font-size: 28px;
  }

  #why-aladdin .our-team h3 {
    font-size: 34px;
    word-spacing: 5px;
  }

  .surface img {
    height: 94px;
    width: 71px;
  }

  #why-aladdin .details h3 {
    font-size: 23px;
  }

  .tab-card {
    width: 100%;
  }

  #why-aladdin .details p {
    width: 100%;
    margin: 0;
    font-size: 11px;
  }

  .apto-dropdown-wrapper {
    width: 20px;
  }

  .shop-now {
    margin: 5px 8px 0 0;
  }

  #B2B-signup {
    margin-top: 9%;
  }

  .footer .get-a-quote button {
    margin: 11px 58px 0;
  }

  #ratings .rating-img img {
    width: 38px;
  }

  #ratings .rating>label {
    font-size: 21px;
  }

  .get-a-quote button {
    width: 105px;
  }

  .footer {
    padding: 77px 41px 0;
  }

  .search-box.b2c {
    padding: 0;
    margin: 46px -22px 0 -5px;
  }

  .navbar a,
  .navbar a:focus {
    margin: 0 1px;
  }

  .header .logo img {
    max-height: 47px;
    margin-right: 4px;
  }

  .icon-img {
    width: 23px;
    padding-left: 0;
  }
}

@media(max-width: 767.5px) {
  .footer-info.one {
    width: 33%;
    margin: 0 -36px 0 29px
  }

  .client-profile #nav-cata .best-selling .col-lg-3.col-md-3 {
    margin: 101px 0px;
    width: 33%;
  }

  section.cataloge-page {
    padding: 16px 7px;
  }

  .cataloge-page .best-selling .row .col-12 .row .col-lg-3.col-md-3 {
    width: auto;
  }

  #prices.two .mup-msg .mup-msg {
    width: 6%;
  }

  .contact-us .about-tab {
    display: flex;
    justify-content: flex-start;
    margin: 25px 0;
    gap: 27px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .img-with-curve {
    margin-top: 72px;
  }

  .b2c .shop-page {
    padding: 60px 0 0;
  }

  .img-with-curve h1 {
    font-size: 59px;
    line-height: 73px;
  }

  .our-services .container {
    max-width: fit-content;
  }

  .our-goal-img {
    margin: 43px 0 -3px;
  }

  #why-aladdin .details h3 {
    font-size: 22px;
    margin: 25px 0;
  }

  .albums .album-images .slider-container .slider {
    height: 100%;
  }

  .albums .album-images .slider-container .slider .slide {
    width: 66%;
  }

  .footer .social-links a {
    width: 21px;
    height: 22px;
    font-size: 16px;
    margin-right: 12px;
  }

  .albums .album-images {
    display: block;
    height: auto;
  }

  .call-aladdin input {
    margin: 0 9%;
  }

  .call-aladdin .left-arrow {
    margin: -53px 81px 0 0;
  }

  .albums .album-images .one img {
    width: 98%;
    height: 282px;
    margin: 15px 0;
  }

  .pricinglist .order-now .call-aladdin .left-arrow {
    margin: -46px 65px 0;
  }

  #why-aladdin .our-team h3 {
    font-size: 23px;
  }

  #why-aladdin .our-team p {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
  }

  #why-aladdin .details p {
    width: 100%;
    padding: 0px 15px 20px;
    font-size: 13px;
    line-height: 29px;
  }

  #why-aladdin .details {
    width: 100%;
  }

  #why-aladdin.about .container {
    max-width: 100%;
    padding: 0;
  }

  .call-aladdin {
    margin: 44px 0;
  }

  #why-aladdin.about .card {
    width: 100%;
    border-radius: 0;
  }

  .search-box.b2b {
    padding: 0;
    margin: 47px -20px 0 0;
  }

  .search-box.b2b .search-btn i {
    margin: 0 -41px 0 0;
  }

  .services .col-lg-12.col-md-6 .collapsible .input {
    margin: 0 -20% 0 19%
  }

  /* .navbar.computer-navbar .dropdown-menu.show {
    width: max-content;
    margin: 0 68px;
  } */

  .features .row {
    display: flex;
    flex-wrap: nowrap
  }

  .ala-bannar {
    width: 484px;
    margin: 0 -457px
  }

  .pricing img {
    width: 100%;
    height: 217px
  }

  .prices .prices-name {
    width: 115px
  }

  .B2B-signup .mup-msg {
    gap: 264px
  }

  .card-description .items span.offer {
    margin: 6px 65% 0 0
  }

  .client-profile #service {
    padding: 24px 4px 5px
  }

  .decor-btn button {
    white-space: nowrap
  }

  .product-Quote .bd-example.timed {
    margin: -58px 415px
  }

  .shoping-cart .best-selling .card {
    width: 100%
  }

  .services.b2c-kitchen .flag-code {
    left: 0;
    right: 62%;
    width: fit-content
  }

  .sort-by.online-offerss .best-selling .col-lg-2 {
    flex: 0 0 auto;
    width: 32.666667%
  }

  .footer .get-a-quote button {
    color: #2b3990;
    background: #fff;
    width: 99px;
    margin: 50px 17px 0
  }

  .footer .bd-example {
    margin-top: 3px;
    margin: 17px 87px
  }

  #service .container {
    max-width: 672px
  }

  .hero-img img {
    width: 223px;
    margin: 9px 5%
  }

  .img-with-curve .swiper {
    width: 149%;
    height: 347px;
  }

  .product-page {
    margin: -32px 0 0
  }

  .product-page .addtocart button {
    position: fixed;
    bottom: 3px;
    width: 83% !important;
    z-index: 10
  }

  #contact-us {
    padding: 31px 43px
  }

  .product-page .container .row {
    flex-direction: column-reverse
  }

  .contact-us iframe {
    margin: -11px 24px;
    padding: 13px;
    width: 85% !important
  }

  .contact-us {
    background: linear-gradient(to bottom, #fff 0%, #fff 72%, rgb(43, 57, 144) 50%, rgb(43, 57, 144) 100%);
    border-radius: 10px;
    box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
    display: flex;
    padding: 0 0 25px;
    flex-wrap: wrap;
    flex-direction: column-reverse
  }

  .q-payment .payment .row {
    display: flex;
    flex-direction: column
  }

  .free-package {
    margin-bottom: 86px !important
  }

  .pricing .pricing-item {
    box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
    background: #f2f2f2;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 18px;
    width: 280px
  }

  .shoping-cart .twoo .list-pc h6 {
    font-size: 17px;
    margin: 20px 0 0
  }

  .shoping-cart .twoo .list-pc p {
    margin: 0 8px;
    font-weight: 400;
    font-size: 16px
  }

  .shoping-cart .best-selling .card .card-body {
    margin: 0 126px 0 0
  }

  .numberstyle-qty {
    position: relative;
    border-radius: 7px;
    background-color: #fff;
    width: 105px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(116, 116, 116, .25);
    margin: -35px -31px -11px 1px;
    border: 1px solid #2b3990
  }

  .numberstyle-qty .qty-btn {
    width: 33px;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ff941f;
    background: #2b3990;
    transition: all 250ms ease
  }

  .numberstyle-qty input,
  .numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    float: left;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    line-height: 23px;
    outline: 0;
    box-shadow: 0
  }

  .numberstyle-qty input {
    width: 37px;
    border-left: 0;
    border-right: 0;
    color: #2b3990;
    font-size: 18px;
    font-weight: 700;
    z-index: 1
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-body h5 {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    width: 83%
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card {
    background: #f6f6f6;
    border: none;
    border-radius: 15px;
    height: max-content;
    width: 90%
  }

  .sort-by .col-3 .sort-by-form {
    display: none
  }

  .modalDialog60 .sort-by .col-3 .sort-by-form {
    display: block
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 81px;
    margin-top: 20px;
    margin: 0 9px 0 -61px
  }

  .sort-by .col-9 {
    width: 100%
  }

  .sort-by .best-selling .col-lg-3.col-md-3 {
    padding: 0 6px 86px 0
  }

  .sort-by .best-selling .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 161px;
    height: 161px
  }

  .payment.b2c .confirmation {
    display: flex;
    flex-direction: column;
    text-align: justify
  }

  .group-detail img {
    border-radius: 14px;
    width: 81px;
    margin: 21px 5px 0;
    height: 62px
  }

  .payment.b2c .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 50px;
    width: 100%;
    margin: -1px 0 0
  }

  .payment.b2c .wrapper {
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    margin-top: 44px
  }

  .modalDialog4 .form-control,
  .modalDialog5 .form-control {
    display: block;
    width: 72%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: almarai;
    line-height: 1.5;
    color: #9098b1;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid #ebf0ff;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
  }

  .modalDialog4 .two-flex .form-control,
  .modalDialog5 .two-flex .form-control {
    width: 100%
  }

  .modalDialog4 .two-flex,
  .modalDialog5 .two-flex {
    display: flex;
    gap: 2px
  }

  .orders-b2c .list {
    display: block !important;
    display: flex !important
  }

  .orders-b2c .list-pc {
    display: none !important
  }

  .orders-b2c .card {
    padding: 15px;
    margin: 0 0 24px;
    width: 100%
  }


  .services.b2c-kitchen form {
    border: none;
    margin: 25px 0 24px;
    width: 79%;
    padding: 0;
    border-radius: 6px;
    text-align: center
  }

  .services.b2c-kitchen form .row>* {
    margin-top: -1rem;
  }

  .my-offers {
    text-align: -webkit-center;
    margin: 0;
    padding: 0 2px
  }

  .client-profile.public .nav-tabs {
    padding: 0
  }

  .number-code div {
    display: flex;
    justify-content: center;
    gap: 2px
  }

  .prices .prices-rating .rate {
    margin: 33px -63px 0 0
  }

  .background .data {
    position: absolute;
    margin: -202px 37%;
    text-align: center
  }

  .client-profile .best-selling .card {
    background: #dedfe3;
    border: none;
    border-radius: 15px;
    height: 146px;
    width: 148px;
    margin: 41px 0 30px
  }

  .best-selling .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 123px;
    height: 129px
  }

  .client-profile .best-selling .card-body p {
    font-size: 13px;
    margin: -7px -8px;
    height: 61px;
    width: 100%
  }

  .client-profile .best-selling .col-lg-3.col-md-3 {
    width: 33%
  }

  .client-profile .dropdown:hover .dropdown-content {
    display: block;
    width: 100%;
    z-index: 1000;
  }

  #tabs.client-profile .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #2b3990;
    font-size: 14px;
    margin-top: 0
  }

  .client-profile .nav-tabs {
    padding: 0;
    display: flex;
    flex-wrap: nowrap
  }

  .client-profile .dropdown {
    margin: -67px 0 0;
    width: 87%;
  }

  .client-profile .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .client-profile .best-selling .card-body i {
    margin: -8px 116px;
    padding: 4px 7px;
    font-size: 18px
  }

  /* .client-profile .best-selling .card-body i.bi.bi-pencil {
    margin: -7px -77px;
  } */
  .client-profile #nav-cata .best-selling .card-body i.bi.bi-pencil {
    margin: -7px -77px;
  }

  .client-profile .best-selling .card-body {
    margin-top: 85px
  }

  .promot-btn {
    text-align: center;
    width: 100%
  }

  .shop-page .img-info .first-img img {
    width: 97%;
    height: auto;
    margin: -1px 8px;
    object-fit: cover;
  }

  .shop-page .bd-example {
    margin-top: -22px;
    padding: 10px
  }

  .shop-page .dropdown-select.wide {
    width: 100%
  }

  .shop-page .col-lg-12.col-md-12 {
    padding: 24px 12px
  }

  .shop-page .col-lg-12.col-md-12 .form-select {
    display: block;
    width: 100%;
    padding: -.625rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9098b1;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ebf0ff;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -28px 393px
  }

  #B2B-signup .col-lg-5.col-md-5 .bg-check {
    background: #2b3990;
    color: #fff;
    text-align: -webkit-center;
    padding: 15px 109px;
    border-radius: 13px;
    height: 275px;
    margin: -264px 30px 0;
    width: 450px
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 33px 10px 18px;
    white-space: nowrap;
    font-size: 35px
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 761px;
    margin: 9px -332px 0 0
  }

  #B2B-signup .col-lg-6.col-md-6 form .form-select {
    display: block;
    width: 445px
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 445px;
    height: 42px
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 491px;
    text-align: initial;
    padding: 22px;
    margin: 0
  }

  #about-aladdin .row {
    display: flex;
    flex-direction: column-reverse;
    width: 400px
  }

  #about-aladdin.about .row {
    width: 100%;
  }

  #about-aladdin.about {
    text-align: inherit;
  }

  #about-aladdin p {
    text-align: inherit;
    font-size: 14px;
  }

  #about-aladdin h3 {
    text-align: justify;
    font-size: 29px;
    margin: 0;
  }

  .images {
    width: 400px;
    margin: 0 -16px 0 0
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 117px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 151px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 122px
  }

  .img-5 {
    margin: 28px 6px 0 0
  }

  .img-6 {
    margin: -115px -35px 0 0;
    width: 123px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 111px
  }

  .img-8 {
    margin: 5px 73px 0 0
  }

  .about {
    padding: 3% 2%;
    text-align: -webkit-center
  }

  .our-goal img {
    width: 400px;
    border-radius: 11px;
    margin: 37px 0 0
  }

  .surface {
    display: block
  }

  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: 400px;
    margin: 0 30px
  }

  .our-services .two h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
  }

  .our-services .two {
    margin: 122px 0;
    text-align: -webkit-center;
    color: #2b3990;
    background: #ebf0ff;
    width: 402px;
    height: 79px;
    padding: 16px;
    border-radius: 6px
  }

  #why-aladdin .card-body .card-img {
    width: 48%;
    padding: 8px;
    flex: unset;
  }

  #why-aladdin .card-body {
    display: flex;
    flex-wrap: wrap
  }

  #why-aladdin .card-body .card-img img {
    position: unset;
    width: 100%;
  }

  #why-aladdin .card-body .card-content {
    width: 51%;
    font-size: 15px;
    line-height: 27px;
    text-align: start;
    flex: unset;
  }

  #why-aladdin .card {
    width: 400px
  }

  #why-aladdin {
    background: linear-gradient(to top, rgb(43, 57, 144) 0%, rgb(43, 57, 144) 75%, rgb(244, 244, 244) 50%, rgb(244, 244, 244) 100%);
    text-align: -webkit-center
  }

  #why-aladdin .d-flex img {
    height: 82%;
    margin: 0 10% 0 0
  }

  .job-service .card {
    margin: 20px 0;
    width: 100%;
  }

  #job-service .card.two {
    float: inherit;
    margin: 0
  }

  .grow h2 {
    color: #2b3990;
    margin: 10% 0 0;
    font-size: 33px;
    width: 365px;
    font-weight: 900;
    unicode-bidi: plaintext
  }

  .grow .col-lg-12 {
    margin: -69% 56px 0 0
  }

  .breadcrumbs .page-header {
    height: 151px !important
  }

  .confirm {
    text-align: -webkit-center;
    margin: 0 0
  }

  .show-price {
    width: 100%;
    text-align: center
  }

  .offer {
    margin: -30px 73px 0 -30%;
    font-weight: 600;
    height: 7px
  }

  header .dropdown-select.wide {
    width: 139px;
    padding: 11px 22px;
  }

  .modalDialog2>div {
    width: 100%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -170px
  }

  .slider-container .slider .slide {
    width: 377px;
    height: 42%
  }

  .rating-form {
    margin: 32px 0 0;
    width: 100%
  }

  .video-popup {
    display: flex;
    gap: 33px;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 45px
  }

  .video-popup .content h6 {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    color: #2b3990;
    margin: -52px 0 44px
  }

  .video-popup video {
    place-self: center;
    border-radius: 14px;
    padding: 0
  }

  .services .card {
    width: 100%;
    flex-direction: column
  }

  .list {
    display: none
  }

  .list-pc {
    display: block
  }

  #service .row.gy-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse
  }

  .input {
    margin: 204px 0 0
  }

  .frame {
    width: 100%;
    margin: 0 0 20px
  }

  #service input {
    width: 80%
  }

  .services .content {
    width: 81%;
  }

  .services form {
    width: 100%
  }

  .confirm form {
    width: 99%
  }

  #prices.two form {
    width: 100%;
    border: none
  }

  .Vector-input {
    margin: 9px 71% 0 0
  }

  .Vector-input.two {
    position: absolute;
    margin: 39px -7% 0 0
  }

  .breadcrumbs nav.two {
    background-color: #fff;
    padding: 0 0;
    display: flex;
    margin: auto -8px 0 0
  }

  .breadcrumbs nav.three {
    background-color: #fff;
    padding: 8px 0 14px;
    display: flex;
    margin: 0
  }

  #about2 {
    padding: 0px 19px
  }

  .reset-password i.fa-eye,
  .reset-password i.fa-eye-slash {
    margin: -28px 167px
  }

  .order-2 {
    width: 402px;
    margin: 0 -12% 0 0;
    order: 1 !important
  }

  .footer-info.two {
    width: 25%;
    margin: 0 -36px 0 29px
  }

  .features .features-item h3 {
    font-weight: 600;
    font-size: 16px
  }

  .app-btn {
    width: 124px;
    color: #fff;
    margin: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    height: 48px
  }

  .big-txt {
    font-size: 15px;
    color: #fff;
    margin-bottom: 69px;
    display: block
  }

  .big-txt-p {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0;
    margin: 68px 9px 0 7px;
    white-space: nowrap
  }

  .caption {
    color: #fff;
    text-align: center;
    margin: 109px 0 0
  }

  .FullLogo {
    width: 257px
  }

  #tabs {
    margin: 20% 24%
  }

  #features {
    margin: 41px 0 41px 17px
  }

  .side-ads {
    width: 100%
  }

  .slider-container .slider .slide {
    top: 33%
  }

  .our-goal.two .row {
    display: flex;
    flex-direction: column-reverse
  }

  .our-goal.two .col-lg-7 {
    margin: 30px -1px 0 0;
    width: 100%
  }

  #B2B-signup .col-lg-1.col-md-1 img {
    width: 100%;
    height: 100%
  }

  .home #service .row .col-lg-6 {
    width: 50%
  }

  #service .row.gy-4 {
    display: flex;
    justify-content: space-between;
    flex-direction: row
  }

  .office {
    display: flex;
    flex-wrap: nowrap;
    margin: 34px -5% 0;
    justify-content: space-between
  }

  .office-img img {
    width: 137px;
    border-radius: 6px;
    height: 88px
  }

  .mup-msg .mup-msg {
    margin: 11px -51px 9px
  }

  #prices.two .section-selected {
    margin: 30px -42% 0 0
  }

  .q-payment .packages-table {
    padding: 0;
    margin: 38px 0 0
  }

  #service #prices {
    width: 111%;
    margin: -61px -5%;
  }

  .breadcrumbs nav ol {
    margin: 0 0px 0 0;
    padding: 0 8px;
  }

  .client-profile .best-selling .card-img img {
    width: 129px;
    height: 129px;
  }
}

@media(max-width: 673.5px) {
  #footer .logo {
    justify-content: center
  }

  .cataloge-page .best-selling .card-body {
    margin-top: 97px;
  }

  .client-profile #nav-cata .best-selling .col-lg-3.col-md-3 {
    width: 50%;
    margin: 101px 0 0;
  }

  .banar-bg img {
    height: 183px;
  }

  .hero-img img {
    width: 158px;
    margin: 9px 4%;
  }

  .our-services .slider-container .slider .slide:nth-child(4) h2 {
    font-size: 31px;
    margin: 196px 13% 0;
  }

  .our-services .slider-container .slider .slide h2 {
    font-size: 31px;

  }

  .slider-container .slider {
    width: 522px;
  }

  .our-services .slide.active .two {
    width: 448px;
    margin: 351px -73px 0;
    padding: 11px;
  }

  .our-services .two h5 {
    font-size: 14px;
  }

  #why-aladdin .card-body .card-img {
    width: 100%;
  }

  #why-aladdin .card-body .card-img img {
    width: 50%;
  }


  #why-aladdin .card-body .card-content {
    width: 100%;
  }

  .order-2 {
    width: 402px;
    margin: 0 -4% 0 0;
    order: 1 !important;
  }

  .search-box.b2c {
    padding: 0;
    margin: 30px 33px 0 -7px;
    width: 45px;
  }

  .search-box.b2c i {
    margin: 3px 5px 0;

  }

  .bi.bi-currency-dollar,
  .bi.bi-currency-dollar:focus {
    font-size: 21px;
    margin: 0 -2px 0 19px
  }

  .navbar a i.bi.bi-currency-dollar,
  .navbar a i.bi.bi-currency-dollar:focus {
    font-size: 21px;
    margin: 0 -2px 0 9px
  }

  .ala-bannar {
    width: 460px;
    margin: 0 -457px
  }

  .pricing .free-package {
    height: 217px
  }

  .shop-now span.num-cart {
    position: absolute;
    margin: 12px -7px 0;
    background: #ff941f;
    border-radius: 11px;
    padding: 0 5px;
    font-size: 11px;
    color: #2b3990;
    font-weight: 900
  }

  .cahnge-cover button {
    width: 39%
  }

  .price-navm {
    display: block;
    color: #ffff;
    margin: 2px 0 0 -12px;
    font-size: 17px
  }

  .price-navm {
    font-size: 19px
  }

  .price-navc {
    display: none
  }

  .search-box {
    padding: 0;
    margin: 35px 3px 0 0
  }

  .free-package {
    margin-bottom: 63px !important
  }

  .pricing .pricing-item {
    box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
    background: #f2f2f2;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 18px;
    width: 465px
  }

  .modalDialog9 .form-group i.fa-eye,
  .modalDialog9 .form-group i.fa-eye-slash {
    margin: -28px 351px
  }

  .one-offline-offer .col-5 {
    width: 84%
  }

  .sort-by .best-selling .col-md-3 {
    flex: 0 0 auto;
    width: 50%
  }

  .sort-by .best-selling .col-lg-3.col-md-3 {
    padding: 0 33px 90px 0
  }

  .my-fav .card .card-img img {
    width: 147px;
    height: 97px
  }

  .my-fav .card .card-img {
    padding: 12px;
    width: 166px
  }

  .my-fav .card .card-description p {
    margin: 17px 2px -1px;
    font-weight: bolder;
    font-size: 17px
  }

  .my-fav .card .card-description button {
    margin: 16px 17px 0;
    color: #fff;
    border: none;
    padding: 2px;
    border-radius: 5px;
    font-weight: 700;
    width: 99px
  }

  .my-fav .card .card-description .d-flex.justify-content-between div i {
    font-size: 19px
  }

  .my-fav .card .card-description .d-flex.justify-content-between div .bi-heart-fill {
    position: absolute;
    margin: -13px -9px;
    color: #f22828
  }

  .my-fav .card .card-description .d-flex.justify-content-between div .bi-suit-heart-fill {
    position: absolute;
    margin: -13px -9px;
    color: #000
  }

  .my-fav .card .card-description .d-flex.justify-content-between div {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 21px;
    margin: 0 0 0 29px
  }

  .my-fav .card {
    display: flex;
    width: 100%;
    flex-direction: row;
    border: none;
    margin: 0 0 29px
  }

  .orders-b2c .list {
    display: none !important
  }

  .orders-b2c .list-pc {
    display: block !important
  }

  .orders-b2c .card .card-head p {
    margin: 10px 0;
    font-size: 15px
  }

  .orders-b2c .card .card-head h5 {
    font-size: 15px;
    width: 50%;
  }

  .orders-b2c .card .card-head button {
    width: 115%;
  }

  .orders-b2c .card .card-head {
    flex-direction: column;
    align-items: center;
  }

  .orders-b2c .card .card-head div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 83%;
  }

  .orders-b2c .card .card-head div.btn-mo {
    display: block;
  }

  .order-details .order-img {
    width: 35%
  }

  .grow h2 {
    color: #2b3990;
    margin: 24% 0 0;
    font-size: 27px;
    width: 261px
  }

  .grow p {
    margin: 18px 0 -63px;
    font-size: 15px
  }

  .grow .col-lg-12 {
    margin: -401px -1% 0 0
  }

  .tab-rate .col-lg-6.col-md-12.second .card p {
    margin: -16px 0 8px;
    width: 79%
  }

  .tab-rate {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin: 36px 0%;
    gap: 9px
  }

  #B2B-signup {
    margin-top: 16%;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 0
  }

  [dir=ltr] .shop-now {
    margin: 5px 33px 0 21px
  }

  #tabs {
    margin: 25% 15%
  }

  .footer .footer-info .logo img {
    max-height: fit-content;
    margin: 0;
    width: 80%;
  }

  .footer .social-links a {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .mobile-navbar {
    display: block;
    margin: 0 -17px 0 19px
  }

  .computer-navbar {
    display: none
  }

  .mobile-navbar ul {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    align-items: center
  }

  .mobile-navbar ul li svg {
    color: #fff
  }

  .footer-info.one {
    width: 100%;
    margin: 0 -11px 0 29px
  }

  .footer-info.two {
    width: 100%;
    margin: 0 11px 0 29px
  }

  .mobile .footer-links {
    display: none
  }

  .footer-links {
    width: 100%
  }


  .shop-now-btn {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 422px;
    margin: 0 28px
  }

  .hero .dropdown-select.wide {
    width: 112px;
    margin: -15px 0
  }

  .hero form {
    width: 372px;
    flex-direction: row-reverse;
    margin: 0 31px;
    height: 59px
  }

  .shop-btn {
    margin: 11% -3px 0;
    width: 139px;
    height: 45px
  }

  [dir=ltr] .hero form {
    width: 331px;
    flex-direction: row-reverse
  }

  .flex2 {
    display: flex;
    align-items: flex-start;
    margin: 0
  }

  #service .card-description .card-item {
    column-gap: 1px;
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    row-gap: 1px;
    margin: 0 13px;
  }

  .mup-msg .mup-msg {
    margin: 11px -125px 9px
  }

  .payment-body div img {
    width: 37px;
    margin: 0 1px
  }

  .payment.b2c .confirm-order .your-rating {
    padding: 0 19px;
    margin-top: 4%
  }

  .log-out-btn {
    display: block
  }
}

.best-selling .card-body span.myhint {
  color: red;
  margin: 47px 2px;
  font-size: 14px
}

@media(max-width: 560px) {
  .features .features-item h3 {
    font-size: 15px;
    width: 43%;
    text-align: center
  }

  .services .card .collapsible {
    margin: 0 0px -18px;
    width: 88%;
  }

  .services .cata-prod #nav-cata .best-selling .card-body p {
    margin: 0 0 !important;
    font-size: 12px;
  }

  .services .cata-prod #nav-cata .best-selling .card-body p.description {
    margin: -80px -2px !important;
  }

  #service h3 {
    margin: 0 6px;
  }

  .one-offline-offer button.buy-offer {
    width: 43%;
    margin: 23px 29% 0;
  }



  .client-profile .best-selling .card-img.two img,
  .client-profile .best-selling .card-img.three img {
    width: 127px;
    height: 121px;
  }

  .client-profile .best-selling .card-img.two {
    margin: -66px -25px;
    rotate: 119deg;
  }

  .client-profile .best-selling .card-img.three {
    margin: -69px -19px;
    rotate: 55deg;
  }

  .client-profile #nav-cata .best-selling .card {
    height: 182px;
    width: 158px;
  }

  .testimonials {
    padding: 0;
  }

  .order-lg-first img {
    width: 416px;
    height: 196px;
  }

  .hero .dropdown-select .lst {
    width: 135px;
    height: 127px;
    margin: -7px -10px;
    font-size: 12px;
  }

  .dropdown-select .option {
    line-height: 29px;
  }

  .img-with-curve h1 {
    font-size: 46px;
    line-height: 55px;
  }

  .our-goal img {
    width: 100%;
    margin: 0 0
  }

  .our-goal.two button {
    width: 108px;
    height: 39px;
    font-size: 14px;
    margin: 0 0 18px;
  }

  #why-aladdin .our-team {
    padding: 36px 9px;
  }

  .our-goal h3,
  #why-aladdin .details h3 {
    font-size: 23px;
  }

  .our-goal p,
  #why-aladdin .details p,
  .our-goal.two p {
    font-size: 14px;
  }

  #why-aladdin .our-team p {
    font-size: 11px;
    margin: 0;
  }

  #why-aladdin .our-team h3 {
    font-size: 20px;
  }

  .our-services .two h5 {
    font-size: 12px;
  }

  .our-services .slide.active .two {
    width: 300px;
    margin: 311px -15px 0;
    padding: 10px;
  }

  .our-goal button {
    width: 112px;
    font-size: 14px;
  }

  .our-services {
    padding: 58px 0 0;
  }

  .our-services .slider-container .arrow-right {
    top: 110%;
    right: 17%;
  }

  .our-services .slider-container .arrow-left {
    left: 17%;
    top: 110%;
  }

  #why-aladdin .card-body .card-content h2 {
    font-size: 24px
  }

  .albums .album-images .slider-container .slider .slide {
    width: 43%;
    height: 74%;
  }

  .albums .album-images .slider-container .dots {
    margin: -17px 0;
  }

  .albums .album-images .slider-container .arrow-left,
  .albums .album-images .slider-container .arrow-right {
    top: 97%;
  }

  #tab-card .col-lg-6 {
    width: 100%;
    text-align: -webkit-center;
  }

  .section-header.b2b h2 {
    font-size: 35px;
  }

  .sort-by.online-offerss .best-selling {
    margin: 38px 0;
  }

  #openModal11.modalDialog10 .avatar-upload {
    max-width: 100%;
  }

  .job-service .card h3 {
    padding: 10px;
    font-size: 19px;
  }

  .job-service .card p {
    margin: -22px 0 0;
    width: 100%;
    padding: 11px;
    text-align: start;
  }

  .avatar-upload .avatar-edit {
    gap: 0;
    margin: 0;
  }

  .services .best-selling .card {
    background: #dedfe3;
    border: none;
    border-radius: 15px;
    height: auto;
    width: 155px;
    margin: 0;
  }

  .services .best-selling .card .card-img img {
    width: 126px;
    height: 120px;
    margin: 10px 25px;

  }

  .services .best-selling {
    background: #f6f6f6;
    padding: 11px 0;
    margin-top: 20px;
    width: 118%;
    margin: 0 -11%;
  }

  .services .best-selling .card .card-body p {
    padding: 104px 0 117px;
  }

  #tabs.client-profile .best-selling .card-body i.bi-plus::before {
    position: absolute;
    content: "\f4fe";
    margin: -1px -6px;
    font-size: 32px;
  }

  .ala-bannar {
    width: 440px;
    margin: 0 -457px
  }

  .best-selling .card-body span.myhint {
    margin: 70px 18px;
    font-size: 15px
  }

  .pricing .title h5 {
    margin: 123px 0 -99px;
    font-size: 30px
  }

  .bi.bi-currency-dollar,
  .bi.bi-currency-dollar:focus {
    font-size: 21px;
    margin: 0 -2px 0 19px
  }

  .navbar a i.bi.bi-currency-dollar,
  .navbar a i.bi.bi-currency-dollar:focus {
    font-size: 21px;
    margin: 0 -2px 0 9px
  }


  .hero .bd-example {
    margin-top: 16px
  }

  .pricing .packages-btns button {
    width: 25%;
    font-size: 13px
  }

  .background img {
    width: 100%;
    height: 258px
  }

  .background .data div {
    background: #2b3990;
    width: 78px;
    height: 65px;
    border-radius: 50%;
    padding: 0;
    margin: -11px 29px 0;
    color: #fff;
    font-size: 57px
  }

  .background .data div img {
    width: 100%;
    height: 68px;
    margin: 0 0 26px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #fff
  }

  .background .data p {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    margin: 9px 8px;
    white-space: nowrap
  }

  .bi.bi-pencil.change {
    background: #ff941f;
    font-size: 9px;
    position: absolute;
    margin: 48px -77px 0 0;
    width: 19px;
    border-radius: 10px;
    height: 17px;
    padding: 3px
  }

  #prices.two .section-selected {
    position: absolute;
    color: #9098b1 !important;
    margin: 30px -36% 0 0;
    z-index: 0
  }

  .card-description .items span.offer {
    margin: 64px -17% 7px -28%;
  }

  .add-product.quote .form-info .form-body p.offer-imgs img {
    width: 131px;
    margin: 0 1px 33px
  }

  .call-us-btn {
    margin: -69px 0 39px
  }

  .B2B-signup .mup-msg {
    gap: 150px
  }

  .product-Quote .bd-example.timed {
    margin: -58px 227px
  }

  .bd-example.timed {
    position: absolute;
    margin: -58px 61%;
    width: 78px
  }

  .services .card .card-img {
    width: 100%
  }

  .services .card .card-img img {
    width: 200px;
    height: 174px;
    margin: 16px 0
  }

  .order-details .order-img img {
    width: 100%;
    height: 100%;
    margin: 0 0;
  }

  .col-md-3.width img {
    width: 122px;
    margin: 0 5px;
    height: 121px;
    object-fit: cover;
  }

  .our-goal.two {
    padding: 0 0;
    margin: 0
  }

  .sort-by .best-selling .card-body p {
    font-size: 16px;
    margin: 49px -7px;
    height: 73px;
    width: 114px;
    width: 86px
  }

  .sort-by .best-selling .card-body span {
    margin: 0 30px;
    top: 70%;
    left: -12%;
    font-size: 14px
  }

  .sort-by .best-selling .card-body .sale {
    margin: 0 30px;
    top: 79%;
    left: -12%;
    font-size: 14px
  }

  .properties .d-flex h6 {
    font-weight: 700;
    margin: 13px 0;
    width: 29%;
    white-space: nowrap
  }

  .sort-by .best-selling .card-body i {
    top: 183px
  }

  .best-selling .card-body span {
    color: #f7941d;
    font-weight: 800;
    position: absolute;
    margin: 0;
    top: 54%;
    left: 8px;
    font-size: 12px
  }

  .category-page .breadcrumbs.two {
    margin: 0 1px 40px
  }

  .sort-by.online-offerss .best-selling .col-lg-2 {
    flex: 0 0 auto;
    width: 49.666667%
  }

  .sort-by.online-offerss .best-selling .card-body p {
    font-size: 17px;
    font-weight: 700;
    margin: 34px 8px;
    text-align: inherit
  }

  .hero h2 {
    display: none
  }

  .form-group i {
    position: absolute;
    font-size: 18px;
    margin: 6px;
    color: #9098b1;
    margin: 6px -39%
  }

  .form-group i.bi-lock {
    margin: 11px 0;
    right: 42px;
  }

  #tabs .form-group i.fa-eye,
  #tabs .form-group i.fa-eye-slash {
    margin: -28px 60%
  }

  .form-group i.fa-eye,
  .form-group i.fa-eye-slash {
    margin: -28px 52%
  }

  .pricing .pricing-item {
    box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
    background: #f2f2f2;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 18px;
    width: 355px
  }

  .card-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    scroll-behavior: smooth;
    gap: 47px
  }

  .modalDialog10>div {
    width: 458px
  }

  .shoping-cart-all .tab-title {
    position: absolute;
    margin: -116px 26% 0 0;
    font-size: 21px;
    font-weight: 700
  }

  .modalDialog9 .form-group i.fa-eye,
  .modalDialog9 .form-group i.fa-eye-slash {
    margin: -28px 301px
  }

  .modalDialog9>div {
    width: 97%;
    position: relative;
    margin: 7% auto;
    padding: 3% 19px 35px 20px;
    border-radius: 10px;
    background: #fff
  }

  .shoping-cart-all {
    padding: 0
  }

  .one-offline-offer .col-5 {
    width: 98%
  }

  .one-offline-offer img {
    width: 108px;
    height: 104px;
    margin: -14px 0 33px 4px
  }

  .one-offline-offer h4 {
    font-size: 20px
  }

  .one-offline-offer .rating>label {
    width: 21px;
    font-size: 22px
  }

  .one-offline-offer .rate.notchange p {
    font-size: 12px;
    margin: 0 4px
  }

  .one-offline-offer button {
    color: #fff;
    background: #2b3990;
    border: none;
    height: 36px;
    border-radius: 6px;
    width: 31px;
    font-size: 13px;
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card {
    background: #f6f6f6;
    border: none;
    border-radius: 15px;
    height: max-content;
    width: 100%
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-body {
    margin-top: 77px;
    margin: 4px 154px 0 0;
    color: #2b3990;
    font-weight: 700
  }

  .category-page.list-view .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 81px;
    margin-top: 20px;
    margin: 0
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 146px;
    height: 146px
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-body h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    width: 94%;
    height: 140px;
    overflow: hidden;
    margin: 0
  }

  .sort-by .best-selling .card {
    height: 214px;
    width: 189px
  }

  .category-page .background img {
    width: 100%;
    height: 229px;
    padding: 3px;
    border-radius: 40px
  }

  .category-page .breadcrumbs nav ol {
    margin: 79px 14px -101px 0
  }

  .sort-by .best-selling .card-body {
    margin-top: 79px
  }

  .sort-by .best-selling .col-lg-3.col-md-3 {
    padding: 0 0 95px
  }

  .sort-by .best-selling {
    background: #fff;
    padding: 77px 0 81px;
    margin-top: 20px;
    margin: 0 22px 0 8px
  }

  .select__item {
    font-size: 14px
  }

  .confirm-order h5 {
    color: #2b3990;
    font-weight: 700;
    line-height: 82px;
    font-size: 19px
  }

  .confirm-order h6 {
    color: #2b3990;
    font-weight: 700;
    font-size: 14px;
    line-height: 31px;
    width: 85%
  }

  .confirm-order img {
    width: 47px;
    margin: 4px 17px 113px 6px
  }

  .img-with-curve .swiper {
    width: 155%;
  }

  .modalDialog4>div,
  .modalDialog5>div {
    width: 97%;
    position: relative;
    margin: 14% auto;
    padding: 3% 19px 35px 20px;
    border-radius: 10px;
    background: #fff
  }

  .modalDialog4 button,
  .modalDialog5 button {
    font-family: almarai;
    width: 168px;
    margin: 0 22%
  }

  .modalDialog4 .two-flex,
  .modalDialog5 .two-flex {
    display: block;
    gap: 2px
  }

  .modalDialog4 .two-flex .form-control,
  .modalDialog5 .two-flex .form-control {
    width: 38%
  }

  .grow .col-lg-12 {
    margin: -45% 1% 0 0
  }

  .grow img {
    width: 794px;
    overflow: hidden
  }

  .progress-tab .rating>label {
    position: relative;
    width: 8px;
    font-size: 25px;
    font-weight: 300;
    color: #ff941f;
    cursor: pointer
  }

  .progress {
    margin-top: 10px;
    height: 9px;
    width: 92px
  }

  .tab-rate .col-lg-6.col-md-12.second .card .grey,
  .tab-rate .col-lg-6.col-md-12.second .card .green {
    font-size: 12px
  }

  .about-tab {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    flex-wrap: wrap;
    gap: 20px
  }

  .about-public div {
    line-height: 0;
    font-size: 14px
  }

  .prices-details p.offer-imgs {
    width: 164%
  }

  .prices-details .offer-imgs {
    display: flex;
    gap: 14px;
    overflow-x: scroll
  }

  .prices-details .offer-imgs::-webkit-scrollbar {
    display: none
  }

  .prices-details .offer-imgs {
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .add-product.quote {
    padding: 0 12px !important
  }

  .add-product.quote .row {
    background: #fff;
    border-radius: 0 0 10px 10px
  }

  .add-product.quote .col-lg-8.col-md-12 .form-info {
    box-shadow: none
  }

  .add-product.quote .form-info {
    width: 100%;
    margin: 16px 0;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 25px
  }

  .background .data {
    position: absolute;
    margin: -202px 32%;
    text-align: center
  }

  .client-profile .best-selling .col-lg-3.col-md-3 {
    width: 50%
  }

  .furniture .glight img {
    border-radius: 9%;
    height: 112px;
    width: 112px;
  }

  .furniture .glight h6 {
    margin-top: 10px;
    font-size: 14px;
  }

  .furniture .glight {
    width: auto;
    padding: 11px
  }

  .furniture .swiper-slide .glight {
    width: auto;
    padding: 1px;
  }

  .best-selling .glight {
    width: 12.92%;
    padding: 0 0 48px
  }

  .best-selling .card {
    background: #dedfe3;
    border: none;
    border-radius: 15px;
    height: auto;
    width: 155px
  }

  .best-selling .card-img {
    position: absolute;
    margin: -43px -10px 0 0
  }

  .best-selling .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 129px;
    height: 129px
  }

  .best-selling .card-body {
    margin-top: 46px
  }

  .best-selling .card-body p {
    font-size: 13px;
    white-space: initial;
    font-weight: 700;
    margin: 52px -22px 0;
    height: 85px;
    width: 80%
  }

  .best-selling .card-body i {
    font-size: 41px;
    background: #2b3990;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 33px;
    height: 36px;
    margin: 2px 44px 0 0
  }

  .best-selling .card-body i.bi-plus::before {
    position: absolute;
    content: "\f4fe";
    margin: -2px -20px 0 0
  }

  .best-selling {
    background: #f6f6f6;
    padding: 11px 0;
    margin-top: 20px
  }

  .best-selling .head {
    padding: 16px 12px 0
  }

  .best-selling .head h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3990
  }

  .best-selling .head h5 {
    color: #2b3990;
    font-weight: 600;
    font-size: 14px
  }

  .B2B-signup .from-sign-up .form-group i.fa-eye,
  .B2B-signup .from-sign-up .form-group i.fa-eye-slash {
    margin: -29px 268px
  }

  #B2B-signup .col-lg-5.col-md-5 .bg-check {
    background: #2b3990;
    color: #fff;
    text-align: -webkit-center;
    padding: 15px 47px;
    border-radius: 13px;
    height: 275px;
    margin: -263px 30px 0;
    width: 320px
  }

  #B2B-signup .col-lg-6.col-md-6 form .form-select {
    display: block;
    width: 100%
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 310px;
    height: 42px
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 501px;
    margin: 9px -208px 0 0
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 355px;
    text-align: initial;
    padding: 22px;
    margin: 0
  }

  .shop-btn {
    margin: 1% 0 0;
    width: 100%;
    white-space: nowrap;
    height: 43px;
    border-radius: 6px;
    place-content: center;
  }

  .shop-now-btn {
    display: grid;
    gap: 4px;
    width: 98%;
    grid-template-columns: 33.33% 33.33% 33.33%;
    margin: 20px 0 -46px;
  }

  .our-services .slider-container .slider .slide {
    width: 271px;
    height: 52%
  }

  .our-services .slider-container .slider {
    width: 200px;
    height: 409px;
  }

  .our-services .slider-container .slider .slide img {
    width: 94px;
    margin: 36px -18%;
  }

  .our-services .slider-container .slider .slide:nth-child(4) img {
    width: 89px;
    margin: 13px -18%;
  }

  .our-services .slider-container .slider .slide h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 147px 27% 0;
  }

  .our-services .slider-container .slider .slide:nth-child(4) h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 150px 18% 0
  }

  .title h1 {
    font-weight: 900;
    font-size: 36px;
    white-space: nowrap
  }

  #job-service {
    padding: 0 4%;
    height: auto;
    text-align: -webkit-center
  }

  .job-service .card {
    display: block;
  }

  .job-service .card-img {
    width: 282px
  }

  .job-service .card-img img,
  .job-service .card-img video {
    margin: 72px 0 0px
  }

  .job-service .card-description h3 {
    margin: -310px 0 266px;
  }

  .offer {
    margin: -30px -94px 0 -30%;
    font-weight: 600;
    height: 7px
  }

  .v-img {
    width: 85px;
    margin: 15px 0 0;
  }

  .confirm h2 {
    color: #1a8449;
    font-size: 23px;
    font-weight: 700;
    line-height: 56px;
    white-space: normal
  }

  .confirm h3 {
    color: #2b3990;
    font-size: 14px;
    margin: 20px -5px 0 0;
    white-space: break-spaces;
    line-height: 34px
  }

  .breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 0 0;
    padding: 0 34px;
    white-space: break-spaces
  }

  .ask-btn {
    width: 96%;
    text-align: left
  }

  .rating-name p {
    color: #2b3990;
    width: 224px;
    line-height: 30px
  }

  .list-b2b button {
    width: 142px;
    height: 37px;
    margin: 19px -70px 0;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 12px;
  }

  .list-b2b {
    height: auto;
    width: 100%;
    margin: 0 0 44px;
  }

  .list-b2b img {
    width: 100%;
    margin: -68px 0 0;
    height: 192px;
    position: absolute;
  }

  .show-price button {
    color: #fff;
    width: 71%;
    height: 38px;
  }

  .slider-container .slider .slide {
    width: 405px;
    top: 33%;
    height: 46%
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 44%
  }

  .slider-container .dots span::before {
    left: 49%;
    top: -173px
  }

  .reset-password i.fa-eye,
  .reset-password i.fa-eye-slash {
    margin: -28px 29%
  }

  .page-item {
    margin: 0 40px;
  }

  .pagination .page-item a,
  .pagination .page-item a {
    padding: 11px 14px
  }

  #B2B-signup .container {
    margin-top: 47%
  }

  #tab-card img {
    margin: 34px;
    width: 195px
  }

  .card-description .items {
    margin: 19px 30px 19px 0;
    width: 91%;
    color: #2b3990
  }

  .col-lg-9.col-md-6 .card-description .items {
    margin: 19px 22px 19px 0;
    width: 91%;
    color: #2b3990
  }

  [dir=ltr] .card-description .items {
    margin: 19px 30px 19px;
    width: 91%;
    color: #2b3990
  }

  .hero form .btn-primary {
    color: #a8aaae;
    background-color: #fff;
    padding: 3px 38px 39px 44px;
    height: 7px;
    width: 10px;
    margin: -5px 0 0 1px;
    font-size: 28px;
    border: none;
    position: absolute
  }

  #tabs {
    margin: 25% 8%
  }

  .hero form .form-control {
    height: 42px;
    padding: 1px 43px;
    background: #fff;
    color: #2b3990;
    font-weight: 600;
    width: 100%;
    margin: 0 0 0 -258px;
    border: none !important
  }

  [dir=ltr] .hero form .form-control {
    height: 42px;
    padding: 1px 43px;
    background: #fff;
    color: #2b3990;
    font-weight: 600;
    width: 100%;
    margin: 0 -258px 0 0;
    border: none !important
  }

  .country.mobile {
    display: block
  }

  .country {
    display: inline-flex;
    color: #084298;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    margin: 44px -20px 0 36px
  }

  .hero form {
    width: 100%;
    flex-direction: row-reverse;
    height: 99px;
    margin: 0
  }

  #features .col-md-7 {
    margin: -9% -1% 0 0
  }

  #features {
    margin: 41px 0 0 8px
  }

  .app-btn {
    width: 161px;
    margin: 7px 2px;
    height: 50px
  }

  .home .app-btn {
    width: 95px;
    margin: 8px 1px;
    height: 38px
  }

  .FullLogo {
    width: 118px;
    margin: 0 9%
  }

  .icon-img {
    width: 23px;
    padding-left: 0
  }

  .home .icon-img {
    width: 16px;
    padding-left: 0
  }

  .home .big-txt {
    font-size: 10px;
    color: #fff;
    margin-bottom: 69px;
    display: block
  }

  .home .big-txt-p {
    color: #fff;
    font-size: 8px;
    line-height: 14px;
    letter-spacing: 0;
    margin: 68px 15px 0 5px;
    white-space: nowrap
  }

  .big-txt {
    font-size: 17px;
    color: #fff;
    margin-bottom: 69px;
    display: block
  }

  .big-txt-p {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0;
    margin: 68px 15px 0 16px;
    white-space: nowrap
  }

  #service .row .col-lg-6 {
    width: 100%;
    padding: 0;
  }

  .home #service .row .col-lg-6 {
    width: 100%
  }

  .ads-img1 {
    margin: 0 0 33px
  }

  .ads-img2 {
    margin: 0
  }

  .ads.mobile {
    display: none
  }

  .hero-img {
    display: none
  }

  .order-2 {
    width: 100%;
    margin: 0 0% 0 0;
    order: 1 !important
  }

  .only-mobile {
    display: block
  }

  .only-pc {
    display: none
  }

  #about .row .col-lg-6 {
    width: 100%;
    text-align-last: center
  }

  .about .content h3 {
    font-weight: 700;
    font-size: 20px
  }

  .about .content p {
    font-weight: 400;
    color: #2b3990;
    font-size: 14px;
    line-height: 29px;
    width: 91%;
    text-align-last: inherit;
    text-align: inherit
  }

  .footer hr {
    border-top: 2px solid;
    color: #2b3990;
    width: 107%;
    opacity: 1
  }

  .footer .copyright {
    text-align: center;
    color: #2b3990;
    margin: 0 0 18px -38px
  }

  [dir=ltr] .country {
    display: inline-flex;
    color: #084298;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    margin: 44px 12px 0 25px
  }

  .mup-msg .mup-msg {
    margin: 11px -192px 9px
  }

  .services .cata-prod .best-selling .card-img img {
    width: 133px;
    height: 129px;
    margin: 5px 26px;
  }

  .services .cata-prod .best-selling .bi-heart-fill {
    margin: 19px 37px;
  }

  .services .cata-prod #nav-cata .best-selling .card {
    height: 176px;
    width: 154px;
    margin: -2px 0;
  }

  .services .cata-prod .best-selling .card {
    height: 176px;
    width: 154px;
  }


  .services .cata-prod .best-selling .card-img.two img,
  .services .cata-prod .best-selling .card-img.three img {
    width: 115px;
    height: 116px;
  }

}

@media(max-width: 460px) {
  #tabs {
    margin: 25% 5%
  }

  #tabs.client-profile .card-description .items {
    margin: 2px 9px 33px 0;
  }

  .add-product #two.radio {
    margin: 38px 115px;
  }

  .add-product #two-tab.tab {
    margin: 45px -54px 0;
  }

  .add-product #prices.two .mup-msg {
    margin: 7px 0px 12px 27px;
  }

  .add-product #prices.two .dotted-btn .mup-msg {
    margin: 0 0;
  }

  .form-info h3 {
    font-size: 15px;
  }

  .mycontent.two p {
    margin: 6px 0;
  }

  .our-goal-img {
    margin: -10px 0 -3px;
  }

  .payment.b2c .form-body img {
    width: 95px;
    margin: 0 19px 10px 21px;
    height: 95px;
  }

  .payment-foot {
    text-align: -webkit-center;
  }

  .form-info h5,
  .form-info span {
    font-size: 14px;
  }

  .payment-head h6 {
    font-size: 15px;
  }

  .payment.b2c .form-body .quantity h5 {
    margin: 13px 0 12px;
    font-size: 14px;
  }

  .payment.b2c .form-body .quantity p {
    font-size: 13px;
  }

  #stats-counter button {
    margin: -134px -35%;
    width: 72%;
    font-size: 16px;
  }

  #stats-counter img {
    width: 141%;
    height: 52%;
    margin: 0 -19%;
  }

  .surface img {
    width: 30%;
  }

  #why-aladdin .card-body .card-img img {
    width: 100%;
  }

  .albums .album-images .four {
    height: 325px;
  }

  .albums .album-images .two img {
    height: 158px;
  }

  .albums .album-images .one img {
    height: 190px;
  }

  #ratings .rating-name p {
    width: 100%;
  }

  .call-aladdin input {
    margin: 0 0%;
    width: 291px;
    height: 43px;
  }

  .card-item.two .icons {
    padding: 14px 5px;
  }

  .call-aladdin .left-arrow {
    height: 43px;
    margin: -43px 69px 0;
    width: 76px;
  }

  .call-aladdin .left-arrow i {
    font-size: 45px;
    margin: -18px -27px 0;
  }


  .opinion .cards-slider .card {
    width: 347px;
  }

  .ala-bannar {
    width: 306px;
    margin: -55px -312px;
    height: 219px
  }

  #prices.two .mup-msg {
    gap: 155px
  }

  .package-cons .package-cons-body {
    padding: 0 0
  }

  .package-cons .package-cons-head h5 {
    font-size: 14px
  }

  .services.b2c-kitchen .flag-code {
    left: 5%;
    width: 29%;
    right: unset;
  }

  .services.add-product .mup-msg .mup-msg {
    margin: 11px -145px 9px
  }

  .mup-msg .mup-msg {
    position: absolute;
    left: 99px;
    width: 0px;
    margin: 11px 0;
  }

  .pricing .pricing-item {
    box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
    background: #f2f2f2;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 18px;
    width: 316px
  }

  .our-services .two h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 27px
  }

  .modalDialog10>div {
    width: 363px;
    margin: 39% auto
  }

  .modalDialog9 .form-group i.fa-eye,
  .modalDialog9 .form-group i.fa-eye-slash {
    margin: -28px 211px
  }

  .online-offer .col-4 {
    width: 100%
  }

  .select__item {
    font-size: 12px
  }

  .b2c-kitchen .col-lg-4.col-md-8 {
    margin: 0 0% 0 0
  }

  .services.b2c-kitchen form {
    border: none;
    width: 100%;
    margin: 10px 0;
  }

  .b2c-kitchen {
    padding: 0 31px !important
  }

  .b2c-kitchen-title {
    margin: 0 0 -30px;
    padding: 33px 19px;
  }

  .offers-section img {
    width: 50%;
    padding: 7px;
    border-radius: 15px;
    height: 158px;
    object-fit: fill
  }

  .img-ban img {
    width: 100%;
    border-radius: 10px;
    height: 134px
  }

  #B2B-signup .col-lg-5.col-md-5 .bg-check {
    background: #2b3990;
    color: #fff;
    text-align: -webkit-center;
    padding: 12px 5px;
    border-radius: 13px;
    height: 249px;
    margin: -193px 30px 0;
    width: 236px
  }

  .B2B-signup {
    width: 100%;
    margin: 15% -39px 0
  }

  #B2B-signup {
    margin-top: 35%;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 0;
    width: 316px
  }

  #B2B-signup .col-lg-6.col-md-6 form {
    width: 346px;
    text-align: initial;
    padding: 22px;
    margin: 0
  }

  .B2B-signup .image_preview {
    z-index: 0;
    width: 301px;
    height: 42px
  }

  .B2B-signup .commercial-register .drop_target::before,
  .B2B-signup .ID .drop_target::before,
  .B2B-signup .tax-card .drop_target::before {
    width: 482px;
    margin: 9px -194px 0 0
  }

  .decor-btn button {
    color: #6a6a6a;
    background: #ebf0ff;
    padding: 2px 0 6px;
    border-radius: 5px;
    border: none;
    margin: 9px 0 0;
    height: 42px;
    font-size: 11px;
    width: 68px
  }

  .bg-check h3 {
    font-weight: 900;
    padding: 37px 10px 18px;
    white-space: nowrap;
    font-size: 27px
  }

  #B2B-signup {
    margin-top: 19%;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 0
  }

  .shop-btn img {
    width: 18px
  }

  .shop-btn span {
    color: #2b3990;
    font-size: 11px;
    font-weight: 700
  }

  .my-offers .request .decor-btn button {
    padding: 0;
    width: 91px;
    font-size: 12px
  }

  .services .my-offers .request .card {
    padding: 0
  }

  .ask-btn button {
    width: 100%;
    background: #2b3990;
    color: #fff
  }

  .slider-container .slider .slide {
    width: 339px;
    height: 39%
  }

  #prices form {
    width: 100%;
    border: none
  }

  .images {
    width: auto;
    margin: 0 -16px 0 0
  }

  #about-aladdin .row {
    display: flex;
    flex-direction: column-reverse;
    width: auto
  }

  #why-aladdin .card {
    width: auto
  }

  #why-aladdin .details {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    width: 100%;
    line-height: 23px;
    margin: 0
  }

  .our-goal .row {
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-evenly;
    width: auto;
    margin: 0
  }

  .partners .col-lg-12 {
    padding: 57px
  }

  .partners h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: almarai
  }

  .partners p {
    font-size: 15px
  }

  .title h1 {
    font-weight: 900;
    font-size: 31px;
    white-space: nowrap
  }



  .grow {
    text-align: left;
    height: auto;
    margin: 0 0 86px;
  }

  .grow .col-lg-12 {
    margin: -51% 0% 0
  }

  .grow h2 {
    color: #2b3990;
    margin: 26% 0 0;
    font-size: 28px;
    width: 309px;
    font-weight: 900
  }

  .grow p {
    margin: 19px 0 -65px;
    font-size: 13px;
    width: 83%
  }

  .grow button {
    width: 128px;
    height: 41px
  }
}

@media(max-width: 425px) {
  #tabs {
    margin: 25% 2%
  }

  .img-with-curve #bottom-oval {
    width: 111%;
    bottom: 57px;
  }

  .img-with-curve h1 {
    font-size: 35px;
    line-height: 46px;
  }

  .img-with-curve #strip-item {
    height: 215px;
  }

  .services.add-product .mup-msg .mup-msg {
    margin: 11px -173px 9px
  }

  .shop-btn {
    gap: 2px;
    height: 39px;
  }

  .shop-now-btn {
    gap: 1px;
    width: 99%;
  }

  .shop-btn span {
    font-size: 10px;
  }

  .shop-btn img {
    width: 17px;
  }

  .payment.b2c .your-rating {
    padding: 0 10px;
    margin-top: -19px
  }

  #contact-us {
    padding: 31px 29px
  }

  .payment.b2c {
    margin-top: -17px;
    padding: 0
  }

  .tut video {
    height: 221px;
    border-radius: 10px;
    min-width: 247px;
    margin: 28px 0
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 131px;
    height: 130px
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .rating>label {
    position: relative;
    width: 1em;
    font-size: 20px;
    font-weight: 300;
    color: #ff941f;
    cursor: pointer
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-img p {
    color: #ff941f;
    margin: 2px 38px
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-body {
    margin-top: 77px;
    margin: 4px 133px 0 0;
    color: #2b3990;
    font-weight: 700
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-body h5 {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    width: 100%;
    margin: 4px 0 28px
  }

  .sort-by .best-selling .col-lg-12.col-md-12 .card-body i {
    font-size: 40px;
    background: #2b3990;
    color: #ff941f;
    border-radius: 50%;
    position: absolute;
    width: 33px;
    height: 34px;
    margin: -27px -7% 0 0
  }

  .select {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%
  }



  .img-1 {
    margin: -22px 13px 0 47px;
    width: 102px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 130px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 106px
  }

  .img-5 {
    margin: 28px 6px 0 0
  }

  .img-6 {
    margin: -115px -35px 0 0;
    width: 106px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 100px
  }

  .img-8 {
    margin: 5px 73px 0 0;
    width: 100px
  }

  .offer {
    margin: -30px -139px 0 -30%;
    font-weight: 600;
    height: 7px
  }

  .slider-container .slider .slide {
    width: 310px;
    height: 35%
  }

  .modalDialog2>div {
    width: 100%;
    height: 57%
  }

  .caption {
    color: #fff;
    text-align: center;
    margin: 77px 0 0
  }

  .empty-cart {
    padding: 6px
  }

  .add-product-title {
    margin: 114px 0 -1px;
    padding: 6px
  }

  .add-product {
    padding: 25px 34px !important
  }

}

.avatar-upload .avatar-edit input+label {
  white-space: nowrap
}

@media(max-width: 407px) {
  #tabs {
    margin: 25% 0%;
    width: 100%
  }

  .client-profile .best-selling .card-body i {
    margin: -8px 110px;
  }

  #nav-cata {
    width: 109%;
  }

  .client-profile #nav-cata .best-selling {
    width: 101%;
    margin: 0 -6%;
  }

  .client-profile #nav-post .best-selling {
    width: 104%;
    margin: 9px -5%;
  }

  #service #prices {
    width: 120%;
    margin: -61px -10%;
  }

  .our-services .two h5 {
    font-size: 12px;
  }

  .slider-container .dots span {
    width: 10px;
    margin-bottom: 0;
  }

  .slider-container .dots span.active::before {
    width: 10px;
    height: 10px;
  }

  .our-services .slider-container .arrow-left {
    left: 20%;
    top: 94%;
  }

  .our-services .slider-container .arrow-right {
    right: 20%;
    top: 94%;
  }

  .our-services .slider-container .dots {
    margin: 20px 0 0;
  }

  .our-services .slide.active .two {
    width: 148%;
    margin: 230px -51px 0;
    padding: 6px;
  }

  .title h1 {
    font-size: 24px;
  }

  .b2-btn button {
    padding: 5px 6px;
    height: 31px;
    width: 43px;
  }

  .our-services .title {
    height: 29px;
  }

  .services .best-selling .card .card-body i {
    margin: 0 37px;
  }

  .bd-example.timed {
    position: absolute;
    margin: -58px 53%;
    width: 68px
  }

  .cahnge-cover button {
    width: 56%
  }



  .modalDialog10 img {
    height: 205px
  }

  .modalDialog10 h5 {
    margin: 10px 2px 8px 0
  }

  .avatar-upload .avatar-edit input+label {
    white-space: nowrap
  }

  .home .app-btn {
    width: 85px;
    margin: 8px 1px;
    height: 35px
  }

  .home .big-txt-p {
    margin: 68px 6px 0 4px
  }

  #stats-counter {
    margin: 0 0 -532px
  }

  .properties .d-flex h6 {
    font-weight: 700;
    margin: 13px 17px;
    width: 29%
  }

  .sort-by .best-selling .card-img .sold-out {
    height: 42px;
    padding: 10px 38px;
    font-size: 14px;
    margin: 0 -9px;
    white-space: nowrap
  }

  .sort-by .best-selling .card-body .sale {
    color: #f7941d;
    font-weight: 800;
    position: absolute;
    margin: 0 30px;
    top: 70%;
    left: -13%;
    font-size: 12px
  }

  .sort-by .best-selling .card-body p {
    font-size: 16px;
    font-weight: 700;
    margin: 25px -17px;
    text-align: center;
    height: 81px;
    overflow: hidden
  }

  .priv-trems {
    padding: 13px
  }

  .priv-trems p {
    font-size: 14px
  }

  .sort-by.online-offerss .best-selling .card-body .sale {
    position: absolute;
    top: 140px;
    left: 11%;
    color: #ff941f;
    text-decoration: line-through 1px
  }

  .sort-by.online-offerss .best-selling .card {
    background: #dedfe3;
    border: none;
    border-radius: 15px;
    height: 216px;
    width: 164px;
    margin: 0 0 81px
  }

  .sort-by.online-offerss .best-selling .card-body p {
    font-size: 14px;
    font-weight: 700;
    margin: 44px -12px;
    text-align: inherit
  }

  .sort-by.online-offerss .best-selling .card-body span {
    color: #f7941d;
    font-weight: 800;
    position: absolute;
    margin: 0 9px;
    top: 122px;
    font-size: 12px
  }

  .sort-by.online-offerss .best-selling .card-body i {
    font-size: 45px;
    background: #2b3990;
    color: #ff941f;
    border-radius: 50%;
    position: absolute;
    width: 39px;
    height: 39px;
    margin: 0 99px 0 0;
    top: 184px
  }

  .sort-by.online-offerss .best-selling .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 14px;
    width: 144px;
    height: 144px
  }

  .sort-by.online-offerss .best-selling .card-img .off-sale {
    white-space: nowrap
  }

  .sort-by.online-offerss .best-selling .card-img .sold-out {
    margin: 0 -8px;
    font-size: 16px;
    white-space: nowrap
  }

  .sort-by.online-offerss .best-selling .col-lg-2 {
    flex: 0 0 auto;
    width: 47.666667%
  }

  .payment-body div img {
    width: 29px;
    margin: 0 1px
  }

  .pricing .pricing-item {
    box-shadow: rgba(108, 117, 125, .15) 0 3px 20px -2px;
    background: #f2f2f2;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 18px;
    width: 262px
  }


  .modalDialog10>div {
    width: 323px;
    margin: 39% auto
  }

  .one-offline-offer img {
    width: 76px;
    height: 84px;
    margin: -14px 0 33px 4px
  }

  .one-offline-offer h4 {
    font-size: 17px
  }

  .one-offline-offer .rating>label {
    width: 16px;
    font-size: 18px
  }

  .one-offline-offer h5 {
    font-weight: 700;
    font-size: 14px;
    color: #2b3990
  }

  .one-offline-offer p {
    color: #2b3990;
    font-size: 16px;
    width: 86%
  }

  .img-with-curve #strip-w {
    width: 103%;
  }

  .img-with-curve #top-oval {
    width: 111%;


  }

  .banar-bg img {
    height: 149px
  }

  .b2c-kitchen .login {
    margin: 0 0 17px;
    width: 44%;
    height: 46px;
    border-radius: 5px;
    background: #2b3990;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600
  }

  #tabs.client-profile .best-selling .row {
    padding: 0;
    margin-top: -17px;
    display: flex;
    align-content: stretch;
    row-gap: 79px;
    flex-wrap: wrap
  }

  .our-services .slider-container .slider .slide {
    width: 200px;
    height: 42%;
  }

  .our-services .slider-container .slider .slide h2 {
    font-size: 19px;
    font-weight: 800;
    margin: 116px 27% 0
  }

  .our-services .slider-container .slider .slide:nth-child(4) h2 {
    font-size: 19px;
    font-weight: 800;
    margin: 123px 18% 0
  }

  .our-services .slider-container .slider .slide img {
    width: 80px;
    margin: 26px -20%;
  }

  .our-services .slider-container .slider .slide:nth-child(4) img {
    width: 72px;
    margin: 10px -19%;
  }

  #job-service .card.two {
    float: inherit;
    margin: 0
  }

  .offer {
    margin: -27px -45% 0 -30%;
    font-weight: 600;
    height: 7px
  }

  .offer i {
    color: #f22828;
    font-size: 24px;
    margin: 0 10px 0 0
  }

  .my-offers .request .decor-btn button {
    padding: 0;
    width: 72px;
    font-size: 11px
  }

  .breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    margin: 3px 7px 0 0;
    font-size: 11px;
    padding: 0;
    white-space: break-spaces;
    align-items: center
  }

  .breadcrumbs nav ol a {
    color: #2b3990;
    transition: all .3s ease 0s;
    font-size: 12px;
    margin: 0 7px;
  }

  .breadcrumbs nav ol li+li::before {
    padding: 0
  }

  .tab-title {
    position: absolute;
    margin: -118px 92px 0 0
  }

  #tabs .form-group i.fa-eye,
  #tabs .form-group i.fa-eye-slash {
    margin: -28px 72%
  }

  .form-group i.fa-eye,
  .form-group i.fa-eye-slash {
    margin: -32px 26%
  }

  .login img {
    color: #fff;
    margin: -3px 43px 0 -73px;
    width: 18px
  }

  .login i.fa-facebook {
    margin: -5px 37px 0 0
  }

  [dir=ltr] #features .col-md-7 {
    margin: 8% 7% 13% 41%
  }

  .login i.fa-apple {
    margin: -2px 50px 0 0
  }

  .slider-container .slider .slide {
    width: 210px;
    height: 24%
  }

  .img-1 {
    margin: -22px 13px 0 47px;
    width: 86px
  }

  .img-2 {
    margin: -25px -25px 0 0
  }

  .img-3 {
    width: 101px
  }

  .img-4 {
    margin: -44px 63px 0 0;
    width: 86px
  }

  .img-5 {
    margin: 28px 6px 0 0;
    width: 82px
  }

  .img-6 {
    margin: -114px -5px 0 0;
    width: 79px
  }

  .img-7 {
    margin: -38px 8px 0 -51px;
    width: 85px
  }

  .img-8 {
    margin: 5px 73px 0 0;
    width: 85px
  }

  .best-selling .head h3 {
    margin: 0 -5px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #2b3990
  }

  .shoping-cart .best-selling .card-body .sec h6 p {
    font-size: 16px
  }

  .best-selling .card-body i.delete-cart {
    font-size: 20px;
    margin: -135px 90px -45px
  }

  .best-selling .card-img img {
    width: 117px;
    height: 121px
  }

  .shoping-cart .twoo h6 {
    font-size: 15px
  }

  .my-fav .card .card-description p {
    margin: 17px 2px -1px;
    font-weight: bolder;
    font-size: 14px
  }

  .my-fav .card .card-img img {
    width: 120px;
    height: 97px
  }

  .my-fav .card .card-img {
    padding: 12px;
    width: 140px
  }

  .my-fav .card .card-img {
    padding: 6px;
    width: 140px
  }

  .my-fav .card .card-description button {
    margin: 16px 17px 0;
    color: #fff;
    border: none;
    padding: 2px;
    border-radius: 5px;
    font-weight: 700;
    width: 79px;
    font-size: 12px
  }

  .orders-b2c .card {
    border: 1px solid #ebf0ff;
    padding: 7px;
    margin: 0 0 24px;
    width: 100%
  }

  .order-details .order-img {
    width: 48%
  }

  .orders-b2c .card .card-body h5 {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    gap: 2px;
    white-space: nowrap
  }

  .orders-b2c .card .card-body .order-details .price-details h5 {
    font-size: 12px;
  }

  .order-details .price-details p {
    margin: 0 4px 0 0;
    font-size: 12px;
    font-weight: 400
  }

  .orders-b2c .card .card-head button {
    width: 100%;
    margin: 12px 0 0;
  }

  .background .data {
    position: absolute;
    margin: -202px 28%;
    text-align: center
  }

  .payment.b2c .form-info {
    background: #f6f6f6;
    color: #2b3990;
    padding: 25px 19px;
    width: 100%;
    margin: -1px 0 0
  }

  .confirm-order h5 {
    color: #2b3990;
    font-weight: 700;
    line-height: 78px;
    font-size: 16px
  }

  .sort-by .best-selling .card {
    height: 181px;
    width: 148px
  }

  .sort-by .best-selling .card-img {
    position: absolute;
    margin: -43px 9px
  }

  .sort-by .best-selling .card-body i {
    font-size: 45px;
    background: #2b3990;
    color: #ff941f;
    border-radius: 50%;
    position: absolute;
    width: 39px;
    height: 39px;
    margin: -33px 92px
  }

  .sort-by .best-selling .card-img img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 10px solid #fff;
    border-radius: 37px;
    width: 132px;
    height: 132px
  }

  .img-with-curve .swiper {
    width: 149%;
    height: 262px;
  }

  .sort-by .best-selling .card-body p {
    font-size: 13px;
    font-weight: 700;
    margin: 33px -13px;
    width: 88px;
    height: 65px
  }

  .sort-by .best-selling .card-body {
    margin-top: 59px
  }

  .sort-by .best-selling .card-body span {
    color: #f7941d;
    font-weight: 800;
    position: absolute;
    margin: -16px 0 0 21px;
    font-size: 11px
  }

  .shoping-cart-all .tab-title {
    position: absolute;
    margin: -94px 26% 0 0;
    font-size: 21px;
    font-weight: 700
  }

  #why-aladdin.about {
    padding: 0;
    text-align: -webkit-center
  }

  #why-aladdin {
    padding: 0
  }


  #why-aladdin .card {
    margin: 0 -20px 0 -22px
  }

  .call-aladdin h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 900
  }

  .call-aladdin h1 hr {
    border-top: 4px solid;
    width: 64%;
  }

}

.image-container {
  margin: 12px 12px 0;
  width: 60px;
  height: 120px;
  position: relative;
  cursor: auto;
  pointer-events: unset
}

.image-container:before {
  z-index: 3;
  content: "\2716";
  align-content: center;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  color: #fff;
  position: absolute;
  top: -5px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e50000;
  pointer-events: all;
  cursor: pointer
}

.image-preview {
  position: absolute;
  width: 72px;
  height: 66px;
  border-radius: 12px
}

.code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0
}

.code {
  border-radius: 5px;
  font-size: 32px;
  height: 48px;
  width: 48px;
  border: 1px solid #eee;
  margin: 1%;
  text-align: center;
  font-weight: 300
}

.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.code:valid {
  border-color: #3498db;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .25)
}

.info {
  background-color: #eaeaea;
  display: inline-block;
  padding: 10px;
  line-height: 20px;
  max-width: 400px;
  color: #777;
  border-radius: 5px
}

@media(max-width: 600px) {
  .code-container {
    flex-wrap: wrap
  }

  .code {
    font-size: 60px;
    height: 80px;
    max-width: 70px
  }
}

table {
  border-collapse: collapse;
  width: 100%
}

th,
td {
  padding: 8px
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.collapse {
  display: none
}

.clear {
  float: none;
  clear: both
}

.rating {
  unicode-bidi: bidi-override;
  direction: initial
}

.rating>label:hover,
.rating>label:hover~label,
.rating>input.radio-btn:checked~label {
  color: transparent
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating>input.radio-btn:checked~label:before,
.rating>input.radio-btn:checked~label:before {
  content: "\2605";
  color: #ff941f
}

.star_full {
  content: "\2606";
  color: gold
}

.exceeded-size {
  display: none
}

input[type=file] {
  display: block
}

.imageThumb {
  max-height: 97px;
  border: NONE;
  padding: 0;
  cursor: pointer;
  width: 100%
}

.pip {
  display: inline-block;
  margin: 10px 10px 0 0
}

.pip .remove {
  display: block;
  background: #e60d0d;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  margin: -106px -7px;
  width: 22px;
  border-radius: 100%;
  font-size: 11px
}

.field.multiple-uploader #files {
  height: 0;
  margin: 0;
  padding: 0
}

.decrement-btn {
  background: #2b3990;
  color: #ff941f;
  border: none;
  width: 50px;
  font-size: 25px;
  height: 48px;
  border-radius: 0 16px 16px 0
}

.qty-input {
  width: 62px;
  font-size: 18px;
  margin: 0 -6px !important;
  text-align: center;
  height: 48px;
  border: 2px solid #2b3990;
  color: #2b3990;
  font-weight: 800
}

.increment-btn {
  background: #2b3990;
  color: #ff941f;
  border: none;
  height: 48px;
  width: 50px;
  font-size: 25px;
  border-radius: 16px 0 0 16px
}

.no-res h2 {
  color: #2b3990
}

.empty-cart .no-res button {
  width: 100%
}

.empty-cart .no-res.confirm h3 {
  color: #2b3990;
  font-size: 18px;
  margin: 20px -5px 0 0;
  white-space: normal;
  line-height: 16px
}

.online-offer .row {
  row-gap: 28px
}

.user-nav {
  color: #ffff;
  width: 120px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  margin: 8px 0 0
}

.noUi-target {
  position: relative;
  direction: ltr
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0
}

.noUi-handle {
  position: relative;
  z-index: 1
}

.noUi-stacking .noUi-handle {
  z-index: 10
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
  height: 7px
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 16px;
  left: -9px;
  top: -4px;
  border-radius: 100%
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

.noUi-background {
  background: #2b3990;
  box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
  background: #ff941f;
  border: none
}

.noUi-origin {
  border-radius: 10px
}

.noUi-target {
  border-radius: 10px;
  border: none;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}

.noUi-draggable {
  cursor: w-resize
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize
}

.noUi-handle {
  border: 1px solid #d9d9d945;
  border-radius: 3px;
  background: #ff941f;
  cursor: pointer
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #2b3990;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-size: 13px
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -38px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  top: -37px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #9098b12e !important
}

.select2 .select2-container .select2-container--default .select2-container--focus {
  border: 1px solid #9098b12e !important
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #9098b12e !important
}

.select2-search__field {
  background-color: #fff !important
}

.select2-dropdown .select2-dropdown--below {
  border: 1px solid #9098b12e !important
}

.select2-results {
  background-color: #fff;
  height: auto;
  color: #222
}

.select2-results__options {
  height: auto
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 270px !important
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 42px !important;
  user-select: none;
  -webkit-user-select: none
}

.select2-search.select2-search--inline {
  display: none
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: max-content
}

.about.sliders .card .card-item p {
  white-space: normal;
  line-height: 19px;
  height: 60px;
  margin: 0;
  text-align: justify
}

.about.sliders .card .card-item .icons p {
  line-height: 0;
  height: 0;
  margin-top: 23px;
  margin-bottom: 1rem;
  width: max-content;
  font-size: 11px
}

.ratings.write-your-rate {
  display: flex;
  align-items: flex-end;
  margin: 34px 15px
}

.ratings.write-your-rate img {
  width: 40px;
  margin: -8px -8px 0 0;
  border-radius: 50%;
  height: 40px;
  object-fit: cover
}

.sort-by.online-offerss {
  padding: 0
}

.ratings.write-your-rate .rating-name h6 {
  color: #000;
  font-weight: 600;
  margin: 0 7px -18px
}

.ratings.write-your-rate .rating-name form {
  border: none;
  margin: 0;
  width: auto;
  padding: 17px 6px
}

#service .ratings.write-your-rate .rating>label {
  position: relative;
  width: 1em;
  font-size: 25px;
  font-weight: 300;
  color: #ff941f;
  cursor: pointer
}

.footer .footer-links .lst ul li.option.selected {
  display: none
}

.prices .prices-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.orde {
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  height: 48px;
  padding: 7px 0;
  border-radius: 56px;
  width: 300px
}

.ord-general {
  color: #2b3990;
  font-weight: 600;
  border: none;
  background: 0 0;
  width: 141px
}

.ord-me {
  border-radius: 38px;
  background: #2b3990;
  color: #fff;
  border: none;
  height: 45px;
  width: 152px;
  margin: -6px 0
}


@media(max-width: 425px) {
  .my-fav .card .card-description h3 {
    font-size: 15px;
    margin-top: 26px;
    font-weight: 600;
    width: 101px
  }

  .decrement-btn {
    width: 45px;
    height: 38px
  }

  .qty-input {
    width: 53px;
    height: 38px
  }

  .increment-btn {
    width: 45px;
    height: 38px
  }

  .sec h6 {
    font-size: 16px
  }

  .shoping-cart h6 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3990;
    margin: 0 10px 71px
  }
}

@media(min-width: 1820px) {
  #main {
    padding: 0 5%
  }
}

@media(min-width: 2000px) {
  #main {
    padding: 0 10%
  }
}

@media(min-width: 2100px) {
  #main {
    padding: 0 15%
  }
}

@media(min-width: 2400px) {
  #main {
    padding: 0 20%
  }
}

@media(min-width: 3000px) {
  #main {
    padding: 0 25%
  }
}

@media(min-width: 4000px) {
  #main {
    padding: 0 30%
  }
}

@media(min-width: 6000px) {
  #main {
    padding: 0 35%
  }
}

.cards-slider .card {
  border: 1px solid #333;
  max-width: 250px;
  border-radius: 3px;
  margin: 0 auto;
  transition: box-shadow .25s;
  transition-timing-function: ease-in-out;
  transform: scale(.94);
  height: 333px
}

.cards-slider .card img {
  display: block;
  max-width: 100%;
  height: auto;
  background-color: #eee
}

.cards-slider .card .card-text-content {
  padding: 0 .5rem
}

.cards-slider .swiper-slide {
  width: 265px
}

.cards-slider.reels .swiper-slide {
  width: 223px
}

.cards-slider.reels {
  background: #fff;
  padding: 11px 0;
  margin-top: 20px
}

.cards-slider .swiper-container {
  padding-bottom: 1rem
}

.cards-slider .cards-slider {
  padding-top: 2.5rem
}

.cards-slider .swiper-slide {
  transform: scale(.94);
  transition: transform .25s
}

.cards-slider .swiper-slide-active {
  transform: scale(1)
}

.cards-slider .swiper-slide-active .card {
  box-shadow: 0 13px 35px -16px rgba(0, 0, 0, .5)
}

.cards-slider .card {
  background: #dedfe3;
  border: none;
  border-radius: 15px;
  height: 268px;
  width: 214px
}

.cards-slider .card-img {
  position: absolute;
  margin: -43px -18px 0 0
}

.cards-slider .card-img img {
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  border: 10px solid #fff;
  border-radius: 37px;
  width: 173px;
  height: 173px;
  margin: 0 12%
}

.cards-slider .card-body {
  margin-top: 101px
}

.cards-slider .card-body p {
  font-weight: 700;
  width: 109px;
  white-space: initial;
  color: #2b3990;
  margin: 25px -25px;
  text-align: center;
  height: 75px;
  overflow: hidden;
  font-size: 16px
}

.cards-slider .card-body i {
  font-size: 45px;
  background: #2b3990;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 39px;
  height: 39px;
  margin: 0 56px;
  top: 87%
}

.cards-slider .card-body i.delete-cart {
  background: 0 0;
  color: #f22828;
  font-size: 26px;
  margin: -150px 107px -43px
}

.cards-slider .card-body i.bi-plus::before {
  position: absolute;
  content: "\f4fe";
  margin: -2px -22px 0 0
}

.cards-slider {
  background: #f6f6f6;
  padding: 11px 0;
  margin-top: 20px
}

.cards-slider .head {
  padding: 16px
}

.cards-slider .head h3 {
  font-size: 27px;
  font-weight: 700;
  color: #2b3990
}

.cards-slider .head h5 {
  color: #2b3990;
  font-weight: 600;
  font-size: 15px
}

.cards-slider .card-body span {
  color: #f7941d;
  font-weight: 800;
  position: absolute;
  margin: 0;
  top: 56%;
  left: 19px
}

.cards-slider .card-body .sale {
  position: absolute;
  top: 176px;
  left: 10%;
  color: #ff941f;
  text-decoration: line-through 1px
}

.cards-slider .card-img .sold-out {
  background: #2b399080;
  color: #ffff;
  height: 50px;
  padding: 14px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  top: 81%;
  font-size: 17px;
  margin: 0 4%
}

.cards-slider .bi-suit-heart-fill {
  font-size: 18px;
  position: absolute;
  margin: 19px 53px;
  color: #ffff
}

.home .only-mobile .cards-slider {
  background: #ffff
}

.home .only-mobile .cards-slider .swiper-slide {
  width: auto
}

.reels .glight {
  width: 100%
}

.page {
  margin: 1em auto;
  max-width: 768px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%
}

.box {
  padding: 0;
  width: 100%;
  margin: 0
}

.box-2 {
  padding: .5em;
  width: 100%
}

.options label,
.options input {
  width: 4em;
  padding: .5em 1em;
  display: none
}

.hide {
  display: none
}

#openModal11 .cropper-crop-box {
  width: 200px !important;
  height: 174px !important
}

.breadcrumbs img {
  width: 100%;
  margin: 81px 0;
}

@media(max-width: 460px) {
  .card-item.two .icons {
    padding: 6px 0 0;
  }

  .card-item.two .icons i {
    font-size: 17px;
    margin: 14px 0 -2px -4px;
  }

  .services .card .card-description .card-item.two .icons p {
    font-size: 12px;
  }

  .services .card .card-description h3 {
    padding: 10px 11px;
    font-size: 16px;
  }

  .services .card .card-description p {
    padding: 0 11px;
    font-size: 13px;
  }

  #service .card-description .card-item {
    width: 103%;
  }
}