@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
.headerTop {
  background: #0373FF;
  font-size: 0.8rem; }
  .headerTop a {
    color: #fff;
    text-decoration: none; }
  .headerTop .languageToggle {
    color: #fff; }

.navbar-nav a {
  color: #14406D; }
.navbar-nav .active a {
  color: #0373FF; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span {
  background: none; }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:before, .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:after {
    top: 0; }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:after {
    transform: rotate(45deg); }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:before {
    transform: rotate(-45deg); }

.navbar-toggler-icon {
  position: relative; }
  .navbar-toggler-icon span {
    margin-top: -1px; }
    .navbar-toggler-icon span, .navbar-toggler-icon span:before, .navbar-toggler-icon span:after {
      position: absolute;
      content: "";
      height: 2px;
      background-color: #0373FF;
      width: 100%;
      display: block;
      top: 50%;
      border-radius: 1px;
      transition: transform 0.5s; }
  .navbar-toggler-icon span:before {
    top: -10px; }
  .navbar-toggler-icon span:after {
    top: 10px; }

.footer {
  background-color: #0373FF;
  color: #fff; }
  .footer .grayBg {
    background-color: #EFF2F7;
    color: #525960; }
    .footer .grayBg a {
      color: #525960; }
  .footer h3, .footer h5 {
    color: #fff; }
  .footer .grayBg h5 {
    color: #000; }

.footerSlider img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.downloadBtns {
  display: flex; }
  .downloadBtns a {
    display: inline-block;
    max-width: 48%; }
    .downloadBtns a img {
      max-width: 100%; }

@media (min-width: 786px) {
  .footerSlider {
    margin-top: -50%;
    max-height: 37vw; } }
html[dir=rtl] body {
  font-family: 'Almarai', sans-serif; }
html[dir=rtl] .borderBox {
  left: auto;
  right: 0; }
html[dir=rtl] .borderBox,
html[dir=rtl] .reviewCarouselBtns .fa {
  transform: scaleX(-1); }
html[dir=rtl] .custom-control {
  padding-right: 1.5rem; }
  html[dir=rtl] .custom-control .custom-control-label:before,
  html[dir=rtl] .custom-control .custom-control-label:after {
    left: auto;
    right: -1.5rem; }
html[dir=rtl] .cardStyle,
html[dir=rtl] .accordianStyle,
html[dir=rtl] .borderLine,
html[dir=rtl] .borderLine2,
html[dir=rtl] .subCatWrap,
html[dir=rtl] .howItWorks,
html[dir=rtl] .reviewsBox,
html[dir=rtl] footer {
  text-align: right; }
html[dir=rtl] .text-left {
  text-align: right !important; }
html[dir=rtl] .text-right {
  text-align: left !important; }
html[dir=rtl] .userInfo .mr-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important; }
html[dir=rtl] .btn-primary .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important; }
@media (min-width: 768px) {
  html[dir=rtl] .sbuCat2 .mr-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important; }
  html[dir=rtl] .borderLine2 > .row:after,
  html[dir=rtl] .borderLine > .row:after {
    transform: scaleX(-1); } }
@media (min-width: 992px) {
  html[dir=rtl] .subCatWrap .sbuCat2 .card.active {
    transform: translateX(30px); } }

body {
  font-family: 'Lato', sans-serif;
  color: #959EB4; }

h3, h4, h5, h6 {
  color: #000000; }

.carouselStyle .sliderCont {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff; }
.carouselStyle .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%; }

.whiteBtn {
  background-color: #fff;
  color: #0373FF; }
  .whiteBtn:hover {
    background-color: #0373FF;
    color: #fff; }

.grayBtn {
  background-color: #F2F4F8;
  color: #0373FF; }
  .grayBtn:hover {
    background-color: #0373FF;
    color: #fff; }

.greenBtn {
  background-color: #00B41C;
  color: #fff; }
  .greenBtn:hover {
    background-color: #0373FF;
    color: #fff; }

.midText {
  font-size: 0.9rem; }

.smlText {
  font-size: 0.7rem; }

.blueText {
  color: #0373FF; }

.lightText {
  color: #959EB4; }

.grayText {
  color: #3E495D; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 12px;
  margin-top: 10px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -1px;
  bottom: -4px;
  background-color: #037EFF;
  border: 1px solid #fff;
  -webkit-transition: .4s;
  transition: .4s; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/*carousel*/
.slideWrap {
  display: block;
  width: 175px;
  padding-top: 30px;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in;
  text-align: center; }
  .slideWrap img {
    max-width: 100%;
    margin-bottom: 20px;
    box-shadow: 1px 6px 15px #00000026;
    transition: transform 0.2s; }
  .slideWrap .imgWrap {
    height: 150px;
    margin-bottom: 30px; }
  .slideWrap:hover .imgWrap img {
    transform: translateY(-20px);
    border: 3px solid #0373FF; }

.actionWonCarousel,
.catSliderWrap {
  position: relative; }
  .actionWonCarousel .nextBtn,
  .actionWonCarousel .prevBtn,
  .actionWonCarousel .next,
  .actionWonCarousel .prev,
  .catSliderWrap .nextBtn,
  .catSliderWrap .prevBtn,
  .catSliderWrap .next,
  .catSliderWrap .prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px; }
  .actionWonCarousel .nextBtn,
  .actionWonCarousel .next,
  .catSliderWrap .nextBtn,
  .catSliderWrap .next {
    left: auto;
    right: 0; }

.subCatWrap {
  background: #F2F4F8; }
  .subCatWrap .card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 12px #00000029; }
  .subCatWrap .sbuCat2 .card {
    overflow: hidden;
    border: 3px solid #F2F4F8; }
    .subCatWrap .sbuCat2 .card.active, .subCatWrap .sbuCat2 .card:hover {
      border-color: #0373FF; }
    @media (min-width: 992px) {
      .subCatWrap .sbuCat2 .card.active {
        transform: translateX(-30px); } }

.fa-star.checked {
  color: #FAD043; }

.actionStatus {
  background: #E03131;
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 10px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px; }
  .actionStatus.online {
    background-color: #00B41C; }
  .actionStatus.live {
    margin-right: 10px;
    position: relative; }
    .actionStatus.live:after {
      content: "";
      position: absolute;
      right: -7px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid  #E03131; }

.countCnt {
  background: #DFE6EB;
  padding: 5px;
  text-align: center;
  display: inline-block; }
  .countCnt > span {
    display: block;
    font-weight: bold;
    color: #000; }
    .countCnt > span.smlText {
      color: #959EB4; }

.catList span + span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  font-size: 0.7rem;
  margin-left: 5px;
  margin-right: 5px; }

.iconsCont {
  position: relative;
  z-index: 1; }

.borderBox {
  border-left: 2px dashed #a7a7a7;
  border-bottom: 2px dashed #a7a7a7;
  height: 100%;
  left: 0;
  bottom: 50%;
  position: absolute;
  width: 150%; }

.lightBg {
  background: #F2F4F8; }

.cardStyle {
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 12px #00000029; }

.iconCenter {
  display: inline-block;
  min-width: 30px;
  text-align: center; }

.contactForm .form-control {
  background: #F3F6F8;
  border-color: #F3F6F8; }

.accordianStyle .card {
  background: #F8F9FB;
  border-radius: 5px; }
  .accordianStyle .card h6 {
    color: #14406D;
    position: relative; }
    .accordianStyle .card h6:after {
      border-top: 10px solid #D5DBE5;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      display: block;
      position: absolute;
      right: 16px;
      top: 21px;
      transition: transform 0.5s; }
  .accordianStyle .card [aria-expanded="true"] h6:after {
    transform: rotate(180deg); }

.iconWrap {
  background: #E5F1FF;
  margin: 0 auto 30px;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px; }

.titleHeight {
  min-height: 38px; }

.imgWrap2 {
  text-align: center;
  position: relative;
  background: #E5F1FF;
  border-radius: 50%;
  content: "";
  width: 80%;
  padding-top: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .imgWrap2 img {
    max-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }

.reviewsBox .carousel-indicators {
  position: static;
  display: block;
  margin: 0; }
.reviewsBox .card.active {
  box-shadow: 0px 4px 12px #00000029; }

.actionWonCarousel .cardStyle {
  width: 240px; }

.next:before,
.prev:before {
  margin-top: -73px; }

.next:before,
.prev:before,
.nextBtn:before,
.prevBtn:before {
  background: url("../img/arrow.png") center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  content: "";
  opacity: .4;
  cursor: pointer; }

.prev:before,
.prevBtn:before {
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .actionWonCarousel .prevBtn {
    left: -30px; }

  .actionWonCarousel .nextBtn {
    right: -30px; }

  .borderLine > .row {
    position: relative; }
    .borderLine > .row:after {
      position: absolute;
      content: "";
      background: url(../img/sell_screen.png) center 0 no-repeat;
      width: 50%;
      padding-top: 50%;
      left: 50%;
      margin-left: -25%;
      bottom: -50%; }
    .borderLine > .row:nth-child(2):after {
      background-position: center 18.5%; }
    .borderLine > .row:nth-child(3):after {
      background-position: center 38%; }
    .borderLine > .row:nth-child(4):after {
      background-position: center 57%; }
    .borderLine > .row:nth-child(5):after {
      background-position: center 78%; }
    .borderLine > .row:nth-child(6):after {
      background-position: center 100%; }
    .borderLine > .row:nth-child(7):after {
      display: none; }
    .borderLine > .row .imgWrap2 {
      z-index: 1; }

  .borderLine2 > .row {
    position: relative; }
    .borderLine2 > .row:after {
      position: absolute;
      content: "";
      background: url(../img/buy_screen.png) center 3.2% no-repeat;
      width: 50%;
      padding-top: 50%;
      left: 50%;
      margin-left: -25%;
      bottom: -50%; }
    .borderLine2 > .row:nth-child(2):after {
      background-position: center 20%; }
    .borderLine2 > .row:nth-child(3):after {
      background-position: 33% 33%; }
    .borderLine2 > .row:nth-child(4):after {
      background-position: center 48%; }
    .borderLine2 > .row:nth-child(5):after {
      background-position: center 68%; }
    .borderLine2 > .row:nth-child(6):after {
      background-position: 62% 80%; }
    .borderLine2 > .row:nth-child(7):after {
      background-position: center 98%; }
    .borderLine2 > .row:nth-child(8):after {
      display: none; }
    .borderLine2 > .row .imgWrap2 {
      z-index: 1; } }
@media (min-width: 992px) {
  .borderLine2 > .row:after {
    background-position: center 1%; }
  .borderLine2 > .row:nth-child(2):after {
    background-position: center 17%; }
  .borderLine2 > .row:nth-child(3):after {
    background-position: center 31.5%; }
  .borderLine2 > .row:nth-child(4):after {
    padding-top: 39%; }
  .borderLine2 > .row:nth-child(6):after {
    background-position: center 83%; }
  .borderLine2 > .row:nth-child(7):after {
    background-position: center 101%; } }

/*# sourceMappingURL=style.css.map */
