*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
   font-family: 'Tajawal', sans-serif ;
   direction: rtl !important;
}

a{
    text-decoration: none !important;
}
body,html{
    width: 100%;
}
#HomePage{
  width: 100%;
}
.header{
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 28px 0px;
    min-height: 80px;
}
.header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}
.header-flex .header-logo{
    width: 15%;
    
    display: flex;
    align-items: center;
}
.header-button{
    width: 15%;
   
}

.nav-items{
    width: 70%;
}
.header-flex .header-logo h5{
    font-weight: 800;
    font-size: 16px;
    color: #2E4049;
    
}
.header-flex .header-logo img{
    margin: 0px 12px;
    width: 28px;
    height: 28px;
}
.nav-items ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 32px;
    margin-top: 7px;
    font-weight: 700;
    font-size: 16px;
}
.nav-items ul li a{
    color: #475467;
}
.header-button{
  display: flex;
  justify-content: flex-end;
}
.header-button a{
    width:143px;
    height: 44px;
    padding: 10px 18px 10px 18px;
    background: #92CD00;
    display: block;
    border-radius: 37px ;
    text-align: center;
    box-shadow: 0px 1px 2px 0px #1018280D;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out;
    z-index: 1 !important;
    
}
.header-button a:hover{
    background: #2C6700 !important;
    cursor: pointer !important;
}
.hiro-section{
    width: 100%;
    height: calc(100vh - 70px) !important;
    position: relative;
}
.image-path{
    position: absolute;
    left: 0px;
    width: 700px;
    top: 50%;
    transform: translateY(-50%);
}   
.content-hiro{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
}
.content-hiro h1{
    color: #2E4049;
    font-size: 48px;
    font-weight: 600;
    color: #2E4049;
}
.content-hiro p{
    font-weight: 400;
    line-height: 30px;
    font-size: 17px;
}
.content-hiro button{
    width: 166px;
    height:49px;
    background: #92CD00;

    border-radius: 34px;
    border: 1px solid #92CD00;
    
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.105em;
    color: #fff;
    margin-top:40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.content-hiro button:hover{
    background: #2C6700;
}
.Our-Services{
    padding: 200px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}
.Emergency-call{
    width: 135px;
    height: 54px;
    padding: 12px;
    border-radius: 4px ;
    background: #92CD0033;
    border: none;
    color:#2C6700;
    font-weight: 700;
    margin: 20px auto !important;
    transition: all .2s ease-in-out;
}
.Emergency-call:hover{
    background: #667085;
    color: #fff;
}
.box-services{
    box-shadow: 0px 1px 2px 0px #1018280F ,-0px -1px 3px 0px #1018281A ;
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    margin: 15px 0px;
}
.flex-info-stustes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EAECF0;
   padding-bottom: 50px;
}
.flex-info-stustes img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.flex-info-stustes h5{
    
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: right;

}
.Our-Services .row{
    margin-top: 60px;
}
.Donation-request{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
 
   
}
.Donation-request i{
    font-size: 24px;
    color: #E85353;
}
.Donation-request span{
    color: #E85353;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.105em;
   
}
.imageg-servie-path{
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: -1;
    
}
.imageg-servie-path img{
    width: 450px;
}
.Testimonials{
    padding: 120px 0px 120px 0px;
    gap: 80px;

}
.all-head-title h4{
  
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: -0.02em;
    text-align: center;

}
.Testimonials .row{
    width: 86%;
    margin: 60px auto;
}
.box-testmionials h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #2C6700;

}
.box-testmionials h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
}
.footer{
    padding: 64px 0px 48px 0px;
    gap: 64px;
    text-align: center;
}
.logo-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer h5{
    font-weight: 800;
    font-size: 16px;
    color: #2E4049;
    margin: 0px 12px;
}
.items-footer{
    margin-top: 30px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap !important;
}
.items-footer a{
    margin: 0px 32px ;
    font-size: 16px;
    font-weight: 700;
    color:#475467;
    
    
}
.icon-soical-media{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}
.icon-soical-media a{
    margin: 0px 16px;
}
.detalis-gaza{
    width: 100%;
    padding: 70px 0px;
}
.back-page{
    display: flex;
    align-items: center;
}
.back-page span{
  
    font-size: 18px;
    font-weight: 700;
    color: #2E4049;


}
.back-page i{
    color: #2E4049;
    font-size: 20px;
    margin: 0px 4px;
}
.header-mobile{
    display: none;
    
}
.header-mobile{
    width: 100%;
    height: 80px;
    background: #f9f9ff;
    padding: 10px 20px;
}
.group-header-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
   height: 80px;
}
.logo-mobile{
    display: flex;
    align-items: center;
}
.logo-mobile h6{
    font-weight: 600;
    margin: 0px 12px;
    color: #2E4049;
}
.colse-mnue{
    width: 40px;
    height: 40px;
    background: #2E4049;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
}
.colse-mnue span{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.all-items-header-mobile{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    box-shadow: 0px 1px 2px 0px #1018280F ,-0px -1px 3px 0px #1018281A ;
    background: #fff;
    width: 70%;
    height: 100vh !important;
    z-index: 1 !important;
    padding: 35px;
}
.logo-show-mnue{
    display: flex;
    align-items: center;
}
.logo-show-mnue h6{
    font-weight: 600;
    font-size: 16px;
    margin: 0px 12px;
}
.list-show-items{
    margin-top: 50px !important;
}
.list-show-items ul li{
    list-style-type: none;
    margin: 12px 0px;
    font-size: 17px;
    font-weight: 500;
}
.list-show-items ul li a{
    color: #475467;
}
.button-mobile a{
    margin-top: 50px;
    width: 150px;
    height: 45px;
    border-radius: 5px;
    background: #92CD00;
    color: #fff;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 45px;
}
.oneItem{
    display: block;
}
.towItem{
    display: none;
}
.box-img-gellery img{
    width: 100%;
    height: 250px;
    margin: 15px 0px;
}
.box-img-gellery-big img{
    height: 530px;
    margin: 15px 0px;
    width: 100%;
}
.group-inmage-gellery{
    margin-top: 40px;
}
.info-alls-parg h4{
    margin-top: 35px;
   
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}
.info-alls-parg h5{
    margin: 10px 0px;

    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.105em;
   color: #667085;

}
.info-alls-parg h6{
    margin: 15px 0px;

    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.105em;
   color: #667085;

}
.list-info{
    margin: 30px 0px;
}
.list-info .flex-items-detalis{
    display: flex;
    align-items: center;
}
.list-info .crile-prag{
    width: 7px;
    height: 7px;
    background: #667085;
    border-radius: 50%;
}
.flex-items-detalis span{
    margin: 0px 10px;
    color: #667085;
    letter-spacing: 0.105em;
}
.info-alls-parg h3{
    color: #667085;
    margin: 80px 0px;
    font-weight: bold;
}
.info-alls-parg p{
  
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.105em;
    color: #667085;
    margin: 15px 0px;

}
.Bg-Box{
    background: #F9FAFB;
    padding: 120px 250px 120px 250px;
    gap: 80px;
    text-align: center;
}
.Bg-Box h3{
  
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #2E4049;
    
}
.steps-to-donate{
    width: 80%;
    text-align: right;
    margin-top: 50px;
}
.steps-to-donate h5{
    color: #2E4049;
    font-size: 24px;
    font-weight: 700;
}
.steps-to-donate p{

    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.105em;
    margin: 15px 0px;

}
.steps-to-donate p span{
    color: #667085;
    font-weight: 700;
}
.but-paid{
    width: 145px;
    height: 48px;
    padding: 12px 20px 12px 20px;
    gap: 10px;
    border-radius: 34px;
    background: #2E4049;
    border: 1px solid #2E4049;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto;
}
.but-paid i{
    color: #92CD00;
}
.but-paid span{
    
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.105em;
    color: #fff;

}

.header-page-donation{
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 28px 0px;
    min-height: 80px;
}
.logo-header-donation{
    display: flex;
    align-items: center;
}
.logo-header-donation h5{
    font-weight: 800;
    font-size: 16px;
    color: #2E4049;
}
.logo-header-donation img{
   margin: 0px 15px;
}


  /* ---------- */
  .paid-inputs-flex{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
  }
  .box-input-paid{
    width: 68%;
    background: #F8F8F8;
    height: 50px;
    border: 1px solid #D9D7D7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-input-paid input{
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0px 10px;
    background: #F8F8F8;
  }
  .box-input-paid .dollers{
    background: #92CD00;
    width: 20%;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
  }
  .titles{
   
    font-size: 22px;
    font-weight: 700;
    line-height: 30.98px;
    letter-spacing: 0.01em;
    color: #000;

  }
  .number-paids{
    width: 28%;    
    height: 50px;
    background: #92CD00;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  .price-but-tab button{

    height:44px;
    top: 544px;
    left: 1532px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border: 1px solid #92CD00;
    background: transparent;
    outline: none;
    margin: 0px 5px;
    color: #92CD00;
  }
  .activeButPrice{
    background: #92CD00 !important;
    color: #fff !important;
  }

  /* ------ Step */
  .multistep-container
  {
     width: 100%;
      margin: 0 auto;
    
  }
  .multistep-container .active-button
  {
      display: table;
      margin: auto;
      padding-left: 0;
      overflow:hidden;
      margin-bottom: 25px;
      width:100% !important;
    
  }
  .multistep-container .active-button li
  {
      display: inline-block;
      /* width: 200px !important; */
      text-align: center;
      width: 30% !important;
  }
  .multistep-container .active-button li .round-btn
  {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: block;
      text-align: center;
      border: 2px solid #92CD00;
      margin: auto;
      position: relative;
      z-index: 2 !important;
      background: #fff;
  }
  .multistep-container .active-button li.active .round-btn::after{
    content: "";
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius:50% ;
    background: #2C6700;
    
  }
  .multistep-container .active-button li.active .round-btn
  {
     
      color: #fff;
  }
  
  .multistep-container .active-button li:not(:first-child) .round-btn:before
  {
      position: absolute;
      content: '';
      width: 240px;
      height: 1px;
      background-color: #D9D7D7;
      right: -240px;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1 !important;
  }
  .multistep-container .active-button li.active:not(:first-child) .round-btn:before
  {
    height: 2px;
      background-color: #2E4049;
  }
  
  .multistep-container .mutistep-form-area
  {
     
      margin-top: 30px;
      
      position: relative;
      overflow:hidden;
      /* min-height: 544px;
      max-height: 544px; */
      width: 100%;
  }
  
  
  .multistep-container .mutistep-form-area .form-box h4
  {
      
      font-weight: 600;
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 20px;
     
  }
  
  .multistep-container .mutistep-form-area .form-box label
  {
    
      font-weight: 500;
      font-size: 15px;
  }
  
  .multistep-container .mutistep-form-area .form-box:nth-child(2),
  .multistep-container .mutistep-form-area .form-box:nth-child(3)
  {
      display: none;
  }
  
  /* .multistep-container .mutistep-form-area .form-box .button-row .next,
  .multistep-container .mutistep-form-area .form-box .button-row .previous,
  .multistep-container .mutistep-form-area .form-box .button-row .submit
  {
    background: #92CD00;

      border:0;
      box-shadow: none;
      padding: 7px 30px;
      width: 100%;
      border-radius: 20px;
      color: #fff;
    
      font-weight: 500;
  } */
  
  .multistep-container .mutistep-form-area .form-box .button-row .submit
  {
      background-color: purple;
  }
  
  .multistep-container .mutistep-form-area .form-box .button-row
  {
      display: table;
      margin: auto;
      margin-top: 20px;
  }
 
.text-progerss{
   
    font-size: 18px;
    font-weight: 400;
    line-height: 28.16px;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 15px 0px;
}
.multistep-container .active-button li.active .text-progerss{
   
  
    font-weight: 700;
    line-height: 30.98px;
    letter-spacing: 0.01em;
   color: #000;
    
}

.title-forms{
    
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 40px;

}
.lines-forms{
    width: 100%;
    height: 1px;
    margin: 20px 0px;
    border: 1px solid #DDDDDD;

}
.input-failds-all{
    margin: 15px 0px;
    width: 100%;
}
.input-failds-all input{
    width: 100%;
    height: 50px;
    padding: 0px 16px;
    border: 1px solid #D9D7D7;
    outline: none;
}
.input-failds-all textarea{
    width: 100%;
    height: 150px;
    padding:16px;
    border: 1px solid #D9D7D7;
    outline: none;
}
.button-row{
    width: 100% !important;
}
.nextStepOne{
    width: 100% !important;
    display: block;
    
    height: 48px;
    background: #92CD00;
    border: 1px solid #92CD00;

    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    

}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #333;
    transition: color 0.3s;
  }
  
  .custom-checkbox input[type="checkbox"] {
    display: none;
  }
  
  .custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    border: 1px solid #D9D7D7;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
    transform-style: preserve-3d;
  }
  
  .custom-checkbox .checkmark::before {
    content: "\2713";
    font-size: 16px;
    color: transparent;
    transition: color 0.3s, transform 0.3s;
  }
  
  .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #92CD00;
    border-color: #92CD00;
    transform: scale(1.1) rotateZ(360deg) rotateY(360deg);
  }
  
  .custom-checkbox input[type="checkbox"]:checked + .checkmark::before {
    color: #fff;
  }
  
  .custom-checkbox:hover {
    color: #666;
  }
  
  .custom-checkbox:hover .checkmark {
    border-color: #666;
    background-color: #f0f0f0;
    transform: scale(1.05);
  }
  
  .custom-checkbox input[type="checkbox"]:focus + .checkmark {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    outline: none;
  }
  
  .custom-checkbox .checkmark,
  .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    transition: background-color 1.3s, border-color 1.3s, color 1.3s, transform 0.3s;
  }
  .chekesbox-flex{
    display: flex;
    align-items: center;
  }
  .chekesbox-flex span{
 
    font-size: 16px;
    font-weight: 400;
    margin: 0px 10px;
    
    color: #000;
  }
  .totol-paid-flex{
    display: flex;
    align-items: center;
    margin: 30px 0px;
  }
  .totol-paid-flex h6{
   
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;

  }
  .totol-paid-flex button{
    margin: 0px 50px;
    width: 99px;
    height:48px;
    background: #92CD00;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px 12px 24px;
    gap: 10px;
    border: none;
    outline: none;
   
  }
  .form-box form{
    width: 75%;
  }
  .flex-button-steps{
    display: flex;
    align-items: center;
    margin-top: 50px !important;
  }
  .flex-button-steps input{
    width: 30%;
    height: 50px;
    outline: none;
  }
  .prev-step{
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
  }
  .next-step{
    margin: 0px 50px;
    
    background: #92CD00;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px 12px 24px;
    gap: 10px;
    border: none;
    outline: none;
  }
  .content-content{
   
   
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    height:200px;
  }
  .content-content img{
    width: 80px;
    height: 80px;
  }
  .form-custome-width{
    width: 100% !important;
  }
  .content-content h4{
    font-size: 18px;
    margin: 15px 0px;
  }
  .custome-step-three{
    
    width: 100% !important;
 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .price-btn.active {
    background-color: #92CD00;
    color: white;
}
 .modal .box-closes{
  
   display: flex !important;
   justify-content: flex-end;
   align-items: center;
   width: 100%;
   text-align: left !important;
  
}
 .modal .box-closes span{
    width: 35px;
    height: 35px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;

}
 .modal .modal-header{
    border-bottom: none !important;
}
 .modal .modal-footer{
    border-top: none !important;
}
.scess-content{
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.scess-content img{
    width: 80px;
    height: 80px;
}
.scess-content h5{
    color: #2C6700;
    font-weight: 600;
    font-size: 17px;
    margin: 10px 0px;
}
.scess-content button{
    width: 160px;
    height: 45px;
    background: #92CD00;
    border: none;
    outline: none;
    margin: 10px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.falis-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.falis-content img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.falis-content h5{
    color: #ff0055;
    font-weight: 600;
    font-size: 17px;
    margin: 10px 0px;
}
.falis-content button{
    width: 160px;
    height: 45px;
    background: #111;
    border: none;
    outline: none;
    margin: 10px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.logo-paid
{
    text-align: center;
}
.logo-paid img{
    width: 100px;
    height: 100px;
    margin:20px auto;
}