@font-face {
	font-family: 'FFShamelUnique';
	src: url('fonts/FFShamelUnique-Normal.eot');
	src: url('fonts/FFShamelUnique-Normal.woff2') format('woff2'),
	url('fonts/FFShamelUnique-Normal.woff') format('woff'),
	url('fonts/FFShamelUnique-Normal.ttf') format('truetype'),
	url('fonts/FFShamelUnique-Normal.svg#FFShamelUnique-Normal') format('svg'),
	url('fonts/FFShamelUnique-Normal.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FFShamelUnique';
	src: url('fonts/FFShamelUnique-Medium.eot');
	src: url('fonts/FFShamelUnique-Medium.woff2') format('woff2'),
	url('fonts/FFShamelUnique-Medium.woff') format('woff'),
	url('fonts/FFShamelUnique-Medium.ttf') format('truetype'),
	url('fonts/FFShamelUnique-Medium.svg#FFShamelUnique-Medium') format('svg'),
	url('fonts/FFShamelUnique-Medium.eot?#iefix') format('embedded-opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FFShamelUnique';
	src: url('fonts/FFShamelUnique-Bold.eot');
	src: url('fonts/FFShamelUnique-Bold.woff2') format('woff2'),
	url('fonts/FFShamelUnique-Bold.woff') format('woff'),
	url('fonts/FFShamelUnique-Bold.ttf') format('truetype'),
	url('fonts/FFShamelUnique-Bold.svg#FFShamelUnique-Bold') format('svg'),
	url('fonts/FFShamelUnique-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


.col-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-5th {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
@media (min-width: 540px) {
	.col-sm-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 720px) {
	.col-md-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 960px) {
	.col-lg-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 1140px) {
	.col-xl-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}


body {
	font-size: 14px;
	color: #00105C;
	font-family: 'FFShamelUnique', sans-serif;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	direction: rtl;
	line-height: 24px;
}

h1, h2, h3, h4, h5 {
	font-family: 'FFShamelUnique', sans-serif;
	margin-top: 0;
}
input[type=password]{
	font-family: Arial;
}
img {
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #00105C;
}
:before, :after, button, img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
input,select,button,textarea,button:focus{
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-thumb {
	background-color: #323232;
}

::-webkit-scrollbar-track {
	background-color: #dedede;
}
.bg-image, .bg-parallax {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg-parallax {
	background-attachment: fixed;
}
.btn{
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
}
.container{
	max-width: 1110px;
}
/*----------*/
header{
	width: 100%;
	background: #fff;
	z-index: 99;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.navbar{
	padding: 0;
}
@media (min-width: 768px){
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}

}
.dropdown-menu{
	background-color: #F2F2F2;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.navbar-nav .nav-link,.dropdown-menu .dropdown-item{
	color: #1e939c;
	font-size: 12px;
	font-weight: 500;
}
.dropdown-menu .dropdown-item{
	padding: .25rem 1.2rem;
	display: inline-block;
}
.dropdown-menu .dropdown-item:hover{
	background-color: #dfdfdf;
}
.navbar-brand{
	display: inline-block;
	padding: 1px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.top-links a{
	display: inline-block;
	width: 36px;
	line-height: 30px;
	color: #1e939c;
}
.slide-item{
	padding-top: 37%;
}
.slide-caption{
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.slide-title {
	margin-bottom: 40px;
}
.slide-title h2{
	font-size: 39px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 10px;
}
.slide-title h3{
	color: #E2E195;
	font-size: 20px;
}
.counter-item{
	margin-bottom: 30px;
}
.counter-item .counter{
	color: #E2E195;
	font-size: 30px;
}
.counter-item small{
	font-size: 12px;
}
.counter-item p{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}
.btn{
	padding: 12px 30px;
}
.slide-item .btn{
	background: #fff;
	color: #1e939c;
}
.quick-donate{
	position: absolute;
	top: 9px;
	left: 0;
	z-index: 99;
}

@media (min-width: 401px) {
    .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: inherit;
        list-style: none;
        padding: 0;
        z-index: 1;
}
}

@media (max-width: 400px) {
    .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
}

.quickBtn{
	background: #1e939c;
	color: #fff;
	display: block;
	width: 100%;
	position: relative;
	padding: 12px 15px;
	border: none;
	border-radius: 0 10px 10px 0;
	padding-right: 70px;
	text-align: right;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-left: 30px;
	outline: none;
}
.quickBtn i{
	position: absolute;
	right: 0;
	top: 0;
	background: #FFFFFF;
	color: #1e939c;
	border-radius: 0 10px 10px 0;
	bottom: 0;
	padding: 15px 20px;
}
.entry-quick-donate{
	margin-right: 54px;
	margin-left: 60px;
	background: #fff;
	/*border-radius: 0 0 10px 10px;*/
	width: 350px;
	/*display: none;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.quick-screen-payment{
	display: none;
}
.quick-screen-payment{
}
.input-field{
	color: #1e939c;
	margin-bottom: 15px;
	position: relative;
}
.gift-input-field{
	padding:10px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}
.input-field>label{
	font-weight: 700;
	display: block;
	margin: 0;
	font-size: 12px;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 9;
}
.input-field>label>span{
	color:#C6C6C6;
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
}
.input-field .form-control, .input-field .radio-group{
	padding: 5px 10px 10px;
	padding-top: 30px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	outline: none;
	font-size: 14px;
	color: #3A3335;
	min-height: 65px;
}
.input-field .form-control:focus{
	box-shadow: none;
	border:1px solid #1e939c;
}
.input-field .form-control.is-invalid{
	border-color: red;
}
.input-field div.position-relative small{
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.input-field .alert{
	padding: 10px;
	font-size: 13px;
	margin: 0;
}
.input-field>span{
	font-size: 12px;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
	background-position: 7px 7px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.radio-group{
	padding: 6px 0;
}
.radio-group label{
	margin-left: 25px;
	margin-bottom: 0;
}
.radio-group input{
	margin-left: 5px;
	position: relative;
	top: 4px;
}
.btn-success{
	background: #1e939c;
	color: #fff;
	border-color:  #1e939c;
}
.btn-success:hover{
	background: none;
	color: #1e939c;
	border-color:  #1e939c;
}
.heading{
	margin-bottom: 35px;
}
.heading h2{
	display: inline-block;
	padding: 0 30px;
	background-color: #fff;
	margin: 0;
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #1e939c;
}
.heading:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	border: 1px solid #1e939c;
}
.path-item{
	margin-bottom: 30px;
}
.path-item>a{
	display: block;
	text-align: center;
	padding: 0 0 10px;
	color: #1e939c;
	font-size: 16px;
	position: relative;
	border-bottom: 4px solid #F2F2F2;
}
.path-item>a:hover, .path-item.active a{
	border-bottom: 4px solid #1e939c;
}
.path-item>a h4{
	font-size: 16px;
}
.path-icon{
	margin-bottom: 15px;
	height: 60px;
	line-height: 60px;
}
.path-icon img{
	max-height: 60px;
	font-weight: 700;
}
.card-tab-nav{
	margin-bottom: 15px;
}
.card-tab-nav a{
	text-align: center;
	display: block;
	border-bottom: 4px solid #F2F2F2;
	padding: 10px ;
	color: #1e939c;;
}
.card-tab-nav a span{
	color: #9B9B9B;
}
.card-tab-nav a:hover, .card-tab-nav a.active{
	border-bottom: 4px solid #1e939c;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
	background-color: #F7F7F7;
	border-color: #F7F7F7;
}
.side-filter{
	padding: 25px 20px;
	border-radius: 20px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	background: #fff;
	margin-top: 63px;
}
.side-filter h3{
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
}
.donate-card{
	padding: 10px 15px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #EDEDED;
}
.complete-card .entry-donate-card{
	filter: grayscale(100%);
}
.complete-card>.donate-card-link{
	position: absolute;
	left: 0;
	top: 0;
	bottom:0;
	width: 100%;
	background: url(../images/completed.svg) center center no-repeat;
	background-size: 80% auto;
	z-index: 99;
}

.complete-card .entry-donate-card {
    filter: grayscale(100%);
}

.complete-card>.other-contributions-message-box{
    position: absolute;
    left: 0px;
    top: 380px;
    bottom:0;
    right: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 120%;
    z-index: 999;
    font-size: 12px;
    font-weight: 500;
    color: #1e939c;
}

ul.filter-labels > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #1e939c;
}
ul.filter-labels > li.active > a {
    background-color: #1e939c;
    color: #fff;
    margin: 0 20px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #fff;
	/*background-color: #000000;*/
	box-shadow: 0 0 0 1px #000;
}
.custom-control-input[name=agree]:checked~.custom-control-label::before{
	background-color: #000000;
}

.donate-image{
	margin-bottom: 23px;
	border-radius: 5px;
}
.donate-image img{
	border-radius: 5px;
}
.donate-client {
	position: absolute;
	bottom: -17px;
	right: 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 5px;
}
.donate-client>a{
	display: block;
}
.donate-client img{
	max-width: 55px;
	border-radius: 5px;
}
.status-no{
	display: inline-block;
	border: 1px solid #70707042;
	color: #898888;
	border-radius: 5px;
    padding: 3px 10px;
	line-height: 20px;
	width: 50%;
	text-align: center;
    margin: 1px;
}
.status-degree{
	display: flex;
	border: 1px solid #707070;
	border-radius: 25px;
	padding: 2px;
}
.status-degree>span{
	display: inline-block;
	color: #fff;
	background: #ED1C25;
	position: relative;
	width: 70px;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	padding-top: 2px;
	font-weight: 500;
}
.status-degree>span:first-child{
	border-radius: 0 20px 20px 0;
}
.status-degree>span:last-child {
	border-radius: 20px 0 0 20px;
}
.status-degree>span:before{
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 17px;
	height: 14px;
	background: url(../images/Polygon.svg) center center no-repeat;
	opacity: 0;
}
.status-degree>span.medium{
	background: #F6B800;
}
.status-degree>span.simple{
	background: #F7DE00;
}
.status-degree>span.active:before{
	opacity: 1;
}
.donate-card-title{
	font-size: 15px;
	font-weight: 700;
	color: #1e939c;
	text-align: center;
	line-height: 24px;
	margin-bottom: 12px;
	min-height: 33px;
}
.card-features{
	padding-top: 12px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 12px;
}
.donate-card-title a{
	color: #1e939c;
}
.featureDiv{
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: 500;
	color: #ACACAC;
	margin-left: 1rem;
	margin-right: 1rem;
}
.featureIcon{
	width: 53px;
	height: 53px;
	padding: 5px 7px;
	border-radius: 10px;
	line-height: 40px;
	background: rgba(237,237,237,0.6);
	margin: 0 auto 8px;
}
.featureIcon img{
	max-height: 40px;
}
.featureDiv p{
	margin: 0;
}
.card-progress-head span, .card-progress>span{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 500;
	color: #1e939c;
}

.progress-bar{
	background: #5CCD39;
	border-radius: 25px;
	position: relative;
	overflow: visible;
	text-shadow: 0px 3px 4px #000000;
}

.progress{
	border-radius: 25px;
	background-color: #F7F7F7;
}

.progress-rest{
	text-align: center;
	margin-bottom: 22px;
}
.entry-rest{
	display: inline-block;
	padding: 2px 20px;
	border-radius: 0 0 20px 20px;
	background-color: #EDEDED;
	font-size: 10px;
	color: #1e939c;
	font-weight: 500;
}
.entry-rest span{
	display: inline-block;
	margin-left: 10px;
}
.entry-rest .price-rest{
	font-size: 16px;

}
.btn-warning{
	background-color: #1e939c;
	border-color: #1e939c;
	color: #fff;
}
.btn-warning:hover{
	background-color: #fff;
	border-color: #1e939c;
	color: #1e939c;

}
.card-tab-content{
	display: none;
}
.card-tab-content.active{
	display: block;
}

footer{
	padding-top: 30px;
	padding-bottom: 5px;
	/*background-image: url(../images/footerBg.png);*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	color: #fff;
	font-size: 15px;
	background-color: #1e939c;
}
.login-page footer{
	background: #1e939c;
	padding: 35px 0;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li{
	margin-bottom: 10px;
}
footer ul a{
	color: #fff;
	display: inline-block;
	line-height: 26px;
	font-weight: 700;
	font-size: 14px;
}
footer ul a:hover{
	color: #f9f9f9;
}
.footer-logo{
	padding: 0;
}
footer ul.menu{
	margin-top: 20px;
}
.payment-methods p{
	font-weight: 700;
}
.copyright{
	font-size: 11px;
	margin: 0;
	padding: 15px 0;
}
.copyright img{
	margin-left: 10px;
}
.copyright p{
	margin: 0;
}
.case-share span{
	color: #1e939c;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	margin-left: 25px;
}
.case-share a{
	display: inline-block;
	border: 1px solid #F2F2F2;
	border-radius: 10px;
	padding: 10px;
	line-height: 28px;
	width: 50px;
	height: 50px;
	color: #1e939c;
	font-size: 18px;
	text-align: center;
	margin: 0 2px;
}

/*------------*/
.details-wrap{
	background: rgba(230,231,232,0.17);
}
.text-warning{
	color: #DF7B24 !important;
}
.input-field .bootstrap-select>.dropdown-toggle{
	text-align: right;
	padding: 0;
	border: none;
	background: none;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	text-align: right;
	color: rgba(58,51,53,0.6);
	font-size: 14px;
	font-weight: 400;
	outline: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
	background: none;
	border: none;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #dfdfdf;
	color: #1e939c;
}

.counter-block{
	background-color: #fff;
	box-shadow: -1px 2px 6px 0 rgb(0,0,0,0.15);
	border-radius: 10px;
	padding: 15px;
	padding-left: 5px;
	margin: 7px;
}

.counter-icon{
	border-left: 1px solid #ebebeb;
	padding-left: 10px;
	margin-left: 10px;
}
.counter-block h4{
	font-size: 14px;
	font-weight: 500;
	color: #1e939c;
}
.counter-block span{
	color: #1e939c;
	font-size: 19px;
	font-weight: 700;
}
.counter-block span sub{
	font-size: 9px;
	color: #1e939c;
}
@media (min-width: 768px){

	.entry-donate-detials{
		padding: 10px 30px;
	}
	.donate-card-details{
		padding: 15px;
		border: 1px solid #F2F2F2;
		border-radius: 20px;
		box-shadow: none;
	}
	.details-wrap .donate-client img{
		max-width: 50px;
	}
	.details-wrap .donate-client{
		bottom: -45px;
	}
	.details-wrap .donate-client a{
		padding: 20px 30px;
	}
	.details-wrap .donate-image{
		margin-bottom: 13px;
	}
	.status-info{
		margin-right: 120px;
	}


	.details-wrap .donate-card-title{
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 22px;
	}
	.details-wrap .card-features{
		padding-top: 17px;
		margin-bottom: 20px;
	}
	.details-wrap .featureIcon{
		width: 77px;
		height: 77px;
		padding: 10px;
		line-height: 57px;
	}
	.details-wrap .card-progress>span{
		font-size: 14px;
	}
	.details-wrap .entry-rest .price-rest{
		font-size: 22px;
	}
	.details-wrap .entry-rest small{
		font-size: 11px;
	}

}
.payment-form-wrap{
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
#gift-form-mada{
	padding: 10px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	outline: none;
	font-size: 14px;
	color: #3A3335;
	background: #f8f8f8;
	position: relative;
}
#gift-form-mada:before{
	content: '';
	position: absolute;
	right: 15px;
	top: -8px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #f8f8f8;
}

.entry-payment-form{
	padding: 15px;
}
.payment-tab a{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	padding: 18px 10px;
	background:#fff
}
/*.payment-tab a:first-child{*/
/*	border-radius: 0 20px 0 0;*/
/*}*/
/*.payment-tab a:last-child{*/
/*	border-radius: 20px 0 0 0;*/
/*}*/
.payment-tab a:hover, .payment-tab, .payment-tab a.active{
	background: #FAFAFA;
}
.payment-tab a.active{
	cursor: initial;
}
.payment-tab a[href^="#applePayment"],.payment-tab a[href^="#applePayment"]:hover {
	/*background: #000;*/
}
.payment-tab a[href^="#applePayment"] img,.payment-tab a[href^="#applePayment"]:hover img{
	/*filter: invert(99%) sepia(95%) saturate(21%) hue-rotate(324deg) brightness(104%) contrast(100%);*/
}
.custom-control-label{
	font-size: 12px;
	color: #1e939c;
	font-weight: 700;
}
.btn-sm{
	padding: 5px;
}
.mosahama-price input{
	width: 128px;
	border-radius: 10px;
}
.mosahama-price small{
	position: absolute;
	left: 7px;
	top: 7px;
}
.payment-card{
	display: none;
}
.payment-card.active{
	display: block;
}

.gift-switch{
	background: url(../images/gift.svg) 20px center no-repeat;
}
.search-header{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 99;
	left: 0;
	padding: 10px;
	background: #F2F2F2;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.input-search{
	position: relative;
}
.input-search .form-control{
	font-size:14px;
}
.input-search .btn{
	position: absolute;
	left: 0;
	top: 0;
	padding: 9px;
}
.bill-box{
	padding: 35px 25px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.bill-heading{
	border-bottom: 1px solid #ebebeb;
    padding-top: 41px;
}
.bill-heading h2{
	font-size: 30px;
	font-weight: 700;
    height: 47px;
}
.bill-heading p{
	margin: 0;
	color: #000000;
	opacity: 0.4;
}
.bill-details{
	margin-bottom: 1.4rem;
}
.bill-details p{
	margin: 0;
	color: #3A3335;
}
.bill-details strong, .bill-share strong{
	color: #1e939c;
}
.bill-details li{
	margin-bottom: 1rem;
}
.bill-total{
	border-top: 1px solid #ebebeb;
	padding-top: 1rem;
}
.bill-total span.total-price{
	font-size: 20px;
	color: #3A3335;
}
.bill-total span.total-price small{
	font-size: 14px;
}

.bill-share a, .society-social a{
	display: inline-block;
	margin-left: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	padding: 3px;
	border-radius: 50%;
	color: #1e939c;
	background: rgba(2,90,81,.1);
}
.bill-wrap{
	background: url(../images/fatoora.png) left top no-repeat;
	background-size: auto 100%;
}
.error-page{
	background: url(../images/fatoora.png) left top no-repeat;
}
.jood-logo{
	position: absolute;
	right:  0;
	top: 0;
}
.breadcrumb{
	background: none;
	margin: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.society-item{
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	padding: 22px;
	margin-top: 42px;
	padding-top: 60px;
	border-radius: 3px;
}

.society-item h3{
	font-size: 15px;
	font-weight: 700;
	color: #1e939c;
}
.society-logo{
	box-shadow: 0 0 20px 0 rgb(0,0,0,0.2);
	background: #fff;
	border-radius: 5px;
	width: 120px;
	height: 120px;
	padding: 20px;
	text-align: center;
}
.society-logo img{
	max-height: 80px;
}
.society-item .society-logo{
	position: absolute;
	top: -41px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 20px 0 rgb(0,0,0,.2);
	background: #fff;
	border-radius: 5px;
	width: 82px;
	height: 82px;
	padding: 5px;
	line-height: 72px;
}
.society-item .society-logo img{
	max-height: 72px;
}
.society-meta{
	color: rgba(0,0,0,.5);
}
.society-item .society-meta{
	border-bottom: 1px solid #ebebeb;
}
.social-contact{
	background: #fff;
	padding: 35px 0;
}
.gray-body{
	background: rgba(230,231,232,0.2);
}
.society-details{
	padding: 35px 0;
}
.society-heading{
	margin-bottom: 20px;
}
.society-heading .society-logo{
	margin-left: 17px;
}
.society-heading h1{
	font-size: 30px;font-weight: 700;

}
.society-desc{
	color: rgba(0,0,0,.5);
	font-size: 16px;
	line-height: 30px;
}
.society-manager{
	color: rgba(0,0,0,.5);
	font-size: 16px;
	line-height: 30px;
}
.society-manager .manager-img{
	width: 160px;
	border-radius: 5px;
	min-width: 160px;
	margin-left: 20px;
}
.society-manager .manager-img img{
	border-radius: 5px;
}
.society-manager h3{
	padding-top: 20px;
	color: #000;
	font-size: 16px;
}
.society-manager span.position{
	display: block;
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 700;
}
.society-gallery h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.society-gallery .gal-item, .society-gallery img{
	border-radius: 5px;
}
.quick-donate-block{
	padding:25px 20px;
}
.quick-donate-block{
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.quick-donate-block h3, .social-contact h3{
	font-size: 20px;
	margin-bottom: 15px;
	color: #000;
}
.social-contact h3{
	margin-bottom: 25px;
}

.contact-block i{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 3px solid #1e939c;
	text-align: center;
	line-height: 30px;
	color: #1e939c;
	font-size: 16px;
}
.contact-block-icon{
	margin-left: 10px;
}
.contact-block strong{
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
}
.contact-block span{
	color: #1e939c;
	font-size: 14px;
	display: inline-block;
}

.related-cards-gray .heading h2,.gray-wrap .heading h2, .gray-wrap{
	background: #fafafa;
}
.post-item{
	padding: 10px;
	border-radius: 5px;
	background: rgba(230,231,232,.5);
	color: rgba(0,0,0,.5);
}
.blog-details{
	font-size: 16px;
	color: rgba(0,0,0,.5);
	line-height: 30px;
}
.post-thumb{
	margin-bottom: 1rem;
	border-radius: 5px;
}
.post-thumb>a{
	display: block;
	border-radius: 5px;
	padding-top: 60%;
}
.post-item h3{
	color: #1e939c;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	min-height: 48px;
}
.post-item h3 a{
	display: block;
	color: #1e939c;
}
.post-item a.post-more{
	color: #1e939c;
	font-weight: 700;
	text-decoration: underline;
}
.post-item .post-excerpt{
	margin-bottom: 16px;
}

.error-404{
	font-size: 5rem;
	line-height: 6rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #000;
}
.error-box{
	text-align: center;
	padding: 30px 25px;
	background: #fff;
	color: rgba(0,0,0,.5);
	font-weight: 700;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.error-box .error-icon{
	border: 3px solid #DE3D3D;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto 15px;
	line-height: 40px;
	padding: 17px;
	color: #DE3D3D;
	border-radius: 50%;
	font-size: 40px;
	font-weight: 700;
}
.error-box h3{
	color: #DE3D3D;
	font-size: 56px;
	margin-bottom: 15px;
	font-weight: 700;
}
.error-wrap{
	min-height: 500px;
}
.error-box h4{
	color: #DE3D3D;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 700;}
.login-wrap{
	min-height: 92vh;
}
.login-form{
	padding: 30px 25px;
	background: #fff;
	color: rgba(0,0,0,.5);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	color: #676767;
	font-weight: 500;
	border-radius: 5px;
	font-size: 14px;
}
.login-form h3{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.have-account{
	font-size: 12px;
	color: rgba(2,90,81,.5);
}
.have-account a{
	text-decoration: underline;
	color: #1e939c;
	font-weight: 700;
}
.page-item .page-link{
	color: #1e939c;
	margin: 0 4px;
	border-radius: 0 !important;
}
.page-item.active .page-link {
	background-color: #1e939c;
	border-color: #1e939c;
	color: #fff;
}
.content-wrap{
	position: fixed;
	z-index: 9999;
}
.video-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 999;
	overflow: hidden;
	display: none;

}
.video-container #video-player{
	width: 100%;
	height: 100%;
}
.video-container .video-close{
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	top: 50px;
	right: 50px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	z-index: 999;
	font-weight: 700;
}
.video-popup>a{
	position: relative;
	display: block;
}
.video-popup>a .video-img{
	padding-top: 45%;
	border-radius: 5px;
}
.video-popup>a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	border-radius: 5px;
}
.video-popup i{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 2;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.user-panel{
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-bottom: 1.3rem;
}
.rounded-10{
	border-radius: 10px;
}
.user-panel a{
	background: #F7F7F7;
	display: block;
	padding: 18px 20px;
	border-radius: 10px;
	color: #1e939c;
	font-size: 1rem;
	border: 1px solid #F7F7F7;
}
.user-panel a:hover, .user-panel li.active a{
	font-weight: 700;
	border: 1px solid #1e939c;
}
.user-panel a img{
	margin-left: 10px;
}
.user-panel li:not(:last-child){
	margin: 0 0 10px;
}
.user-panel li.logout-btn a{
	background: none;
	border-color: transparent;
}
.transaction-table{
	border: 1px solid #ebebeb;
	border-radius: 10px;
	padding: 15px;
}
.trans-item{
	background: #F7F7F7;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.text-success{
	color: #1e939c !important;
}
.trans-item .trans-price{
	font-size: 18px;
	color: #3A3335;
}
.trans-item .trans-price small{
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}
.transaction-head{
	margin-bottom: 10px;
	font-size: 12px;
	color: rgba(0,0,0,.5);
}
.transactions-wrap h3{
	font-size: 14px;
	font-weight: 700;
	color: rgba(0,0,0,.5);
	margin-bottom: 1rem;
}
.trans-wallet .trans-item{
	padding: 1rem;
}
.trans-item .trans-name{
	color: #1e939c;
	font-weight: 700;
}
.trans-item .trans-name i{
	margin-left: 10px;
}
.trans-item .trans-name.withdrawal i{
	color: #1e939c;
}
.trans-item .trans-name.deposit i{
	color: #2B5726;
}
.your-balance>span{
	font-size: 30px;
	font-weight: 700;
	color: #1e939c;
	display: inline-block;
	margin-left: 5px;
}
.note-item{
	border-radius: 10px;
	background: #F7F7F7;
	margin-bottom: 10px;
	padding: 18px 30px;
}
.note-item .note-icon{
	min-width: 30px;
}
.note-content{
	width: 100%;
	padding-right: 15px;
	color: rgba(2,90,81,.5);
}
.note-item h4{
	font-size: 14px;
	color: #1e939c;
	padding: 5px 0;
	margin: 0;
}
.note-item time{
	font-size: 12px;
	color: rgba(0,0,0,.4);
}
.counter-swiper{
	padding-bottom: 20px;
}
.swiper-pagination-bullet{
	background: #1e939c;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px
}
.donate-card .case-share span{
	font-size: 14px;
}
.donate-card .case-share a{
	 line-height: 18px;
	 width: 30px;
	 height: 30px;
	padding: 5px;
	font-size: 14px;
}
 .card-img-top {
     max-height: 275px;
 }
.private-campaign-cover {
    position: relative;
    display: block;
}
.private-campaign-icon-image {
    left: 5%;
    top: 5%;
    position: absolute;
    width: 100px;
    height: 50px;
}
.donate-card {
    min-height: 450px;
    overflow: auto;
}

.private-campaign-cover {
    position: relative;
    display: block;
}

.private-campaign-icon-image {
    left: 5%;
    top: 5%;
    margin-top: 5px;
    position: absolute;
    width: 85px;
    height: 50px;
}

.left-donate-client {
    left: 30px !important;
    right: initial !important;
    bottom: 100px !important;
}


.case-share > button {
    display: inline-block;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    color: #36552C;
    font-size: 18px;
    text-align: center;
    margin: 0 2px;
}

.link-checkbox div {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    padding-bottom: 15px;
}

.public-link-checkbox div {
    width: 15px;
    height: 15px;
    background-color: #1ABBB3;
    border-radius: 3px;
    padding-bottom: 15px;
}

.link-chart-item {
    border-radius: 15px;
    background-color: #EDEDED;
    margin: 10px 15px;
}

.private-campaign-cover {
    position: relative;
    display: block;
}

.private-campaign-icon-image {
    left: 5%;
    top: 75%;
    position: absolute;
    width: 75px;
    height: 75px;
}

.input-field .form-control, .input-field .radio-group {
    height:65px;
}

.card_org_name {
    color: #898888;
    line-height: 20px;
    text-align: right;
}
@media (max-width: 1550px){
	footer{
		padding-top: 30px;
	}
}
@media (max-width: 767px){
	.note-item{
		padding: 15px 20px;
	}
	.transaction-head{
		display: none;
	}
	.trans-item>.row>div{
		margin-bottom: 5px;
		line-height: 26px;
	}

	#payment-wrapper label{
		font-size: 13px;
	}
	.quick-donate{
		display: none;
	}

	.slide-title{
		margin-bottom: 15px;
	}
	.slide-title h2{
		font-size: 16px;
		line-height: 20px;
	}
	.slide-title h3{
		font-size: 14px;
		line-height: 20px;
	}
	.quickBtn{
		height: 40px;
		padding: 7px 10px;
		padding-right: 50px;
		border-radius: 10px;
		width: auto;
		outline: none;
	}
	.quickBtn i{
		padding: 13px;
	}

	.entry-quick-donate {
		margin-right: 0px;
		margin-left: 0px;
		display: block;
		position: absolute;
		right: -320px;
		bottom: 100%;
		border: 1px solid #F2F2F2;
		padding-top: 20px;
		width: 300px;
		box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		z-index: 999;
	}

    .mobile-quick-donate {
        overflow-y: auto;
        max-height: 800px;
        scrollbar-color: #1e939c transparent;
    }

    .counter-item .counter{
		font-size: 15px;
		font-weight: 700;
	}
	.counter-item p{
		font-size: 12px;
	}
	.counter-item{
		margin-bottom: 15px;
		padding-right: 8px;
		padding-left: 8px;
	}
	.quick-donate{
		top: 35px;
	}
	footer{
		background: #1e939c;
		padding: 30px 0;
	}

	.mobile-bar{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 999;
		padding: 10px 15px;
		background-color: #1e939c;
		border-radius: 25px 25px 0 0;
	}
	.mobile-links a,.mobile-links .navbar-toggler{
		display: inline-block;
		width: 35px;
		text-align: center;
		opacity: 0.5;
		padding: 0;
	}
	.navbar-nav .nav-link, .dropdown-menu .dropdown-item{
		text-align: center;
		outline: none;
		box-shadow: none;
	}
	.close-donate{
		position: absolute;
		left: 5px;
		top: 5px;
		background: none;
		border: 1px solid #707070;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		line-height: 18px;
		padding: 0px;
		text-align: center;
	}
	.navbar-brand{
		display: block;
		margin: 0 auto;
	}
	.card-tab-nav{
		margin-left: 0;
		margin-right: 0;
	}
	.card-tab-nav>.col-6{
		padding: 0;
	}
	.card-tab-nav a{
		border-bottom: none;
		background: #F2F2F2;
		font-size: 8px;
		font-weight: 700;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		line-height: 12px;
	}
	.card-tab-nav a span{
		display: inline-block;
		background: #E3E3E3;
		border-radius: 15px;
		color: #1e939c;
		padding: 0 10px;
		margin-left: 8px;
		min-width: 33px;
	}
	.card-tab-nav a.active{
		color: #fff;
		background: #1e939c;
		border: none;
	}
	.card-tab-nav a.active span{
		background: #123B35;
		color: #fff;
	}
	.card-tab-nav .col-6:first-child a{
		border-radius: 0 10px 10px 0;
	}
	.card-tab-nav .col-6:last-child a{
		border-radius: 10px 0 0 10px;
	}
	.side-filter{
		margin-bottom: 25px;
		margin-top: 0;
	}
	.path-item>a h4{
		font-size: 12px
	}
	.related-cards .heading{
		display: flex;
		align-items: center;
		justify-content:space-between ;
	}
	.related-cards .heading:before{
		display: none;
	}
	.related-cards .heading h2{
		font-size:18px;
		padding: 0;
	}
	.related-cards .swiper-pagination{
		position: relative;
	}
	.related-cards .swiper-pagination-bullet{
		margin: 0 2px;
	}
}

@media (max-width: 480px){
    .complete-card>.other-contributions-message-box{
        position: absolute;
        left: 0px;
        top: 380px;
        bottom:0;
        right: 60px;
        margin-left: auto;
        margin-right: auto;
        width: 130%;
        z-index: 9999;
    }
	.heading{
		margin-bottom: 20px;
	}
	.heading h2{
		font-size: 20px;
	}
	.path-item>a h4 {
		font-size: 10.5px;
		line-height: 18px;
		margin: 0;
		font-weight: 700;
	}
	.path-icon{
		height: 40px;
		line-height: 40px;
	}
	.path-item>a img{max-height: 40px;}
}


.toggle {
    --width: 46px;
    --height: calc(var(--width) / 2);
    --border-radius : calc(var(--height) / 2);
    display: inline-block;
    cursor: pointer;
}
.toggle__input {
    display: none;
}

.toggle__fill {
    display: inline-block;
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #ddd;
    transition: background 0.2s;
    margin-top: 5px;
}
.toggle__input:checked ~ .toggle__fill {
    background: #1E939C;
}

.toggle__fill::after {
    content: "";
    position: absolute;
    top:1px;
    left: 2px;
    height: calc(var(--height) / 1.15);
    width: calc(var(--height) / 1.15);
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}

.toggle__input:checked ~ .toggle__fill::after {
    transform: translateX(var(--height));
}
.toggle__label {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #1f2937;
    position: absolute;
    margin-top: 2px;
    margin-right: 10px;
}

.form-check-input {
    float: right !important;
    margin-left: 10px !important;
}
