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

careflorida 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: 'gilroybold';
    src: url('/wp-content/themes/careflorida/fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/careflorida/fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gilroyextrabold';
    src: url('/wp-content/themes/careflorida/fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/careflorida/fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gilroylight';
    src: url('/wp-content/themes/careflorida/fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/careflorida/fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gilroymedium';
    src: url('/wp-content/themes/careflorida/fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/careflorida/fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gilroyregular';
    src: url('/wp-content/themes/careflorida/fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/careflorida/fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
 
 
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: 'gilroymedium';
	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: 'gilroymedium';
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 15px !important;
}

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

/*Modal for Donation button popup*/
/* The Modal (background) */
.modalx {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
 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 Content/Box */
.modal-contentx {
    background-color: #839bc1;
    margin: 5% auto;
    padding: 12px;
    width: 100%;
    max-width: 550px;
    box-shadow: 0px 3px 8px #000;
}

.modal-contentx h4 {
    color: #fff;
    font-size: 30px !important;
    text-align: center;
}
.modal-contentx .radi-para{
    display:none;
}

/* The Close Button */
.closex {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closex:hover,
.closex:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*Popup modal end*/

/* loader 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: 9%;
        text-align: center;
}
.modaldx .center{
    align-self: center;
    justify-content: center;
    display: block;
}
.modaldx .imgdx{
    width:170px;
}
/* loader css*/

@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: 0 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;
}


p{
   font-family: 'gilroymedium' !important; 
}
h1,h2,h3,h4,h5,h6{
    font-family: 'gilroybold' !important;
}
a{
    font-family: 'gilroymedium' !important;
}
.newstitle a, .news-title a ,.pagestitle a{
    font-family: 'gilroybold' !important;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    
}
.inner-heading{
    font-family: 'gilroyregular' !important;
}
/*header*/

.darkHeader {
    background: #ffffff;
    position: sticky !important;
    z-index: 99 !important;
    
    top: 0 !important;
    width: 100% !important;
}
.darkHeader .maindm {
   margin:0px !important; 
}
.darkHeader .mainmenu {
    padding: 5px 0px;
}
.topheader {
    background: #00457f !important;
    text-decoration: none !important;
    color: white;
    padding: 5px 0px 7px;
    z-index: 9;
    position: relative;
}
.openBtn { 
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}
.openBtn i {
    color: #ffffff;
}
#page .secondheader{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    color: white;
    background: linear-gradient(to right, #9c9e9f00 50%,#f79727 90%);
    z-index: 99;
    position: relative;
}
.site-header{
        z-index: 9;
    position: relative;
}
.snd-two{
    background: #f79727;
    padding: 8px 0px;
    text-align: right;
    border-radius: 50px 0px 0px 50px;
}
.secondheader span{
    border-left: 1px solid white;
    padding-left: 10px;
    margin-left: 10px;
}
.secondheader a{
    color:white;
    text-decoration:none;
}
.secondheader .fa{
    padding: 0px 1px;
}
.btns-se{
    background: #00467f;
    padding: 6px 13px 7px;
    border-radius: 50px;
    margin-left: 10px;
    color: white !important;
    text-decoration: none;
}
.btns-ses{
    background: white;
    padding: 6px 13px 7px;
    border-radius: 50px;
    margin-left: 0px;
    color: #f79727 !important;
    text-decoration: none;
}
.maindm{
    display: flex;
    margin-top: 20px !important;
    margin-bottom:0px !important;
}
.mainmenu{
      padding: 15px 0px;
    background: #fff;
}
.logo img{
   width: 160px;
}
.main-navigation{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 20px;
}
.cart {
    padding: 0px;
    background: transparent;
    border: none;
    line-height: 0;
    font-size: 26px;
}
.item-count {
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    font-size: 10px;
    position: absolute;
    margin-top: -27px;
    margin-left: 14px;
}
.footer-2 p{
    margin-bottom: 20px;
}
.copyright{
    background: #e0e9ef;
    padding: 20px 0px;
    margin-top: 20px;
}
.copyright a{
    text-decoration:none;
}
.copyright p {
    margin-bottom: 0px !important;
}
.rightfoot{
    text-align:right;
}
.footerimg{
     margin-bottom: 20px;
}
.acount-d{
    font-size:14px;
     margin-bottom: 20px !important;
}
.footer_social a{
    color: black;
    text-decoration: none;
    padding-right: 10px;
    font-size: 20px;
}
.footermenus p{
    display: flex;
    align-items: baseline;
}
.footermenus p i ,.footermenu p i{
    padding-right: 10px;
}
.footermenu a{
    color: black;
    text-decoration: none;
}
.mc4wp-form-field input{
    background: #f2f2f2;
    border: none;
    border-radius: 4px;
}
.news-letter-btn{
    background: #f89728;
}
.footer-2{
    padding-top: 20px;
}
.footer-2 .bodr-top{
    border-top: 1px solid #00467f;
    padding-top: 20px;
}
.sec-foo a{
    text-decoration:none;
    color:black;
}
.sec-foo a:hover{
    color: #00467f;
}
.sec-foo ul{
    list-style:none;
     margin: 0 0 0.5em 2em;
}
.home .footer-2 .bodr-top {
    border-top: none;
    padding-top: 0;
}
/*homepage*/
.appeal-row .owl-stage {
    transition: all 2.6s ease 1s !important;
}
/*.slider-desk{*/
/*    margin-top: -113px;*/
/*}*/
.quick-donate-home{
    background-color: #355e7f7a !important;
/*     top: -145px; */
    z-index: 1;
/*     margin-bottom: -85px; */
}
#quick-donate-home{
/*     margin-bottom: -85px !important; */
}
.form-row input,.form-row select {
    text-indent: 10px;
    height: 100%;
    border-radius: 50px;
    border: none;
}

#quick-donate-home .form-row{
    display: flex;
    justify-content: center;
}
.btn-dt {
    background: #8c6aca !important;
    color: white;
    width:100%;
    font-size: 16px;
    height: 38px;
    border-radius: 50px;
    border: none;
}
.leftlogo-img{
    align-items: end; 
}
.testimonials-slider1{
    margin: 0 auto;
    width: 97%;
    display: flex;
}
/*.programimg a{*/
/*    opacity: 0.5;*/

/*}*/
.programimg a img{
    opacity: 0.5;

}
.program-slider .imgs{
    /*position: absolute;*/
    /*top: 17%;*/
    /*left: 0%;*/
    /*display: flow-root;*/
    /*padding: 0px 9px;*/
    /*width: 100%;*/
        padding: 0px 9px;
    width: 100%;
    margin-top: -187px;
    z-index: 9;
    position: relative;
}
.program-slider .pagestitle a{
    font-size: 29px;
    color: white;
    text-decoration:none;
    text-align: center;
    margin-top: 20px;
    line-height: 32px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 69px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.program-slider .imgs a{
        display: flex;
    justify-content: center;
}
.program-slider .imgs img{
    width: 90px;
    height: 90px;
}
.programtext{
        padding: 19px 10px;
    text-align: center;
}
.border-px{
    border:1px solid #cccccc;
}
.pagesexcerpt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 97px;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}
.slidrbuttns{
        padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.slidrbuttns button{
    padding: 10px 45px;
    background: #8c6aca;
    border: none;
    color: white;
    border-radius: 50px;
    font-size: 16px;
}
.readmore img{
        width: 40px !important;
}
.appealicon img{
        width: 90px !important;
}
.post-type-archive-appeals .apealsmain{
    margin-bottom:15px;
}
/*.inner-appeals{*/
/*    overflow:hidden ;*/
/*}*/
/*.inner-appeals .owl-stage-outer{*/
/*        overflow: initial !important;*/
/*}*/
/*.inner-appeals{*/
/*    border-radius: 24px;*/
/*    background: linear-gradient(180deg, #003b6a 49%, #567eaa);*/
/*}*/
.apeal-slidr{
    border-radius: 24px;
    background: linear-gradient(180deg, #003b6a 49%, #567eaa);
    margin: 49px 10px 100px 0px !important;
    height: 356px;
}
.apeal-slidr .sliderright img{
    height: 460px;
    width: 497px;
}
.apeal-slidr .sliderright{
        margin-top: -26px;
    margin-bottom: -97px !important;
    z-index: 9;
    position: relative;
        display: flex;
    justify-content: center;
}
.apeal-slidr .sliderleft{
        padding: 40px 20px 40px 0px;
}
/*.apeal-slidr .sliderright img{*/
/*        margin-top: -60px;*/
/*    margin-bottom: -97px !important;*/
/*    z-index: 9;*/
/*    position: relative;*/
/*}*/
.sliderleft .pagetitle{
    text-align: center;
}
.sliderleft .pagetitle a{
    font-size: 25px;
    text-decoration:none;
    color: #f89628;
}
.sliderleft .pageexcerpt{
    text-align:center;
    color:white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 70px;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.slidrbuttn{
    margin-top: 11px;
    text-align: center;
}
.slidrbuttnss{
    text-align: right;
    display: flex;
    justify-content: end;
    justify-content: right;
    display: -webkit-flex;
    align-items: -webkit-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -webkit-align-content: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
}
.slidrbuttn button {
    padding: 10px 32px;
    background: #8c6aca;
    border: none;
    color: white;
    border-radius: 50px;
    font-size: 16px;
}
.inner-appeals .owl-nav{
    display:block !important;
    position: absolute;
    top: 82%;
    left: 22%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: black;
    text-decoration: none;
}
.testimonials-slider .inner-appeals .owl-nav button{
    border: 1px solid !important;
    padding: 0px 7px !important;
    font-size: 16px;
    color:black;
}
.blog-img img{
    width:100%;
}
.blogimg img{
    height: 156px !important;
}
.inner-blog{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.blog-title .pagestitle a{
        color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 55px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important
}
.blog-title .categorytitle a{
        color: #f1372f;
    text-decoration: none;
}
.categorytitle{
    padding-top: 10px;
}
.blog-title{
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.inner-news{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #c5c5c5;
    padding-top: 18px;
}
.news-title{
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.news-titlenew{
    color: white;
    line-height: 26px;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 52px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.news-title .newstitle a{
    color: #f89628;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 32px;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.newsexcepttitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 98px;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 20px;
}
.newstitle{
    margin-bottom: 10px;
}
.btnbuttns{
    display: flex;
        justify-content: space-between;
    align-items: center;
}
.last-banner{
    background-position-y: bottom !important;
    background: no-repeat;
    background-position: center;
    background-size: cover;
}

/* news*/
    
    .testimonials-slider5 .owl-stage{
        width: 100% !important;
    }
      .testimonials-slider5 .owl-item{
        width: 100% !important;
        margin-right: 0px !important;
    }
    .text-boxs {
        padding-left: 10%;
        padding-right: 10%;
        bottom: 22px;
        position: absolute;
    }
     .text-boxs .news-excerpt{
        margin-bottom: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        height: 50px;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        color:white;
    }
    .text-boxs .news-date{
        color: white;
    }
    .text-boxs .news-title{
        margin-bottom:5px;
    }
    .text-boxs .news-title a{
        color: white;
        font-weight: 600;
        text-decoration: none;
        font-size: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        height: 65px;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        
    }
    .right-news .news-title a{

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        height: 65px;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        
    }
   
    .new-imgs{
        padding:0px;
    }
    .news-body{
        margin-bottom: 20px !important;
    }
    .news-sections{
        padding:0px;
    }
    .news-sections .news-excerpt{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 39px;
    -webkit-line-clamp: 2 !important;
    color:black;
    -webkit-box-orient: vertical !important;
        font-size: 13px;
    }
    .news-titless{
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 37px;
    -webkit-line-clamp: 2 !important;
   
    -webkit-box-orient: vertical !important;
    font-size: 17px !important;
    }
    .news-body .news-date{
        color:black;
    }
    .news-body .news-title a{
        color: black;
        font-size: 20px;
        text-decoration: none;
        font-weight: 600;
    }
    .news-body .news-title{
        margin-bottom: 5px;
    }
    .banner-sec .news-title{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ffpmainimg img{
    border-radius:20px;
     height: 440px;
}
.ffpmainimg iframe{
        height: 440px;
    border-radius: 20px;
}
.ctn-btn a{ 
    background: #839bc1 !important;
    color: white !important;
    margin-left: 15px !important;
    border-radius: 50px !important;
}
.dtn-btn a{
    background: #8c6aca !important;
    color: white !important;
    border-radius: 50px !important;
    margin-left: 15px !important;
    width: 132px !important;
    text-align: center !important;
}
.view_alllll button{
        color: #003b6a !important;
    background-color: transparent !important;
    background-image: none !important;
    font-size: 20px !important;
    text-decoration: underline !important;
    padding: 0px !important;
}
/*archive*/
.archivepageheader {
    background: #000000bf;
    padding-top: 20px;
    color: #ffffff;
    padding-bottom: 20px;
    text-align: center;
    margin-top: -77px;
    position: relative;
    margin-bottom: 50px;
}
.apealimg img{
    width:100%;
}
.archivepageheader h1 {
    margin: 0px;
}
.apealsbox .appeal-main{
    border: 1px solid grey;
    border-top: none;
    padding: 0px 27px;
    padding-top: 20px;
}
.apealsbox .pagestitle a{
    color: #f89628;
    text-decoration: none;
    font-size: 26px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 35px;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-align: center;
    margin-bottom: 15px;
}
.apealsbox .pagesexcerpt{
    text-align: center;
    margin-bottom: 15px;
    height: 75px;
    -webkit-line-clamp: 3 !important;
}
/*single-page*/
.singlepageheader {
    padding-top: 0px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-top: -230px;
    position: relative;
    text-align: -webkit-right;
    width: fit-content;
}
.orange-text {
    background: #f89728;
    padding: 6px 16px 10px;
    font-size: 55px;
    width: fit-content;
    margin-bottom: 0px;
    margin-top: -4px;
    font-family: 'gilroyregular' !important;
    line-height: 1;
}
.singlepageheader h1{
    font-size: 91px;
    margin: 0px;
    text-shadow: 0px 2px 9px black;
}
/* .toppageheader{
        margin-top: -104px !important;
} */
.toppageheader img{
    width:100%;
}

.img-unhidden{
        overflow: visible !important;
}
.img-fullwidth .vc_figure{
    width:100%;
}
.img-fullwidth .vc_single_image-wrapper{
    width:100%; 
}
.img-fullwidth img{
    width:100%; 
    margin-top: -101px;
}

.img-fullwidths .vc_figure{
    width:100%;
}
.img-fullwidths .vc_single_image-wrapper{
    width:100%; 
}
.img-fullwidths img{
    width:100%; 
}
/*single widget*/
.form-widget {
    margin-bottom: 12px !important;
    padding: 0px 6px;
}
.donation-form input[type=radio] {
    display: none;
}
.donation-form input {
    text-indent: 10px;
}
.donation-form .donate_donate_btn {
    margin-bottom: 10px !important;
}
.main-p {
    margin-bottom: 10px !important;
}
.single_donate_btn {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.btn-donate {
    background: #8c6aca !important;
    color: white !important;
    font-size: 18px;
    font-family: 'gilroybold' !important;
}

.donation-form input[type="radio"]:checked + label {
    background-color: #00467f;
    color: #ffffff;
}
.donation-form .btn {
    font-family: 'gilroymedium' ;
    font-weight:500;
    width: 100%;
    background: white;
    border-radius: 0px;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    display: grid;
    text-align: left;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    /* height: 100%; */
    padding-right: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.form-widget i{
    margin-right:10px;
}
.chec{
    display:none;
    color:#fff948;
}
.circ{
    color:#72e896;
}
.donation-form input[type="radio"]:checked + label .chec{
    display:inline;
}
.donation-form input[type="radio"]:checked + label .circ{
    display:none;
}
.widget-para{
    padding: 0px 6px;
    margin-bottom: 10px;
    color: white;
}
.appeals_div{
    padding: 0px 6px;
}
.appeals_div input{
    height: 38px;
    border-radius: 0px;
}
.appeals_div select{
    height: 40px;
    border-radius: 0px;
    padding:0px;
}
 select {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background: white !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;
}
.newsmain .career .title a {
    font-size: 32px !important;
	color: #134a7f;
    font-family: 'gilroybold' !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 52px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    line-height: 25px;
    }
	.newsmain .career .excerpt {
    display: none !important;
	}	
    .career-btn button {
    background: #839bc1 !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    padding: 10px 28px !important;
}
.gform_button {
    background: #839bc1 !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    padding: 10px !important;
    margin: 0px auto;
    width: 100%;
}
/* Checkout page css*/

.donate-btn-checkout-credit button, 
.dn-btn-checkout button,
.donate-btn-checkout-paypal button{
    color: #fff;
    width: 100%;
    border: none !important;
    padding: 8px 0px;
}

.checkoutpg-sec .validation-star {
    color: #ff0606!important;
}

.checkoutpg-sec .name-row .form-control, .creditdetails-row .form-control {
    padding-left: 13px !important;
    height: 42px !important;
}

.donate-btn-checkout-credit button{
    background: #839bc1 !important;
}
.donate-btn-checkout-credit button:hover{
    background: #0F265A !important;
     color:white;
}
.dn-btn-checkout button {
    background: #ff0000 !important;
}
.dn-btn-checkout button:hover {
    color:white;
}
.donate-btn-checkout-paypal button {
    background: #0F265A !important;
}
.donate-btn-checkout-paypal button:hover{
      background: #839bc1 !important;
     color:white;
}
.doncart-title{
	border-bottom: 2px solid #f89728;
    background-color: #00467f;
    color: #fff;
    text-align: center;
}

.donpg-cart-row{
	background: #f0f2f3;
}

.btm-row{
	padding: 20px;
    background: #f79f37;
}
.donpg-sidecart-sec {
	position: sticky;
    top: 82px;
}
.donpg-cart-row {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.donpg-cart-row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f79727;
}

.donpg-cart-row::-webkit-scrollbar {
    width: 8px;
    height: 13px;
}

.thankyou-pg-sec img{
    width:100%;
}

.twocol-thankyou{
    justify-content:center;
}

#donate-main .singlepageheader {
    padding-bottom: 0px;
    margin-top: -134px;
}    
    
.donate-card{
    background: #e5ebf0;
    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 #00467f;
}
.donate-card-item .donation-form{
    padding-top: 20px;
}
.donate-card-item .donation-form p{
    color:black;
}
.page-template-donation .donate-card-item .donation-form p{
        overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
#inner-donate{
    padding-top: 15px;
}

.sticky-top {

    z-index: 0 !important;
}
.donation-summary {
    text-align: center;
    background: #f79727;
    padding: 10px;
    border-radius: 4px 4px 0 0;
}
.donation-summary h5 {
    color: #fff;
}
.checkout-pg {
    padding-left: 0!important;
    padding-right: 0!important;
}
.cart-page {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
    margin-top: 7px;
    height: 30vh;
}
.checkout-pg .border-btm {
    padding-left: 10px;
}
.border-btm {
    background: #00457f;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    padding-top: 7px;
    border-bottom: 3px solid #f79727;
    color: #fff;
}
.checkout-mainpage .border-btm h2 {
    font-size: 22px;
    font-family: Poppins!important;
}
.checkout-pg small {
    font-size: 95%;
}
.total-amount {
    background: #000;
    color: #fff;
    border-radius: 0 0 4px 4px;
    padding-top: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 0px;
    /*border: 1px solid #f79727; */
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #00467f;
}
::-webkit-scrollbar {
    width: 8px;
    height: 13px;
}

.cart-page::-webkit-scrollbar-track {
    
     border: none; 
}
.cart-page::-webkit-scrollbar-thumb {
    background: #f79727;
}
/*cart model*/

 /* cart model */
  body.modal-open {
        overflow: scroll !important;
        padding-right: 0px !important;
        overflow-x: hidden !important;
    }
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
	
		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 #f89728;
        background-color: #00467f;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
	}
    .care-modal .donation-items {
        height: 780px;
        overflow-x: hidden;
        background: #f2f2f2;
       height: 100%;
        overflow-y: auto;
    }

    .care-modal .donation-item {
        background-color: #ffffff !important;
        margin-bottom: 5px;
        margin-top: 10px;
        border: 1px solid #00467f !important;
    }
    .care-modal .donation-item .fa-times {
        color: #FFF;
        background-color: black;
        padding: 2px 3px;
        height: 15px;
        font-size: 10px !important;
        border-radius: 50%;
        text-align: center;
        transition: all ease 0.3s;
        cursor: pointer;
    }
    .modl-price{
        text-align:center;
    }
    .donation-item .donation-title {
        color: #283d46;
        margin-bottom: 0px;
        font-family: 'gilroybold' !important;
        font-size: 15px;
    }
    .donation-item p{
        margin-bottom: 0px !important;
    }
    .donation-items small{
        color: #000;
    }
    .donation-item .donation-flist {
        color: #283d46;
        font-family: 'gilroymedium' !important;
        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: #283d46;
        font-family: 'gilroybold' !important;
        font-size: 15px;
    }
    .support-heading {
        color: #283d46;
        font-family: 'gilroybold' !important;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .support-donation-pop {
        color:black;
        padding-top: 20px !important;
    
    }
    .care-modal .modal-footer {
        color:black;
    }
    .care-modal  .mr-modal-cta .add-an-btn{
        border: none;
        outline: none;
        padding: 10px 20px;
        color: #FFF;
        width: 100%;
        font-family: 'gilroybold' !important;
        background: #00467f;
        line-height:1 !important;
    }
    .mr-modal-cta .add-an-btn:hover {
       background: #f79727;
    }
    #global-cart{
        display: contents;
    }
    .mr-modal-cta .check-out-btn:hover {
        background-color: rgba(189, 5, 4, 0.85);
    }
    
    .care-modal .mr-modal-cta .check-out-btn {
        border: none;
        font-family: 'gilroybold' !important;
        outline: none;
        padding: 10px 20px;
        color: #FFF;
        width: 100%;
        line-height:1 !important;
        background: #ff0000;
    
    }
    .care-modal .modal-title{
        color:white;
        font-family: 'gilroybold' !important;
    }
    .care-modal .modal-dialog {
        height: 100vh;
        border: none;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 0;
        width: 500px;
    }
    .btn-close{
        background:transparent url("https://careflorida.youronlineconversation.com/wp-content/uploads/2023/02/download-svg.png") center/1em auto no-repeat !important;
        opacity:1;
    }
    .care-modal {
        height: 100vh;
    }
    .quantity {
        display: flex;
        justify-content: center;
    }
    .quantity .minus {
        border-radius: 2px 0px 0px 2px;
        border: 1px solid;
        border-color: transparent;
        background: #00467f;
        color: white;
        width: 26px;
        line-height: 0;
        padding: 0;
    }
    .quantity .qty {
        width: 35px;
        text-align: center;
        border-radius: 0px;
        border-top: 1px solid #f89728;
        text-indent: 0px;
        background: #f2f2f2;
        border-bottom: 1px solid #f89728;
    }
    .quantity .plus {
       border-radius: 0px 2px 2px 0px;
        border: 1px solid;
        background: #00467f;
        border-color: transparent;
        color: white;
        width: 26px;
        line-height: 0;
        padding: 0;
    }
    .quantity .qty:focus-visible {
        outline: 0px;
    }
    .care-modal .donation-items::-webkit-scrollbar {
        width: 8px;
        height: 13px;
    }
    .care-modal .donation-items::-webkit-scrollbar-track {
        border-radius: 10px;
        /*border: 1px solid #d3b068;*/
    }
    
    .care-modal .donation-items::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #00467f;
    }
    .care-modal .container {
        overflow-x: unset;
    }
    .mainmenu .container {
        overflow-x: unset;
    }
    
@media screen and (max-width: 767px){
.modal.right .modal-content {
    height: 100%;
}
.care-modal .modal-dialog {
      
        width: 100%;
    }
#global-cart {
    display: block;
    
}
.modal.right .modal-body {
    padding: 15px 4px 8px;
    display: flex;
    flex-flow: column;
    overflow-y: scroll;
}
.care-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;
}
.care-modal .container {
    overflow-x: hidden;
}
.card-fees {
    align-items: baseline;
    display: flex;
}
.modal-footer .mr-modal-cta .col-6 {
    width: 100%;
    margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 992px){
#global-cart {
    display: block;
}
.modal.right .modal-body {
    display: initial !important;
}
.care-modal .donation-items {
    height: 780px;
    background: #f2f2f2;
    height: 300px;
    overflow-y: unset;
    padding-bottom: 8px;
}
.care-modal .container {
    overflow-x: hidden;
}
.zakat-forms .col-lg-4 {
    width: 50%;
}
}

/*Staff Member*/
.staffmembersbox{
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    padding: 26px 0px;
}
.staffmembersmain{
    margin-bottom: 20px;
}
.staffmembers-main .title a{
    color:#134a7f;
    font-size:22px;
    font-family: 'gilroybold' !important;
    text-decoration:none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 29px;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.staffmembers-main .excerpt{
       display: none ;
}
.designation{
    color:#7a7a7a;
    font-family: 'gilroyregular';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height:21px;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.slidrbuttnsss {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}
.twocol-thankyou p{
    margin-bottom:5px !important;
}
.c-sidebar {
    padding: 30px !important;
    background: #eaeaea;
}
.c-sidebar .widgettitle {
    color: #00457f;
    font-weight: 600;
}
.c-sidebar > div {
    margin-bottom: 15px;
}
.c-sidebar .menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.c-sidebar .menu li {
    line-height: 2.3em;
    padding: 5px 0px;
    border-bottom: 1px solid gray;
}
.c-sidebar .menu li a {
    font-size: 18px;
    color: black;
    text-decoration: none;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height:31px;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.members-single-content .title-member{
    color: #00457f;
}
.member-inner{
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
/*news*/
.newsmain {
    margin-bottom: 20px;
}
.news-main{
    padding: 10px 12px;
}
.newssmainbox {
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
}
.news-main .title a {
    color: #134a7f;
    font-size: 20px;
    font-family: 'gilroybold' !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 52px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    line-height: 25px;
}
.news-main .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 44px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.newsimg img {
    width: 100%;
    height: 100%;
}
.news-section{
    color: #00457f;
    text-align: center;
    padding: 42px;
}
.members-single-content{
    margin-bottom:15px;
}
.iner-news{
    margin-bottom: 20px;
}
.modal-title{
    color:white;
}
#errorModal button{
    background: #00457f;
    color: white;
    border-radius: 0px;
}

/*error page*/
.error-404 {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 40px;
}
.error-title {
    font-size: 100px;
    font-family: poppins;
    color: #000;
}
.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;
}
.error404 .not-found .search-field {
    border: 1px solid #000!important;
}
.error404 .not-found .search-submit {
    padding: 7px 20px 7px 21px;
    background: #00457f;
    color: #fff;
}
.error404 .not-found .search-submit:hover {
    background: #000;
}
.error404 .custom-logo{
    width: 222px;
}
.error404 .not-found .search-field:focus-visible {
    outline: 1px solid #fff;
}
.seacrh-not-found {
    padding-bottom: 50px;
    padding-top: 40px;
}
.search-no-results .not-found .search-field {
    border: 1px solid #000!important;
}
.search-no-results .not-found .search-submit {
   padding: 7px 20px 7px 21px;
    background: #00457f;
    color: #fff;
}
.search-no-results .not-found .search-field:focus-visible {
    outline: 1px solid #fff;
}
.search-no-results .not-found .search-submit:hover {
    background: #000;
}
.seacrh-not-found .search-title {
    font-size: 40px;
    font-family: 'gilroybold';
    color: #000; 
    text-align: center;
    margin-bottom: 38px;
}
.seacrh-not-found article {
    margin-bottom: 20px;
    padding: 27px;
    padding-right: 10px!important;
    border: 1px solid #00457f;
}
.seacrh-not-found article a {
    color: #000;
    text-decoration: none;
}
.seacrh-not-found .appealread {
    margin-left: 0;
}
.program-slider .programimg img{
    width:100%;
}
.programarchive .program-slider{
    margin-bottom:15px;
}
/*all pages*/
#allpages .singlepageheader {
    padding-bottom: 0px;
    margin-top: -144px;
}
#gform_submit_button_1{
    background: #00457f;
    color: white;
    border-radius: 0px;
    padding: 13px 13px;
}
#gform_submit_button_1:hover{
  background: #f79727;
    
}


/* About US css */
.sec-3-btn button {
    background: red !important;
    padding: 10px 35px !important;
    text-transform: uppercase;
}
.sec-1{
    background-image: url(https://careflorida.youronlineconversation.com/wp-content/uploads/2023/03/Layer-45.png?id=418) !important;
    background: 100% 100%;
    background-size: cover;
}
.mission-col {
    position: relative !important;
    padding: 40px 20px !important;
}
.mission-col .vc_column-inner {
    height: 330px;
}
/* .mission-img{
	position: absolute;
    top: 20px;
} */
.mission-col::before {
    content: " ";
    background: url(https://careflorida.youronlineconversation.com/wp-content/uploads/2023/03/Rectangle-41-copy-1.png);
    position: absolute;
    height: 376px;
    width: 310px;
    top: 18px;
    left: 25px;
}
.mission-content {
    position: absolute;
    left: 345px;
    bottom: 84px;
        width: 49%;
}
.mission-content h3 {
	    text-align: left;
    color: #f69627;
    text-transform: uppercase;
}
.mission-content p {
    color: #fff;
    overflow: hidden;
    margin: 10px 0px !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}
.mission-content img {
    /* margin-left: 80px; */
    position: absolute;
    bottom: 119px;
    right: 70px;
}
/*  */
.vision-col {
    position: relative !important;
    padding: 40px 20px !important;
}
.vision-col .vc_column-inner {
    height: 330px;
}
/* .vision-img{
	position: absolute;
    top: 20px;
	right:0;
} */
.vision-col::before {
    content: " ";
    background: url(https://careflorida.youronlineconversation.com/wp-content/uploads/2023/03/Rectangle-41-copy-2.png);
    position: absolute;
    height: 377px;
    width: 310px;
    top: 18px;
    right: 25px;
}
.vision-content {
    position: absolute;
    left: 50px;
    bottom: 84px;
        width: 49%;
}
.vision-content h3 {
	    text-align: left;
    color: #f69627;
    text-transform: uppercase;
}
.vision-content p {
    color: #fff;
    overflow: hidden;
    margin: 10px 0px !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    }

.vision-content img {
    /* margin-left: 80px; */
    position: absolute;
    bottom: 130px;
    left: 150px;
}
/* About Us */

/* Dashboard Login */
.dashboard-login-page {
    background-image: url(https://careflorida.youronlineconversation.com/wp-content/uploads/2023/02/Layer-45-copy.png);
    background-size: cover;
    padding-bottom: 50px;
}
.dashboard-content h2 {
    color: #b1bfd6;
}
.dashboard-login {
    padding: 50px 0;
}
.dashboard-content {
    width: 30%;
    background: #00467fc7;
    padding: 10px 20px;
    margin: 0 auto;
    border-radius: 15px;
}
.text-center {
    text-align: center!important;
}
.profile-pic {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: white;
    padding: 10px;
}
.dashboard-content .profile-pic img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    border-radius: 18%;
    background: #6081ae;
}
.dashboard-content .login-form input {
    padding: 5px 10px;
    border-radius: 10px;
}
.dashboard-content small {
    color: #fff;
}
.dashboard-content .btn-login {
    color: #fffcfc;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    background: #f79727;
    width: 100%;
    outline: none;
    border: none;
}
/* Dashboard Login */
/* Dashboard My Account */
.myaccount-content .profile-pic {
    display: flex;
/*     align-items: center; */
    background-color: #00467fc7;
    margin-bottom: 15px;
    color: white;
    padding: 10px;
	border-radius:10px;
}
.myaccount-content .profile-pic img {
    margin-right: 10px;
}
.myaccount-content .profile-pic a {
    color: white;
}
.tablinks {
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: #386f9b;
    border: none;
    outline: none;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 50px;
}
.tabs button.active {
    color: #ffffff;
    background-color: #13335C;
}
.dashboard-login .btn-outline-secondary {
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    background: #f79727;
    width: 100%;
    font-weight: bold;
}
.dashboard-login .btn-outline-secondary:hover {
    background: #f79727;
    border: 1px solid #f79727;
}
.flogin-btn {
    background: #839bc1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}
.myaccount-page .form-control {
    width: 100% !important;
    height: 42px;
    padding: 5px;
}
.myaccount-page .control-label , .form-group {
 font-size:20px;   
}
.myaccount-page .btn.btn-primary {
    background: #839bc1;
    color: #fff;
    border: unset;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 8px 20px;
}

/* Dashboard My Account */
/*Responsive*/
#myModalx{
    display:none;
}
@media screen and (min-width: 2000px)
{
    #primary .toppageheader{
            margin-top: -104px !important;
    }
    #page .toppageheader{
            margin-top: -104px !important;
    }
    #page .snd-two{
            padding-right: 20px;
    }
    #page .slider-desk {
        margin-top: -113px !important;
    }
    .max-limitmain {
        left: 1px !important;
        width: 1320px !important;
        margin: 0 auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .max-limit {
        left: -12px !important;
        width: 1320px !important;
        margin: 0 auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .max-limits{
            margin: 0 auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        right: -254px;
        position: relative;
        margin-top: -21px !important;
        margin-bottom: -20px !important;
        text-align: -webkit-right;
        width: 812px;
    }
    .mission-col::before {
        width: 297px;
        left: 16px;
    }
    .mission-content {
        left: 325px;
        width: 46%;
    }
    .vision-col::before {
        right: 20px;
    }
    .vision-content{
         width: 46%;
         left: 31px;
    }
}

/*mobile responsive*/
@media screen and (max-width:767px) {
    .row-reverse{
        flex-direction: row-reverse;
    }
    .row-reverses{
        flex-direction: column-reverse;
    }
}



#two-btn{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* gap: 5px; */
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    margin:0 auto;
    margin-bottom: 1rem !important;
    padding: 5px !important;
}
#two-btn .form-widget{
    margin-bottom:0px !important;
}
#two-btn .btn{
    border-radius: 50px;
    background: transparent;
    color: white;
}
#two-btn input[type="radio"]:checked + label{
    background-color: #00467f;
    color: #ffffff;
}
#btn-price .btn{
    border-radius: 50px;
    border: 2px solid #698ab3;
}
.widget-desc{
    background: rgba(0, 70, 127, 0.2);
    color: white;
    border-radius: 6px;
}
.single_donate_btn img{
    width: 14px;
    margin-left: 11px;
}
.single-widget .custom_amount_field{
    background: transparent;
    border-bottom: 2px solid white;
    color: white !important;
}
.single-widget .custom_amount_field:focus{
    box-shadow:none;
}
.single-widget select{
        border-radius: 6px;
    border: 2px solid #698ab3;
    padding-left:10px;
}
.single-widget .custom_amount_field::placeholder{
     color: white;
}
.single-widget select:focus{
    box-shadow:none;
}
.single-widget .btn-donate{
        border-radius: 6px;
}

/*donate page new widget css*/
#two-btns{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* gap: 5px; */
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    margin-bottom: 1rem !important;
        margin: 0 auto;
    padding: 5px !important;
}
#two-btns .form-widget{
    margin-bottom:0px !important;
}
#two-btns .btn{
    border-radius: 50px;
    background: transparent;
    color: black;
    font-size: 14px;
}
#two-btns input[type="radio"]:checked + label{
    background-color: #00467f;
    color: #ffffff;
}
#btn-prices .btn{
    border-radius: 50px;
    border: 2px solid #698ab3;
    padding: 4px 0px;
}
.widget-descs{
    background: rgba(0, 70, 127, 0.2);
    color: white;
    border-radius: 6px;
}
.single_donate_btn img{
    width: 14px;
    margin-left: 11px;
}
.donate_donate_btn img{
    width: 14px;
    margin-left: 11px;
}
.single-widgets .custom_amount_field{
    background: transparent;
    border-bottom: 2px solid #698ab3;
    color: #212529 !important;
}
.single-widgets .custom_amount_field:focus{
    box-shadow:none;
}
.single-widgets select{
        border-radius: 6px;
    border: 2px solid #698ab3;
    padding-left:10px;
}
.single-widgets .custom_amount_field::placeholder{
     color: #212529;
}
.single-widgets select:focus{
    box-shadow:none;
}
.single-widgets .btn-donate{
    border-radius: 6px !important;
   
}
.single-widgets{
     padding-left: 7px;
    padding-right: 7px;
}

.site-header.sticky{
    display:none;
}
.desktop-hide{
     display:none;
}
.desktop-hide a {
    color: white;
    padding: 0px 1px;
    text-decoration: none;
}
    .mobile-slider{
       display:none;
    }
    .desktop-slider{
        display:block;
    }
.close-function {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1;
}    
.close-function a {
    font-size: 18px !important;
}  
.fa.fa-facebook  {
    font-family: 'Font Awesome 5 Brands' !important;
    
}
.fa-map-marker{
    font-family: 'Font Awesome 5 Free';
}
.search-box-main{
    text-align: center;
}
.search .modal-header{
    background-color: white;
    padding: 40px 0px;
}
.search .search-field {
    border: 1px solid #000!important;
}
.search .search-submit {
    padding: 7px 20px 7px 21px;
    background: #00457f;
    color: #fff;
}
.search .search-submit:hover {
    background: #000;
}
.search .search-field:focus-visible {
    outline: 1px solid #fff;
}
.modal.search img{
    width: 40%;
    margin-bottom: 31px;
}
.search .btn-close{
        position: absolute;
    top: 13px;
    right: 15px;
}
.readmorebtn-menu{
    background: #00467f;
    width: fit-content !important;
    padding: 6px 15px;
    margin-top: 14px;
    color: white !important;
    border-radius: 32px ;
}
.mega-sub-menu {
    margin-top: 10px !important;
}
.news-body .new-imgs img{
    height:100%;
}
/*Responsive*/


@media screen and (max-width:320px) {
   .desktop-hide a {
        font-size: 13px !important;
    } 
    .sliderleft .pagetitle a {
        font-size: 24px;
    }
    .slidrbuttn button {
        padding: 10px 16px;
        font-size: 15px;
    }
    .topheader .col-8 span{
        font-size: 14px;
    }
    .mission-content {
        left: 30px !important;
        width: 86% !important;
    }
    .vision-content {
        left: 30px !important;
        width: 86% !important;
    }
     .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
    #two-btn .btn {
        font-size: 10px !important;
    }
}

/*for small device*/
@media screen and (max-width:414px) {
    .item-count {
        padding-left: 1px;
    }
    .topheader .col-8 span{
        font-size: 14px;
    }
    .mission-col::before{
        display:none;
    }
     .vision-col::before{
        display:none;
    }
    .mission-content {
    position: absolute;
    left: 55px;
    bottom: 64px;
}
.vision-content {
    position: absolute;
    left: 57px;
    bottom: 64px;
}#two-btn .btn {
   font-size:13px;
}
	.vision-content img {
    bottom: 130px;
    left: 190px !important;
}
  .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width:425px) {
    .mission-col::before{
        display:none;
    }
     .vision-col::before{
        display:none;
    }
    .mission-content {
        left: 50px;
        width: 85%;
    }
    .vision-content {
        left: 50px;
        width: 85%;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
    .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width:414px) {
    .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
}


@media screen and (max-width:375px) {
    .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width:428px) {
    .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width:480px){
	.mission-content {
    left: 55px;
    bottom: 84px;
    width: 79%;
}
	.vision-content {
    left: 50px;
    bottom: 84px;
    width: 79%;
}
	.vision-content img {
    bottom: 130px;
    left: 280px;
}
	.mission-col::before , .vision-col::before{
		display: none; 
	}
	  .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width:680px){
	.vision-col::before {
    height: 377px;
    width: 290px;
    top: 18px;
    right: 25px;
}
  .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
}
/* iphone 5 */
        @media screen and (max-width:568px) {
            
         	.mission-content {
    left: 55px;
    bottom: 84px;
    width: 79%;
}
	.vision-content {
    left: 50px;
    bottom: 84px;
    width: 79%;
}
	.vision-content img {
    bottom: 130px;
    left: 329px;
}
	.mission-col::before , .vision-col::before{
		display: none; 
	}
	  .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
        }
 
 /*small device tabview*/
 @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) { 
        .img-unhidden .vc_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-fullwidth img {
        width: 100%;
        margin-top: 0;
    }
 }

/*for mobile*/
@media screen and (max-width:767px) {
    
    #new_donate .col-md-2{
        width:33.33%;
    }
    #new_donate{
        margin: 0px !IMPORTANT;
    }
    
    .desktop-hide{
        display:block;
        text-align:right;
        color:white;
    }
    .secondheader{
        display:none;
    }
       /*slider*/
     .desktop-slider{
        display:none;
    }
    .mobile-slider{
        display: block;
    }
    #quick-donate-home {
        margin-bottom: 50px !important;
        top: 0px !important;
        background-color: #355e7f !important;
    }
    #quick-donate-home input ,#quick-donate-home select{
        height: 38px;
    }
    #quick-donate-home  .col-md-3{
            margin-bottom: 10px;
    }
    .mainmenu {
        padding: 0px 0px;
    }
    .maindm {
        margin-top: 0px !important;
    }
    #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;
    } 
    .dtn-btn {
        width: 95% !important;
        margin: 10px auto !important;
    }
    .ctn-btn{
        width: 95% !important;
        margin: 10px auto !important;
    }
    .ctn-btn a {
        text-align: center !important;
        margin: 0px 0px 0px 0px !important;
    }
    .dtn-btn a {
        text-align: center !important;
        margin: 0px 0px 0px 0px !important;
        width: 100% !important;
    }
    .rightfoot {
        text-align: center;
        margin-top: 10px;
    }
    .copyright{
        text-align: center;
    }
    .sec-foo ul {
        list-style: none;
        margin: 17px 0px;
        padding: 0px;
    }
    .logo-content .wpb_single_image.vc_align_right {
        text-align: center;
    }
    .logo-content .wpb_single_image{
        margin-bottom:8px;
    }
    .logo-content h2 {
        font-size: 40px !important;
        padding-bottom: 0px !important;
        text-align: center !important;
    }
    .apeal-slidr {
        margin: 0px !important;
        padding: 30px 20px !important;
        height: 100%;
    }
    .apeal-slidr .sliderright {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }
    .apeal-slidr .sliderright img {
        height: 100%;
        width: 100%;
    }
    .apeal-slidr .sliderleft {
        padding: 0px;
    }
    .apeal-slidr .appealicon{
        display: flex;
        justify-content: center;
    }
    .inner-appeals .owl-nav {
        position: initial;
    }
    .btn-appeals{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }
    .slidrbuttn {
         margin-top: 0px;
    }
    .sliderleft .pageexcerpt {
        height: 70px;
        -webkit-line-clamp: 3 !important;
    }
    .ffpmainimg img {
        height: 300px;
    }
    .ffpmainimg iframe {
        height: 300px;
    }
    .inner-news {
        padding: 18px 8px 0px 8px;
    }
    .news-title {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 5px;
    }
    #about-sections{
        padding-top: 70px !important;
    }
    #page{
         overflow: hidden;
    }
    .toppageheader {
        margin-top: 0px !important;
    }
    .archivepageheader {
        margin-top: 0px;
        background: #000000;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .member-inner {
        margin-bottom: 0px;
    }
    #allpages .singlepageheader {
        padding-bottom: 20px;
        margin-top: 0px;
        text-align: -webkit-center;
        width: -webkit-fill-available;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .singlepageheader h1 {
        font-size: 35px;
        margin: 0px;
        text-shadow: none;
        color: #00457f;
    }
    #contact-pg {
        margin-top:15px !important;
    }
    #donate-main .singlepageheader {
        padding-bottom: 5px;
        margin-top: 0px;
        text-align: -webkit-center;
        width: -webkit-fill-available;
        padding-top: 15px;
        color: #ffffff;
    }
    .checkout-pg {
        padding-left: 9px!important;
        padding-right: 0px!important;
    }
    .right-amounttext{
        margin: 30px 8px;
    }
    .row-rev{
        flex-direction: column-reverse;
    }
    .check-box label{
        font-size: 90%;
        margin-top: -3px;
        padding-left: 5px;
    }
    .check-box {
        display: flex;
        align-items: flex-start;
    }
    #comment-box .form-control{

    height: 95px !important;
    }
    .dashboard-content {
        width: 92%;
        margin-bottom: 49px;
    }
    .mega-sub-menu{
       margin-bottom: 10px !important; 
    }
    .mega-sub-menu {
        margin-top: 0px !important;
    }
    
    header.singlepageheader {
        color: #ffffff;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 0px;
        position: relative;
        text-align: -webkit-center;
        width: 100%;
        display: block;
    }
    .orange-text {
        margin-bottom:0px !important;
        color: #00457f;
        font-size: 35px;
        width: 100%;
        margin: 0px;
        background: transparent;
        text-shadow: none;
        font-weight: 500;
        font-family: 'gilroybold' !important;
    }
/*     .vision-col::before , .mission-col::before{
        display:none;
    } */
      .img-unhidden .vc_row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
   .img-fullwidth img {
        width: 100% !important;
        margin-top: 0 !important;
    }
}

/*for ipad*/
@media (min-width: 768px) and (max-width: 992px) {
     
     /*slider*/
        .desktop-slider{
        display:block;
    }
    .mobile-slider{
       display:none;
    }
    .row-reverses{
        flex-direction: column-reverse;
    }
      .dtn-btn {
        width: 95% !important;
        margin: 10px auto !important;
    }
    .ctn-btn{
        width: 95% !important;
        margin: 10px auto !important;
    }
    .ctn-btn a {
        text-align: center !important;
        margin: 0px 0px 0px 0px !important;
    }
    .dtn-btn a {
        text-align: center !important;
        margin: 0px 0px 0px 0px !important;
        width: 100% !important;
    }
    .desktop-hide{
        display:block;
        text-align:right;
        color:white;
    }
    .secondheader{
        display:none;
    }
     .mainmenu {
        padding: 0px 0px;
    }
    .maindm {
        margin-top: 0px !important;
    }
    .mobile-none{
        display:none !important;
    }
    .vector-section{
        width:100% !important; 
    }
       .apeal-slidr {
        margin: 0px !important;
        padding: 30px 20px !important;
        height: 100%;
    }
    .apeal-slidr .sliderright {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }
    .apeal-slidr .sliderright img {

        width: 100%;
    }
    .apeal-slidr .sliderleft {
        padding: 0px;
    }
    .apeal-slidr .appealicon{
        display: flex;
        justify-content: center;
    }
    .inner-appeals .owl-nav {
        position: initial;
    }
    .btn-appeals{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }
    .slidrbuttn {
         margin-top: 0px;
    }
    .sliderleft .pageexcerpt {
        height: 70px;
        -webkit-line-clamp: 3 !important;
    }
    #quick-donate-home input , #quick-donate-home select{
        font-size: 11px;
    }
    .full-widths .vc_col-sm-8{
        width:100%;
    }
    #about-sections{
        padding-top: 70px !important;
    }
    .ffpmainimg img {
        height: 270px;
    }
    .ffpmainimg iframe {
        height: 270px;
    }
    .right-news .news-title a {
        font-size: 16px;
        height: 25px;
        -webkit-line-clamp: 1 !important;
    }
    .news-sections .news-excerpt {
        height: 20px;
        -webkit-line-clamp: 1 !important;
        font-size: 13px;
    }
    .news-titlenew {
        font-size: 16px;
        height: 28px;
        -webkit-line-clamp: 1 !important;
    }
    .text-boxs .news-excerpt {
        height: 24px;
        -webkit-line-clamp: 1 !important;
    }
    .footer_social{
         margin-bottom: 20px;
    }
     .sec-foo ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .fourthfootermenu{
        margin-top: 10px;
    }
    .toppageheader {
        margin-top: 0px !important;
    }
    .member-inner {
        margin-bottom: 0px;
        align-items: flex-start;
    }
    .check-box label{
        font-size: 90%;
        margin-top: -3px;
        padding-left: 5px;
    }
    .check-box {
        display: flex;
        align-items: flex-start;
    }
    #comment-box .form-control{
        height: 95px !important;
    }
    .dashboard-content {
        width: 45%;
    }
    .mega-sub-menu{
       margin-bottom: 10px !important; 
    }
    .mega-sub-menu {
        margin-top: 0px !important;
    }
    
    
    /*About Us*/
    .mission-col::before{
        display:none !important; 
        
    }
    .vision-col::before{
        display:none;
        
    }
    .mission-content {
        left: 43px;
        width: 84%;
    }
    .vision-content {
        left: 43px;
        width: 84%;
    }
/*     .vision-col::before , .mission-col::before{
        display:none;
    } */
    /*About Us End*/
    /*Single Page*/
    #two-btn input[type="radio"]:checked + label {
    font-size: 11px;
}
#two-btn .btn {
    font-size: 10px !important;
}
#multi_donate .btn.amount_checkbox{
    font-size: 10px !important;
}
.single-widget select{
        font-size: 10px !important;
} 
 #btn-price .btn {
    border-radius: 50px;
    border: 2px solid #698ab3;
    font-size: 13px;
}   
    .single-widget .custom_amount_field {
    font-size: 14px;
}
.img-fullwidth img {
    width: 100%;
    margin-top: -120px;
}
    /*Single Page End */
}



/* for 110 percent */
@media (min-width: 1200px) and (max-width: 2000px) {
.mission-col::before {
    position: absolute;
    height: 376px;
    width: 250px;
    top: 18px;
    left: 5px;
}
	.vision-col::before {
    position: absolute;
    height: 377px;
    width: 250px;
    top: 18px;
    right: 25px;
}
	.mission-content {
    position: absolute;
    left: 285px;
    bottom: 84px;
}
	
}

/*for 125 percent */
@media (min-width: 993px) and (max-width: 1200px) {
    #two-btns .btn {
        font-size: 12px;
    }
    .donation-form .btn {
        font-size: 12px;
    }
    .donate-card-item .donation-form p {
        font-size: 14px;
    }
    .single-widgets .custom_amount_field{
         font-size: 12px;
    }
    .single-widgets .custom_amount_field::placeholder{
         font-size: 12px;
    }
     #comment-box .form-control{
        height: 95px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px !important;
		font-size:12px;
    }
    /* About US */
    h2.vc_custom_heading.inner-heading {
        font-size: 50px !important;
    }
    .mission-content p br {
        display: none;
    }
    .vision-content p br {
        display: none;
    }
    
    /*About Us End*/

    /*About Us*/
    .mission-col::before{
        display:none !important; 
        
    }
    .vision-col::before{
        display:none;
        
    }
    .mission-content {
        position: absolute;
        left: 80px;
        bottom: 64px;
        width: 80%;
    }
    .vision-content {
        position: absolute;
        left: 80px;
        bottom: 64px;
        width: 80%;
    }
    .vision-content img {
        /* margin-left: 80px; */
        position: absolute;
        bottom: 130px;
        left: 270px;
    }
    .apeal-slidr .sliderright img {
        height: unset;
        width: unset;
    }
    .apeal-slidr .sliderright {
        margin-top: 0px;
    }
}
#multi_donate .btn.amount_checkbox{
    padding: 15px 13px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 100%;
    padding-right: 10px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
}

.zakat-cal {
    background: #00457f !important;
    text-align: center;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}
.zakat-forms {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.zakat-forms h2 {
    color: #f6ac56;
    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-forms .zakat-butn {
    border: 1px solid;
    border-color: #1b71ac #1b71ac #1b71ac;
    border-radius: 3px;
    background: #1b71ac;
    color: rgb(255 255 255);
    line-height: 1;
    padding: 8px 38px;
    font-size: 16px;
}
#new_donate .donation-form{
        padding-bottom: 20px;
}
#new_donate .custom_amount_field {
    background: transparent;
    border-bottom: 2px solid #698ab3;
    color: #00467f !important;
    border-radius: 0px;
    height: 38px;
}
#new_donate .custom_amount_field::placeholder{
     color: black;
}
#new_donate .main-p .form-select{
    border-radius: 6px;
    border: 2px solid #698ab3;
    padding-left: 10px;
    height: 40px;
    padding: 0px;
}

#new_donate .single-widget{
        padding: 0px 7px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 8px !important;
}
.news-main .excerpt {
    display: none !important;
}

#rev_slider_1_1{
	width:100% !important;
}