
.NoQUstions h2 {
    font-size: 18px;
    color: #747474;
    font-weight: 400;
}
.google-play-app {
    display: inline-block;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.google-play-app img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.entry-content iframe {
    margin: 0 auto;
    display: block;
}

section.model-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #000000c2;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .57s ease;
}

   @import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
* {
  box-sizing: border-box;
  font-family: 'Tajawal', sans-serif;
}

small {
    font-size: 15px;
    font-weight: 700;
}

body {
  background-color: #fdf8ff;
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: right;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #eee; 
}
.tab ul{
    padding: 0;
    max-height: 240px;
    overflow-y: auto;
    margin: 0
}
.mainTb ul {
    max-height: 375px;
    padding-top: 0px;
}
.mainTb h2
{
        font-size: 17px;
    margin: 0;
    margin-bottom: 5px;
    color: #17a2b8;
    font-family: 'Tajawal';
}
#regForm {
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 9px;
  position: relative;
  margin: 25px auto;
  padding: 50px;
  width: 510px;
  min-height: 360px;
  max-width: 99%;
}

.model-popup h1,.model-popup h2 {
  text-align: center;
  font-size: 20px;
  background: #f9f3fc;
  display: block;
  clear: both;
  margin: 20px 0;
  padding: 13px;
  border-radius: 50px;
  color: #1e1c1e;
}

section.model-popup input ,section.model-popup select,section.model-popup textarea {
  padding: 15px;
  width: 100%;
  margin-bottom: 12px;
  font-size: 17px;
  border: 0;
  border-radius: 6px;

  border: 1px solid #b1b1b1;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* The markable-elements */
.markable-elements {
  display: block;
  position: relative;
  padding-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.markable-elements input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  right: 0;
  height: 15px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid transparent;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  font-weight: 500;
  height: 35px;
  transition: 0.3s all ease-in-out;
}

/* On mouse-over, add a grey background color */
.markable-elements:hover input ~ .checkmark {
  border-color: #cbcccd;
  transition: 0.3s all ease-in-out;
}
.markable-elements input ~ .checkmark ,textarea,select
{border-color: #c5c6cd4a;transition: 0.3s all ease-in-out;border-radius:10px;background-color: #fff;}
/* When the checkbox is checked, add a blue background */
.markable-elements input:checked ~ .checkmark 
{
  border-color: #f6dcff;
  background-color: #fcf5ff;
  transition: 0.3s all ease-in-out;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  transition: 0.3s all ease-in-out;
}

/* Show the checkmark when checked */
.markable-elements input:checked ~ .checkmark:after {
  display: block;
  transition: 0.3s all ease-in-out;
}

/* Style the checkmark/indicator */
.markable-elements .checkmark:after {
    right: 12px;
    position: absolute;
    left: 14px;
    top: 8px;
    width: 6px;
    height: 11px;
    background-color: transparent;
    border: solid #166e94;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s all ease-in-out;
}
.markable-elements .checkmark:before {
    content: "";
        display: block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    margin-left: 5px;
    border: 1px solid #efefef;
    border-radius: 30%;margin: 5px;
}
/* ----  */
/* Hide all steps by default: */
.tab {
  display: none;
}
.tab.active {
  display:block
}

#prevBtn p,#nextBtn p
{
    display:none;
}
#prevBtn {
      color: #000;
      width: fit-content;
      background: #dddddd;
      padding: 5px 31px;
      width: 48%;
      border-radius: 10px;
      float:left;
}

#nextBtn
{
        padding: 8px 35px;
        border-radius: 10px;
        font-family: 'Tajawal' !important;
        background: #38d183 !important;
}
.abs input
{
        /*position: absolute;*/
        width: fit-content;
        bottom: 20px;
        z-index: 99;
        right: 20px;
        padding: 8px 35px;
        border-radius: 30px;
        font-family: 'Tajawal' !important;
        background: #38d183 !important;
        margin: 0px;
        color: #fff;
        border: 1px solid #38d183;
        cursor: pointer;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  font-family: 'Tajawal', sans-serif;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #006bb7;
}
li
{
    list-style: none;
}
li input
{
    width: fit-content;
}


ngb-modal-window .markable-elements, discount .markable-elements {
    outline: 0;
    border: solid 1px #c5c6cd;
    padding: 8px 16px;
    border-radius: 2px;
    text-align: left;
    min-height: auto;
    font-size: 16px;
    background-color: #f8f8f8;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
    font-weight: 400;
    display: block;
}
ngb-modal-window .markable-elements.on, discount .markable-elements.on {
    background-color: #2cb34f0f;
    border: solid 1px #006bb7;
    color: #006bb7;
    animation: play-checkbox-on .2s forwards;
}
.clean,.move,.clean-msa7a,.rash,.tasreb,
.clean-bdon
,.sebaka,.takeef
{
    display: none;
}
.step
{
    visibility: hidden;
}
.exList li 
{
    list-style-type: disc;
}
.mzwd
{
    padding: 0;
}
.chks{
    width: fit-content;
    margin-top: 10px;
}
.progressBar-inn
{
    background-color: #006bb7;
    height:4px;
}
.progressBar
{
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    top: 41px;    
    z-index: 9999;
    height: 4px;
    display:none;

}
.xx
{
   float: left;
}
.xCont
{
   position: absolute;
   left: 6px;
   top: 5px;
   background-color: #ff1e1e;
   width: fit-content;
   color: #fff;
   border-radius: 20%;
   padding: 4px 10px;
}
.price
{
    border: 0;
    display: inline-block;
    text-align: left;
    width: fit-content;
    background-color: transparent;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-top: -5px;
}
h5
{
    clear: both;
}
h5 span 
{
    float: left;
    margin-top: -3px;
    margin-right: 4px;
}
.markable-elements h3
{
    font-size: 16px;
    font-weight: 500;
    height: 33px;
    padding: 5px 36px;
    position: relative;
}
#myInput
{
      border-radius: 2px;
    box-shadow: 0 2px 2px #7f604a33;
    border: solid 1px #c5c6cd;
        padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
    height: 40px;
    font-size: 14px;
}
.mainTb .markable-elements input ~ .checkmark
{
  transition: 0.3s all ease-in-out;
}
.mainTb .markable-elements input:checked ~ .checkmark,
.mainTb .markable-elements:hover input ~ .checkmark {
        background: #ebebeb !important;
        color: #063c44 !important;
        font-weight: 500;
}
.mainTb
{
  text-align: right;
}
.tit
{
    text-align: center;
  font-size: 14px
}
.tit h3
{
    margin-top:0;
}
#myInput + svg
{
  float: right;
  margin-top: -26px;
  margin-right: 15px;
  }
  .ofrs p {
  color: #fff;
  background-color: #000;    
  width: 100%;
  padding:10px;
  margin: 0;
  text-align: center;
  display:none;
  }
  .ofrs h5 {
    padding: 15px 10px;
    color: #000;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    }
  .ofrs p span {color: #0f0}
  .ofrs  {
       padding: 5px 15px;
       padding-bottom: 10px;
       background: #fffcd1;
       border-radius: 10px;
       color: #020202;
  }
.mainTb h1
{
  margin-top: 0;
}
.mainTb .markable-elements
{
  margin: 0
}

.btnsCont,.abs
{
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
}
.abs{width:fit-content; 
        right: 0;
    left: auto;
    bottom: 25px;
    z-index: 999;
}
.disabled
{
        opacity: 0.6;
        border: 1px solid #b7b7b7;
        color: #b7b7b7;
}
.price-input {
    width: 100%;
    display: flex;
    direction: rtl;
    margin-bottom: 10px;
    flex-flow: row-reverse;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
    flex-flow: row-reverse;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 30px;
    margin-left: 0;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #dfdfdf52;
    color: #044650;
    margin-left: 10px;
    font-weight: 900;
    -moz-appearance: textfield;
    margin-top:15px;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
  #regForm
  {
    width: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: unset;
    border: 1px solid transparent;
  }
  .mainTb ul
  {
 
  }
  body 
  {
    margin: 0;
    background-color: #fff;
  }
  .btnsCont ,.abs{
   
    bottom: 0px;
  }
  .xx
  {
          margin-top: 1px;
  }
  .abs input {
          padding: 10px 30px;    padding-top: 20px;}
  .mainTb ul {
    max-height: 100%;
}
  .ofrs
  {
    margin: 0;
  }
  .xCont {
    left: 0;
    top: 0;
  }
}

.steps {
    display: flex;
    margin: 15px -10px;
    justify-content: space-between;
}

.steps div,.send {
    padding: 10px 20px;
    border-radius: 20px;
    background: #eee;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    flex: 1;
    text-align: center;
    margin: 5px;
    transition: .45s ease;
}
.steps div:hover,.send:hover {
  opacity:.8
}
.steps div.next,.send {
    background: #38d183;
    color: #fff;
}

.send {
  border:0;
  display: none;
}

.success-page {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    width: 100%;
    padding: 50px;
}

.alert-success {
    text-align: center;
    background: #0080001f;
    padding: 12px;
    font-size: 22px;
    margin-bottom: 19px;
    color: green;
    font-weight: bold;
    border-radius: 25px;
    width: 100%;
}

.buttons {
    width: 100%;
}

.success-page h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.buttons a {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 25px;
    background: #1080cf;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    justify-content: center;
}

.buttons a svg {
    margin-left: 20px;
}

.buttons a.ms-call-button {
    background: #3cadfe;
}

.buttons a.whatsApp {
    background: #38d183;
}

section.model-popup.open {
    visibility: visible;
    opacity: 1;
}

.loading {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    height: 100%;
    background: #ffffff96;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.loading > svg {
    width: 100px;
}