/**
 * Theme Name:     Nioland Child
 * Author:         Steelthemes
 * Template:       nioland
 * Text Domain:	   nioland-child
 * Description:    Nioland is a Finance wordpress Theme.
 */
.recent_viewd_products.position_two {
  display: none;
}

:root {
  --font-family-text: "Almarai", Almarai;
  --font-family-main: "Almarai", Almarai;
}

.question-img {
  width: 55px;
}
.rounded-3xl {
  border-radius: 1.5rem!important;
}
.text-secondary {
  color: var(--content-color-one)!important
}
.text-primary{
  color: var(--color-set-one-1)!important;
}
.bg-success {
  background-color: #43B97F !important;
}
.bg-success:hover {
  background-color: white !important;
  color: #43B97F!important;
  border: 1px solid #43B97F!important;
}
.btn.bg-success:focus{
  box-shadow: 0 0 0 .25rem #43B97F;
}
.btn.bg-primary:hover{
  background-color: #43B97F !important;
  color: white!important;
}
.btn.bg-primary:focus{
  background-color: #0A65C2 !important;
}
.bg-primary {
  background-color: #0A65C2 !important;
}
.custom-shape-divider-bottom {
  width: 100%;
  line-height: 0;
  margin: 5rem 0rem;
}

.custom-shape-divider-bottom svg {
  width: 100%;
  height: 5rem;
}

.custom-shape-divider-bottom-1 .shape-fill {
  fill: #0A65C2;
}

.custom-shape-divider-bottom-2 {
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-2 .shape-fill {
  fill: #43B97F ;
}
.bg-edf8fe {
  background-color: #edf8fe;
}