@charset "UTF-8";
body {
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
html,
body {
  overflow-x: hidden;
}
a {
  color: #d1ae66;
}
a:focus,
a:hover {
  color: #d1ae66;
}
.navbar {
  background: rgb(234, 197, 116);
  padding-left: 0;
  padding-right: 0;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  font-weight: bold;
  color: #fff;
}
.bg-default {
  background: rgba(234, 197, 116, 1);
  background: -moz-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 367px,
    rgba(255, 255, 255, 1) 368px rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(234, 197, 116, 1)),
    color-stop(367px, rgba(234, 197, 116, 1)),
    color-stop(368px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 367px,
    rgba(255, 255, 255, 1) 368px,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 367px,
    rgba(255, 255, 255, 1) 368px,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 367px,
    rgba(255, 255, 255, 1) 368px,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 367px,
    rgba(255, 255, 255, 1) 368px,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
}

.bg-contact-us {
  background: rgba(234, 197, 116, 1);
  background: -moz-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 237px,
    rgba(255, 255, 255, 1) 238px rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(234, 197, 116, 1)),
    color-stop(237px, rgba(234, 197, 116, 1)),
    color-stop(238px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 237px,
    rgba(255, 255, 255, 1) 238px,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 237px,
    rgba(255, 255, 255, 1) 238px,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 237px,
    rgba(255, 255, 255, 1) 238px,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(234, 197, 116, 1) 0%,
    rgba(234, 197, 116, 1) 237px,
    rgba(255, 255, 255, 1) 238px,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
}

.mob-section {
  margin-top: 80px;
  border-top: 4px solid #eac574;
  border-bottom: 4px solid #eac574;
  padding-top: 50px;
  padding-bottom: 30px;
}
.mob-section .mob-app {
  position: absolute;
  top: -100px;
}

.mob-section .three-steps {
  max-width: 500px;
  margin-left: auto;
}
.mob-section .three-steps .three-steps-title {
  font-size: 35px;
  text-align: center;
}
.mob-section .three-steps .three-steps-title-thin-text {
  font-weight: 400;
}
.mob-section .three-steps .three-steps-title-bold-text {
  font-weight: 800;
  color: #eac574;
}
.three-steps-ul ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  padding-top: 30px;
}
.three-steps-ul ul li {
  list-style: none;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #eac574;
  text-align: center;
  padding: 0 30px;
  font-weight: 600;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.three-steps-ul ul li:hover {
  background: #eac574;
}
.three-steps-ul ul li .d-table,
.three-steps-ul ul li .d-table-cell {
  width: 100%;
  height: 100%;
}
.three-steps-ul ul li .d-table-cell {
  vertical-align: middle;
}

footer {
  background: #000;
  border-top: 4px solid #eac574;
  padding: 25px 0px;
}

footer .logo-footer img {
  padding-top: 10px;
}
.card-section {
  height: 600px;
  background: url(../images/bg-card.jpg) no-repeat;
  background-size: cover;
  border-bottom: 4px solid #eac574;
  padding-bottom: 4px;
  background-position: center;
}
.title-sect-cateogyr-home {
}
.title-sect-cateogyr-home h2 {
  color: #eac574;
  font-weight: 900;
  padding-top: 50px;

  font-size: 35px;
}
.title-sect-cateogyr-home h3 {
  color: #000;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 50px;
}

.slider-category .item-cat .box-img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding-top: 5px;
  margin: auto;
}
.slider-category .item-cat > span {
  text-align: center;
  display: block;
  min-height: 50px;
  width: 95px;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
}
.slider-category .item-cat .box-img::before {
  z-index: 1;
  content: "";
  width: 90px;
  height: 90px;
  background: url(../icons/ico-default.svg) no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.1;
}
.slider-category {
  padding-bottom: 0px;
}
.slider-category .item-cat.hybir {
  cursor: pointer;
}

.slider-category .item-cat .box-img img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  height: 90px;
  margin: auto;
}
.slider-category .owl-stage {
  margin: auto;
}
.slider-category .owl-stage .owl-item {
  display: inline-grid;
}


.slider-category-home .item-cat .box-img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding-top: 5px;
  margin: auto;
}
.slider-category-home .item-cat > span {
  text-align: center;
  display: block;
  min-height: 50px;
  width: 85px;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
}
.slider-category-home .item-cat .box-img::before {
  z-index: 1;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../icons/ico-default.svg) no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.1;
}
.slider-category-home {
  padding-bottom: 0px;
}
.slider-category-home .item-cat.hybir {
  cursor: pointer;
}

.slider-category-home .item-cat .box-img img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  height: 80px;
  margin: auto;
}
.slider-category-home .owl-stage {
  margin: auto;
}
.slider-category-home .owl-stage .owl-item {
  display: inline-grid;
}

footer .footer-items {
  display: flex;
}
footer .footer-items > div {
  padding: 0px 10px;
  margin: 0px 10px;
}
footer .footer-items .footer-app > span,
footer .footer-items .footer-follow-us > span,
footer .footer-items .footer-call-us-app > span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
footer .footer-items .footer-follow-us {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
footer .footer-items .footer-follow-us > ul {
  margin: 0;
  padding: 0;
}
footer .footer-items .footer-follow-us > ul li {
  display: inline-block;
  list-style: none;
}
footer .footer-items .footer-follow-us > ul li a {
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  width: 25px;
  padding: 2.5px;
  line-break: 1px;
  text-align: center;
  height: 25px;
  font-size: 15px;
}
.footer-call-us-app a {
  color: #fff;
}
.copyright > span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 30px 0px 0px;
  display: block;
  text-align: center;
}

.wrapper-n {
  min-height: 100vh;
}

.about-us-section {
  color: #000;
}
.golden-color {
  color: #eac574 !important;
}
.size-500 {
  font-weight: 500;
}
.size-600 {
  font-weight: 600;
}
.size-700 {
  font-weight: 700;
}
.size-800 {
  font-weight: 800;
}
.size-900 {
  font-weight: 900;
}

.mtb-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.about-us-section-parts {
  min-height: 271px;
  position: relative;
}
.about-us-section-parts::before {
  content: "";
  width: 100%;
  height: calc(100% - 70px);
  top: 35px;
  left: 0;
  background: #eac473;
  z-index: -1;
  position: absolute;
}
.d-flex-text {
  padding-top: 75px;
  padding-bottom: 55px;
  position: relative;
}
.d-flex-text > span {
  width: 60px;
}
.color-white {
  color: #fff;
}
.vertical-text-l {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vertical-text-r {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 769px) {
  .three-steps-ul ul li {
    margin-right: 15px;
    margin-left: 15px;
  }
  .mob-section .mob-app {
    top: 90px;
  }
}

@media (max-width: 992px) {
  .bg-contact-us {
    background: rgba(234, 197, 116, 1);
    background: -moz-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 210px,
      rgba(255, 255, 255, 1) 210px rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(234, 197, 116, 1)),
      color-stop(210px, rgba(234, 197, 116, 1)),
      color-stop(210px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 210px,
      rgba(255, 255, 255, 1) 210px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 210px,
      rgba(255, 255, 255, 1) 210px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 210px,
      rgba(255, 255, 255, 1) 210px,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 210px,
      rgba(255, 255, 255, 1) 210px,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
  }

  .bg-default {
    background: rgba(234, 197, 116, 1);
    background: -moz-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 225px,
      rgba(255, 255, 255, 1) 226px rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(234, 197, 116, 1)),
      color-stop(225px, rgba(234, 197, 116, 1)),
      color-stop(226px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 225px,
      rgba(255, 255, 255, 1) 226px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 225px,
      rgba(255, 255, 255, 1) 226px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 225px,
      rgba(255, 255, 255, 1) 226px,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 225px,
      rgba(255, 255, 255, 1) 226px,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
  }
}
@media (max-width: 769px) {
  .title-contact-us {
    margin-top: 44px !important;
    background: rgba(234, 197, 116, 1);
    padding: 10px;
  }
}
*,
*:hover,
*:focus {
  outline: none !important;
}

@media (max-width: 767px) {
  .title-contact-us {
    margin-top: 44px !important;
    background: rgba(234, 197, 116, 1);
    padding: 10px;
  }
  [lang="ar"] .img-phone {
    top: -74px;
    left: 0;
    right: auto !important;
    width: 33%;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    position: absolute;
    top: 60px;
    width: 100%;
    height: auto;
    background: rgba(234, 197, 116, 1);
    z-index: 111;
    right: 0;
    left: 0;
    padding: 20px;
  }
  [lang="ar"] .img-phone {
    left: 0;
    right: auto !important;
  }
  .bg-contact-us {
    background: rgba(234, 197, 116, 1);
    background: -moz-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 160px,
      rgba(255, 255, 255, 1) 160px rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(234, 197, 116, 1)),
      color-stop(160px, rgba(234, 197, 116, 1)),
      color-stop(160px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 160px,
      rgba(255, 255, 255, 1) 160px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 160px,
      rgba(255, 255, 255, 1) 160px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 160px,
      rgba(255, 255, 255, 1) 160px,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 160px,
      rgba(255, 255, 255, 1) 160px,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
  }

  .bg-default {
    background: rgba(234, 197, 116, 1);
    background: -moz-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 175px,
      rgba(255, 255, 255, 1) 176px rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(234, 197, 116, 1)),
      color-stop(175px, rgba(234, 197, 116, 1)),
      color-stop(176px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 175px,
      rgba(255, 255, 255, 1) 176px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 175px,
      rgba(255, 255, 255, 1) 176px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 175px,
      rgba(255, 255, 255, 1) 176px,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 175px,
      rgba(255, 255, 255, 1) 176px,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
  }
}

@media (max-width: 480px) {
  .bg-contact-us {
    background: rgba(234, 197, 116, 1);
    background: -moz-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 120px,
      rgba(255, 255, 255, 1) 120px rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(234, 197, 116, 1)),
      color-stop(120px, rgba(234, 197, 116, 1)),
      color-stop(120px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 120px,
      rgba(255, 255, 255, 1) 120px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 120px,
      rgba(255, 255, 255, 1) 120px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 120px,
      rgba(255, 255, 255, 1) 120px,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 120px,
      rgba(255, 255, 255, 1) 120px,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
  }

  .bg-default {
    background: rgba(234, 197, 116, 1);
    background: -moz-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 125px,
      rgba(255, 255, 255, 1) 126px rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(234, 197, 116, 1)),
      color-stop(125px, rgba(234, 197, 116, 1)),
      color-stop(126px, rgba(255, 255, 255, 1)) color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 125px,
      rgba(255, 255, 255, 1) 126px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 125px,
      rgba(255, 255, 255, 1) 126px,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 125px,
      rgba(255, 255, 255, 1) 126px,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(234, 197, 116, 1) 0%,
      rgba(234, 197, 116, 1) 125px,
      rgba(255, 255, 255, 1) 126px,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac574', endColorstr='#ffffff', GradientType=0 );
  }
}

.sect-about-left {
  position: relative;
  padding-left: 30px;
}
.sect-about-left .title-about {
  position: absolute;
  left: 34px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  bottom: 0;
}

.sect-about-right {
  position: relative;
  padding-right: 30px;
}
.sect-about-right .title-about {
  position: absolute;
  right: 34px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  bottom: 0;
}
.wrapper-providers {
  padding-top: 60px;
}
.item-provider img {
  max-width: 100% !important;
}
.item-provider {
  margin: auto;
  margin-bottom: 60px;
  width: 125px;
  height: 125px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.wrapper-providers h2 {
  margin-bottom: 0px;
}
a.header-prov-cat-a:hover {
  text-decoration: none !important;
}
.title-cat-prov {
  margin-bottom: 0px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.1rem;
}
.item-provider-clickable {
  cursor: pointer;
}

.title-contact-us {
  color: #fff;
  margin-top: 115px;
  font-weight: 600;
}

.img-phone {
  position: absolute;
  top: 0%;
  right: 0;
}
.contact-info {
  padding-top: 30px;
  font-size: 18px;
}
.contact-info p span {
  color: #eac473;
}

.contact-info a {
  color: #000;
}
.contact-form {
  margin-bottom: 50px;
}
.contact-form .contact-title {
  font-size: 18px;
  color: #eac473;
}

.contact-form .form-control {
  border-radius: 0px;
  border: 1px solid #ccc;
}
.btn-common {
  background: #eac473;
  color: #fff;
  float: right;
  border-radius: 0px;
  clear: both;
}
.btn-load-more{
  background: #eac473;
  color: #fff;  
  border-radius: 0px;
  clear: both;
}

.our-app-sect-brief {
  background: #eac473;
  padding: 25px 0px 5px;
  min-height: 100px;

  position: relative;
  top: -40%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -40px;
  z-index: -1;
  margin-top: -300px;
}

.our-app-section-2,
.our-app-section-1 {
  position: relative;
  z-index: 1;
  min-height: 555px;
}

.sect-our-app-title.t-right {
  text-align: right;
}
.sect-our-app-title.t-left {
  text-align: left;
}
.sect-our-app-title {
  margin-top: 150px;
  color: #eac473;
}

.sect-our-app-title h4 {
  font-weight: 700;
  font-size: 27px;
}
.sect-our-app-title h2 {
  font-weight: 900;
  font-size: 45px;
}
.vertical-text-r.big-ex {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  left: 45px;
  margin-left: -70px;
  margin-top: 40px;
}

.vertical-text-l.big-ex {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  right: 45px;
  margin-right: -70px;
  margin-top: 40px;
}

.vertical-text-l.small-ex {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.text-small-goal {
  border-left: 2px solid #fff;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  min-height: 72px;
}

.value-t-1 {
  right: 35px;
  margin-right: -70px;
  margin-top: 25px;
}

.value-t-2 {
  right: 35px;
  margin-right: -70px;
  margin-top: 22px;
}

.value-t-3 {
  right: 35px;
  margin-right: -70px;
  margin-top: 6px;
}

.value-t-4 {
  right: 35px;
  margin-right: -70px;
  margin-top: 12px;
}
.card-section .container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.card-section .layer-app {
  position: absolute;
  width: 30%;
}
.card-section .layer-app img {
  max-width: 100%;
}
.card-section .layer-app-1 {
  top: 68%;
  right: 4%;
}
.card-section .layer-app-2 {
  top: 10%;
  right: 36%;
}
.card-section .layer-app-3 {
  top: 68%;
  left: 4%;
}
@media (max-width: 1025px) {
  .card-section .layer-app-1 {
    top: 63%;
    right: 11%;
  }
  .card-section .layer-app-2 {
    top: 15%;
    right: 46%;
  }
  .card-section .layer-app-3 {
    top: 59%;
    left: 7%;
  }
}
.more_info_download_app {
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}
[lang="ar"] .more_info_download_app {
  font-size: 14px;
  margin-bottom: 0;
  top: 0px;
  position: relative;
  text-align: left;
}
@media (max-width: 769px) {
  .card-section .layer-app-1 {
    top: 63%;
    right: 0%;
    width: 40%;
  }
  .card-section .layer-app-2 {
    top: 15%;
    right: 46%;
    width: 40%;
  }
  .card-section .layer-app-3 {
    top: 59%;
    left: 0;
    width: 40%;
  }
}

@media (max-width: 420px) {
  .more_info_download_app {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .card-section .layer-app-1 {
    top: 69%;
    right: 3%;
    width: 80%;
  }
  .card-section .layer-app-2 {
    top: 15%;
    right: 18%;
    width: 80%;
  }
  .card-section .layer-app-3 {
    top: 48%;
    left: 1%;
    width: 80%;
  }
}

@media (max-width: 769px) {
  footer .footer-items {
    flex-direction: column !important;
    text-align: center !important;
  }
  footer .footer-items > div {
    margin-bottom: 15px;
  }
  footer .footer-items .footer-follow-us {
    border: 0px;
  }
  .mob-section .row div:nth-child(2) {
    text-align: center;
  }
  .mob-section .mob-app {
    position: static;

    margin: auto;
  }
}
/** Start Arabic **/
[lang="ar"] body {
  font-family: "GE SS Two";
  text-align: right;
}

[lang="ar"] .sect-our-app-title.t-right {
  text-align: left;
}
[lang="ar"] .sect-our-app-title.t-left {
  text-align: right;
}

[lang="ar"] .title-cat-prov {
  line-height: 31px !important;
}
[lang="ar"] .mob-section .three-steps {
  margin-left: 0;
  margin-right: auto;
}

[lang="ar"] .tooltip {
  font-family: "cairo" !important;
}

[lang="ar"] .vertical-text-l.small-ex {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

[lang="ar"] .text-small-goal {
  border-right: 2px solid #fff;
  border-left: 0;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 10px;
  min-height: 72px;
  width: 90%;
}

[lang="ar"] .value-t-1 {
  right: 35px;
  margin-right: -70px;
  margin-top: 25px;
}

[lang="ar"] .value-t-2 {
  right: 35px;
  margin-right: -70px;
  margin-top: 22px;
}

[lang="ar"] .value-t-3 {
  right: 35px;
  margin-right: -70px;
  margin-top: 40px;
}

[lang="ar"] .value-t-4 {
  right: 35px;
  margin-right: -70px;
  margin-top: 12px;
}
[lang="en"] .about-us-section-parts:nth-child(4) img {
  margin-top: 20px;
}
[lang="ar"] .about-us-section-parts:nth-child(4) img {
  margin-top: 10px;
}

@media (max-width: 1025px) {
  [lang="en"] .about-us-section-parts:nth-child(2) img {
    margin-top: 22px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(2) img {
    margin-top: 20px;
  }

  [lang="en"] .about-us-section-parts:nth-child(3) img {
    margin-top: 20px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(3) img {
    margin-top: 20px;
  }

  [lang="en"] .about-us-section-parts:nth-child(4) img {
    margin-top: 60px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(4) img {
    margin-top: 35px;
  }

  [lang="en"] .about-us-section-parts:nth-child(5) img {
    margin-top: 23px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(5) img {
    margin-top: 25px;
  }
}

@media (max-width: 769px) {
  [lang="en"] .about-us-section-parts:nth-child(2) img {
    margin-top: 85px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(2) img {
    margin-top: 68px;
  }

  [lang="en"] .about-us-section-parts:nth-child(3) img {
    margin-top: 95px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(3) img {
    margin-top: 55px;
  }

  [lang="en"] .about-us-section-parts:nth-child(4) img {
    margin-top: 140px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(4) img {
    margin-top: 110px;
  }

  [lang="en"] .about-us-section-parts:nth-child(5) img {
    margin-top: 55px;
  }
  [lang="ar"] .about-us-section-parts:nth-child(5) img {
    margin-top: 55px;
  }
}

@media (max-width: 768px) {
  .about-us-section-parts img {
    margin-top: 0px !important;
  }
}

@media (max-width: 769px) {
  .logo-footer {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .logo-footer {
    text-align: center !important;
  }
  .about-us-section-parts .col-md-5 {
    order: 1;
  }
  .about-us-section-parts .col-md-7 {
    order: 2;
  }
  .our-app-section-1 .col-md-5 {
    order: 2;
    text-align: center !important;
  }
  .our-app-section-1 .col-md-7 {
    order: 1;
  }

  .our-app-section-2 .col-md-5 {
    order: 2;
    text-align: center !important;
  }
  .our-app-section-2 .col-md-7 {
    order: 1;
  }
  .sect-our-app-title.t-right {
    text-align: center !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sect-our-app-title.t-left {
    text-align: center !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .our-app-sect-brief {
    position: static;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.fixed-categories.hidex {
  visibility: hidden;
  z-index: -11;
}
.fixed-categories.showx .box-img {
  width: 65px !important;
  height: 65px !important;
  border-radius: 10px;
}
.fixed-categories.showx .box-img img {
  height: 55px;
}
.fixed-categories.showx .owl-item span {
  line-height: 15px !important;
  font-size: 12px !important;
  min-height: 32px !important;
}
.fixed-categories.showx {
  visibility: visible;
  z-index: 111;
  padding-top:5px;
}
.fixed-categories {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 111;
  border-bottom: 1px solid #e9c574;
}
.fixed-categories .mt-50 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.fixed-categories .slider-category {
  padding-bottom: 0px !important;
}
.fixed-categories .slider-category-home {
  padding-bottom: 0px !important;
}
.mt-50 {
  margin-top: 50px;
}

#all_cats_desc [data-category-section].first-cat {
  margin-top: 10px !important;
}

.float-download-app {
  position: fixed;
  top: 40%;
  z-index: 111;
}
.float-download-app .istore {
  background: #000;
  color: #fff;
  font-size: 29px;
  height: 50px;
  width: 50px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 0px 10px 10px 0px;
}

[lang="ar"] .float-download-app .istore {
  border-radius: 10px 0px 0px 10px;
  padding-top: 4px;
}
.float-download-app .istore a {
  color: #fff;
  text-decoration: none;
}
.float-download-app .istore a:hover {
  color: #e9c574;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.active-item-ex {
  border-bottom: 2px solid #000;
  border-color: attr(data-cc-color);
}

@media (max-width: 767px) {
  body {
    font-family: "cairo" !important;
  }
}

.owl-nav {
  position: absolute;
  top: 27%;
  width: 100%;
}

.owl-nav button {
  font-size: 30px !important;
  position: absolute;
}
[lang="ar"] .owl-nav .owl-prev {
  right: 0;
}
[lang="ar"] .owl-nav .owl-next {
  left: 0;
}

[lang="en"] .owl-nav .owl-prev {
  left: 0;
}
[lang="en"] .owl-nav .owl-next {
  right: 0;
}
.buy-card {
  z-index: 9999;
  position: fixed;

  bottom: 30px;
  width: 54px;
  height: 54px;
}
[lang="en"] .buy-card {
  right: 30px;
}
[lang="ar"] .buy-card {
  left: 30px;
}

.buy-card:after,
.buy-card:before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #d61e1e;
  opacity: 0;
  animation: animationWave cubic-bezier(0, 0.54, 0.53, 1) 2s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.buy-card:before {
  animation-delay: 0.5s;
  content: "";
}
.buy-card:after {
  animation-delay: 0.3s;
  content: "";
}
.buy-card .fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 54px;
  background-color: #d61e1e;
  color: #fff;
  text-align: center;
  z-index: 2;
}

@keyframes animationWave {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.card-img {
  position: relative;
}
.card-img h3 {
  position: absolute;
  bottom: 35%;
  right: 20px;
  text-align: center;
  width: 70%;
}
[lang="en"] .card-img h3 {
  font-size: 20px;
}

#ModalGetCard .g-recaptcha > div {
  margin: auto;
}
#ModalGetCard .modal-title {
  color: #eac574;
}
#ModalGetCard .label-control {
  position: relative;
  top: 8px;
  color: #666;
}

.more-providers {
  color: #fff;
  font-size: 18px;
}
.more-providers:hover {
  color: #fff;
  text-decoration: underline;
}
.item-provider-circle-border {
  border: 3px solid;
}

.img-circle {
  margin: auto;
  margin-bottom: 60px;
  width: 125px;
  height: 125px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid;
}
.img-circle img {
  max-width: 100% !important;
}

/** Add From Old Website*/

.featured-box {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}

.featured-box figure {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
}
.featured-box figure .deal-store-logo {
  z-index: 10;
  width: 100px;
  position: absolute;
  bottom: -38px;
  right: 25px;
  background: #fff;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #ccc;
  display: table;
}
.featured-box figure .deal-store-logo img {
  border-radius: 3px;

  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}
.featured-box:hover figure a::after{
  opacity: 0;
}
.featured-box figure a{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  z-index: 1;
}
.featured-box figure a::after {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPâ€¦B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0.2)),
    color-stop(30%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.5)),
    color-stop(100%, rgba(0, 0, 0, 0.95))
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.5) 65%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.5) 65%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.5) 65%,
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 0;
  opacity: 0.5;
}

.featured-box figure .price-save {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: inline-block;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #d1ae66;
  color: #fff;
  padding: 4px 15px;
}

.featured-box figure .icon {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.featured-box figure .icon span {
  margin-right: 5px;
}

.featured-box figure .icon span i {
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background: #d1ae66;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.featured-box figure .icon .bg-green i {
  background: #347fff;
}

.featured-box .feature-content {
  display: inline-block;
  box-shadow: 0 0 10px rgba(175, 175, 175, 0.23);
  padding: 15px;
  width: 100%;
  min-height: 165px;
}
.category-home .featured-box .feature-content {
  min-height: 125px !important;
}
.featured-box .feature-content .product {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  margin: 0 0 15px;
}

.featured-box .feature-content .product a {
  color: #999;
}

.featured-box .feature-content .product a:hover {
  color: #d1ae66;
}

.featured-box .feature-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}

.featured-box .feature-content h4 a {
  color: #d1ae66;
}

.featured-box .feature-content span {
  display: block;
  font-size: 13px;
  color: #999;
}

.featured-box .feature-content .meta-tag {
  display: inline-block;
  width: 100%;
}

.featured-box .feature-content .meta-tag span {
  float: left;
  margin-right: 10px;
  color: #999;
}

.featured-box .feature-content .meta-tag span i {
  margin-right: 3px;
}

.featured-box .feature-content .meta-tag span a {
  color: #999;
}

.featured-box .feature-content .meta-tag span a:hover {
  color: #d1ae66;
}

.featured-box .feature-content .dsc {
  line-height: 27px;
  margin-bottom: 22px;
}

.featured-box .feature-content .listing-bottom {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

.featured-box .feature-content .listing-bottom .price {
  font-size: 24px;
  font-weight: 500;
  color: #d1ae66;
  margin: 0;
  line-height: 36px;
}

.page-sidebar .widget {
  box-shadow: 0 0 10px rgba(175, 175, 175, 0.23);
  margin-bottom: 30px;
}

.page-sidebar .widget .widget-title {
  padding: 15px 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0;
}
.page-sidebar .widget .widget-title:not(:nth-child(1)) {
  border-top: 1px solid #f1f1f1;
}

.page-sidebar .categories-list {
  padding: 15px;
}

.page-sidebar .categories-list li {
  padding: 7px 0;
  list-style: none;
}

.page-sidebar .categories-list li a {
  text-decoration: none;
  color: #888;

  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
}

.page-sidebar .categories-list > li > a {
  position: relative;
  top: -8px;
}

.page-sidebar .categories-list li a:hover,
.page-sidebar .categories-list li a.active {
  color: #d1ae66;
}

.page-sidebar .categories-list li a i {
  margin-right: 5px;
}

.page-sidebar .categories-list li .category-counter {
  font-size: 12px;
}

.page-sidebar .add-box {
  padding: 15px;
}

[data-direction="rtl"] .search-bar .inputwithicon i {
  right: auto !important;
  left: 5px;
}
[data-direction="rtl"] .search-bar .form-group {
  float: right !important;
  padding: 0 10px 0 0 !important;
  border: 0;
  border-right: 1px solid #f1f1f1;
}
[data-direction="rtl"] .search-bar .btn-common {
  right: auto !important;
  left: 5px;
}
[data-direction="rtl"] .section-title:before {
  margin-right: -90px;
  margin-left: 0px;
}
[data-direction="rtl"] .section-title:after {
  margin-right: 20px;
  margin-left: 0px;
}
[data-direction="rtl"] .featured-box figure .deal-store-logo {
  right: auto !important;
  left: 25px;
}
[data-direction="rtl"] .featured-box .feature-content .meta-tag span {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
[data-direction="rtl"] .featured-box .feature-content .meta-tag span i {
  margin-left: 3px;
}
[data-direction="rtl"] .counter-section .counter .icon {
  margin-right: 0px;
  margin-left: 30px;
  float: right;
}
[data-direction="rtl"] .contact-footer li strong {
  float: right;
}
[data-direction="rtl"] .contact-footer li span {
  margin-left: 0px;
  margin-right: 40px;
}
[data-direction="rtl"] .search-btn {
  right: auto;
  left: 20px;
}
[data-direction="rtl"] .search-btn {
  right: auto;
  left: 20px;
}
[data-direction="rtl"] .product-filter .Show-item .woocommerce-ordering {
  float: left;
}
[data-direction="rtl"] .product-filter .Show-item span {
  margin-left: 5px;
}
[data-direction="rtl"] .product-filter .nav-tabs {
  float: left;
  margin-left: 10px;
  border: none;
}
[data-direction="rtl"] #list-view .featured-box figure {
  float: right;
  width: 49%;
}
[data-direction="rtl"] #list-view .featured-box .feature-content {
  float: right;
  text-align: right;
}
[data-direction="rtl"] .owl-item .product-item .deal-store-logo {
  right: auto !important;
  left: 25px !important;
}
[data-direction="rtl"] .category-counter {
  float: left;
}
[data-direction="rtl"] #content .contact-form .contact-title:before {
  left: auto !important;
  right: 0 !important;
}
[data-direction="rtl"] .details-sidebar .posts-list .meta-tag span {
  margin-right: 0px !important;
  margin-left: 5px !important;
}
[data-direction="rtl"] .details-sidebar .posts-list .widget-content span i {
  padding-right: 0px !important;
  padding-left: 5px !important;
}
[data-direction="rtl"] .details-sidebar .posts-list .widget-content {
  margin-left: 0px !important;
  margin-right: 105px !important;
}
[data-direction="rtl"] .details-sidebar .posts-list .widget-thumb {
  float: right !important;
}
[data-direction="rtl"] .details-sidebar .posts-list .widget-thumb a img {
  margin: 0 0px 0 15px;
}
[data-direction="rtl"] .slicknav_btn {
  float: left !important;
}
@media (max-width: 768px) {
  #main-slide {
    margin-top: 0px !important;
  }
  .navbar-brand {
    top: -10px !important;
  }
  .carousel-inner {
    margin-top: 0px !important;
  }
  [data-direction="rtl"] .search-bar .btn-common {
    left: 0px !important;
  }
  [data-direction="rtl"] .search-bar .form-group {
    padding: 10px !important;
    margin: 0px !important;
  }
}
.prl-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.prl-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.prl-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.t--8 {
  position: relative;
  top: -8px;
}

.box-img-small {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  position: relative;
  text-align: center;
  padding-top: 3px;
  margin: auto;
  display: inline-block;
}

.box-img-small::before {
  z-index: 1;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../icons/ico-default.svg) no-repeat;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0.1;
}

.box-img-small img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  height: 20px;
  margin: auto;
  display: block;
  width: 100%;
}
.page-sidebar .categories-list > li {
  font-weight: 100;
}
[data-direction="ltr"] .page-sidebar .categories-list > li {
  font-weight: 300;
}
.page-sidebar .categories-list > li ul li {
  position: relative;
}
.page-sidebar .categories-list > li ul li a {
  font-size: 13px;
}
.page-sidebar .categories-list li a {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.page-sidebar .categories-list li .active {
  font-weight: bold;
}
.border-side {
  position: absolute;
  top: -8px;
  height: calc(100% - 9px);
  width: 1px;
}

[data-direction="rtl"] .border-side {
  right: 12px;
}
[data-direction="ltr"] .border-side {
  left: 12px;
}
.border-side-li {
  position: absolute;
  top: 20px;
  height: 1px;
  width: 12px;
}
[data-direction="ltr"] .border-side-li {
  left: -18px;
}
[data-direction="rtl"] .border-side-li {
  right: -18px;
}

[data-direction="ltr"] .page-sidebar .categories-list > li ul {
  position: relative;
  padding-left: 30px;
}
[data-direction="rtl"] .page-sidebar .categories-list > li ul {
  position: relative;
  padding-right: 30px;
}
.expand-sub {
  font-size: 16px;
  outline: none;
}

.page-link {
  color: #eac573;
}
.page-link.active,
.page-link:not(.disabled):hover {
  background: #eac573;
  border-color: #eac573;
  color: #000;
}
.expand-sub .fa {
  position: relative;
  top: -5px;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
[data-direction="rtl"] .expand-sub {
  position: absolute;
  left: 15px;
}

[data-direction="ltr"] .expand-sub {
  position: absolute;
  right: 15px;
}

.closed-sub .border-side {
  display: none;
}

.closed-sub .border-side-li {
  display: none;
}

[data-direction="rtl"] #clearFilterProvider {
  position: absolute;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
[data-direction="ltr"] #clearFilterProvider {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}

.ads-details-wrapper .product-img {
  position: relative;
}

.ads-details-wrapper .price {
  position: absolute;
  top: 30px;
  left: 5px;
  background: #d1ae66;
  padding: 10px 25px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.ads-details-wrapper .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.ads-details-wrapper .owl-dots .owl-dot {
  display: inline-block;
}

.ads-details-wrapper .owl-dots span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #ddd;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(66, 68, 67, 0.55);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ads-details-wrapper .owl-dots span:hover {
  background: #d1ae66;
}

.ads-details-wrapper .owl-dots .active span {
  background: #d1ae66 !important;
}

.details-box {
  margin-top: 50px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(175, 175, 175, 0.23);
}

.details-box .ads-details-info {
  margin-bottom: 30px;
}

.details-box .ads-details-info h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

[data-direction="ltr"] .details-box .ads-details-info .details-meta span {
  display: inline-block;
  margin: 11px 5px 16px 0px;
}

[data-direction="rtl"] .details-box .ads-details-info .details-meta span {
  display: inline-block;
  margin: 11px 0px 16px 5px;
}

.details-box .ads-details-info .details-meta span a {
  color: #999;
  margin-right: 10px;
}

.details-box .ads-details-info .details-meta span a:hover {
  color: #d1ae66;
}

.details-box .ads-details-info .details-meta span a i {
  margin-right: 5px;
}

.details-box .ads-details-info .title-small {
  font-size: 18px;
  font-weight: 500;
}

.details-box .ads-details-info .list-specification {
  width: 100%;
  display: inline-block;
}

.details-box .ads-details-info .list-specification li {
  font-size: 13px;
  width: 48%;
  box-sizing: border-box;
  float: left;
  padding: 2px;
  position: relative;
  margin-bottom: 7px;
  margin-right: 5px;
}

.details-box .ads-details-info .list-specification li i {
  margin-right: 5px;
  color: #d1ae66;
}

.details-box .tag-bottom {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}

.details-box .advertisement li {
  display: inline-block;
  margin-right: 10px;
  line-height: 36px;
}

.details-box .advertisement li p {
  color: #333;
}

.details-box .advertisement li i {
  margin-right: 5px;
  color: #333;
}

.details-box .advertisement li a {
  color: #999;
}

.details-box .share span {
  float: left;
  margin-right: 12px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.details-box .social-link a {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  border-radius: 4px;
  background: #fafafa;
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
}

.details-box .social-link .twitter {
  background: #55acee;
}

.details-box .social-link .facebook {
  background: #3b5998;
}

.details-box .social-link .google {
  background: #dd4b39;
}

.details-box .social-link .linkedin {
  background: #007bb5;
}

.details-sidebar {
  margin-bottom: 60px;
}

.details-sidebar .agent-inner {
  background-color: #fff;
  color: #999;
  border-radius: 4px;
  padding: 32px;
  transition: 0.25s;
}

.details-sidebar .agent-inner .agent-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.details-sidebar .agent-inner .agent-title .agent-photo {
  float: left;
  display: block;
}

.details-sidebar .agent-inner .agent-title .agent-photo img {
  border-radius: 50%;
  border: 2px solid #d1ae66;
  max-width: 72px;
}

.details-sidebar .agent-inner .agent-title .agent-details {
  margin-left: 92px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.details-sidebar .agent-inner .agent-title .agent-details h3 {
  font-size: 16px;
}

.details-sidebar .agent-inner .agent-title .agent-details h3 a {
  color: #333;
  margin: 0 0 6px;
}

.details-sidebar .agent-inner .agent-title .agent-details span {
  color: #888;
}

.details-sidebar .agent-inner .agent-title .agent-details span i {
  margin-right: 5px;
}

.details-sidebar .agent-inner .form-control {
  margin-bottom: 20px;
}

.details-sidebar .widget {
  box-shadow: 0 0 10px rgba(175, 175, 175, 0.23);
  margin-bottom: 60px;
}

.details-sidebar .widget .widget-title {
  padding: 17px 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}

.details-sidebar .posts-list {
  padding: 20px;
}

.details-sidebar .posts-list li {
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.details-sidebar .posts-list .widget-thumb {
  float: left;
}

.details-sidebar .posts-list .widget-thumb a {
  display: block;
}

.details-sidebar .posts-list .widget-thumb a img {
  opacity: 1;
  max-width: 90px;
  margin: 0 15px 0 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.details-sidebar .posts-list .widget-thumb:hover img {
  opacity: 0.7;
}

.details-sidebar .posts-list .widget-content {
  margin-left: 105px;
}

.details-sidebar .posts-list .widget-content h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;

  margin-bottom: 0;
}

.details-sidebar .posts-list .widget-content a {
  color: #333;
}

.details-sidebar .posts-list .widget-content a:hover {
  color: #d1ae66;
}

.details-sidebar .posts-list .widget-content span {
  color: #999;
  font-size: 13px;
  display: block;
  margin: 2px 0;
}

.details-sidebar .posts-list .widget-content span i {
  padding-right: 5px;
}

.details-sidebar .posts-list .meta-tag {
  display: inline-block;
}

.details-sidebar .posts-list .meta-tag span {
  float: left;
  margin-right: 5px;
  color: #999;
}

.details-sidebar .posts-list .meta-tag span a {
  color: #999;
  font-size: 12px;
}

.details-sidebar .posts-list .meta-tag span a:hover {
  color: #d1ae66;
}

.details-sidebar .posts-list .price {
  font-size: 16px;
  color: #d1ae66;
}

p span[style*="color"] {
  color: #d1ae66 !important;
}

.advertisement {
  padding-left: 0px;
  padding-right: 0px;
}
.advertisement li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.sub-cat-in-details {
  padding-left: 0px;
  padding-right: 0px;
}
.sub-cat-in-details li {
  display: inline-block;
  padding: 3px 5px;
}
.sub-cat-in-details li a {
  opacity: 0.7;
  color: #fff !important;
  display: inline-block;
  padding: 0px 10px;
  line-height: 30px;
  border-radius: 15px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.sub-cat-in-details li a:hover {
  opacity: 1;
}
ul.nav-tabs {
  padding-left: 0px;
  padding-right: 0px;
}
.tab-pane {
  padding-top: 15px;
}
.branches .card {
  margin-bottom: 15px;
}

.coupon-box {
  border: 1px solid #d1ae66;
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.coupon-box .hand {


  padding-left:10px;
  padding-right:10px;
  background: #d1ae66;
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  text-align: center;
  cursor: pointer;
  text-align: center;
  
  
}
.coupon-box .hand span{
  width: 75px;
  height: 75px;
  margin: auto;
  background: #d1ae66 url(../bg-hand.png) center center;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  display: flex;

  -ms-flex-item-align: center !important;
  align-self: center !important;

}

.coupon-box .content-coupon {
  padding: 10px;
  text-align: center;
  font-weight: bold !important;
  flex: 0 0 60%;
  max-width: 60%;
  -ms-flex-item-align: center !important;
  align-self: center !important;
  display: flex;
}
.coupon-box .get-coupon {
  padding-left:10px;
  padding-right:10px;
  background: #d1ae66;
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  text-align: center;
  cursor: pointer;
}
.coupon-box .get-coupon span {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  color: #fff;
}

@media(max-width:470px){
  .details-box{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .coupon-box .content-coupon{
    font-size: 14px;
    font-weight: normal !important;
  }
  .coupon-box .hand,.coupon-box .get-coupon  {


    padding-left:2px;
    padding-right:2px;
  }
  .coupon-box .hand span{
    width: 65px;
    height: 65px;
    margin: auto;
    background: #d1ae66 url(../bg-hand.png) center center;
    background-size: 65px 65px;
    background-repeat: no-repeat;
    display: flex;
  
    -ms-flex-item-align: center !important;
    align-self: center !important;
  
  }
  .coupon-box .get-coupon span {
   font-size: 14px !important;
  }
}

.swal2-styled.swal2-confirm.btn-common {
  background: #eac473 !important;
  color: #fff !important;

  clear: both;
}
.openFilter{
  display: none;
}
#closeFilterProv{
  display: none;
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
@media (max-width: 769px) {
  #closeFilterProv{
    display: inline-block;
  }
  .filter-box{
    display: none;
  }
  .filter-box.open-filter{
    display: block;
    position: fixed;
    background: #fff;
    left:0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index:11111;
    overflow-y: scroll;
    line-height: 27px !important;
  }
  .openFilter .fa{
    line-height: 27px !important;
  }
  [data-direction='ltr'] .openFilter{
    border-radius: 0px 10px 10px 0px;
  }
  .openFilter{
    display: block;
    
    background: #d1ae66;
    color: #000;
    font-size: 23px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px 0px 0px 10px;
    line-height: 0px !important;
    z-index:11112;
  }
  .float-download-app .istore {
    font-size: 23px !important;
    height: 30px !important;
    width: 30px !important;

    line-height: 0px !important;
  }
  .float-download-app .istore img{
    width: 23px;
    margin-top: 0px;
    margin-right: 0px;
}
  
}

.btn-outline-warning{
  background: #fff;
  border-color: #d1ae66;
  color:#d1ae66
}
.btn-outline-warning:hover{
  background: #d1ae66;
  border-color: #d1ae66;
  color:#000;
}

.banner{
  min-height: 347px;
  height: auto;
  width: 100%;
  max-width: 1110px;
  margin: auto;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;  
  color:#fff;
  padding:0px 15px;
}
[data-direction="ltr"] .banner{
  text-align: left;
}
[data-direction="rtl"] .banner{
  text-align: right;
}
.banner>div{
  flex: 0 0 100%;
  width: 100%;
  -ms-flex-item-align: flex-end ;
  align-self: flex-end ;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.banner::before{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgba(0,0,0,.5);
}

.banner .bread-crumb-banner ul{
  list-style: none;
  padding-left:0 !important;
  padding-right:0 !important;
}

.banner .bread-crumb-banner li{
  list-style: none;
  display: inline-block;
 }

 @media(max-width:470px){
  .banner{
    text-align: center !important;
  }
  .banner h1{
    font-size: 1.6rem;
  }
  .banner>div{
    
    -ms-flex-item-align: center ;
    align-self: center ;    
    margin-bottom: 0 !important;
  }
  .banner{
    min-height: 150px;
  }
  .banner .bread-crumb-banner li{
    font-size: 0.8rem;
   }
 }

 @media(min-width:768px){
  .buy-card,
  .buy-card .fa,
  .buy-card:after,
  .buy-card:before  
  {
    width: 75px;
    height: 75px;
  }
  .buy-card .fa{
    font-size: 25px;
    line-height: 48px;
  }
  [data-direction="rtl"] .buy-card span:after{
    content: "اشترك الآن";    
    line-height: 13px;
  }
  [data-direction="ltr"] .buy-card span:after{
    content: "Register Now";    
    line-height: 15px;
  }
  .buy-card span:after{
    
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 7px;
    width: auto;
    white-space: pre-line;
    font-size: 13px;
    width: 54px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    
  }
 }

 .owl-home-cats .item-cat{
  border-bottom:0px;
  cursor: pointer !important;
 }
 .owl-home-cats .item-cat.active,.owl-home-cats .item-cat:hover{
  border-bottom:3px solid;

}

.home-providers{
  padding-top: 30px;
  padding-bottom: 15px;
}

.bg-white-sect-filter{
  background: #fff;
  padding:50px 30px 0px 30px;    
  max-width: 1140px;
  width: 100%;
  
  margin: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}


.sub-cat-div-carosul .owl-nav{
  left:0;
  top:17px;
}
.sub-cat-div-carosul .owl-nav .disabled,
.slider-category-home  .owl-nav .disabled
{ 
  display: none;
}
.sub-cat-div-carosul .sub-cat-item a {
  font-size: 13px;
  text-decoration: none !important;  
  padding-bottom: 3px;
  
}
.sub-cat-div-carosul .sub-cat-item a.s-active{
  border-bottom:2px solid ;
}
.sub-cat-div-carosul{
  padding: 30px;
  display: none !important;
  position: relative !important;
}
.sub-cat-div-carosul.active{
  display: block !important;
}

.fixed-categories .sub-cat-div-carosul{
  display: none !important;
}

@media(max-width:768px){
  #label_search_home,#label_city_home{
    display: none;
  }
  #searchProvKey,#searchCityProvider{
    font-size: 13px;
    height: 38px;
  }
  .bg-white-sect-filter{
    padding:0px;
    padding-top:15px;
  }
  .slider-category-home .owl-nav{
    top:0px;
  }
  .sub-cat-div-carosul .owl-nav{
    top:4px;
  }

  .slider-category-home .item-cat .box-img{
    width: 40px;
    height: 40px;
    border-radius: 5px;


  }
  .slider-category-home .item-cat .box-img::before{
    width: 35px;
    height: 35px;
    left:2.5px;
    top:2.5px;
  }
  .slider-category-home .item-cat .box-img img{
    height: 30px;
  }
  .slider-category-home .item-cat > span,
  .fixed-categories.showx .slider-category-home .item-cat > span
  {
    font-size: 9px !important;;
    width: 55px !important;;
  }

  .home-providers{
    padding-top:0px;
  }
  .fixed-categories.showx .box-img{
    width: 40px !important;
    height: 40px !important;
  }
  .slider-category-home .item-cat > span{
    min-height: 30px;
  }
  #home-providers-wrapper .listing-bottom{
    display: none;
  }
  .sub-cat-div-carosul{
    padding: 15px 15px 0px 15px;

  }
  .sub-cat-div-carosul .sub-cat-item{
    height: 30px;
  }
}
.tab-pane{
  width: 100%;
}

.input-group .form-control{
  border-radius: 0px !important;
}
.bg-white-sect-filter .input-group-text{
  background: #EAC674;
  border-color:#EAC674;
  color:rgba(0,0,0,.5);
}

.form-control:focus{
  border-color:#EAC674;
}

@media(min-width:576px) and (max-width:768px){
  .featured-box figure .deal-store-logo {
    width: 75px;
    height: 75px;
    bottom:-15px;
  }
  .featured-box figure .deal-store-logo img{
    width: 75px;
    height: 75px; 
  }
  [data-direction="ltr"] .featured-box figure .deal-store-logo {
    right:10px;
  }
  [data-direction="rtl"] .featured-box figure .deal-store-logo {
    left:10px;
  }
}

.footer-bottom{
  min-height: 30px;
  background: #000;
  border-top: 1px solid rgba(234,197,116,.1);
  padding: 15px 0;
}

.avilable-payments{
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin:0;
}
.avilable-payments li{
  display: inline-block;
  margin: 0 10px;
}
.avilable-payments li img{
  max-height: 25px;
}
.company-new-footer{
  color:#fff;
  font-size: 12px;
  margin-bottom:0 !important;
}
@media(max-width:768px){
  .avilable-payments,.company-new-footer{
    margin-bottom: 15px;
  }
  .avilable-payments li img{
    max-height: 20px;
  }
}
.wrapper-n .float-download-app{
display:none;
}