/*!
Theme Name: afghanrelief
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: afghanrelief
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.

afghanrelief 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.
 */
 

 @font-face {
    font-family: 'readex_prolight';
    src: url('https://www.afghan-relief.org/wp-content/themes/afghanrelief/font/readexpro-light-webfont.woff2') format('woff2'),
         url('https://www.afghan-relief.org/wp-content/themes/afghanrelief/font/readexpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'readex_promedium';
    src: url('https://www.afghan-relief.org/wp-content/themes/afghanrelief/font/readexpro-medium-webfont.woff2') format('woff2'),
         url('https://www.afghan-relief.org/wp-content/themes/afghanrelief/font/readexpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'readex_probold';
    src: url('https://www.afghan-relief.org/wp-content/themes/afghanrelief/font/readexpro-bold-webfont.woff2') format('woff2'),
         url('https://www.afghan-relief.org/wp-content/themes/afghanrelief/font/readexpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 
h1,h2,h3,h4,h5,h6{
    font-family: 'readex_probold';
}
 
 
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: 'readex_promedium';
	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;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}

.post,
.page {
	margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 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;
}


/*New Css*/

.darkHeader {
    background: #0E2C53 !important;
     position: sticky !important;
    top: 0;
}
.mainmenu{
    background: #0E2C53;
}
.darkHeader .site-branding {
    padding: 10px 0px;
}
.site-branding{
    padding: 10px 0px;
}
.main-navigation a {

    text-transform: uppercase;
    color: white;
    font-size: 16px;
    margin-right: 25px;
}
.main-navigation{
    justify-content: end;
    display: flex;
}

.cart{
    background: transparent;
    border: none;
}
.item-count {
    background-color: #e40000;
    color: #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-left: 0px;
    font-size: 9px;
    margin-top: -30px;
    margin-left: 19px;
    padding-top: 0px;
    padding-right: 0px;
}

 .mainwidget select ,.donation-form  select ,.donate-card select{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #101010 !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 7px !important;
    border: 1px solid #dfdfdf42 !important;
    border-radius: 2px !important;
    margin-right: 2rem !important;
    padding: 7px !important;
    color: white !important;
    padding-right: 0rem !important;
    opacity: 0.42;
    border-radius: 0px !important;
    font-size: 15px !important;
}
.site-header{
    z-index: 99;
    position: relative;
}
.maindm {
    display: flex;
    justify-content: space-between;
}
.header-top{
    background:#242424;
    padding: 16px 0px;
}
.cart i{
    color:white;
    font-size: 20px;
}
.phone{
    color:white;
}
.phone a{
    color:white;
    text-decoration:none;
	    padding-right: 20px
}
.social-icon {
    text-align:right;
}
.social-icon a{
    color:#9ACC32;
    text-decoration:none;
}
.donate-btn a{
    background: #9ACC32 !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 19px 14px !important;
    margin-right: 10px !important;
    line-height: 0px !important;
    height: 0px !important;
    padding-top: 20px !important;
}
.donate-btn a:hover {
    background: #242424!important;
}
a.mega-menu-link {
    font-size: 12px !important;
}

.donate-btns a{
    background: #0e2c53 !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 19px 34px !important;
    
    line-height: 0px !important;
    height: 0px !important;
    padding-top: 20px !important;
        text-align: center !important;
}
.donate-btns a:hover {
    background: #9ACC32!important;
}

/*footer*/



.topfooter{
    background: #9ACC32E5;
    padding: 35px 0px;
    padding-bottom:110px;
}
.centerfooter{
    background-image: url(https://www.afghan-relief.org/wp-content/uploads/2023/08/Footer.png);
    padding: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -81px;
}
.bottomfooter{
      background: #21221F;
    text-align: center;
    padding: 12px 0px;
    color: white;
}
.bottomfooter p{
    margin-bottom:0px;
}
.topfooter h4{
    text-align: center;
    font-size:22px;
    color:#21221F;
    margin-bottom: 14px;
}
.topfooter p{
    text-align: center;
    
    color: white;
}
.topfooter form{
    text-align: center;
}
.topfooter input{
    border-radius: 50px;
    color: white;
    height: 42px;
    width: 330px;
    text-indent: 14px;
    border: none;
}
.topfooter button{
    background: #383838;
    border: 0;
    border-radius: 50px;
    padding: 13px 26px;
    color: white;
    height: 42px;
}
.topfooter .menurow{
     margin-top: 30px;
}
.topfooter .menurow h3{
    font-size:22px;
    color:#21221F;
    margin-bottom: 14px;
}
.topfooter .menurow ul, ol {
    margin: 0px;
    padding-left: 20px;
}
.topfooter .menurow li{
    color:#21221F;
}
.topfooter .menurow li a{
    color: #21221F;
    text-decoration: none;
}
#menu-where-we-work{
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}
#menu-where-we-work>li>a{
   font-weight:bold;
}
#menu-where-we-work>li{
    list-style: none;
}

.iconaddress .col-lg-4{
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconaddress p{
    margin: 0px;
    padding-left: 18px;
    color: white;
}

.socialicon a {
    background: #fff;
    padding: 16px 17px;
    border-radius: 50px;
    width: 39px !important;
    text-align: center;
    margin: 0 10px;
    color: #9acc32;
    text-decoration: none;
    font-size: 20px;
}
.socialicon a:nth-child(1) {
    padding: 16px 20px !important;
}
.fourthfootermenu p{
    text-align:center;
    margin-bottom: 5px;
}
.iconaddress{
    margin-top: 28px;
}
.iconaddress img{
    width:40px;
}
.fourthfootermenu img{
    width:150px;
}
#rev_slider_1_1{
    width:100% !Important;
}
/*Search and error page*/

.error404 .not-found .search-field {
    border: 1px solid #000 !important;
}
.error404 .not-found .search-submit {
        padding: 8px 31px 8px 30px;
    background: #000000;
    color: white;
}
.error-404 h2 {
    font-size: 70px;
}
.error-face i {
        font-size: 100px;
    color: #e21622;
}
.error404 .not-found .search-field:focus-visible {
    outline: 1px solid white;
}
.error-404 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.error-face {
    margin-bottom: 20px;
}
.seacrh-not-found {
    padding-bottom: 60px;
    padding-top: 60px;
}
.error-face img{
    width: 100px;
}
.search-no-results .not-found .search-field {
    border: 1px solid #000 !important;
}
.search-no-results .not-found .search-submit {
  padding: 8px 31px 8px 30px;
    background: #000000;
    color: white;
}
.search-no-results .not-found .search-field:focus-visible {
    outline: 1px solid white;
}

/*quick donate homepage*/

.single-btn {
    display: flex;
    margin-bottom: -17px !important;
    justify-content: end;
}

.mon-pkg{
    display: inline-block;
}

.mon-pkg input{
    display: none;
}

.twobtns input{
      display: none;
}
.qdont-title{
    font-weight: 600;
    text-align:center;
    color: #0E2C53;
    font-family: 'readex_promedium';
}
.mainwidget{
    width: 900px;
    margin: 0 auto;
}
.mon-pkg label{
    background: #555555 !important;
    padding: 12px 14px 25px 14px;
    width: 200px;
    border-radius: 20px 20px 0px 0px;
    color:white;
}
.mon-pkg label:hover{
    background: #0e2c53 !important;
    color: #ffffff;
}
.mon-pkg input[type="radio"]:checked + label {
    background-color: rgb(154,204,50) !important;
    color: #fff;
    background: linear-gradient(180deg, rgba(154,204,50,1) 0%, rgba(115,154,32,1) 90%) !important;
    border: 1px solid #759F1FE3;
    background: rgb(154,204,50) ;
}
.twobtns label{
    background: #555555 !important;
    width: 98%;
    color: white;
    border-radius: 6px;
    margin: 0px 1px;
}
.twobtns label:hover{
    background: #0e2c53 !important;
    color: #ffffff;
}

.twobtns input[type="radio"]:checked + label {
    background-color: rgb(154,204,50) !important;
    color: #fff;
   
    border: 1px solid #759F1FE3;
    background: rgb(154,204,50) ;
}

.qdont-sec{
    background-color: #F5F5F5;
    border-radius: 20px !important;
    border: 1px solid #CCCCCC;
    padding: 34px 66px;
}

.custom_amount_field input {
    border: 1px solid #70707033 !important;
    height: 42px;
    border-radius: 6px !important;
    text-indent: 12px;
    font-weight: 600;
    font-family: 'readex_prolight';
}
.custom_amount_field input::placeholder{
     font-weight: 600;
     color:black;
    font-family: 'readex_prolight';
}
.qdont-sec .widget_select select {
    height: 42px;
    border: 1px solid #70707033 !important;
    border-radius: 6px !important;
    text-indent: 10px;
    font-weight: 600;
    font-family: 'readex_prolight';
}

.widget-handles{
    text-align: center;
    width: 100%;
}
.widget-handles label {
    background: #ffffff !important;
    font-weight: 600;
    padding: 6px;
    color: #000;
    font-family: 'readex_prolight';
    height: 100%;
    width: 100%;
    font-size: 16px;
    border: 1px solid #BEBEBE;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 8px;
}
.widget-handles input[type="radio"]{
    display: none;
}
/*.wid-row{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
.widget-handles input[type="radio"]:checked + label {
    border: 1px solid #BEBEBE;
}
.widget-handles input[type="radio"]:checked + label i:before{
    content: "\f192";
    color: #6200EE;
}
.wid-comb{
    display: flex;
    /*width: 100%;*/
}

.widget-dont-btn button{
    width: 100%;
    border-radius: 50px;
    height: 100%;
    border: none;
    color: #fff;
    background-color: rgb(154,204,50) !important;
    color: #fff;
    background: linear-gradient(180deg, rgba(154,204,50,1) 0%, rgba(115,154,32,1) 90%);
}
.widget-dont-btn button:hover{
    background:rgb(14 44 83) !important;
    color:white;
}

.qdont-sec select{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #ffffff !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 8px !important;
    border: 1px solid #BEBEBE !important;
    margin-right: 2rem !important;
    color: black !important;
    opacity: 1;
}
/* Mini Cart CSS End */

.counterout{
    color: #0E2C53;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.numberp{
    color: #0E2C53;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

/*gallery*/
.gallerys {
  max-width: 1200px;
  margin: 0 auto;
}
#photos {
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
}

#photos img {
  width: 100%;
  height: auto !important;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  #photos {
    column-count: 3;
  }
}

@media (max-width: 980px) {
  #photos {
    column-count: 2;
  }
}

@media (max-width: 640px) {
  #photos {
    column-count: 1;
  }
}

.image-container {
    cursor: pointer;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.popup-image {
    max-width: 100%;
    max-height: 100%;
   
}

.popup-image-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

/*gallery end*/

.top-heading p{
    text-align: center;
    color: #0E2C53;
    font-size: 52px;
}
.top-headings p{
     text-align: center;
     text-shadow: 2px 2px #000;
    color: #fff;
    font-size: 35px;
}
.top-headings p span{
    color: #ffffff !important; 
}
.threebox{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.threebox p{
    margin-bottom: 0px;
    color: #555555;
        margin-bottom: 19px;
}
.threebtns{
    background: #9acc32;
    padding: 20px 0px;
    border-radius: 40px;
    color: white !important;
    text-decoration: none;
    width: 23%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 0px;
}
.threebtns:hover{
    background:#0e2c53;
}
.threebox h4{
    font-size: 22px;
    color: #0E2C53;
}
.whoweare_html{
    padding: 26px 0px;
    width: 680px;
    margin: 0 auto;
}
.innerthree{
    margin-left: 33px;
}

.who_weare .vc_column-inner{
    display: flex;
    justify-content: center;
}
.who_weare .vc_column-inner>.wpb_wrapper{
    width: 400px;
    margin: 0 auto;
}
.whowe_html>.wpb_wrapper{
    padding-left: 64px;
}
.whowe_html:before{
    content: url(https://www.afghan-relief.org/wp-content/uploads/2023/08/Vector-2.webp)!important;
    top: 49px;
    position: absolute;
    
}
.whowe_html{
    padding-bottom: 15px;
    padding-top: 39px;
}
.whowe_html p{
    color: white;
    font-size: 18px;
}

.whowe_html h3{
    color: #0E2C53;
    font-size: 30px;
}
.who_weare>.vc_column-inner{
        background-size: cover;
}
/*Program-Home*/
.programrows {
    justify-content: space-between;
    display: flex;
}
.programrows .programsmain {
    width: 48%;
    box-shadow: 0px 4px 25px -2px #00000047;
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 293px;
}
.pagestitle{
    margin-bottom: 20px;
}
.programsmain .pagestitle a{
    color: #0E2C53;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.innertexts{
    padding: 0px 30px;
}
.programsmain p{
    font-size: 13px;
    color: black;
}
.rowprogram{
    display: flex;
    align-items: center;
}
.slidrbuttns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
.programread{
    background: #9ACC32;
    border-radius: 86px;
    color: white !important;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    border: none;
    text-align: center;
    padding: 9px 0px;
    width: 120px;
}
.programread:hover{
    background: #0E2C53;
    color:white;
}
.programdonate:hover{
    background: #9ACC32;
    color:white;
}
.programdonate{
    cursor:pointer;
    background: #0E2C53 !important;
    border-radius: 86px;
    color: white !important;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    border: none;
    text-align: center;
    padding: 9px 0px;
    width: 120px;
	margin-left: 14px;
}
.pagesexcerpt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    height: 122px;
    -webkit-line-clamp: 6!important;
    -webkit-box-orient: vertical!important;
}
.programsmain .rowprogram{
        background: white !important;
}
.programsmain:hover .rowprogram{
    background:transparent !important;
}
.program-item-inner{
    display:none;
}
.programsmain:hover .program-item-inner{
    display:flex;
}
.programsmain:hover .rowprogram{
    display:none;
}
.programdonates{
    background: transparent;
    border: 3px solid white;
    font-size: 18px;
    width: 170px;
    text-align: center;
    padding: 7px 0px;
    cursor: pointer;
    border-radius: 86px;
    color: white !important;
    text-decoration: none;
    margin: 0px 10px;
}

.allbtns{
    text-align: center;
}
.allbtns a{
    color: #9ACC32;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

/*Appeal Home*/


.mainappealsrow{
    background: linear-gradient(91deg, rgba(255, 255, 255, 0) 20%, rgb(255 255 255) 0%);
    margin-top: -247px ;
}
.testimonialsmain .wpb_raw_html p{
    color: white;
}
.testimonialsmain .wpb_raw_html h3{
    color: #0E2C53;
}
.testimonialexcerpt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    height: 149px;
    -webkit-line-clamp: 6!important;
    -webkit-box-orient: vertical!important;
    color: white;
}
.testimonialsmain .owl-nav{
        text-align: end;
    margin-top: 0px;
}
.testimonialsmain{
        padding: 0px 20px !important;
}
.testimonialsmain .owl-nav button{
    background:transparent !important;
}
.testimonialsmain .owl-nav i{
    color:white;
    font-size: 13px;
}
.testimonialsmain .owl-nav i:hover{
    color:#0e2c53;
}
#page .testimonials-slider3  .owl-nav button{
    background: #555555 !important;
    padding: 5px 11px !important;
    border: none !important;
    border-radius: 0px;
}
.testimonials-slider3  .owl-nav button i{
    color:white;
}
 .titleinnner.row {
    background: #F8F8F8E5;
    margin: 0px 16px;
    margin-top: -100px !important;
    margin-bottom: 21px !important;
    z-index: 0;
    position: relative;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 4px 4px 0px #0003;
    display: flex;
    align-items: center;
}
 .titleinnner a{
    text-decoration: none;
    color: #0E2C53;
    font-size: 17px;
   line-height:18px;
}
.pagestitles {
    margin-bottom: 20px !important;
}
.programreads {
        background: #9ACC32;
    border-radius: 86px;
    color: white !important;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    border: none;
    text-align: center;
    padding: 9px 18px;
    /* width: 120px; */
    font-size: 13px !important
}
.programreads i{
    padding-left:10px;
}
.programreads:hover i{
   color:red;
}
.bordr-right{
    border-right: 1px solid #CCCCCC;
}
.ra-text{
    color: #787878;
}
.ra-text p{
    margin-bottom:0px;
}
.ra-text span{
    color:#9ACC32CC;
    font-weight: 600;
    font-size: 19px;
}
.testimonials-slider3 .owl-nav{
        position: absolute;
    right: 0;
    top: -96px;
}


.progress {
    width: 65px;
    height: 65px;
    position: relative;
    background: white;
    box-shadow: 0px 4px 4px #0000002e;
    border-radius: 50px;
    border: 5px solid white;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
        border-color: #9ACC32 !important;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
        border-color: #9ACC32 !important;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}
.progress .h2{
    font-size: 15px !important;
    color:#787878;
}


/*Archive page*/
.apealsarchive .titleinnner.row {
    margin-top: -110px !important;
}
.apealsarchive .slider{
    margin-bottom: 16px;
}
.apealsarchive .progress .progress-value {
    position: absolute;
    top: 6px;
    left: 0;
}
.toppageheader img {
    background-size: cover !important;
    width: 100% !important;
    margin-top: -2px;
}
.archivepageheader {
    background: #000000bf;
    padding-top: 20px;
    color: #9acc32;
    padding-bottom: 20px;
    text-align: center;
    margin-top: -77px;
    position: relative;
    margin-bottom: 50px;
}
.apealsarchive .apealimg img{
        width: 100%;
}
.archivepageheader h1 {
    margin: 0px;
}

/*single page appeal*/
.singlepageheader {
    color: #ffffff;
    text-align: -webkit-center;
    height: fit-content;
    width: 385px;
    position: relative;
    margin-top: -22%;
}
.title_ap_in{
    display: flex;
    justify-content: end;
}
.singlepageheader h1{
    font-size: 50px;
    text-align: left;
    margin: 0px;
    text-shadow: 1px 2px 9px #000;
}

.Apealssinglepage .bnr-reg{
    margin-top: -35px !important;
    z-index: 9;
    background-position-y: top !important;
}
.cuspg-para p{
    font-size: 22px;
        text-shadow: 1px 1px #000;
    
}
.cuspg-para p span{
    color: #ffffff !important;
}
.three-innerbox{
    display: flex;
    justify-content: space-between;
}
.three-innerbox .wpb_column>.vc_column-inner{
    padding: 18px 35px !important;
    background-size: cover;
    width: 100%;
    height:100%;
    background-repeat: round;
        border-radius: 10px;
}
.three-innerbox>.wpb_column{
    width: 29.333333%;
}
.three-innerbox .cuspg-paras p {
    font-size: 16px !important;
    width: 276px;
}
.three-innerbox button{
    padding: 10px 14px !important;
        background-image: none !important;
}

#lastsecappeal h4,#lastsecappeal .vc_col-sm-5 span{
    color:white  !important;
}

/*single widget*/

.single-btns {
      display: flex;
    margin-bottom: -21px !important;
    justify-content: right;
}
.widget-inner{
        background-color: #F5F5F5;
    border-radius: 20px !important;
    border: 1px solid #CCCCCC;
    padding: 26px 40px;
    z-index: 9;
    position: relative;
}

.appeals_div select {
    height: 42px;
    border: 1px solid #70707033 !important;
    border-radius: 6px !important;
    text-indent: 10px;
    font-weight: 600;
    font-family: 'readex_prolight';
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #ffffff !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 8px !important;
    border: 1px solid #BEBEBE !important;
    margin-right: 2rem !important;
    color: black !important;
    opacity: 1;
}
.btn-method{
    display: flex;
    align-items: center;
}



body::-webkit-scrollbar {
    width: 7px;
}
body::-webkit-scrollbar-thumb {
    background: #0E2C53;
}

 /* cart model */
  body.modal-open {
        overflow: scroll !important;
        padding-right: 0px !important;
        overflow-x: hidden !important;
    }
	.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);
	}
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}

	.modal.right .modal-body {
		padding: 15px 15px 8px;
		display: flex;
        flex-direction: column;
        overflow-y: auto;
	}
	.modal.right.fade .modal-dialog {
		right: 0px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}
	.modal-content {
		border-radius: 0;
		border: none;
	}
	.modal-header {
		border-bottom: 2px solid #9acc32;
        background-color: #0E2C53;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
	}
    .afghan-modal .donation-items {
        /*height: 375px;*/
        overflow-x: hidden;
        background: #f2f2f2;
       height: 100%;
        overflow-y: auto;
    }

    .afghan-modal .donation-item {
        background-color: #ffffff !important;
        margin-bottom: 5px;
        margin-top: 10px;
        border: 1px solid #9acc32 !important;
    }
    .afghan-modal .donation-item .fa-times {
        color: #FFF;
        background-color: black;
        padding: 3px 4px;
        height: 16px;
        font-size: 9px;
        border-radius: 50%;
        text-align: center;
        transition: all ease 0.3s;
        cursor: pointer;
    }
    .modl-price{
        text-align:center;
    }
    .donation-item .donation-title {
        color: #0e2c53;
        margin-bottom: 0px;
        font-size: 15px;
    }
    .donation-item p{
        margin-bottom: 0px;
    }
    .donation-items small{
        color: #000;
    }
    .donation-item .donation-flist {
        color: #0e2c53;
        font-size: 15px;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: bold;
        display: block;
    }
    .donation-item .donate-qty {
        width: 50px;
        padding-left: 10px;
    }
    .donation-item .cart-amt {
        font-weight: bold;
        color: #0e2c53;
        font-size: 15px;
    }
    .support-heading {
        color: #0e2c53;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .support-donation-pop {
        color:black;
        padding-top: 20px !important;
    
    }
    .afghan-modal .modal-footer {
        color:black;
    }
    .afghan-modal  .mr-modal-cta .add-an-btn{
        border: none;
        outline: none;
        padding: 10px 20px;
        color: #FFF;
        width: 100%;
        background: #0E2C53;
        line-height:1 !important;
        border-radius: 50px;
    }
    .mr-modal-cta .add-an-btn:hover {
       background: rgb(154,204,50);
    }
    #global-cart{
        display: contents;
    }
    .mr-modal-cta .check-out-btn:hover {
        background-color: rgba(189, 5, 4, 0.85);
    }
    
    .afghan-modal .mr-modal-cta .check-out-btn {
        border: none;
        outline: none;
        padding: 10px 20px;
        color: #FFF;
        width: 100%;
        border-radius: 50px;
        line-height:1 !important;
        background-color: rgb(154,204,50) !important;
        background: linear-gradient(180deg, rgba(154,204,50,1) 0%, rgba(115,154,32,1) 90%);
    
    }
    .afghan-modal .modal-title{
        color:white;
    }
    .afghan-modal .modal-dialog {
        height: 100vh;
        border: none;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 0;
        max-width: 600px;
    }
    .btn-close{
        background:transparent url("https://www.afghan-relief.org/wp-content/uploads/2023/08/download-svg.png") center/1em auto no-repeat !important;
        opacity:1;
    }
    .saba-modal {
        height: 100vh;
    }
    .quantity {
        display: flex;
        justify-content: center;
    }
    .quantity .minus {
        border-radius: 2px 0px 0px 2px;
        border: 1px solid;
        border-color: transparent;
        background: #0E2C53;
        color: white;
        width: 26px;
        line-height: 0;
        padding: 0;
    }
    .quantity .qty {
        width: 35px;
        text-align: center;
        border-radius: 0px;
        border-top: 1px solid #9acc32;
        text-indent: 0px;
        background: #f2f2f2;
        border-bottom: 1px solid #9acc32;
    }
    .quantity .plus {
       border-radius: 0px 2px 2px 0px;
        border: 1px solid;
        background: #0E2C53;
        border-color: transparent;
        color: white;
        width: 26px;
        line-height: 0;
        padding: 0;
    }
    .quantity .qty:focus-visible {
        outline: 0px;
    }
    .donation-items{
        
    }

    .afghan-modal .donation-items::-webkit-scrollbar {
    width: 8px;
    height: 13px;
    }
    .afghan-modal .donation-items::-webkit-scrollbar-track {
        border-radius: 10px;
        border: 1px solid #9acc32;
    }
    
    .afghan-modal .donation-items::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #0E2C53;
    }
    .afghan-modal .container {
        overflow-x: unset;
    }
    .mainmenu .container {
        overflow-x: unset;
    }


.mob-none{
    display:none;
}
#page .testimonials-slider10 .owl-nav button {
    background: #555555 !important;
    padding: 5px 11px !important;
    border: none !important;
    border-radius: 0px;
}
.testimonials-slider10 .owl-nav button i {
    color: white;
}
@media screen and (max-width: 767px){
	.row-reverse{
		flex-direction: column-reverse !important;
	}
	.footersz,.bordr-right{
		width:100% !important;
		border: none;
	}
    .desktop-slider,.ra-text,.header-top{
        display:none;
    }
    .mob-none{
        display:block;
    }
    .popup-image{
        width: 70%;
    }
    .modal.right .modal-content {
        height: 100%;
    }
    #global-cart {
        display: block;
        
    }
    .modal.right .modal-body {
        padding: 15px 4px 8px;
        display: flex;
        flex-flow: column;
        overflow-y: scroll;
    }
    .afghan-modal .donation-items {
        height: 780px;
        background: #f2f2f2;
        height: 300px;
        overflow-y: unset;
        padding-bottom: 8px;
    }
    .modal-body .donation-item .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .donation-item .col-1 {
        display: flex;
        justify-content: center;
        align-self: center;
    }
    .afghan-modal .container {
        overflow-x: hidden;
    }
    .card-fees {
        align-items: baseline;
        display: flex;
    }
    .modal-footer .mr-modal-cta .col-6 {
        width: 50%;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .three-cols .vc_col-sm-4 {
        padding: 9px 0px !important;
        height: 270px !important;
        width: 32% !important;
        margin: 0px 8px !important;
    }
    .three-cols .vc_col-sm-4 h4 {
        font-size: 16px !important;
    }
   
    .three-cols .vc_col-sm-4 p{
            font-size: 13px;
    }
    #global-cart {
        display: block;
    }
    .modal.right .modal-body {
        display: initial !important;
    }
    .afghan-modal .donation-items {
        height: 780px;
        background: #f2f2f2;
        height: 300px;
        overflow-y: unset;
        padding-bottom: 8px;
    }
    .afghan-modal .container {
        overflow-x: hidden;
    }
}
/* End cart model */




/* checkout */
    .inner-checkout{
        margin-top: 5%;
        margin-bottom: 5%;
        box-shadow: 1px 1px 9px 2px #00000030;
        border: 1px solid #0e2c53;
        background: #e1e1e12b;
    }
    
    .checkoutpage {
        background: #0e2c53;
        text-align: center;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 1;
        position: relative;
    }
    .checkoutpage h1{
        color: white;
        font-size: 29px;
        text-transform: uppercase;
    }
    .checkout-mainpage {
        padding: 38px;
    }
    .checkout-mainpage .sticky-top {
        top: 84px;
        z-index: 1;
    }
    .notify {
        margin-bottom: 20px;
    }
    .checkout-mainpage .form-label {
        font-weight: bold;
    }
    .employermatch {
        margin-bottom: 0px;
    }
    .employermatch .form-group {
        margin-bottom: 5px;
    }
    .checkout-mainpage textarea {
        padding: 10px;
         width: 100%;
    }
    .check-hr {
        margin-top: 24px;
        width: 95%;
        margin-bottom: 15px;
    }
    
    .donation-summary {
        text-align: center;
        padding: 11px 0px 0px 0px;
    }
    .donation-summary h5 {
        font-size: 29px;
        color: #0e2c53;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .checkout-mainpage .mb-2{
        font-size: 29px;
        color: #0e2c53;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .checkout-pg {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .cart-page {
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 10px;
        margin-top: 7px;
        height: 30vh;
    }
    .cart-page h5{
        color:#0e2c53;
        font-size: 15px;
    }
    .checkout-pg .border-btm {
        padding-left: 10px;
        line-height: 15px;
        font-size: 11px;
    }
    .border-btm {
        background: #ffffff;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        padding-top: 7px;
        border-bottom: 3px solid #9acc32;
        color: #000;
    }
    .checkout-mainpage .border-btm h2 {
        color: #0e2c53;
        font-size:15px;
    }
    .total-amount {
        padding-top: 8px;
        box-shadow: 1px 1px 9px 2px #00000030;
        border: 1px solid #9acc32;
        background: #e1e1e12b;
        margin-top: 6px;
    }
    .total-amount h5{
        color: #0e2c53;
        font-size:15px;
    }
    .left-fieldcheck .sec-2-heading h1 {
        margin: 0px;
        font-size: 29px;
        color: #0e2c53;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .right-amounttext:before{
        content: url(https://www.afghan-relief.org/wp-content/uploads/2023/08/Layer-1-2.png) !important;
        top: -34px;
        position: absolute;
        right: -46px;
        z-index: -1;
    }
    .cart-page::-webkit-scrollbar {
        width: 8px;
        height: 13px;
    }
    .cart-page::-webkit-scrollbar-track {
        border-radius: 10px;
    }
    
    .cart-page::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #197ba6;
    }
    
    .checkout-mainpage .left-fieldcheck label{
         color: #000000;
        margin-bottom: 6px;
    }
    .checkout-mainpage .left-fieldcheck input{
        border: 1px solid #70707033 !important;
        border-radius: 6px !important;
        /*text-indent: 12px;*/
        padding-left: 15px;
        font-size: 15px;
        height: 38px;
    }
    .checkout-mainpage .left-fieldcheck select{
         border: 1px solid #3d3d3d42 !important;
        border-radius: 0px !important;
        padding-left: 15px !important;
        font-size: 15px !important;
        height: 38px !important;
        background: #ffffff !important;
        color: black !important;
         background-repeat: no-repeat !important;
        background-position-x: 100% !important;
        background-position-y: 7px !important;
         background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
        opacity: 1;
    }
    .checkout-mainpage .left-fieldcheck textarea{
            border: 1px solid #3d3d3d42;
        border-radius: 0px;
       padding-left: 15px;
        font-size: 15px;
    }
    .donate-btn-checkout-credit button, .dn-btn-checkout button {
        background: #0e2c53 !important;
        color: #fff;
        width: 100%;
        border: none !important;
        padding: 8px 0px;
        border-radius: 50px;
    }
    .donate-btn-checkout-credit button:hover, .dn-btn-checkout button:hover{
        background: #9acc32 !important;
        color:white;
    }
    .donate-btn-checkout-paypal button {
        background-color: rgb(154,204,50) !important;
        background: linear-gradient(180deg, rgba(154,204,50,1) 0%, rgba(115,154,32,1) 90%);
        color: #fff;
        width: 100%;
        border: none !important;
        padding: 8px 0px;
        border-radius:50px;
    }
    .donate-btn-checkout-paypal button:hover{
        color:white;
    }
    .in-check{
            display: flex;
        align-items: end;
    }
/*end checkout*/


/*top up button*/
#myBtnd {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0e2c53;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 42px;
}

#myBtnd i{
    color: white;
    font-size: 15px;
}
#myBtnd:hover {
  background-color: #9acc32;
}
/*top up button*/


/* thankyou Page */

.thankyou-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.thankyou-main {
    padding: 58px;
    box-shadow: 1px 1px 9px 2px #00000030;
    border: 1px solid #9acc32;
    background: #e1e1e12b;
    width: 68%;
}
.thankyou-title {
    text-align: center;
    margin-bottom: 25px;
}
.thankyou-title h1 {
    text-shadow: 1px 2px 1px #000000;
    font-size: 40px;
    color: #0E2C53;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: 'visbyheavy' !important;
}
.thankyou-title p {
    color: #000000;
    font-size: 20px;
}
.thankyou-text h2 {
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
}

.thankyou-text h3 {
    color: #000000;
    font-size: 17px;
    text-align: center;
}
.thankyou-billing {
    text-align: center;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
.thankyou-billing h4 {
    color: #0E2C53;
    font-size: 25px;
}
.thankyou-billing .title-border {
    width: 10%;
    margin: 0 auto;
    background: #9acc32;
    opacity: 1;
    height: 2px;
}
.donatin-bilingin {
    left: 20%;
}
.donatin-bilinginfo {
    margin-top: 30px;
}
.thankyou-page h5 {
    color: #000000;
    font-size: 14px;
    
}

/*donate Now*/

.donatepageheader {
    background: #000000c7;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 39px;
    margin-top: -91px;
    z-index: 1;
    position: relative;
}
.donate-card {
    background: #efefef;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    height: 100%;
    border-bottom: 3px solid #a2d043;
}
#title-donate {
    color: #0e2c53;
    font-size: 18px;
    margin-bottom: 0px;
}
.text-light {
    color: #f8f9fa!important;
}
.donate-pgttile p {
    font-size: 15px !important;
    color: #000000;
    margin-bottom: 0px;
}
.donate-pgttile{
    padding: 17px 17px !important;
    padding-bottom: 10px !important;
}
.donate-card i{
        font-size: 13px;
        margin-right:3px;
}
.donate-card .widget-handles label {
    justify-content: center;
}
    
/*end donate now*/


/*allpages*/

#innerpagebnner .singlepageheader h1{
   text-align: center;
}
#innerpagebnner .singlepageheader {
    width: 100%;
}
.top-headingss p{
    font-size: 27px;
    color: #9acc32;
}
.counter_title{
    color: white;
    text-align: center;
    margin-bottom: 0px;
}
#about_count{
    color: white;
    text-align: center;
    margin-bottom: 0px;
}
.counter_p{
    color: white;
    text-align: center;
    font-size: 18px;
}
.about-three h4{
    color: #1F2230;
    font-size: 20px;
}
.about-three .vc_single_image-wrapper, .about-three .vc_figure , .about-three img{
    width:100%;
}

/* calculator */
.zakat-cal {
    background: #0e2c53 !important;
    text-align: center;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}
.zakat-cal p{
    margin-bottom:0px;
}
.zakat-forms {
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
}
.zakat-forms h2 {
    color: #9acc32;
    margin-bottom: 20px;
    font-size: 40px;
    text-shadow: 1px 1px 0px #000000;
}
.zakat-forms label {
    color: #000000;
    font-size: 16px;
}
.zakat-forms input {
    width: 100%;
    text-indent: 10px;
}
.total-cal {
    color: #b30000;
    font-size: 20px;
}
.zakat-whtyou {
    padding-top: 30px;
    padding-bottom: 30px;
}
#zakat_amount {
    color: #a4d147;
    font-size: 30px;
}
.footnote {
    margin-bottom: 30px;
}
.footnote p {
    text-align: justify;
    color: #b30000;
    font-size: 16px;
    font-weight: 600;
}

.zakat-forms .zakat-butn {
    border: 1px solid;
    border-color: #0e2c53 #0e2c53 #0e2c53;
    border-radius: 3px;
    background: #0e2c53;
    color: rgb(255 255 255);
    line-height: 1;
    padding: 8px 38px;
    font-size: 16px;
}

/* calculator */  

/*donar portal*/


.user_card {
	height: 377px;
    width: 446px;
    margin-top: auto;
    margin-bottom: auto;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    padding: 30px 51px;
    border: 1px solid #a3cf45;
    margin:120px 0px 100px 0px;
}
.user_card p{
	font-size: 13px;
}
.brand_logo_container {
	position: absolute;
    height: 130px;
    width: 130px;
    top: -75px;
    border-radius: 50%;
    background: #0e2c53;
    padding: 10px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 8px solid white;
}
.brand_logo {
	width: 53%;
}
.form_container {
	margin-top: 9px;
}
.login_btn {
	width: 100%;
	background: #0e2c53 !important;
	color: white !important;
}
#innerpagebnners .singlepageheader {
    margin-top: -249px;
    width:100%;
}
#innerpagebnners .singlepageheader h1 {
    text-align:center;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #9acc32 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    height: 100%;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #c0392b !important;
}

.contactbox{
    text-align: center;
}
.threcol-contact p{
    margin-bottom:0px;
}
#gform_submit_button_1{
    background: #0e2c53;
    border: none;
    color: white;
    padding: 10px 27px;
    margin: 0px;
}
#gform_1 .gform_wrapper.gravity-theme .gform_footer {
    margin: 6px 0 0;
    padding: 2px 0;
}
/* 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;
}

/*search page*/
.seacrh-not-found article {
    margin-bottom: 20px;
    padding: 27px;
    padding-right: 10px!important;
    border: 1px solid #a4cf43;
}
.seacrh-not-found article a {
    color: #000;
    text-decoration: none;
}
.appealread {
    border: 1px solid;
    border-color: #0e2c53 #0e2c53 #0e2c53;
    border-radius: 3px;
    background: #0e2c53;
    color: rgb(255 255 255)!important;
    line-height: 1;
    /* text-transform: uppercase; */
    padding: 10px 16px 10px 15px!important;
    border-radius: 4px;
    margin-top: 27px;
    text-decoration: none!important;
}
.seacrh-not-found .entry-footer{ 
    margin-top: 20px;
}
/* lodaer css*/
.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: 50%;
}

.close-function {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1;
}
.close-function a {
    font-size: 18px !important;
}


body{
    overflow-x:hidden !important;
}
.mega-menu-item>.mega-sub-menu {
    margin-top: 26px !important;
}
/*for desktop and mobile none*/

.desktop-none{
    display:none ;
}


/*Responsive*/

/*for small device*/

@media screen and (max-width:320px) {
    .custom_amount_field input::placeholder,.qdont-sec .widget_select select{
            font-size: 12px !important;
    }
        .who_weare .vc_column-inner>.wpb_wrapper {
            width: 100%;
           padding: 0px 10px;
        }
        .topfooter input {
        width: 100%;
    }
    .programreads{
            padding: 9px 7px;
    }
    .programreads i {
        padding-left: 3px;
    }
     .progress {
        width: 50px;
        height: 50px;
    }
    .progress .h2 {
        font-size: 12px !important;
        color: #787878;
    }
}

@media screen and (max-width:375px) {
    
}
@media screen  and (max-width:740px) {
    .custom_amount_field input::placeholder,.qdont-sec .widget_select select{
            font-size: 12px !important;
    }
        .who_weare .vc_column-inner>.wpb_wrapper {
            width: 100%;
           padding: 0px 10px;
        }
        .topfooter input {
        width: 100%;
    }
    .programreads{
            padding: 9px 7px;
    }
    .programreads i {
        padding-left: 3px;
    }
     .progress {
        width: 50px;
        height: 50px;
    }
    .progress .h2 {
        font-size: 12px !important;
        color: #787878;
    }
}
@media screen  and (max-width:720px) {
   .custom_amount_field input::placeholder,.qdont-sec .widget_select select{
            font-size: 12px !important;
            
    }
        .who_weare .vc_column-inner>.wpb_wrapper {
            width: 100%;
           padding: 0px 10px;
        }
        .topfooter input {
        width: 100%;
    } 
    .programreads{
            padding: 9px 7px;
    }
    .programreads i {
        padding-left: 3px;
    }
     .progress {
        width: 50px;
        height: 50px;
    }
    .progress .h2 {
        font-size: 12px !important;
        color: #787878;
    }
}
@media screen and (max-width:414px) 
    {
    .custom_amount_field input::placeholder,.qdont-sec .widget_select select{
            font-size: 12px !important;
    }
        .who_weare .vc_column-inner>.wpb_wrapper {
            width: 100%;
           padding: 0px 10px;
        }
        .topfooter input {
        width: 100%;
    }
    .programreads{
            padding: 7px 9px;
            font-size:12px !important;
    }
    .programreads i {
        padding-left: 3px;
    }
    .progress {
        width: 50px;
        height: 50px;
    }
    .progress .h2 {
        font-size: 12px !important;
        color: #787878;
    }
    }
 
 
/*For Mobile */
@media screen and (max-width:767px) 
{
    .header-top .social-icon{
        display:none;
    }
    .header-top {
  
        padding: 5px 0px;
    }
    .phone a {
           font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .mega-menu-item>.mega-sub-menu {
        margin-top: 0px !important;
    }
    .mega-sub-menu .widget_custom_html{
        display:none !important;
    }
    .three-cols {
        display: block !important;
        margin-bottom:0px !important;
    }
    .three-cols .vc_col-sm-4 {
        height: 100% !important;
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 17px !important;
    }
    .three-innerbox {
        display: block;
    }
    .three-innerbox>.wpb_column {
        width: 100%;
        margin-bottom: 10px;
    }
    .three-innerbox .cuspg-paras p {
        width: 100%;
    }
    .modal.right.fade .modal-dialog{
            width: 100%;
    }
    #menu-where-we-work {
        display: block;
    }
    #menu-where-we-work>li {
        margin-bottom: 16px;
    }
    .desktop-none{
        display:block  ;
    }     
    .mobile-none{
        display:none  ;
    }     
    .desktop-none .innertexts {
        padding: 0px 12px;
    }
     .desktop-none .pagestitle {
        margin-bottom: 5px;
    }
    .desktop-none .pagesexcerpt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box!important;
        height: 60px;
        -webkit-line-clamp: 3!important;
        -webkit-box-orient: vertical!important;
    }
    .desktop-none .programread { 
        font-size: 11px;
        width: 110px;
        margin-right: 5px;
    }
    .desktop-none .programdonate{
        font-size: 11px;
        width: 110px;
    }
    .desktop-none .pagestitle a {
        font-size: 15px !important; 
    }
    .desktop-none .flip-box-inner {
        padding: 9px;
    }
    .testicolumn>.vc_column-inner{
        padding-bottom: 45px !important;
    }
    .allbtns {
        margin-top: 60px;
    }
    .thankyou-title {
        margin-bottom: 2px;
    }
    .thankyou-main {
    padding: 19px;
    }
    .thankyou-main{
        width: 94%;
    }
    .thankyou-title h1 {
        font-size: 28px;
    }
    .phone {
        font-size: 10px;
        text-align: center;
    }
    .social-icon {
        text-align: center;
    }
    .mainwidget {
        width: 100%;
    }
    .mon-pkg label {
        width: auto;
    }
    .qdont-sec {
        padding: 25px 17px;
    }
    .qdont-title {
        margin-bottom: 19px !important;
    }
    .topfooter button {
        margin-top: 20px;
    }
    .topfooter .menurow {
        margin-top: 30px;
    }  
    .topfooter h4 {
        font-size: 30px;
    }
    .footermenu{
        margin-bottom:20px;
    }
    .iconaddress .col-lg-4 {
        align-items: flex-start;
        justify-content: left;
        margin-bottom: 18px;
    }
    .centerfooter{
        padding-bottom: 17px;
    }
    .top-heading p {
        font-size: 30px;
    }
    .top-headings p {
        font-size: 27px;
    }
    .whoweare_html {
        width: 100%;
        padding: 40px 0px 0px 0px;
    }
    .threebox {
        display: block;
    }
    .innerthree {
        margin-left: 16px;
        margin-top: 22px;
    }
    .whowe_html>.wpb_wrapper {
        padding-left: 38px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
            left: -100% !important;
 	    width: 100% !important;
            max-width: 100% !important;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        		left: 0 !important;
    } 
    .donate-btn {
        width: 98% !important;
        margin: 10px auto !important;
       
    }
    
    .donate-btns {
        width: 98% !important;
        margin: 10px auto !important;
    }
    .donate-btn a{
        margin-right:0px !important;
            display: flex !important;
    justify-content: center;
    flex-flow: row-reverse;
    }
    .testimonials-slider3 .owl-nav {
        top: -58px;
    }
    
    
    
     .checkout-mainpage {
        display: flex;
        flex-direction: column-reverse;
    }
    .checkout-mainpage .check-padding {
        margin-top: 14px;
    }
    .checkout-mainpage .right-amounttext {
        width: 96%;
    }
    .checkout-mainpage .right-amountform {
        display: flex;
        justify-content: center;
    }
    .checkout-mainpage .text-check {
        display: flex;
        align-items: baseline;
    }
    .checkout-mainpage .text-check label {
        margin-left: 6px;
    }
    .checkout-mainpage .full-widthbtn {
        width: 100%;
    }
    .checkout-mainpage .left-fieldcheck {
        margin-top: 14px;
    }
    .cart-page {
        height: 18vh;
    }
    .checkout-mainpage {
        padding: 15px;
    }
    .right-amounttext:before {
        top: -6px;
        right: -26px;
    }
    .checkout-mainpage .left-fieldcheck .in-check {
        align-items: baseline;
    }
    .checkout-mainpage .left-fieldcheck input {
        height: unset;
    }
    .post-type-archive-programs .flip-box-inner {
        margin-bottom: 25px;
        width:100% !important;
    }
    .post-type-archive-programs .flip-box-inner .innertexts {
        padding: 0px 10px;
    }
    .post-type-archive-programs .flip-box-inner .pagestitle{
        margin-bottom: 10px;
    }
    .post-type-archive-programs .flip-box-inner .pagestitle a {
        font-size: 18px;
    }
    .post-type-archive-programs .flip-box-inner .flip-box-inner p {
        font-size: 12px;
    }
    .post-type-archive-programs .flip-box-inner .pagesexcerpt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box!important;
        height: 72px;
        -webkit-line-clamp: 4!important;
        -webkit-box-orient: vertical!important;
    }
    .post-type-archive-programs .flip-box-inner .programread { 
        font-size: 11px;
        width: 110px;
        margin-right: 5px;
    }
    .post-type-archive-programs .flip-box-inner .programdonate{
        font-size: 11px;
        width: 110px;
    }
    .singlepageheader {
        margin-top: -76px;
    }
    .singlepageheader h1 {
        font-size: 26px;
    }
    #about_count {
        font-size: 20px;
    }
    .custom_amount_field input::placeholder,.qdont-sec .widget_select select{
            font-size: 12px !important;
    }
    .who_weare .vc_column-inner>.wpb_wrapper {
        width: 100%;
       padding: 0px 10px;
    }
    
}

/*for ipad*/
@media (min-width: 768px) and (max-width: 992px) {
    .desktop-slider{
        display:none;
    }
    .mega-sub-menu .widget_custom_html{
        display:none !important;
    }
    .mega-menu-item>.mega-sub-menu {
        margin-top: 0px !important;
    }
    .mega-menu-item>.mega-sub-menu .widget_custom_html{
        display:none;
    }
    .mob-none{
        display:block;
    }
    .three-innerbox {
        display: flex;
    }
    .mon-pkg label {
                width: 100%;
    }
    .three-innerbox>.wpb_column {
        
        margin-bottom: 10px;
    }
	.three-innerbox .wpb_column>.vc_column-inner {
        padding: 26px 35px !important; 
        height: 100%; 
    } 
    .widget-handles label { 
        font-size: 12px;
    }
    .three-innerbox .cuspg-paras p {
        width: 100%;
    	    font-size: 12px !important;
    }

    .desktop-none{
        display:block;
    }     
    .mobile-none{ 
        display:none; 
    }    
    .desktop-none .pagesexcerpt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box!important;
        height: 73px;
        -webkit-line-clamp: 4!important;
        -webkit-box-orient: vertical!important;
    }
    .who_weare>.vc_column-inner{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .flip-box-inner p {
        font-size: 10px;
    }
    .who_weare .vc_column-inner>.wpb_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .desktop-none .pagestitle {
        margin-bottom: 7px;
    }
    .desktop-none .programread { 
        font-size: 10px;
        width: 100px;
        margin-right: 5px;
    }
    .desktop-none .programdonate{
        font-size: 10px;
        width: 100px;
    }
    .desktop-none .pagestitle a {
        font-size: 18px !important;
    }
    .desktop-none .flip-box-inner {
        padding: 9px;
    }
    .desktop-none .innertexts {
        padding: 0px 10px;
    }
    .testimonialsmain .wpb_raw_html h3 {
        font-size: 15px;
    }
    .testimonialexcerpt p{
        font-size: 10px;
    }
    .testimonialexcerpt {
        -webkit-line-clamp: 11!important;
        height: 200px;
    }
    .rightappealcol .vc_col-sm-9 {
        width: 100%;
    }
    .testimonials-slider3 .owl-nav {
        top: -61px;
    }
    .fourcolmn .vc_col-sm-1{
        display:none;
    }
    .fourcolmn .vc_col-sm-10{
        width: 100%;
    }
    .numberp {
        font-size: 13px;
    }
    .donate-btn {
        width: 98% !important;
        margin: 10px auto !important;
       
    }
    
    .donate-btns {
        width: 98% !important;
        margin: 10px auto !important;
    }
    .donate-btn a{
        margin-right:0px !important;
            display: flex !important;
    justify-content: center;
    flex-flow: row-reverse;
    }
    .mainwidget{
        justify-content: space-between;
    }
    .mainwidget {
        width: 100%;
    }
    .logo img{
        width: 53%;
    }
    .phone,.social-icon a{
        font-size: 14px;
    }
    .whoweare_html {
        width: 100%;
    }
    .threebox {
        padding: 0px 10px;
    }
    .whowe_html {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .whowe_html>.wpb_wrapper { 
        padding-left: 26px;
    }
    .whowe_html h3 {
        font-size: 23px;
    }
    
    
    
    .page-template-donation .wid-row {
        justify-content: space-evenly;
    }
   .page-template-donation .wid-row .widget-handles.p-1 {
        padding: 0.1rem!important;
    }
    .wid-comb {
            padding: 0px 3px
    }
    .checkout-mainpage {
        padding: 15px;
    }
    .right-amounttext:before {
        top: -9px;
        right: -20px;
    }
    .left-fieldcheck .sec-2-heading h1, .donation-summary h5 {
        font-size: 25px;
    }
    .donate-btn-checkout-credit button, .dn-btn-checkout button,.donate-btn-checkout-paypal button {
       font-size: 13px;
    }
    .post-type-archive-appeals .programreads{
            font-size: 8px !important;
    }
    .post-type-archive-programs .flip-box-inner {
        width: 50%;
        margin-bottom: 25px;
    }
    .post-type-archive-programs .flip-box-inner .innertexts {
        padding: 0px 10px;
    }
    .post-type-archive-programs .flip-box-inner .pagestitle{
        margin-bottom: 10px;
    }
    .post-type-archive-programs .flip-box-inner .pagestitle a {
        font-size: 18px;
    }
    .post-type-archive-programs .flip-box-inner .flip-box-inner p {
        font-size: 12px;
    }
    .post-type-archive-programs .flip-box-inner .pagesexcerpt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box!important;
        height: 72px;
        -webkit-line-clamp: 4!important;
        -webkit-box-orient: vertical!important;
    }
    .post-type-archive-programs .flip-box-inner .programread { 
        font-size: 11px;
        width: 110px;
        margin-right: 5px;
    }
    .post-type-archive-programs .flip-box-inner .programdonate{
        font-size: 11px;
        width: 110px;
    }
    .singlepageheader {
        margin-top: -214px;
    }
    .counter_p {
        color: white;
        text-align: center;
        font-size: 14px;
    }
    #about_count{
        font-size: 18px;
    }
    .vc_custom_1693221025570 .counter_title{
        font-size: 18px;
    }
    .vc_custom_1693221025570 img{
        max-width: 66% !important;
    }
    .about-three h4 {
        font-size: 17px;
    }
    .contactuspages .vc_col-sm-1{
        display:none;
    }
    .contactuspages .vc_col-sm-10{
        width:100%;
    }
}

/*for 110 percent*/
@media (min-width: 1200px) and (max-width: 2000px) {
    .lastsection p span {
        font-size: 13px;
    }
	.top-headings p {
    	font-size: 24px;
	}	
	.cuspg-para p {
    	font-size: 16px;
	}
		H4{
			font-size:17px;
		}
}


/*for 125 percent */
@media (min-width: 993px) and (max-width: 1200px) 
    {
    .main-navigation a {
    	font-size: 14px !important;
	}
    .desktop-none{
    display:block;
    }     
    .mobile-none{
        display:none; 
    }    
    .three-innerbox .wpb_column>.vc_column-inner {
    	height: 240px;
	}
		.three-innerbox .cuspg-paras p {
    font-size: 13px !important;
   width: 100%;
	}
	.singlepageheader {
    	margin-top: -235px;
	}
	.top-headings p {
    	font-size: 23px;
	}	
	.cuspg-para p {
    	font-size: 15px;
	}
		H4{
			font-size:16px;
		}
		
	.flip-box-inner .pagestitle a {
        font-size: 15px !important;
    }
    .pagesexcerpt {
        height: 96px;
        -webkit-line-clamp: 5!important;
    }
    .programread {
        margin-right: 10px;
    }
    .programreads {
        padding: 9px 13px;
        font-size: 9px !important;
    }
    .programreads i {
        padding-left: 3px;
    }
    .progress {
        width: 51px;
        height: 51px;
    }
    .progress .h2 {
        font-size: 12px !important;
        color: #787878;
    }
    .whoweare_html {
        padding: 26px 4px;
        width: 100%;
    }
    .left-fieldcheck .sec-2-heading h1,.donation-summary h5,.areo-bold {
        font-size: 22px;
    }
    .three-cols .vc_col-sm-4{
        padding: 22px 4px !important;
        height: 280px !important;
        width: 32% !important;
  
        margin: 0px 6px !important;
    }
}
    
    
    
/*for 33*/
@media (min-width:2733px) and (max-width:4102px) 
    {
        
    }
    
    
 /*for 25% */
 @media (min-width:4103px) and (max-width:5464px)
    {
        
    }



/*for 50 60*/
@media screen and (min-width: 2000px)
{
.max-limit {
    left: 0px !important;
    width: 1320px !important;
    margin: 0 auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.max-limits {
    left: -12px !important;
    width: 1320px !important;
    margin: 0 auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#page .mainappealsrow {
   
    margin-top: -247px !important;
    left: 42px !important;
    width: auto !important;
}
}



.programdonatess{
    background: transparent;
    border: 3px solid white;
    font-size: 18px;
    text-align: center;
    padding: 7px 18px;
    cursor: pointer;
    border-radius: 86px;
    color: white !important;
    text-decoration: none;
   
}
.btn-program{
    margin-top: -223px;
    display: flex;
    justify-content: space-around;
}
.flip-box {
  background-color: transparent;
  perspective: 1000px;
      overflow: hidden;
  
      margin-bottom: 20px !important;
}
.flip-box-inner .pagestitle a {
    color: #0E2C53;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.flip-box-inner p {
    font-size: 13px;
    color: black;
    
}
/*.flip-box:hover .flip-box-front{*/
/*    display:none;*/
/*}*/
/*.flip-box-back{*/
/*    display:none;*/
/*}*/
/*.flip-box:hover .flip-box-back {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    bottom: 0;*/
/*}*/
.flip-box-inner {
  position: relative;
  width: 100%;
  /*transition: transform 0.8s;*/
  /*transform-style: preserve-3d;*/
}

/*.flip-box:hover .flip-box-inner {*/
/*  transform: rotateX(180deg);*/
/*}*/

.flip-box-front, .flip-box-back {
    
  width: 100%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
    color: black;
    display: flex;
    background: white !important;
    box-shadow: 0px 4px 25px -2px #00000047;
        display: flex;
    align-items: center;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateX(180deg);
}


/*popup model*/
.donate_popup .modal-content{
    background:transparent;
}
/*.modalz {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 1;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: unset;*/
/*    background-color: #000;*/
/*    background-color: rgb(0 0 0/78%);*/
/*    z-index: 100;*/
/*}*/
.cause-modalz .widget-inner{
        border: 3px solid #94c52f;
}
.modal-contentz {
    background-color: transparent;
    margin: 8% auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 100%;
    max-width: 550px;
    /*background-image: url(/wp-content/uploads/2022/02/pic-2-b.jpg);*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 3px 8px #000;*/
    /*border: 4px solid #179232;*/
}
.closez {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700; 
}

.cause-modalz h4 {
    color: #a2d52a;
    font-size: 23px!important;
    text-align: center;
}
 .closezx{
    display: flex;
    justify-content: end;
}

.modalx {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: unset; */
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 58%);
    z-index: 100;
}

.modal-contentx {
    margin: 8% auto;
    padding: 20px;
    width: 100%;
    max-width: 550px;
}
.closex {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


/*ipad pro*/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      .mon-pkg label {
            width: 100%;
          
      }
  }
.post-type-archive-programs .flip-box-inner {
    width: 50%;
    margin-bottom: 25px;
}
.flip-box-back img{
    width:100%;
}

.three-cols .vc_col-sm-4{
    border: 1px solid grey;
    padding: 19px;
    height:255px;
    width: 31%;
    margin: 0px 10px;
}
.three-cols{
    display: flex;
    margin-bottom: 20px;
}
.three-cols .vc_col-sm-4 h4{
    font-size: 20px;
}


.three-cols .vc_col-sm-3{
    border: 1px solid grey;
    padding: 20px 10px;
    /* height: 255px; */
    /* width: 100%; */
    margin: 0px 10px;
}
.three-cols .vc_col-sm-3 h4{
    font-size: 20px;
}

.blue {
    background: #142c54;
    color: #fff;
    border: 1px solid #192c55;
    background-image: url(https://www.afghan-relief.org/wp-content/uploads/2023/09/Logo-2048x676-1.png);
}
.green {
    background: #9ecc1c;
    border: 1px solid #a2cc00;
    color: #fff;
    background-image: url(https://www.afghan-relief.org/wp-content/uploads/2023/08/Logo-2048x676.webp);
}

.readmorebtn {
    color: black !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}


.btn-cal{
	    margin-right: 20px;
    background: #0e2c53;
    color: white !important;
    padding: 11px 21px;
    border-radius: 50px;
	font-size:13px ;
}
.btn-cal:hover{
     background: #9acc32;
}

#gform_2 #field_2_7 select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
   background: #ffffff !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 7px !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    margin-right: 2rem !important;
    padding: 7px !important;
    color: black !important;
    padding-right: 0rem !important;
    opacity: 1;
    border-radius: 0px !important;
    font-size: 15px !important;
}
#gform_wrapper_2 .gform_required_legend{
	display:none !important;
}
#gform_2  .gfield_label,#gform_2 h5{
    font-weight: 600 !important;
    color: black !important;
}
#gform_2 .datepicker{
	width:100%;
}
#gform_submit_button_2 {
    background-color: #0e2c53;
    color: #fff;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
	padding-left: 20px;
    padding-right: 20px;
}

.h4text h4 a{
        color: #0e2c53;
    font-size: 18px;
    text-decoration: none;
}
.teamcol .wpb_column .vc_column-inner>.wpb_wrapper{
    border-radius: 12px;
    background: #f7f7f7;
	    padding-bottom: 2px;
}

.teamcol .wpb_column .vc_column-inner .wpb_wrapper img{
    border-radius: 12px 12px 0px 0px;
}
.teamcol .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image{
        margin-bottom: 0px;
}


.teamcol .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper{
           padding: 28px 25px;
	    padding-bottom: 0px;

}


.teamcol .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper h4{
        color: #0e2c53;
}
.teamcol .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper p{
        font-size:14px;
}

.pum-overlay.pum-active, .pum-overlay.pum-active .popmake.active {
        display: block !important;
		opacity: 1 !important; 
}

.centerfooter .socialicon{
        margin-top: 20px;
}

.page-template-checkout #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        display: contents;
}
.popmake-content p{
    line-height: 27px;
  text-align: left !important;
}
.popmake-content p:nth-child(1){
         text-align: center !important;
}

.popmake-content img{
    width: 200px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.popmake-content h2{
    margin-bottom: 20px;
} 

#appealsrowz  .titleinnner.row {

    margin-top: -118px !important;
    
}
#appealsrowz .programreads{
        font-size: 12px !important;
}


.inner-appealcol{
    box-shadow: 0px 0px 1.447461485862732px 0px #28293D0A;
    border-radius: 17px;
    background: #f7f7f7 !important;
}
.inner-appealcol img{
    width:100%;
    border-radius: 17px 17px 0px 0px;
}
.main-columappeal{
        margin-bottom: 25px;
}
.main-columappeal a{
    text-decoration: none;
}
.arc-post-title span{
    
    color: #0E2C53;
    font-size: 24px;
    line-height: 18px;
    font-weight: 500;
}

.innerbox_appeal {
    padding: 29px 29px;
}
.innerbox_appeal .arc-post-title{
    margin-bottom: 10px;
}
.innerbox_appeal .arc-post-excerpt p{
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    height: 74px;
    margin-bottom: 6px;
}
.arc-readbtn a{
    border-radius: 50px;
    border: none;
    background-color: rgb(14 44 83) !important;
    color: #fff;
    background: rgb(14 44 83);
    background: linear-gradient(180deg, rgb(14 44 83) 0%, rgb(14 44 83) 98%) !important;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 25px;
}
.arc-readbtn a:hover{
    color: #fff;
    background: rgb(31 34 48) !important;
}
.arc-readbtn a:hover i{
    color: red;
    
}
.arc-readbtn{
    margin-top: 21px;
    text-align: center;
}
.title-gg{
    text-decoration: none;
    color: #0E2C53;
    font-size: 28px;
    line-height: 18px;
    text-align: center;
    margin: 7px;
	border-bottom: 1px dashed #000;
	padding:12px;
}
.three-innerbox {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 993px) and (max-width: 1200px){
.main-navigation a {
font-size: 9px!important;
}
	.btn-cal{
		font-size:10px !important;
	}
	.three-innerbox {
    margin-top: 30px;
    margin-bottom: 30px;
}
}


