/*!
Theme Name: muslimrelief
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: muslimrelief
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

muslimrelief is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/* bucket count */
.item-count{
    background-color: #c30047;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 18px;
    left: 22px;
    padding-left: 1px;
    font-size: 10px;
    font-family: poppins;
}
/* bucket count */

/* loader */
/* .checkout-pg small{
    font-size:95%;
} */
.modaldx{
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    padding: 15%;
    text-align: center;
}
.modaldx .center{
    align-self: center;
    justify-content: center;
    display: block;
}
.modaldx .imgdx{
    width:350px;
}
/* loader */

/* cart modal */
.quantity{
    display: flex;
    justify-content: center;
}
.quantity .minus{
    border-radius: 2px 0px 0px 2px;
    border: 1px solid;
    border-color: transparent;
    background: #1472ad;
    color: white;
    line-height: 0;
    padding: 9px;
}
.quantity .plus{
    border-radius: 0px 2px 2px 0px;
    border: 1px solid;
    background: #1472ad;
    border-color: transparent;
    color: white;
    line-height: 0;
    padding: 9px;
}
.quantity .qty{
    width: 30px;
    text-align: center;
    border-radius: 0px;
    border: transparent;
}
.quantity .qty:focus-visible {
    outline: 0px;
}
/* cart modal */

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*[sami]*/
/*.post,*/
/*.page {*/
/*	margin: 0 0 1.5em;*/
/*}*/

.updated:not(.published) {
	display: none;
}

/*[sami]*/
/*.page-content,*/
/*.entry-content,*/
/*.entry-summary {*/
/*	margin: 1.5em 0 0;*/
/*}*/

/*.page-links {*/
/*	clear: both;*/
/*	margin: 0 0 1.5em;*/
/*}*/

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Custom Styling [sami] */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none;
}

p{
    margin-bottom: 0;
}

ul,
ol{
    margin: 0;
}

i{
    display: inline-block;
}

.form-select:focus,
.form-control:focus {
    border-color: #0776bc !important;
    box-shadow: none !important;
}

.btn-check:focus+.btn, 
.btn:focus {
    box-shadow: none !important;
}



/*Header Stylings*/

header .mr-menu-top{
    background-color: #c30047;
}

.mr-menu-top a,
.mr-menu-top p,
.mr-menu-top i{
    color: #FFF;
}

.mr-menu-top .top-menu-info{
    display: flex;
    align-items: center;
}

.top-menu-info .call-padding{
    padding-left: 10px;
}

.mr-menu-top .mrs-media-links{
    text-align: right;
}

.mr-menu-top .mrs-media-links i {
    padding: 0px 3px;
    transition: all ease 0.3s;
}

.mrs-media-links i:hover{
    color: #67B045;
}

/*Navbar*/
.mr-main-menu-row{
    background-color: #f2f2f2;
}

.mr-main-menu-row .row-padd{
    padding: 14px 0px;
}

.header-nav-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 4px -4px black;
  -moz-box-shadow: 0 3px 4px -4px black;
  box-shadow: 0 3px 4px -4px black;
    opacity: 1;
    animation-name: header-sticky;
    animation-duration: 0.3s;
}

@keyframes header-sticky {
  0% {opacity: 0;}
  50% {opacity: 0.5;}
  100% {opacity: 1; }
}


.mr-main-menu .menu .menu-item{
    padding: 5px;
    margin-left: 5px;
    list-style: none;
    margin-top: auto;
    margin-bottom: auto;
} 

.mr-main-menu .menu .menu-item a{
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.mega-menu .mega-menu-item.mega-menu-winter .mega-menu-link{
    background-color: #0776bc !important;
    color: #FFF !important;
    border-radius: 22px !important;
    transition: all ease 0.3s !important;
    margin-right: 5px !important;
}

.mega-menu .mega-menu-item.mega-menu-zakat .mega-menu-link{
    background-color: #69b247 !important;
    color: #FFF !important;
    border-radius: 22px !important;
    transition: all ease 0.3s !important;
    margin-right: 5px !important;
	width:80px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link{
    line-height: 1;
}

.mega-menu .mega-menu-item.mega-menu-zakat .mega-menu-link:hover{
    background-color: rgba(7, 118, 188, 0.8) !important;
}

   

.mega-menu .mega-menu-item.mega-menu-donate .mega-menu-link{
    background-color: #c30047 !important;
    color: #FFF !important;
    transition: all ease 0.3s !important;
    border-radius: 22px !important;
}

.mega-menu .mega-menu-item.mega-menu-donate .mega-menu-link:hover{
    background-color: #70ba47 !important
}

.mega-menu .mega-menu-item-has-children .mega-sub-menu{
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
   /*border: 2px solid #0776bc;*/
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3571 > a.mega-menu-link {
    background-color: #67b044   !important;
    color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3569 > a.mega-menu-link {
    background-color: #d81b5a !important;
    color: #fff;
}
.mega-menu .mega-menu-item .mega-menu-link {
    font-weight: bold !important;
    font-size: 11px !important;
}

.rmp-menu-wrap .menu-zakat a{
    background-color: #69b247 !important;
    color: #FFF !important;
    border-radius: 22px !important;
    display: inline-block;
    width: auto !important;
    margin: 10px 20px;
    text-align: center !important;
}

.rmp-menu-wrap .menu-donate a{
    background-color: #d81b5a !important;
    color: #FFF !important;
    border-radius: 22px !important;
    display: inline-block;
    width: auto !important;
    margin: 10px 20px;
    text-align: center !important;
}

.cart-image-menu #cartItem{
    background-color: #c30047;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    top: -20px;
    right: -7px;
    font-weight: bold;
}

.rmp-menu-additional-content .mob-nav-phone{
    text-align: center;
    padding: 20px 0px;
    color: #FFF;
}
.desk-none{
display:none;
}
.rmp-menu-additional-content .mob-nav-phone a{
    color: #FFF;
}

.rmp-menu-additional-content .mob-nav-phone .fa-mobile-alt{
    padding-right: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: 0px !important;
}

.mr-main-menu-row .cart-image-menu {
    text-align: center;
}

.mr-main-menu-row .cart-image-menu a{
    position: relative;
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1{
	display: flex !important;
    justify-content: center !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 9px !important;
} */
/*  .calculator-img img
	{
	width:69px;
	cursor: pointer;
	} */

#mega-menu-wrap-menu-1 a.mega-menu-link
{
	border-radius: 0.25rem !important;
}

/* Header Ends*/

/* Quick Donate*/
.home-quick-donate .quick-donate-form {
    border: 3px solid #FFF;
    padding: 20px;
    margin-top: -114px;
    background-image: url(https://www.muslimrelief.org.uk/wp-content/uploads/2021/03/2021-03-30-1.jpg);
    background-position: center;
    background-size: cover;
}
.footer-btn-wrap .footer-dnt-btn {
    background: #bb0046;
    color: #fff;
    display: flex
;
    padding: 10px;
    width: 100%;
    justify-content: center;
}
.footer-btn-wrap {
    margin-top: 10px;
}
.home-quick-donate .quick-donate-form h1{
    color: #FFF;
    font-weight: bold;
    margin: 0px;
}

.quick-donate-form .qd-input{
    height: 38px;
    padding: 3px 12px;
}

.quick-donate-form .qd-submit-btn{
    border: none;
    outline: none;
    color: #FFF;
    background-color: #D81B5B;
    width: 100%;
    height: 38px;
    font-weight: bold;
    transition: all ease 0.3s;
}

.quick-donate-form .qd-submit-btn:hover{
    background-color: #67B045;
}

/* Muslim Relief Short Into*/
.mus-relf-desc-home{
  margin-top: auto;  
  margin-bottom: auto;  
}

.aid-hum-after{
    position: relative;
}

.aid-hum-after::after{
    content: "";
    position: absolute;
    display: inline-block;
    height: 3px;
    left: 0px;
    bottom: -15px;
    width: 5%;
    background-color: #0776bc;
}

/* after styling*/

.hfive-hone-after h5,
.hfive-hone-after h1{
    position: relative;
    margin: 0px !important;
}

.hfive-hone-after h1::after{
    content: "";
    position: absolute;
    width: 5%;
    height: 3px;
    background: #0776bc;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.hfive-and-hone-left h5,
.hfive-and-hone-left h1{
    position: relative;
    margin: 0px !important;
}

.hfive-and-hone-left h1::after{
    content: "";
    position: absolute;
    width: 10%;
    height: 3px;
    background: #0776bc;
    left: 0;
    bottom: -10px;
}


.heading-two-after h1{
    margin: 0px;
}

.heading-two-after h2{
    position: relative;
}

.heading-two-after h2::after{
    content: "";
    position: absolute;
    display: inline-block;
    height: 3px;
    left: 0px;
    bottom: -15px;
    width: 10%;
    background-color: #0776bc;
}

.margin-y-auto{
    margin-bottom: auto;
    margin-top: auto;
}

/* Hoe Appeals Section*/

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary::before{
    display: none !important;
}

.appeals-home .appeals {
    background-color: #eaeaea !important;
    padding: 5px !important;
    border: 3px solid #d7d7d7 !important;
    transition: all ease 0.3s;
    border-radius: 5px;
}

.appeals-home .appeals:hover{
    cursor: pointer;
    border: 3px solid #67B045 !important;
}

.appeals-home .appeals:hover .entry-title a{
    background-color: rgba(103, 176, 69, 0.8) !important;
}


.appeals-home .appeals .entry-title a{
    color: #FFF !important;
    background-color: rgba(124, 124, 124, 0.8) !important;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 94px;
    left: 0px;
    margin: 0px;
    width: 100%;
    transition: all ease 0.3s;
    font-weight: bold;
}

.causes-home .causes .entry-title a{
    color: #0776bc !important;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.appeals-home .appeals .lvca-entry-text-wrap{
    position: relative;
}

.appeals-home .appeals .lvca-project-image{
    padding: 0px;
}

.appeals-home .lvca-read-more{
	margin: 20px 0 20px 0 !important;
}

.lvca-entry-text-wrap .entry-summary{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   font-size: 14px;
   text-align: center;
}
.row.appeals-row {
    height: 1058px;
    overflow: hidden;
	transition:0.8s ease-in-out;
}

.row.appeals-row.open{
    height:100%;
    overflow:auto;
		transition:0.8s ease-in-out;
}
.causes .archive-btns .readm-arc-btn,
.appeals .archive-btns .readm-arc-btn{
    display: block;
    font-size: 14px;
    color: #0776bc;
    text-decoration: underline;
    padding-bottom: 18px;
    font-weight: 500;
}

.causes .archive-btns .dnt-arc-btn,
.appeals .archive-btns .dnt-arc-btn{
    color: #FFF !important;
    background-color: #d81b5a;
/*     border-radius: 17px; */
	border-radius: 0.25rem !important;
    padding: 8px 20px !important;
    margin: 0 auto;
    outline: none;
    border: none;
    transition: all ease 0.3s;
    cursor:pointer;
    display: inline-block !important;
}

.causes .archive-btns .dnt-arc-btn:hover,
.appeals .archive-btns .dnt-arc-btn:hover{
    background-color: #67b045;
}


/* Buttons*/
.pink-blue-btn .vc_btn3{
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: none !important;
    border-color: #d81b5a !important;
    background-color: #d81b5a !important;
    transition: all ease 0.3s !important;
}

.pink-blue-btn .vc_btn3:hover{
    border-color: #0776bc !important;
    background-color: #0776bc !important;
}

.pink-green-btn .vc_btn3{
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: none !important;
    border-color: #c30047 !important;
    background-color: #c30047 !important;
    transition: all ease 0.3s !important;
    margin-bottom: 20px !important;
}

.pink-green-btn .vc_btn3:hover{
    border-color: #67B045 !important;
    background-color: #67B045 !important;
}

.green-green-btn .vc_btn3{
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: none !important;
    border-color: #67B045 !important;
    background-color: #67B045 !important;
    transition: all ease 0.3s !important;
}

.green-green-btn .vc_btn3:hover{
    border-color: #539136 !important;
    background-color: #539136 !important;
}



/* Button Ends*/

/* Calculate Zakat Section*/
.mr-zakat-cal-home{
    padding: 50px 0px !important;
}

.mr-zakat-cal-home a {
  border-radius: 0.25rem !important;
}


.mr-zakat-cal-home .fa-heart{
    color: #d71b59;
}

/* where-we-work */

.where-we-work-section{
    padding-bottom: 50px;
}


.where-we-work{
    position: relative;
}

.where-we-work .after-element::after{
    content: "";
    position: absolute;
    background: #6ad13c;
    width: 5%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
}
/* where-we-work ends*/

/* Footer Styling */
.site-footer{
    background-color: #030f15;
}

.site-footer .container {
   position: relative;
    padding-top: 106px !important;
}

.subscribe-section{
    width: 100%;
    position: absolute;
    top: -45px;
    background-color: #FFF;
    border: 2px solid #ccc;
}

.subscribe-section .subscribe-desc{
    position: relative;
}

.subscribe-section .subscribe-desc-in{
    background-image: url("https://www.muslimrelief.org.uk/wp-content/uploads/2021/03/envolupe.png");
    background-repeat: no-repeat;
    background-size: contain;
	    background-position: center;
	width:100%;
	height:100%;
}

.subscribe-desc .absolute-icon{
    position: absolute;
    top: 0;
}

.absolute-icon .fa-envelope-open-text{
    color: #ccc;
    font-size: 40px;
}

.subscribe-desc .subscribe-desc-in{
    padding-left: 25px;
}

.subscribe-section h5{
    color: #0776bc;
    font-weight: bold;
    margin: 0;
}

.subscribe-section p{
    color: #5c5c5c;
    font-weight: bold;
}

.mailchimp-input .mc4wp-form-fields{
    display: flex;
    align-items: center;
}

.subscribe-section .subs-input{
    border-radius: 0px;
    width: 100%;
    display: inline-block;
    padding: 3px 10px;
}

.subscribe-section .subs-submit{
    background-color: #c30047;
    color: #FFF;
    outline: none;
    border: none;
    padding: 8px 35px !important;
    border-radius: 0px;
    display: inline-block;
    transition: all ease 0.3s;
}

.subscribe-section .subs-submit:hover{
    background-color: rgba(195, 0, 71, 0.8);
}


.main-footer .footer-logo{
    padding-bottom: 30px;
}

.main-footer ul{
    padding: 0px;
}

.main-footer h5{
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 20px;
    position: relative;
}

.main-footer h5::after{
    content: "";
    position: absolute;
    display: inline-block;
    height: 3px;
    bottom: 15px;
    left: 0px;
    width: 45%;
    background-color: #33a3e9;
}

.main-footer p{
    color: #a0a0a0;
}

.main-footer .footer-q-links ul li{
    padding: 5px 0px;
    list-style: none;
}

.main-footer .footer-q-links a{
    color: #FFF;
}

.main-footer .footer-q-links a:hover{
    color: #33a3e9;
}

.footer-c-info ul li{
    padding: 10px 0px;
    list-style: none;
}

.footer-c-info ul i{
    color: #33a3e9;
    padding-right: 10px;
}

.footer-c-info ul a{
    color: #a0a0a0;
}


.footer-social-links i{
    font-size: 30px;
    color: #a0a0a0;
    padding-right: 15px;
    transition: all ease 0.3s;
}

.footer-social-links i:hover{
    color: #33a3e9;
}

/*----Page Social Icons----*/
.page-social-links a i{
    font-size: 30px;
    color: #a0a0a0;
    padding-right: 15px;
    transition: all ease 0.3s;
}

.page-social-links a i:hover{
    color: #33a3e9;
}

/*---end---*/

.terms-c-disclam a{
    color: #a0a0a0;
}

.terms-c-disclam a:hover{
    color: #33a3e9;
}


.copyright-section{
    border-top: 2px solid #33a3e9;
    background-color: #000608;
    padding-bottom: 50px;
}

.copyright-section p{
    color: #33a3e9;
}

/* mega menu css */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 100000 !important;
}
/* Footer Styling End*/

/* Footer Fixed Donation Widget*/
.fixed-quick-donate{
    display: none;
    position: fixed;
    bottom: -52px;
    left: 0;
    width: 100%;
    background-color: #0776bc;
    z-index: 99;
    transition: all ease 0.3s;
}

.slide-up-down{
    bottom: 0px !important;
}

.fixed-quick-donate .fixed-qdnt-cont{
    position: relative;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3338 .mega-search-open.mega-search input {
    position: fixed;
    top: 100px;
	    color: #fff !important;
    left: 0px !important;
    width: 100% !important;
    top: 175px;
    background-color: #2a77be !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3338 .mega-search-open.mega-search input::placeholder {
  color: #fff;
  opacity: 1; /* Ensures full opacity in some browsers */
}
.header-nav-sticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3338 .mega-search-open.mega-search input  {
    top: 90px;
}
.fixed-quick-donate h4{
	display: inline-block;
    margin: 0px;
    color: #FFF;
    font-weight: bold;
	background-color: #0776bc;
	padding: 10px;
	position: absolute;
	left: 50%;
	top: -46px;
	transform: translateX(-50%);
	cursor: pointer;
}

.fixed-quick-donate .f-qd-input{
    height: 38px;
    padding-left: 15px;
}

.fixed-quick-donate .f-qd-submit-btn{
    border: none;
    outline: none;
    color: #FFF;
    font-weight: bold;
    background-color: #c30047;
    width: 100%;
    height: 38px;
    transition: all ease 0.3s;
}

.fixed-quick-donate .f-qd-submit-btn:hover{
    background-color: #67B045;
}
/* Footer Fixed Donation Ends*/


/* Custom Post Type Stylings*/

.custom-archive-header{
    background-color: #0776bc;
    text-align: center;
}

.custom-archive-header h1{
    color: #FFF;
    font-weight: bold;
    display: inline-block;
}

/* Appeals / Causes / Religious Dues*/

.reldues-row .reldues-item,
.appeals-row .appeals-item{
    background-color: #eaeaea;
    padding: 5px;
    border: 3px solid #d7d7d7;
    transition: all ease 0.3s;
    border-radius: 5px;
}

.causes-row .causes-item{
    cursor: pointer;
}

.causes-row .causes-item .causes-img-cont{
    overflow: hidden;
}

.causes-row .causes-item:hover img{
    transform: scale(1.1)
}

.appeals-row .appeals-item:hover{
    cursor: pointer;
    border: 3px solid #5fa13f;
}

.reldues-row .reldues-item:hover{
    cursor: pointer;
    border: 3px solid #c30047;
}

/*.appeals-row .appeals-item:hover .entry-title{*/
/*    background-color: rgba(103, 176, 69, 0.8);*/
/*}*/

/*.reldues-row .reldues-item:hover .entry-title{*/
/*    background-color: rgba(195, 0, 71, 0.8);*/
/*}*/

.reldues-item .reldues-img-title,
.appeals-item .appeals-img-title{
    position: relative;
}


.reldues-item .entry-title,
.appeals-item .entry-title{
    /*color: #FFF;*/
    color: #0776bc;
    /*background-color: rgba(124, 124, 124, 0.8);*/
    text-align: center;
    padding: 10px;
    /*position: absolute;*/
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    font-weight: bold;
    transition: all ease 0.3s;
}

.causes-item .entry-title{
    color: #0776bc;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.reldues-item .custom-padd,
.causes-item .custom-padd,
.appeals-item .custom-padd{
    padding: 15px;
}

.cust-item-excerpt,
.cust-item-excerpt p{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   font-size: 14px;
	color: #0f70b7;
   text-align: center;
}

.custom-padd .cust-read-more{
    color: #0776bc;
    padding: 10px 0px;
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 500;
}


.custom-padd .cust-dnt-btn{
    color: #FFF;
    background-color: #d81b5a;
    border-radius: 17px;
    display: block;
    padding: 8px 20px !important;
    margin: 0 auto;
    outline: none;
    border: none;
    transition: all ease 0.3s;
}

.custom-padd .cust-dnt-btn:hover{
    background-color: #67b045;
}

.appeals-item img,
.causes-item  img,
.reldues-item img{
    transition: all ease 0.3s;
    width: 100%;
}

/* Custom Post Type [Single Page] */

.global-header{
    background-color: #0776bc;
    text-align: center;
}

.global-header .global-heading{
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    margin: 0px;
    padding: 12px;
}

.global-header .title-style{
    /*color: #7FEA4E !important;*/
    color: #FFFFFF !important;
}

/* Appeals our work slider */
	
.slider-desc {
	padding:10px 0px !important;
}

/* Abou Us Page Stylings*/

.margin-y-auto{
    margin-top: auto;  
    margin-bottom: auto;  
}

.last-section-padding{
    padding-bottom: 70px;
}

/*Carousel*/
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary:before {
    display: none !important;
}

.about-us-carousel .causes .entry-title a,
.about-us-carousel .appeals .entry-title a{
    color: #0776bc !important;
}

.about-us-carousel .causes .dnt-arc-btn,
.about-us-carousel .appeals .dnt-arc-btn{
    color: #FFF;
    background-color: #d81b5a;
    border-radius: 17px;
    padding: 8px 20px !important;
    margin: 0 auto;
    outline: none;
    border: none;
    transition: all ease 0.3s;
}

.about-us-carousel .causes  .dnt-arc-btn:hover,
.about-us-carousel .appeals  .dnt-arc-btn:hover{
    background-color: #67b045;
}

/*Counter*/

.about-counters .lvca-odometers .lvca-grid-item{
    text-align: center;
}

.about-counters .lvca-grid-item .odometer > .odometer-digit{
    color: #FFF !important;
}

.about-counters .lvca-stats-title-wrap{
    text-align: center;
}
.about-counters .lvca-stats-title{
    color: #7FEA4E !important;
    font-weight: 500;
}

.lvca-odometers .lvca-odometer .lvca-number,
.lvca-odometers .lvca-odometer .lvca-prefix, .lvca-odometers .lvca-odometer .lvca-suffix {
    color: #FFF !important;
}

/* Abou Us Page Ends*/

/* Contact Us */
.contact-us-section{
    padding-bottom: 50px;
}

.contact-us-section .contact-form input:not([type=submit]){
    margin-bottom: 10px
}

.contact-us-section .contact-form label{
    color: #050505;
    font-weight: bold;
}

.contact-us-section .contact-form .contact-btn{
    border: none;
    outline: none;
    color: #FFF;
    font-weight: bold;
    background-color: #c30047;
    height: 38px;
    padding: 10px 50px;
    transition: all ease 0.3s;
    margin-top: 20px;
}

.contact-us-section .contact-form .contact-btn:hover{
    background-color: #67B045;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 2em;
    padding: 0.2em 1em;
    border: 2px solid #dc3232 !important;
}

.contact-icons .icon-c .vc_icon_element{
    cursor: pointer;
}

.contact-social-container .contact-social-links {
    text-align: center;    
}

.contact-social-container .contact-social-links i{
    font-size: 30px;
    color: #c30047;
    padding-right: 15px;
    transition: all ease 0.3s;
}

.contact-social-links i:hover{
    filter: drop-shadow(0 0 3px #67B045);
    color: #67B045;
}


/* Contact Us Ends*/

/* Related Posts Stylings*/

.related-posts{
    margin-top: 35px;
    padding-bottom: 50px;   
}

.related-hone-after h3{
    position: relative;
    color: #d81b5a;
    font-weight: bold;
}

.related-hone-after h3::after{
    content: "";
    position: absolute;
    width: 5%;
    height: 3px;
    background: #0776bc;
    left: 0;
    bottom: -10px;
}

.each-related-post .related-post-title{
    color: #0776bc;
    text-align: center;
    width: 100%;
    font-weight: bold;
    display: block;
    padding: 8px 0px;
}

.each-related-post .white-bg-related-post img{
    width: 100%;
}

.each-related-post .related-post-excerpt,
.each-related-post .related-post-excerpt p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    text-align: center;
    padding: 0px 6px;
}

.each-related-post .rp-dnt-btn a{
    color: #FFF;
    background-color: #d81b5a;
/*     border-radius: 17px; */
	border-radius: 0.25rem !important;
    padding: 8px 20px;
    margin: 0 auto;
    outline: none;
    border: none;
    transition: all ease 0.3s;
}

.each-related-post .rp-dnt-btn a:hover{
    background-color: #67b045;
}

/* Related Posts Stylings Ends*/

/* Pagination Styling*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px;
}

.pagination .custom-pagination span,
.pagination .custom-pagination a{
    background-color: #031016;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    transition: all ease 0.3s;
}

.pagination .custom-pagination span:hover,
.pagination .custom-pagination a:hover{
    background-color: #050505;
    cursor: pointer;
}

/* Pagination Styling Ends*/



/* Donation Widget*/
.for-bg{
    margin-top: 25px;
}

.for-bg .image-section{
    position: relative;
}

.image-section img{
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 400px !important;
}

.details-section h4{
     color: #FFF;
}

.details-section p{
    padding-bottom: 15px;
    color: #FFF;
}

.donation-ctas1 label,
.donation-ctas2 label{
    width: 100%;
    color: #FFF;
    font-weight: bold;
    border: 2px solid #FFF;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
}

.donation-ctas1 input[type="radio"],
.donation-ctas2 input[type="radio"]{
    display: none;
}

.donation-ctas1 input[type="radio"]:checked + label,
.donation-ctas2 input[type="radio"]:checked + label{
    background-color: #0776bc;
}

.donation-ctas2 .custom-input{
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
}

.details-section .dnt-widget-btn{
    border: 2px solid #FFF;
    outline: none;
    color: #FFF;
    background-color: #c30047;
/*     border-radius: 20px; */
	border-radius: 0.25rem;
    padding: 10px 20px;
    transition: 0.3s;
}

.details-section .dnt-widget-btn:hover{
    background-color: #0776bc;
}

/* Donation Widget Ends*/


/* Donation Modal Stylings*/

body.modal-open {
  /* overflow: scroll !important; */
}

.modal-body {
    flex: 0 1 auto !important;
}

.modal.fade .modal-dialog {
    transition: transform .2s ease-out;
    transform: translate(560px,0);
}
div#global-cart {
    display: contents;
}
.modal-body {
    flex: 0 1 auto !important;
    height: 100%;
    overflow-y: scroll;
}


.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0)
}
@media screen and (max-width:767px){
	.modal.right .modal-dialog {
    width: 100%;
 
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3571 > a.mega-menu-link {
    background-color: #d81b5a   !important;
    color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3569 > a.mega-menu-link {
    background-color: #67b044  !important;
    color: #fff;
}
	
	.ramdan-btns>a{
margin-bottom:10px !important;
}
	    .mega-menu .mega-menu-item.mega-menu-donate .mega-menu-link {
        margin-bottom: 7px ! IMPORTANT;
    }
	.row.main-footer {

    padding-top: 49px !important;
}
	.mb-none{
display:none !important;
}
	.desk-none{
display:block !important;
}
}
.modal-dialog {
    margin: 0px;
    position: fixed;
    right: 0px;
}

#errorModal {
    z-index: 9999 !important;
}

#errorModal .modal-dialog {
/*     margin: auto !important;
    position: relative !important;
    right: 0px; */
	position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content {
/*     height: 100vh; */
	 height: 100%;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#errorModal .modal-content {
    height: auto !important;
}

.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-track {
   background-color: #0776bc;
}

.modal-content::-webkit-scrollbar-thumb {
    background-color: #c30047;
    border-radius: 5px;
}

.muslimrelief-modal .modal-header{
    background-color: #0776bc;
    border-top-right-radius: 0 !important;
}

.muslimrelief-modal .modal-title{
    color: #FFF;
}

.muslimrelief-modal .btn-close{
    background-color: #FFF;
    border-radius: 50%;
}

.muslimrelief-modal .donation-items{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
/*     background: #f2f2f2; */
}

.checkout-summry .donation-item
{
    border-bottom: 1px solid #0776bc;
}
 .muslimrelief-modal .donation-item
{
    background-color: #d3ecfb !important;
	 margin-bottom: 5px;
}
  

.support-donation-pop {
	padding-top: 6px !important;
}

.muslimrelief-modal .donation-item .fa-times{
    color: #FFF;
    background-color: #c30047;
    padding: 5px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    transition: all ease 0.3s;
    cursor: pointer;
}

.donation-item .fa-times:hover{
    background-color: red;
}

.donation-item .donation-title{
    color: #050505;
    font-weight: bold;
}

.donation-item .donation-flist {
    color: #154272;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.donation-item .dnt-one-mon{
    color: #c30047;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.donation-item .donate-qty{
    width: 50px;
    padding-left: 10px;
}

.donation-item .cart-amt{
    font-weight: bold;
	font-size: 14px;
}

.muslimrelief-modal .support-heading{
    color: #050505;
    font-weight: bold;
    text-transform: uppercase;
}

.muslimrelief-modal .mr-modal-cta .add-an-btn,
.muslimrelief-modal .mr-modal-cta .check-out-btn{
    border: none;
    outline: none;
    padding: 10px 20px;
    color: #FFF;
    width: 100%;
}
.muslimrelief-modal .mr-modal-cta .check-out-btn{
    padding: 6px !important;
}

.muslimrelief-modal .mr-modal-cta .add-an-btn{
    background-color: #0776bc;
}

.mr-modal-cta .add-an-btn:hover{
     background-color: rgba(7, 118, 188, 0.85);
}

.muslimrelief-modal .mr-modal-cta .check-out-btn{
     background-color: #c30047;
}

.mr-modal-cta .check-out-btn:hover{
     background-color: rgba(195, 0, 71, 0.85);
}
/* Donation Modal Ends*/

/* 404 / */

.no-results .search-submit,
.error-404 .search-submit{
    padding: 10px 20px;
    color: #FFF;
    background-color: #0776bc;
    border: none;
    outline: none;
}

.no-results .search-submit,
.error-404 .search-submit:hover{
    background-color: rgba(7, 118, 188, 0.85);
}

.no-results .search-field,
.error-404 .search-field{
    height: 36px;
    padding-left: 10px;
}

.no-results .search-form,
.sreach-results .search-form{
    text-align: center;
    margin-top: 15px;
}



/* 404 Ends*/

/* Checkout Page Stylings*/
.zakat-calc-content,
.donate-now-section,
.checkout-page{
    margin-bottom: 100px;   
}

.checkout-form h2{
    color: #0776bc;
    font-weight: bold;
    position: relative;
}

.checkout-form h2::after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0px;
    background-color: #0776bc;
    width: 20%;
    height: 3px;
}

.checkout-form h2 .sub-black{
    color: #050505;
}

.checkout-page .checkout-form input:not([type="checkbox"]){
    height: 38px;
    padding-left: 10px;
}

.checkout-form .btn{
    width: 100%;
    color: #FFF;
    font-weight: bold;
}

.checkout-form .cc-btn{
    background-color: #c30047;
    margin-bottom: 10px;
}

.checkout-form .cc-btn:hover{
    background-color: rgba(195, 0, 71, 0.85);
}

.checkout-form .check-btn-donate{
    background-color: #0776bc;
}

.checkout-form .check-btn-donate:hover{
    background-color: rgba(7, 118, 188, 0.85);
}

.checkout-form .pp-btn{
    background-color: #67B045;
}

.checkout-form .pp-btn:hover{
    background-color: rgba(103, 176, 69, 0.85);
}

.checkout-summry #checkout-page-sidebar{
    min-height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 6%;
}

.checkout-summry .donation-items{
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #f2f2f2;
}

.checkout-page-sidebar .donation-item{
    border-bottom: 1px solid #0776bc;
}


.total-cart-summry-final,
.checkout-summry .summery-heading{
    background-color: #031016;
}

.total-cart-summry-final,
.checkout-summry .summery-heading h4{
    color: #FFF;
    font-weight: bold;
    padding: 10px;
}

.checkout-summry .summery-heading h4{
    margin-bottom: 0px;
}

.checkout-form .c-card-section label{
    font-size: 14px;
}

/* Checkout Page Ends*/


/* Donate Now Page Stylings*/
.donate-card-item .donate-card{
    background: url("https://www.muslimrelief.org.uk/wp-content/uploads/2021/03/form-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    height: 520px;
}
.donate-card-item p{
    font-size:12px;
}
.donate-card-item h4{
        font-size: 22px;
    font-weight: 600;
}
.donate-card .donation-heading h3{
    color: #FFF;
    font-weight: bold;
    position: relative;
}

.donate-card .donation-heading h3::after{
    content: "";
    position: absolute;
    display: inline-block;
    height: 4px;
    left: 0px;
    bottom: -3px;
    width: 20%;
    background-color: #FFF;
}

.donate-card label{
    width: 100%;
    color: #FFF;
    font-weight: bold;
    border: 2px solid #FFF;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}

.donate-card input[type="radio"]{
    display: none;
}

.donate-card input[type="radio"]:checked + label{
    background-color: #0776bc;
}

.donate-card .custom-amount{
    width: 100%;
    height: 38px;
    padding: 0px 10px;
}

.donate-card .btn-donate{
    border: 2px solid #FFF;
    outline: none;
    color: #FFF;
    background-color: #c30047;
    border-radius: 20px;
    padding: 6px 20px;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;
}

.donate-card .btn-donate:hover{
    background-color: #0776bc;
}

.donate-card .form-select{
    font-weight: 600;
}

/* Donate Now Page Ends*/


/* Zakat Calculator Stylings*/

.zakat-calc-content .zakat-heading{
    color: #0776bc;
    font-weight: bold;
}

.zakat-calc-content .what-own input,
.zakat-calc-content .what-owe input{
    border: 1px solid #0776bc;
    padding: 5px 10px;
    width: 100%;
}

.zakat-calc-content .what-own label,
.zakat-calc-content .what-owe label{
    width: 100%;
    color: #050505;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.zakat-calc-content .what-own fieldset,
.zakat-calc-content .what-owe fieldset{
    padding: 10px 0px;
}

.zakat-calc-content .what-own .ztitle,
.zakat-calc-content .what-owe .ztitle{
    color: #c30047;
    font-weight: bold;
}

.zakat-calc-content .what-own .ztotal,
.zakat-calc-content .what-owe .ztotal{
    font-weight: bold;
    color: #0776bc;
}

.zakat-calc-content .check-zakat h2,
.zakat-calc-content .check-zakat h3{
    color: #050505;
}

.zakat-calc-content .check-zakat .zakat-pay-btn{
    background-color: #c30047;
    border: none;
    outline: none;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 2px;
    transition: all ease 0.3s;
}

.zakat-calc-content .check-zakat .zakat-pay-btn:hover{
    background-color: rgba(195, 0, 71, 0.80);
}
/* Zakat Calculator Ends*/

.slick-slider .slick-list .slick-slide{
    height: auto !important;
}

.lvca-carousel .lvca-carousel-item img{
    margin: 0 auto !important;
}


.slider-row .mobile-slider{
    display: none !important;
}

/* Error Savers*/

.handles-content p {
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.handles-content p .hprice{
	color: #c30047;
}

/* use css class for temporary */
.tempory-class
{
    display:none;
}


/* Umair CSS */

.slick-slide h5,
.slick-slide h6,
.slick-slide p{
  font-size:15px !important;
}




/* widget singl pages */

.main-global{
    display: flex;
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
}

.two-row .global-row {
    background: #f7f7f799;
    padding: 24px 17px 24px 17px;
    position: relative;
    z-index: 9;
    border: 4px solid #0776bc ;
    
}
.two-row .form-group {
    margin-bottom: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.two-row .col-md-6 input {
    height: 39px;
}
.donation-form input[type=radio] {
    display: none;
}

.donation-form label {
    background: white;
    border: 2px solid #0776bc;
    cursor: pointer;
    padding: 8px 0px 8px 0px;
    display: grid;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 3px;
    color: #676767;
    font-family: inherit !important;
    border-radius: 4px;
}
.two-row .col-md-6 input {
    height: 39px;
}
.two-row .form-group.main-p {
    padding: 0px !important;
}
.two-row .col-md-6 select {
    height: 39px;
}

.donation-form input[type="radio"]:checked + label {
    background-color: #0776bc ;
    color: white;
    border: 2px solid #0776bc  ;
}

.donation-form .col-md-6 label {
    text-align: center;
    padding-bottom: 0px;
    line-height: 34px;
    padding-top: 0px;
    font-family: lato;
    font-size: 18px;
    font-weight: 500;
}

.donation-form .donte-nowbu {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.two-row .col-md-12 button {
    height: 39px;
}
.btn-donate {
    width: 100%;
    /*border: 1px solid #edb601 !important;*/
    background: #c30047 !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 4px;
}
.minimal{
    width: 100%;
    font-size: 16px;
    text-indent: 10px;
    border: 2px solid #0776bc;
    border-radius: 4px;
}
.last-sectn{
    margin-right: -12px !important;
    margin-left: -12px !important;
        display: flex;
    padding-left: 7px;
    padding-right: 7px;
 
}
.two-row .dont-cust{
    padding-left:0px !important;
    padding-right:0px !important;
}
.dont-cust input{
    text-indent: 10px;
    border: 2px solid #00adee;
    border-radius: 4px;
    font-size: 16px;
}
.global-sniped {
    /*margin-top: -67px;*/
    margin-left:auto !important;
    margin-right:auto !important;
}
.donation-form{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



@media screen and (max-width: 3000px){
    .container {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


@media screen and (min-width: 2000px){
    .content-max-limit {
        left: 50% !important;
        transform: translate(-50%) !important;
        width: 1440px !important;
        margin: 0 auto !important;
        padding-left: 0px !important; 
        padding-right: 0px !important;
    }
    
    .content-custom-padding{
        padding: 0px 40px !important;
    }
    
    .content-max-limit-2 {
        width: 1440px !important;
        margin: 0 auto !important;
    }
    
    .sectionrs {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1170px;
}
    

}


/* Responsiveness*/

@media screen and (max-width: 1200px){
    .mr-main-menu .menu .menu-item a {
        font-size: 10px;
    }
    
    .donate-card label{
        font-size: 12px;
    }
    
    .for-bg {
        margin-bottom: 70px;
    }

}

@media screen and (max-width: 992px){
    
    .header-nav-sticky{
        position: static !important;
    }
	
	.mr-main-menu-row .row-padd {
		padding: 24px 0px !important;
	}
	#mega-menu-wrap-menu-1 {
      z-index: 999 !important;
}
/* 	.main-navigation{
        display: none;
    } */
	
	#rmp_menu_trigger-41 .responsive-menu-pro-inner::before, 
    #rmp_menu_trigger-41 .responsive-menu-pro-inner::after,
    #rmp_menu_trigger-41 .responsive-menu-pro-inner{
        background-color: #000 !important;
    }

     #rmp_menu_trigger-41 {
        top: 68px;
		right: 3%;
		z-index: 666 !important;
    }
	
	.mr-main-menu-row .cart-image-menu {
		text-align: right;
	}
    
    .mr-menu-top a, .mr-menu-top p, .mr-menu-top i {
        font-size: 13px;
    }
    
     .home-quick-donate .quick-donate-form {
        margin-top: -110px;
    }
    
    .donate-card label{
        font-size: 16px;
    }
    
    .fixed-quick-donate .f-qd-submit-btn {
        font-size: 14px;
    }
    
    .donation-ctas1 label, .donation-ctas2 label {
        padding: 5px;
        font-size: 12px;
    }
    
    .reldues-item .entry-title,
    .appeals-item .entry-title{
        font-size: 16px;
    }
    
    /* Slider*/
    .slider-row .desktop-slider {
        display: none !important;
    }
    
    .slider-row .mobile-slider{
        display: block !important;
    }
    
    .image-section img {
        height: 400px;
    }
    
    .modalR-content {
        width: 50% !important;
    }
    
}

@media screen and (max-width: 812px){
    
    .donate-card-item .donate-card{
        height:auto !important;
    }
	
	.z-stamp {		
		top: 231px !important;
		width: 50px !important;
	}
    
   
    
    .mr-main-menu-row  .cart-image-menu img{
        position: absolute;
        top: -14px;
        left: -30px;
    }
	
	.mr-main-menu-row .cart-image-menu {
		right:25px !important;
		top: 5px;
	}
    
	.rmp-menu-wrap .rmp-menu .menu-winter,
	.rmp-menu-wrap .rmp-menu .menu-zakat,
	.rmp-menu-wrap .rmp-menu .menu-donate {
		display:flex;
		justify-content:center;
	}
	
	.rmp-menu-wrap .rmp-menu .menu-winter .rmp-menu-item-link,
	.rmp-menu-wrap .rmp-menu .menu-zakat  .rmp-menu-item-link,
	.rmp-menu-wrap .rmp-menu .menu-donate .rmp-menu-item-link {
		text-align: center !important;
        width:90% !important;
		border-radius:0.25rem !important;
        background-color: #0776bc !important;
	}
	
	.rmp-menu-wrap .rmp-menu .menu-zakat .rmp-menu-item-link {
		background-color: #69b247 !important;
	}
	
	.rmp-menu-wrap .rmp-menu .menu-donate .rmp-menu-item-link {
		    background-color: #c30047 !important;
	}
	
}

@media (min-width: 768px) and (max-width: 992px){
	#rmp-menu-41 .ramdan-btns>a{
		    width: 90% !important;
    display: flex;
    justify-content: center;
    margin: 5%;
		padding:0px;
	}
    .btn-mobile{
    display:none !important;
}
    #rmp-menu-41 .ramdan-btns>a {

    margin-right: 20px !important;
    text-align: center !important;
}
        .two-row .global-row {
            flex: 0 0 auto;
            width: 74% !important;
        }
}

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

    .mr-main-menu-row .cart-image-menu img {
        left: -50px;
    }
	.hadith-mb{
margin-bottom:0px !important;
}
	.subscribe-section .subscribe-desc-in {

		background-size: auto !important;

}
	
	p {
    font-size: 14px !important;
}
	.hfive-hone-after h5{
margin-bottom:10px !important;
}
    .fixed-quick-donate .f-qd-submit-btn {
        font-size: 13px;
    }
	.mr-main-menu-row .cart-image-menu {
		text-align: center;
		position: relative;
		right:25px !important;
		top: 5px;
	}
	
	

}

.full-width-btn a{
		width:90% !important;
	}
#rmp-menu-wrap-41 .mobl-btn a{
	background-color:#0776BC !important;
}
@media screen and (max-width: 767px){
    .mrs-media-links{
        display:none;
    }
	.mega-menu .mega-menu-item.red  .mega-menu-link{
		color:#d60c4e !important;

}
.mega-menu .mega-menu-item.blue  .mega-menu-link{
	color:#0f70b7 !important;
	}
.mega-menu .mega-menu-item.green  .mega-menu-link{
	color:#719d03 !important;
	}

    .mrs-media-links{
        margin-top:15px;
    }
/*     #rmp-menu-41 .ramdan-btns>a {

    margin-right: 15px !important;
}
.ramdan-btns>a{
          margin: 11px 15px 15px 14px !important;
} */
	
	#rmp-menu-41 .ramdan-btns>a{
		padding:0px;
		    width: 90% !important;
    display: flex;
    justify-content: center;
    margin: 5%;
		padding-right:0px;
	}
	.za-section .vc_btn3-left{
		    text-align: center !important;
	}
    
/* 	.mr-main-menu{
		display: none;
	} */
	
    .mr-menu-top .top-menu-info{
        align-items: center;
        justify-content: center;
    }
    
    .mr-menu-top .mrs-media-links{
        text-align: center;
    }
    
	.mr-main-menu-row .cart-image-menu{
		text-align: right;
	}
	
    .mr-main-menu-row .cart-image-menu img {
        position: static;
		margin-right: 50px;
    }
    
    #rmp_menu_trigger-41 {
        top: 86px;
    }
    
    .home-quick-donate .quick-donate-form {
        margin-top: -65px;
    }
    
    .subscribe-section {
        top: -60px;
    }
    
    .hfive-hone-after h1::after {
        width: 10%;
    }
    
    .main-footer h5::after {
        width: 20%;
    }
    
    .subscribe-section .subscribe-desc {
        padding-bottom: 15px;
    }
    
    .details-section h4{
        padding-top: 15px;
    }
    
    .reldues-item .entry-title,
    .appeals-item .entry-title{
        font-size: 20px;
    }
    
    .for-bg .image-section img{
        position: static;
        transform: translate(0, 0);
    }
    
    .donation-ctas1 label, .donation-ctas2 label {
        padding: 5px 10px;
        font-size: 16px;
    }
    
    .details-section .dnt-btn-cont{
        text-align: center;
    }
    
    .image-section img {
        transform: translate(-50%, -70%);
    }
    
    /* Fixed Quick Donate*/
    .fixed-quick-donate{
        bottom: -196px;
    }
    
    .fixed-quick-donate input, 
    .fixed-quick-donate select{
        margin-bottom: 10px;
    } 
    
    .fixed-quick-donate .f-qd-submit-btn {
        font-size: 16px;
    }
    
    .contact-form{
        padding-top: 20px;
    }
    
    .contact-icons .icon-c .vc_icon_element{
        text-align: left !important;
    }
    
    .for-bg{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .image-section img {
        height: 450px;
    }
	.mr-main-menu-row .cart-image-menu {
    text-align: end !important;
    position: relative !important;
	right:0px !important;
	top: 2px !important;
	}
	
	/*ramadan2022 widget css*/
	
	 .main-global {
       display: unset;
       }
       
        .global-sniped {
        margin-top: 0px;
        }
        .two-row .global-row {
            padding: 9px;
        }
        .donation-form .col-md-4 {
            width: 50%;
            float: left;
        }
        .donation-form .dont-main {
            width: 50%;
        }
        .donation-form label{
                font-size: 12px !important;
        }
        .two-row .appeals_div,
        .two-row .global-row{
           width:100% !important;
         }
       
            

}

@media screen and (min-width: 620px) and (max-width:680px){
    .mr-main-menu-row .cart-image-menu img {
        left: 10px !important;
    }
	
	.mr-main-menu-row .cart-image-menu {
  
    position: relative !important;
	right:-25px !important;
	top: 2px !important;
	}
	

}
@media screen and (min-width: 577px) and (max-width:619px){
	.mr-main-menu-row .cart-image-menu {
    position: relative !important;
	right: 25px !important;
	top: 2px !important;
	}
	
}


@media screen and (max-width: 576px){
    .site-branding .custom-logo-link{
        padding-left: 15px;
    }
    
	.mr-main-menu-row .cart-image-menu {
		text-align: center;
	}
	
	.cart-image-menu #cartItem {
		top: -19px;
    	right: 19px;
	}
	
    .last-section-padding{
        padding-bottom: 90px;
    }
    
    .subscribe-section {
        top: -70px;
    }
    
	.shop-template-default .subscribe-section {
        top: -40px !important;
    }
    .aid-hum-after::after {
        width: 10%;
    }
    
    .main-footer h5::after {
        width: 18%;
    }
    
    .related-hone-after h3::after {
        width: 10%;
    }
    
    .donation-item .donation-title {
        font-size: 14px;
    }
    
    .donation-item .donation-flist {
        font-size: 12px;
    }
    
    .donation-item .dnt-one-mon {
        font-size: 10px;
    }
    
    .footer-social-links i {
        font-size: 20px;
    }
    
    /* Fixed Quick Donate*/
    .fixed-quick-donate h4 {
        font-size: 18px;
		top: -36px;
    }
    
    .sreach-results,
    .not-found{
        margin-bottom: 100px !important;
    }
    
     .home-quick-donate .quick-donate-form {
        margin-top: -40px;
    }
    
    .modalR-content {
        width: 80% !important;
    }
	
	.mr-main-menu-row .cart-image-menu {
    
    position: relative !important;
	right:25px !important;
	top: 2px !important;
	}
	
}

@media screen and (max-width: 480px){
    
    #rmp_menu_trigger-41 {
        top: 52px;
    }
    
    .site-branding .custom-logo{
        width: 200px;
    }
    
    .donation-item .fa-times {
        padding: 2px !important;
        width: 20px !important;
        height: 20px !important;
    }
    
    .donation-item .donation-title {
        font-size: 12px;
    }
    
    .donation-item .donation-flist {
        font-size: 10px;
    }
    
    .donation-item .donate-qty {
        width: 30px !important;
    }
    
    .mr-main-menu-row .cart-image-menu img {
        top: -12px;
    }
    
    .card-fees label{
        font-size: 10px;
        font-weight: 500;
    }
    
    /* Fixed Quick Donate*/
    .fixed-quick-donate h4 {
        font-size: 16px;
    }
    
    .modalR-content {
        width: 95% !important;
    }
	
     .mr-main-menu-row .cart-image-menu {
        position: relative !important;
        right: 0px !important;
        top: 0px !important;
        padding-right: 13px !important;
        border-right: 1px solid;
    }

	
	.mr-main-menu-row .cart-image-menu .fa-shopping-basket {
    font-size: 18px;
    padding: 4px 5px 3px 4px;
    border-radius: 27px;
    width: 32px;
    height: 32px;
}
	.rmp-menu-wrap .rmp-menu .menu-winter .rmp-menu-item-link,
	.rmp-menu-wrap .rmp-menu .menu-zakat  .rmp-menu-item-link,
	.rmp-menu-wrap .rmp-menu .menu-donate .rmp-menu-item-link{
		padding:0px !important;
		width:90% !important;
		margin-left: 0px;
    	margin-right: 0px;
	}
}

@media screen and (max-width: 414){
    
    /* loader */
    .modaldx {
        padding: 35% 10% !important;
    }
    /* loader */

    /* ramadan2022 widget single pages */
     .donation-form label {
       font-size: 12px !important;
          }
    .two-row .container{
        padding:0px !important;
    }
}

@media screen and (max-width: 320px){
    
    .site-branding .custom-logo{
        width: 150px;
    }
    
    .mr-menu-top .top-menu-info{
        flex-direction: column;
    }
    
    #rmp_menu_trigger-41 {
        top: 70px;
    }
	
    .main-footer h5::after {
        width: 34%;
    }
    
    .subscribe-section {
        top: -100px;
    }
    
    .subscribe-section .subs-submit {
        padding: 8px 12px !important;
    }
    
    .last-section-padding{
        padding-bottom: 120px;
    }
    
    .image-section img {
     height: auto;
    }
    
    .donation-item .cart-amt {
        font-size: 14px;
    }
    
    .related-posts {
        padding-bottom: 90px;
    }
    
    
    .zakat-calc-content,
    .donate-now-section, 
    .checkout-page {
        margin-bottom: 150px;
    }
    
    .pagination {
        padding-bottom: 150px;
    }
    
    .mr-main-menu-row .cart-image-menu img {
        top: -14px;
        left: -50px;
    }
    
    .donate-card label{
        font-size: 12px;
    }
    
    .muslimrelief-modal .support-heading {
        font-size: 13px;
    }
    
    /* Fixed Quick Donate*/
    
    .fixed-quick-donate h4 {
        font-size: 14px;
    }
	
	.mr-main-menu-row .cart-image-menu {
 
    position: relative !important;
	right:35px !important;
	top: 0px !important;
	}
    
}


.modalx {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 6666;/* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow-y: hidden;
}

/* Modal Content/Box */
.modal-contentx {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 100%;
    max-width: 900px;
    padding: 0;
}

/* The Close Button */
.closex {
    color: #00a29d;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: -28px;
    background: #004070;
    margin-right: -22px;
    padding: 5px 8px 4px 9px;
    border-radius: 45px;
    border: 2px solid #fff;
}

.closex:hover,
.closex:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#suggested {
    line-height: 2.5em;
    height: 98px;
    overflow: auto;
}   
#suggested p {
border-bottom: 1px solid #ebebeb;
cursor:pointer;
padding-left:8px;
}
#suggested p:hover {
  background: #d2e7f4;  
}
.showmore{
	display:none;
}
.active_show {
	background: #0776bc;
    color: #fff;
    padding: 13px;
    font-family: inherit;
/*     border-radius: 30px; */
	border-radius: 0.25rem !important;
}
.fa-shopping-basket {
	    color: #0776bc;
    font-size: 22px;
    border: 2px solid;
    padding: 5px 3px 3px 3px;
    border-radius: 27px;
    width: 36px;
    height: 36px;
}
.z-stamp {
	position: fixed;z-index: 9999;right: 0;top: 195px;background: #ffffffed;border-radius: 48px 0px 0px 48px;width: 67px;
}

.mega-menu .mega-menu-item.mega-menu-zakatc .mega-menu-link{
    background-color: #67B045 !important;
    color: #FFF !important;
    border-radius: 22px !important;
    transition: all ease 0.3s !important;
    margin-right: 5px !important;
	padding-left: 10px !important;
}



.zakat-btns{
    background-color: #69b247 !important;
    color: #FFF !important;
    border-radius: 4px !important;
    transition: all ease 0.3s !important;
    margin-right: 5px !important;
    /* width: 80px !important; */
    padding: 7px;
}
.zakat-btns:hover{
    background-color: rgba(7, 118, 188, 0.8) !important;
}
.ramdan-btns{
       
}

.ramdan-btns>a{
    color: white !important;
     background-color: #d81b5a !important;
    color: #FFF !important;
    border-radius: 5px !important;
    transition: all ease 0.3s !important;
    margin-right: 5px !important;
        width: auto !important;
            margin: 10px 20px;
      
}
.ramdan-btns .rmp-menu-subarrow-active:hover {

    border-color:#d81b5a !important;
    background-color: #d81b5a !important;
}
.ramdan-btns .rmp-menu-subarrow:hover {
     border-color:#d81b5a !important;
    background-color: #d81b5a !important;
}
.ramdan-btns .rmp-menu-subarrow {
     border-color:#d81b5a !important;
    background-color: #d81b5a !important;
}
.post-type-archive-appeals .causes-item img{
     height: 300px;
}
/*.appeals-home .appeals-item img {*/

/*    height: 300px;*/
/*}*/
.causes-home .wpb_content_element{
    margin-bottom: 0px !important;
}
.styling .qurbani-appeal {
    font-size: 11px;
    padding: 2px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
    line-height: 13px;
}




/* qurbani price table */

#qurbani-widget select{
	background: #e9f8fe;
    margin-bottom: 8px;
    border: 1px solid #e9f8fe;
}

.heading-qurbani{
    padding: 13px 6px;
    background-color: #33a3e9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-donation-qurbani .bdr-left{
       border-left: 4px solid white;
}
.main-heading{
	    background-color: #0776bc;
	    padding: 13px 6px;
		margin-top: 4px;
}
.main-heading h1{
	    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
	text-align: center;
}
.main-hdz{
		    background-color: #34A39F;
	    padding: 13px 6px;
	margin-top:4px;
}
.main-hdz h1{
	    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
	text-align: center;
}
.blue-light{
	background-color: #c30047 !important;
}
.green-light{
	background-color: #67b045 !important;
}
.purple-light{
	    background-color: #d81b5a !important;
}
.blue-lights{
	    background-color: rgba(52,163,159,0.2);
}
.inner-widgetqurbani .blue-lights:hover{
	background: #0776bc;
	cursor:pointer;
}
.inner-widgetqurbani .purple-lights:hover{
	background: #0776bc;
	cursor:pointer;
}
.inner-widgetqurbani .green-lights:hover{
	background: #0776bc;
	cursor:pointer;
}
.inner-widgetqurbani .col-md-3:hover p{
color:white;
}
.inner-widgetqurbani .col-3:hover p{
color:white;
}
.green-lights{
	background-color: rgba(0,153,219,0.2);
}
.purple-lights{
	background-color: rgb(216 27 90 / 20%);
}
.headingrow{
    margin-bottom:20px;
}

.border-hed{
     padding: 13px 15px;
        text-align: center;
}

.heading-qurbani h1{
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}
.headingz{
	display:flex;

}
.innerz {
        padding: 0px;
        top:1px;
        margin-top: 4px;
	    display: flex;
}
.innerz h1{
   color: black;
    line-height: 18px;
    font-size: 13px;
    margin: 0px !important;
    padding-left: 10px;
}
.inner-widgetqurbani .text-center {
    text-align: center!important;
    border-left: 4px solid white;
	
}
.innerz p{
        color: black;
    line-height: 34px;
    margin: 0px !important;
}
.three-btns{
	margin-bottom: 0px !important;
}
.home .lvca-read-more{
	text-align: left;
}
.home .lvca-read-more a{
	color:white !important;
}
.inner-widgetqurbani .non-hoverbox:hover{
        background: #d81b5a33;
        cursor:unset;
}
.inner-widgetqurbani .non-hoverboxss:hover{
      background: rgba(52,163,159,0.2);
        cursor:unset;
}
.inner-widgetqurbani .non-hoverboxs:hover{
      background: rgba(0,153,219,0.2);
        cursor:unset;
}
.mobile-qurbaniwidget{
	display:none;
}
@media only screen and (max-width: 767px){
	    .subscribe-section .subscribe-desc-in {
        background-size: auto !important;
        text-align: center;
    }
	.subscribe-desc .subscribe-desc-in {
    padding-left: 75px;
}
	.menu-winter{
		margin-bottom:5px !important;
	}
	.desktop-qurbaniwidget{
		display:none;
	}
	.mobile-qurbaniwidget{
	    display:block;
    }
    #qurbani-mains .heading-qurbani h1 {
        font-size: 10px;
        line-height: 1.5;
        font-weight: 800;
        color: #ffffff;
        margin: 0;
    }
	#qurbani-mains .Page-donate-sec-heading{
		align-items: center;
        display: flex;
	}
	#qurbani-mains .innerz h1 {
        color: black;
        line-height: 13px;
        font-size: 9px;
        margin: 0px !important;
        padding-left: 0px;
    }
	#qurbani-mains .heading-qurbani {
        padding: 13px 6px;
        background-color: #00adef;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* loader */
    .modaldx{
       padding: 6% 6%;
    }
    
    .modaldx .center h3,h4 {
        font-size:14px;
    }
    .modaldx .imgdx {
        width: 190px;
        margin: 10px 0;
    }
    /* loader */
}

@media (min-width: 768px) and (max-width: 992px){
	.desktop-qurbaniwidget{
		display:none;
	}
	.menu-winter{
		margin-bottom:5px !important;
	}
	.mobile-qurbaniwidget{
	display:block;
}
    	#qurbani-mains .heading-qurbani h1 {
    font-size: 18px;
	line-height: 1.5;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}
	#qurbani-mains .Page-donate-sec-heading{
		align-items: center;
    display: flex;
	}
	#qurbani-mains .innerz h1 {
    color: black;
    line-height: 13px;
    font-size: 12px;
    margin: 0px !important;
    padding-left: 0px;
}
	#qurbani-mains .heading-qurbani {
    padding: 13px 6px;
    background-color: #00adef;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
}
/* end qurbani price table */

.page-template-checkout-page #myModal .modal-content {
	height: auto !important;
}
/* .modaldx{
	display: flex;
    justify-content: center;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    padding: 15%;
    text-align: center;
} */

.postid-1646 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
	font-size: 16px;
    color: black;
}
.postid-1646 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: #0776bc05;
    border: none;
}
.postid-1646 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}
.postid-1646 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #000000;
    background-color: #0776bc;
    border: 1px;
}

.postid-1646 .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff;
}

.err-modal-dialog{
    min-height: auto;
    width: 30%;
    margin: 0 auto;
    top: 15%;
    position: relative;
}
.err-modal-dialog .modal-content {
    height: auto;
    }
.zakat-calc-content input{
width: 100%;
    padding: 10px;
    border: 2px solid #2a77be;

}

.ztitle.py-2 {
    color: #c30047;
    font-weight: bold;
    text-align: left;
}

.zakat-forms label {
    width: 100%;
    color: #050505;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 5px;
}
.total-cal {
    font-weight: bold;
    color: #0776bc;
}
.zakat-whtyou h2 {
    color: #c30047;
    font-weight: bold;
}
.zakat-butn {
    background-color: #c30047;
    border: none;
    outline: none;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 2px;
    transition: all ease 0.3s;
}
.cause-modalx{
	height: 570px;
    overflow-y: auto;
}

body #primary .ls-bottom-slidebuttons{
	display:none !important;
}

@media screen and (max-width:767px) {
#mega-menu-item-2440 a{
    background: #C30847 !important;
    margin: 0px !important;
    text-align: center !important;
}
	#mega-menu-item-2660{
		margin-top: 10px !important;
	}
#mega-menu-item-1814 a{
    background: #1e528f !important;
    margin: 0px !important;
    text-align: center !important;
}
#mega-menu-item-695 a{
     text-align: center !important;
}
#mega-menu-item-2481 a{
     background: #C30847 !important;
    margin: 0px !important;
    text-align: center !important;
}
	#mega-menu-item-2660 a{
     background: #C30847 !important;
    margin: 0px !important;
    text-align: center !important;
}
}

@media (min-width: 768px) and (max-width: 992px) {
	#mega-menu-item-2440 a{
    background: #C30847 !important;
    margin: 0px !important;
    text-align: center !important;
}
	#mega-menu-item-2660{
		margin-top: 10px;
	}
#mega-menu-item-1814 a{
    background: #1e528f !important;
    margin: 0px !important;
    text-align: center !important;
}
	#mega-menu-item-2660 a{
     background: #C30847 !important;
    margin: 0px !important;
    text-align: center !important;
}
#mega-menu-item-695 a{
     text-align: center !important;
}
#mega-menu-item-2481 a{
     background: #C30847 !important;
    margin: 0px !important;
    text-align: center !important;
}
		#mega-menu-item-2660{
		margin-top: 10px !important;
	}
}

.row.appeals-row {
    height: 1058px;
    overflow: hidden;
}

.row.appeals-row.open{
    height:100%;
    overflow:auto;
}

.mr-main-menu-row .row-padd{
    position: relative;
    z-index: 1;
}