.hover-white:hover {
    background-color: #fff !important;
    color: #50388c !important;
    border-color: #fff !important;
}


.btn-trans {
    background-color: #ffffffc4 !important;
    color: #50388c !important;
    border-color: #fff !important;
}

.hover-base-color:hover {
    background-color: #50388c !important;
    color: #fff !important;
    border-color: #50388c !important;
}

.hover-footer-base-color:hover {
    background-color: #50388c !important;
    color: #fff !important;
    border-color: #ffffff !important;
}


.f-color {

    /* color:#836fc8; */
    color: #50388c;

}



.bg-color {

    /* background-color:#836fc8; */
    background-color: #50388c;

}



.cyan-color {

    color: #00ade5;

}






.bg-cyan {

    background-color: #00ade5;

}



:root {

    --bg-cyan: #00ade5;

}



/* sticky register now */



.faioum-donate-now {

    position: fixed;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px;

    font-size: 16px;

    text-align: center;

    bottom: 100px;

    left: 35px;

    width: 95px;

    height: 95px;

    border-radius: 50%;

    background: #f10595;

    color: #ffffff;

    letter-spacing: .83px;

    line-height: 24px;

    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .15);

    overflow: hidden;

    z-index: 999999;

    transition: all .4s ease
}



.faioum-donate-now:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: opacity .4s ease;

    background: linear-gradient(39.06deg, #f10595, #818085)
}



.faioum-donate-now:hover {

    color: #fff;

    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .3);

    background-color: #f10595
}



.faioum-donate-now:hover:before {

    opacity: 1
}





.kalc-sticky__text {

    position: relative;

    z-index: 10;

}





@media(min-width: 768px) {

    .faioum-donate-now {

        bottom: 200px;

        left: 40px
    }

}





@media only screen and (max-width:600px) {



    .faioum-donate-now {

        width: 70px;

        height: 70px;

        font-size: 13px;

        left: 10px;

        bottom: 90px;

    }



}





.icon-shape {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    vertical-align: middle;

}



.icon-sm {

    width: 50px;

    height: 50px;

    padding: 0;



}



.quantity-field {

    appearance: textfield;

}



.process-step-style-09 .progress-right-icon {

    left: auto;

    right: 100%;

}



.process-step-style-09.active:hover .box-overlay,

.process-step-style-09.active .box-overlay {

    transform: scale(1.2);

    opacity: 1;

    visibility: visible;

    background-color: var(--bg-cyan);

}



.page-donation .navbar .menu-order {

    /*	display: none!important;*/

}



.navbar-brand img {

    width: 90px;

    height: auto !important;

    max-height: none !important;

}



.page-donation .navbar-brand img {

    width: 150px;

}

/*

.donation-channels .col{

	margin-bottom: 30px;

}



.donation-channels .donation-channel{

	background: url('https://placehold.co/600x756') no-repeat center;

	background-size: cover;

	border-radius: 10px;

}



.donation-channels .donation-channel:before{

	content:'';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: #00000080;

	border-radius: 10px;

	z-index:-1;

	transform: scale(1.0);

	transition: transform 0.5s;	

}



.donation-channels .donation-channel:hover{

	transform: scale(1.05);

	transition: transform 0.5s;

}



.donation-channels .donation-channel .feature-box-content div{

	height: 60px;

}



.donation-channels .donation-channel .feature-box-content p{

	color: #ffffff;

}

*/





.donation-banks img {

    width: 140px;

}



.row-cases .case {

    display: block;

    position: relative;

    background: url(../images/pat2.jpg) no-repeat center;

    background-size: cover;

    padding: 190px 0 30px;



}



.row-cases .case .overlay {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: #00000080;

    z-index: 0;

}



.row-cases .chart {

    position: relative;

    z-index: 2;

}







/* sticky call now */



.foc-sticky__link {

    position: fixed;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px;

    font-size: 17px;

    text-align: center;

    bottom: 100px;

    left: 35px;

    width: 95px;

    height: 95px;

    border-radius: 50%;

    background: var(--base-color);

    color: #ffffff;

    letter-spacing: .83px;

    line-height: 24px;

    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .15);

    overflow: hidden;

    z-index: 999999;

    font-weight: bold;

    transition: all .4s ease;

}



.foc-sticky__link:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: opacity .4s ease;

    background: linear-gradient(39.06deg, var(--base-color), var(--alt-color))
}



.foc-sticky__link:hover {

    color: #fff;

    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .3);

    background-color: var(--base-color)
}



.foc-sticky__link:hover:before {

    opacity: 1
}





.foc-sticky__text {

    position: relative;

    z-index: 10;

}


.mobile-only {
    display: none !important;
}



@media(max-width: 768px) {


    .zakat-calculator-btn,
    .donate-now-btn-header {
        display: none;
    }

    .mobile-only {
        display: block !important;
    }
}

@media(min-width: 768px) {



    .foc-sticky__link {

        bottom: 200px;

        left: 60px;

    }



    .theme-demos {

        display: none !important;

    }

}







.modal-header .btn-close {

    margin: 0;

}



.full-screen-custom {

    height: 60vh;

}



.donate-now-btn-header {

    font-size: 22px !important;

}



.pretty .state label:after,
.pretty .state label:before {

    left: auto;

    right: 0;

}

footer .row>div {
    /*padding-right: 0;
	padding-left: 0;*/
    /*	text-align: center;*/
}

.donate_options_box .tab-content {
    min-height: 200px;
}

.donate_options_box .tab-content .tab-pane {
    padding-top: 10px;
}

.cart-count-box span {
    width: 22px;
    height: 22px;
    background-color: var(--base-color);
    color: #ffffff;
    display: block;
    position: absolute;
    left: 8px;
    top: -24px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 22px;
}


.newsletter-style-02 input {
    color: #ffffff !important;
}

.newsletter-style-02 input::placeholder {
    color: #ffffff80 !important;
}

.donate-types .nav-tabs.blog-metro {
    height: auto !important;
    border: 0;
}

.donate-types .nav-tabs.blog-metro .nav-link {
    padding: 0;
    border: 0;
    outline: 0;
}

.donate-types .nav-tabs.blog-metro>li.nav-item {
    padding: 0 10px;
    margin-bottom: 20px;
}

.urgent-cases-loop a.item-title {
    height: 60px;
}

.urgent-cases-loop a.item-brief {
    height: 60px;
}

.alertify-notifier.ajs-top {
    top: 80px;
}

/* For Chrome, Safari, Edge, Opera */
.quantity-field::-webkit-outer-spin-button,
.quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.quantity-field[type="number"] {
    -moz-appearance: textfield;
    border: 1px solid gray !important;
    padding: 5px 0;
    margin: 0 5px;
    border-radius: 5px !important;
}