/*=============Terms & Conditions style*==============*/
#juleb-terms-conditions {
  padding: 50px 0;
  max-width: 815px;
}

#juleb-terms-conditions h1 {
  font-size: 45px;
  text-align: center;
  font-family: "29LT Bukra";
  padding: 20px 0 50px 0;

}

.juleb-ol{
 padding: 10px;
}

.juleb-ol ol{
  counter-reset: counter;
}

.juleb-ol ol li{
  position: relative;
  left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  max-width: 780px;
}

.juleb-ol ol li p{
  margin-bottom: 0;
  font-weight: normal;
}

.juleb-ol ol li:before {
  content: counters(counter, ".") " ";
  counter-increment: counter;
  font-weight: bold;
  position: absolute;
  --size: 35px;
  left: -35px;
  width: var(--size);
  height: var(--size);
  top: 0;
  text-align: center;
}

.juleb-ol ol.sub-ol{
  padding-left: 5px;
  margin-top: 10px;
}

.juleb-ol ol.sub-ol li{
  margin-bottom: 5px;
  font-weight: normal;
  max-width: 755px;
}

.juleb-ol ol.sub-ol li:before{
  font-weight: normal;
}

   /*arabic ol li style*/
  .juleb-ol-arb{
   padding: 10px;
  }

  .juleb-ol-arb ol{
    counter-reset: counter;
  }

  .juleb-ol-arb ol li{
    position: relative;
    right: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    max-width: 780px;
  }

  .juleb-ol-arb ol li p{
    margin-bottom: 0;
    font-weight: normal;
  }

  .juleb-ol-arb ol li:before {
    content: counters(counter, ".") " ";
    counter-increment: counter;
    font-weight: bold;
    position: absolute;
    --size: 35px;
    right: -35px;
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center;
  }

  .juleb-ol-arb ol.sub-ol{
    padding-right: 5px;
    margin-top: 10px;
  }

  .juleb-ol-arb ol.sub-ol li{
    margin-bottom: 5px;
    font-weight: normal;
    max-width: 755px;
  }

  .juleb-ol-arb ol.sub-ol li:before{
    font-weight: normal;
  }

/*=============Terms & Conditions style*==============*/