@font-face {
  font-family: Sans-Plain;
  src: url("../fonts/ArbFONTS-TheSans-Plain.otf");
}
@font-face {
                font-family: LamaSans;
                src: url("../fonts/lamasans-regular.otf");
            }
@font-face {
                font-family: LamaSansMedium;
                src: url("../fonts/LamaSans-Medium.woff");
            }
body {
 /* background: rgb(238, 241, 251);*/
  color: rgb(68, 68, 68);
  font-weight: 400;
  font-family: Sans-Plain, sans-serif !important;
}
:root {
  --primary: #3585da;
  --secondary: #0a8a8d;
  --markting: #86153c;
  --grafic-desgin: #f6881f;
  --progarmming: #1a1c4f;
  --consultant: #4a95d1;
  --gray-light: #bbb;
}
a {
  color: rgb(0, 123, 255);
  transition: all 0.5s ease 0s;
}
.green-text {
  color: var(--primary);
}
a:hover,
a:active,
a:focus {
  color: rgb(0, 9, 134);
  outline: none;
  text-decoration: none;
}
p {
    color: #0c3642 !important;
}

button:focus {
  outline: none !important;
}
p {
  padding: 0px;
  margin: 0px 0px 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0px 0px 10px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.back-to-top {
  position: fixed;
  display: none;
  background: rgb(49, 171, 222);
  color: rgb(255, 255, 255);
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  z-index: 11;
}
*,
button,
a,
i,
svg,
img {
  transition: all 0.3s ease-in-out 0s !important;
}
.back-to-top i {
  padding-top: 12px;
  color: rgb(255, 255, 255);
}
ul {
  list-style: none;
  padding: 0px;
}
.padding-card {
  padding: 10px;
}
.headi {
  text-align-last: center;
  color: #4b83c6;
}
.btn {
  padding: 5px 15px;
  border: none;
  text-align: center;
  margin-bottom: 20px;
}
::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px inset;
  background-color: rgb(245, 245, 245);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgb(245, 245, 245);
}
::-webkit-scrollbar-thumb {
  background-color: rgb(228, 228, 228);
  border: 1px solid rgb(245, 245, 245);
}
#zkah-main-sec {
  background: rgb(223, 223, 223);
}
#zkah-main-sec .logos-container {
  display: flex;
  justify-content: space-between;
}
#zkah-main-sec .logos-container :is(img, svg) {
  height: 150px;
  object-fit: contain;
  margin-top: 20px;
}
#zkah-main-sec h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  transform: translateY(-5px);
  text-align: center;
}
#zkah-main-sec p {
  font-size: 33px;
  text-align: center;
}
#zkah-main-sec .bg-zakah {
  margin-top: 20px;
  max-width: 768px;
}
.org-card {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 50px;
}
.org-card img {
  max-width: 500px;
}
.copy-text {
    padding: 20px;
    border: 1px solid #b9bcbd;
    border-radius: 12px;
}
.acntCopyBtn{
	    padding: 0px 30px !important;
    border: 1px solid #c5c5c5;
    background: #ebebeb;
    box-shadow: 2px 2px 0px 0px #d1d1d1;
}
.text-monospace {
    width: 100%;
    margin: 5px;
}
.acntNumber{
	    border: 1px dotted #bbbbbb;
    padding: 5px 30px;
}
.org-card p {
  color: #212529;
  font-size: 50px;
  margin-bottom: 0px;
  transform: translateY(17px);
  margin-inline: 22px;
}
.tel-part {
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  flex-direction: row-reverse;
  margin-top: 10px;
}

#hotline {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer .footer-back-color .tel-part span {
  color: var(--primary);
  font-size: 33px;
  margin: 0px 12px !important;
}
.tel-part img {
  border-radius: 100%;
  padding: 11px;
  background: white;
  width: 48px;
}
#section-zakah .text-img {
  direction: rtl;
}@media (max-width: 992px) {
#section-zakah .inside-outside {
	flex-wrap: wrap;
	}
	#myModal .modal-content, #myModal2 .modal-content, #myModal3 .modal-content, #myModal4 .modal-content{
	margin:auto
	}
	#section-zakah .inside-outside img {
    width: 300px;
    height: 300px;
	}
}
	@media (max-width: 768px) {
  #zkah-main-sec .logos-container :is(img, svg) {
    height: 110px;
  }

  #zkah-main-sec .bg-zakah {
    max-width: 100%;
  }
  #zkah-main-sec h1 {
    transform: translateY(0px);
    margin-top: 20px;
    font-size: 35px;
    color: #4b83c6;
  }
  #zkah-main-sec p {
    font-size: 20px;
    color: #556226; 
  }
  .org-card {
    margin-top: 13px;
  }
  .org-card img {
    max-width: 233px;
  }
  .org-card p {
    font-size: 17px;
    transform: translateY(6px);
    margin-inline: 5px;
  }
  #section-zakah .row img {
    height: auto;
  }
  #section-zakah .text-img {
    font-size: 20px;
  }
  #section-zakah .text-img span {
    font-size: 21px;
  }
  #section-zakah {
	      margin-top: 20px;
  }
  footer .soial-icon {
  }
  footer .soial-icon a {
    width: 33px;
    height: 33px;
    font-size: 20px;
    margin: 4px;
  }
  .tel-part img {
    /* width: 53px; */
  }
  footer .footer-back-color .tel-part p {
    font-size: 35px;
  }
  .oial-icon {
    margin-block: 19px;
  }
  #section-zakah .inside-outside div.position-relative {
    margin-inline: 5px;
  }
}
@media (max-width: 420px) {
  #section-zakah .inside-outside img {
    height: 181px;
    width: 181px;
  }
}
@media (max-width: 492px) {
.campaign_imgBtn {
    width: 241px!important;
    height: 64px !important;
}
.section_padding {
    padding: 10px 0px !important;
}
	.m_marginAdjust{
	margin-block: 10px !important;
	}
	.org-footer-card img {
    width: 160px !important;
		    object-fit: contain;
}
	.org-footer-card p.text-dark {
		padding: 6px;
    font-size: 12px !important;
	}
}
@media (max-width: 360px) {
  .tel-part img {
    /* width: 53px; */
  }
  footer .footer-back-color .tel-part p {
    font-size: 35px;
  }
  .org-card img {
    max-width: 233px;
  }
  .org-card p {
    font-size: 17px;
    transform: translateY(6px);
    margin-inline: 5px;
  }
  #section-zakah .inside-outside img {
    height: 140px;
    width: 140px;
  }
}

.failed-val {
  text-align: center;
  color: red;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  max-height: 0 !important;
  overflow: hidden;
  font-size: 23px;
}
.failed-val.show {
  max-height: 30px !important;
}

.copy-text {
  display: flex;
  justify-content: center;
}
.copy-text div {
  font-size: 13px;
}
.copy-text button {
  padding: 0px 7px;
}

.no-border {
  border: initial;
}
.donateButton {
  cursor: pointer;
}
.donateButton h2:hover {
  background-color: white !important;
}
/*  zakah-life*/
#zkah-main-sec.zakah-life {
  background-image: linear-gradient(360deg, #d5d3d1, #bebcbc, #bebcbc);
}
#zkah-main-sec.zakah-life h1 {
  color: #1b4374;
}
#main-secion.zakah-life {
}
#main-secion.zakah-life-main.container {
}
#main-secion.zakah-life-main .container p img {
  width: 35px;
}
#main-secion.zakah-life-main .container :is(p, input) {

  border-radius: 20px;
  text-align: center;
  width: 180px;
  height: 63px;
  margin-inline: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#main-secion.zakah-life-main .container input {
  background: white;
	    font-size: 25px;
}
#main-secion.zakah-life-main .container p {
/*   background-color: #d7dad8;
  cursor: pointer; */
}
#main-secion.zakah-life-main .container div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-secion.zakah-life {
}
#main-secion.zakah-life {
}
#main-secion-2 .donation-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
#main-secion-2 .donation-container .border-div {
  /* display: flex; */ /* font-size: 10px; */
  padding: 0 17px;
  margin-inline: 5px;
  height: 55px;
}
#main-secion-2 .donation-container .border-div p {
  font-size: 18px;
}
#main-secion-2 {
  padding-block: 30px;
}

#donation-bank :is(h1, h2) {
  background: transparent;
}
#donation-bank :is(h1, h2) img {
  height: 50px !important;
  width: auto;
}
#donation-bank {
  padding-block: 50px;
}
@media (max-width: 768px) {
  #main-secion.zakah-life-main .container input {
    /*width: 70px;*/
	  font-size: 22px;
  }
 /* #main-secion.zakah-life-main .container div {
    flex-direction: column-reverse;
  }*/
  #donation-bank :is(h1, h2) {
    margin-top: 30px;
  }
  #donation-bank .titel-sec {
    margin: 0;
  }
  #main-secion {
    margin-block: 41px;
  }
  #zkah-main-sec.zakah-life h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
#section-zakah h2 {
  font-size: 35px;
  margin-bottom: 40px;
}
main.main-iftar {
}
main.main-iftar #section-zakah .text-img span {
  font-weight: lighter;
}
main.main-iftar #section-zakah .text-img {
  top: 34%;
}
main.main-iftar #section-zakah .inside-outside {
  flex-direction: row-reverse;
}
main.main-iftar #zkah-main-sec .bg-zakah {
  transform: translateY(40px);
  margin-top: 5px;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}
@media (max-width: 768px) {
  #section-zakah .inside-outside {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #section-zakah .inside-outside {
    flex-wrap: wrap;
  }
  #section-zakah h2 {
    font-size: 30px;
  }
  main.main-iftar #section-zakah .text-img span {
    font-weight: lighter;
    font-size: 16px;
  }
  main.main-iftar #section-zakah .text-img {
    top: 26%;
  }
  .bank-row .col-md-6:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 650px) {
  #section-zakah .inside-outside img {
    max-width: 200px;
	  height:200px
  }
}
@media (max-width: 450px) {
  #section-zakah .inside-outside img {
    max-width: 150px;
	  height:150px
  }
}
@media (max-width: 360px) {
  #section-zakah .inside-outside img {
    max-width: 134px;
  }
}


footer .footer-back-color a { 
    margin-bottom: 0;
}

.langDiv{
	display: flex;
    align-items: center;
	
}
.langDiv a{
	color:white;
	padding:3px;
background-color:#1b4374;
	border-radius:4px;
	    position: relative;
   
}

	#main-secion.zakah-life-main .container  .number span {cursor:pointer; }
		#main-secion.zakah-life-main .container  .number{

				    margin: 10px auto 50px;
    border: 2px solid #bbbb;
    width: 185px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
}
		#main-secion.zakah-life-main .container  .number .minus,.number .plus{
			width: 60px;
			/* height:20px; */
			/* background:#f2f2f2; */
			border-radius:4px;
			padding:8px 5px 8px 5px;
			/* border:1px solid #ddd; */
      display: inline-block;
      vertical-align: middle;
      text-align: center;
		font-size: 24px;}
		.number input{
			height:34px;
      width: 100px !important;
      text-align: center;
      font-size: 26px;
			border: none !important;
			border-radius:4px;
      display: inline-block;
			vertical-align: middle;}
			
.titel-sec-new{
text-align: center;
    font-size: 20px;
}
.campaign_btn{
	    border: 2px solid rgb(203, 201, 201);
    border-radius: 20px;
    text-align: center;
    width: 180px;
    height: 63px;
    margin-inline: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #d7dad8;
    cursor: pointer;
    color: black;
}
.margin-bottom-20{
margin-bottom: 20px;
}
.org-footer-card.mt-0 {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.org-footer-card img {
    width: 32%;
}

.org-footer-card p.text-dark {
    margin: 0px !important;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    padding: 9px;
    font-size: 22px;
}