@charset "UTF-8";

/*
Theme Name: Samya
Theme URI: https://wordpress.org/themes/samya/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Samya is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Samya elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: samya
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

/* Variables */
/* Design and Developed by FRD Studio 

Website: www.frdstudio.com    */

@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/circularstd-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/circularstd-bold-webfont.woff') format('woff'),
         url('assets/fonts/circularstd-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/circularstd-book-webfont.woff2') format('woff2'),
         url('assets/fonts/circularstd-book-webfont.woff') format('woff'),
         url('assets/fonts/circularstd-book-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/circularstd-light-webfont.woff2') format('woff2'),
         url('assets/fonts/circularstd-light-webfont.woff') format('woff'),
         url('assets/fonts/circularstd-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/circularstd-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/circularstd-medium-webfont.woff') format('woff'),
         url('assets/fonts/circularstd-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}



:root {
	--primary: #C87E5E;
	--secondary: #6E9680;
	--white: #ffffff;
	--black: #201f1b;
	--primary-rgb: 200, 126, 94;
	--second-primary: #82523E;
	--solid-black:#1A1815;
	--beliefs-color:#C39370;
	--primary-border:200, 126, 94;
	--black-border: 32, 31, 27;
	--white-rgb: 255, 255, 255;


}

body {
	font-family: Circular Std;
	background: var(--black);
	color: var(--white);
	font-weight: 300;
}

strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Josefin Sans', sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	color: var(--primary);
}

a{
	color:var(--primary);
	text-decoration:none;
}

h1 {
	font-size: 3.6rem;
	line-height: 140%;
	font-weight:600;
}

h2 {
	font-size: 3rem;
	font-weight: 600;
}

h2.small,.so-widget-sow-accordion .widget-title {
	font-size: 2.25rem;
	font-weight: 600;
	line-height:140%;
}

h3 {
	font-size: 2.125rem;
	font-weight: 600;
	line-height:140%;
}

h3.small {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 140%;
}

h4 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.1rem;
}

h4.small {
	font-size: 1rem;
	font-weight: 500;
	line-height: 140%;
}
h5.small{
	font-size:0.75rem;
	font-weight: 500;
	line-height: 15.6px;
}

p.small {
	font-size: 1.125rem;
	line-height: 1.38rem;
	font-weight: 700;
}

p {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 300;
}

.btn {
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 2px;
	font-family: 'Josefin Sans', sans-serif;
}

.btn-primary {
	--bs-btn-color: var(--white);
	--bs-btn-bg: var(--primary);
	--bs-btn-border-color: var(--primary);
	--bs-btn-hover-color: var(--white);
	--bs-btn-hover-bg: var(--secondary);
	--bs-btn-hover-border-color: var(--secondary);
	--bs-btn-focus-shadow-rgb: var(--secondary);
	--bs-btn-active-color: var(--white);
	--bs-btn-active-bg: var(--secondary);
	--bs-btn-active-border-color: var(--secondary);
	--bs-btn-active-shadow: 0 0 0;
	--bs-btn-disabled-color: var(--white);
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;

}

.btn-outline-secondary {
	--bs-btn-color: var(--secondary);
	--bs-btn-border-color: var(--secondary);
	;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--secondary);
	;
	--bs-btn-hover-border-color: var(--secondary);
	;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--secondary);
	--bs-btn-active-border-color: var(--secondary);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
	--bs-btn-padding-x: 1.29rem;
	--bs-btn-padding-y: 0.575rem;
}

.text-primary {
	color: var(--primary) !important;
}

.text-secondary {
	color: var(--secondary) !important;
}

.bg-primary {
	background: var(--primary) !important;
}

.bg-secondary {
	background: var(--secondary) !important;
}
.light-bg{
	background: rgba(var(--primary-rgb), .05);
}

img{
	max-width: 100%;
}

.wp-caption {
	max-width: 100%;
}

 
.img_border-radius{
	border-radius: 4px;
	overflow: hidden;
}
/* all variable */
.top_bar {
	background: var(--secondary);
	padding: 15px;

}

.top_bar a {
	text-decoration: underline;
	color: var(--white);

}



/* header start */
.navbar-toggler{
    color: var(--white);
    padding: 5px;
    border: 0;
    font-size: 2.5rem;
}

header .custom-logo{
	width:146px;
}

header{
	border-bottom: 1px solid #262625;
}

.custom-logo-link {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.navbar .navbar-brand img {
	width: 134px;
	height: 58px;
}

.navbar-nav li a {
	color: var(--white);
	font-family: Josefin Sans;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	padding:0 .8rem;
}

.navbar-nav li a:hover, .navbar-nav  .current-menu-item a{
	color: var(--primary);
}

/* header end */
/* firstsection start */

.firstsec .container {
	max-width: 1250px;
}

.imagessec img {
	padding: 10px;
}

.imagessec .imgsec {
	padding: 0;
}

.sow-accordion-panel-border{
	font-size: 1.25rem;
    font-weight: 300;
	line-height:140%;
}

.fight_heading{
	font-size:52px;
	font-weight:500;
}
/* firstsection end */

.second_sec {
	background: var(--primary);
}



/* threicon_sec */

.threicon_sec {
	background: var(--secondary);
}

.threicon_sec p {
	font-family: Josefin Sans;
	font-weight: 500;
	margin: 10px 0 0 0;

}

/* threicon_sec */

/* step_sec */
.step_sec {
	background: rgba(var(--primary-rgb), .05);
}



.all_step_sec .step_no {
	font-size: 5rem;
	font-family: Josefin Sans;
}

.all_step_sec .step_txt {
	font-size: 1.5rem;
	text-align: left;
	padding: 0px 0 0 10px;
	line-height: 120%;
	font-family: Josefin Sans;
}

.all_step_sec p {
	text-align: left;

}

/* step_sec */

/* Programme_section */
.Programme_section {
	height: auto;

}

.successtep {
	margin-top: 10rem !important;
}

.Programme_step1 {
	background: var(--secondary);
	height: 10px;
	position: relative;

}

.Programme_step2 {
	background: var(--primary);
	height: 10px;
	position: relative;
}

.stepss1 {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
}

.stepshape {
	position: absolute;
	top: 10px;
	left: 45%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid var(--secondary);
}

.stepshape2 {
	position: absolute;
	bottom: 10px;
	left: 45%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid var(--primary);
}

.stepss2 {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

/* programme_section */

/* served section */
.served {
	background: var(--second-primary);
}

.served .served_text span {
	font-size: 1.5rem;
	line-height: 140%;
}

/* served section */

/* our_impact */


.our_impact span {
	font-size: 4rem;
	font-weight: 600;
}

/* our_impact */

/* feed_someone section */
.feed_someone .feed_img {
	background: var(--secondary);
	max-width: 300px;
	margin: 0px 20px;
	text-align: center;

}

.feed_someone .feed_image {
	position: relative;

}

.feed_someone .donate_rs {
    background: var(--black);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 120%;
    margin: auto;
    border: 0.078rem solid var(--white);
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 76px;
	color:#fff;
} 
.feed_someone p{
	color:#fff;
	font-family: 'Josefin Sans';
}

/* feed_someone section */
.inception_text{
	font-size:1.5rem;
	font-family: 'Josefin Sans', sans-serif;
}
/* about section */

.about_text p span {
	color: var(--primary);
}

/* about section */

/* get involved */

.get_involved {
	background: rgba(var(--primary-rgb), .05);
}


.get_involved .get_txt {
	font-size: 1.5rem;
	text-align: left;
	line-height: 120%;
	font-family: Josefin Sans;
}

/* get involved  */
/* smaya instagram */


/*.smaya_instagram{
	margin-bottom:200px;
}*/
.smaya_instagram .post {
	 background-color: #D8BEB3;
    display: flex;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.smaya_instagram .post img ,.smaya_instagram .post a {
	height: 100%;
	display: block;
    width: auto;
    max-width: none;
}
.smaya_instagram .post_icon {
	background: rgba(var(--primary-rgb), 0.35);
	background: rgba(var(--primary-rgb), 0.15);
	width: 215px;
	height: 215px;
	padding: 94px;
}

/* smaya instagram */

/* join samya */
.join_smaya{
	margin-top: 200px;
	margin-bottom: 200px;

}

.join_form {
	background: var(--white);
	color: var(--black);
	height: auto;
	margin: -100px 0;

}

.join_form ul{
	list-style: none;
}

.join_form .btn-outline-secondary {
	position: relative;
	padding:8px 15px 6px;
	width:100%;
	white-space: nowrap;
}

.join_form .btn-outline-secondary::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right:0;
	margin:auto;
	opacity: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--secondary);
	transform: all .3s;
}

.join_form .btn-outline-secondary.active::after{
	opacity: 1;
	bottom:-10px;
} 

.join_smaya h5{
	font-family: Circular Std;
}


.join_smaya .form-control{
border:1px solid #201F1B6B!important;
}
.join_smaya .form-check{
	padding: 0.625rem 1rem 0.625rem 1.875rem;
	background: rgba(var(--primary-rgb), 0.15);
}
label.form-check-label {
	font-family: 'Josefin Sans', sans-serif!important;
	font-size: 	0.875rem;
	line-height: 16.8px;
}
.join_smaya ul{
	list-style: none;
}
.form-check .form-check-input{
	/* outline: 2px solid rgba(var(--black-border), 0.52); */
	border: 2px solid rgba(var(--black-border), 0.52);
}
.form-check-input:checked{
	background-color: var(--primary);
    border: var(--primary)!important;
}
/* join samya */
/* footer */
.footsection{
	background: var(--solid-black);
}
footer .footsec{
	border-right: 1px solid #E1E1E1;
}

.footer-navigation li{
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #E1E1E1;
}

.footer-navigation li:last-child{
	border:0;
}
.widget .tnp input[type=email],.widget .tnp input[type=text]{
	background: transparent;
    color: var(--white);
    display: block;
    width: 100%;
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 300;
    line-height: 1.5;
	border: var(--bs-border-width) solid var(--bs-border-color);
}



.join_form h2.small{
	font-weight: 700;
}

.widget .tnp input[type=email]:focus,.widget .tnp input[type=text]:focus{
	outline:0;
	box-shadow: 0 0 0;
}
.tnp form{
	display: flex;
}

.widget .tnp-field input[type="submit"]{
	background: none;
	display: block;
	height: 100%;
/* 	padding-left: 1rem; */
/* 	padding-right: 1rem; */
	font-size: 1.125rem;
	transition: .3s;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
	border: 1px solid;
	border-color: var(--bs-btn-hover-border-color)!important;
	padding: 0.5em;
}

.widget .tnp-field input[type="submit"]:hover{
	background: var(--white);
	color:var(--black);
}

.widget .tnp label{
	display: none;
}

.widget .tnp-widget .tnp-field{
	margin:0;
}

.widget .tnp-widget .tnp-field-email{
	width: 100%;
}
.widget .tnp input[type=email]::placeholder,.mc_merge_var input::placeholder {
	color: var(--white);
	opacity: 1;
}


footer ul {
	list-style: none;
	padding: 0;
}

.footer_link a {
	color: var(--white);
	text-decoration: none;
	text-transform: uppercase;
}

.footer_link a:hover {
	color: var(--primary);

}
.footsec ul li a:hover{
	stroke: var(--white);
}

.footsec h5 img{
	vertical-align: middle;
}

.sow-accordion-panel-header{
	font-size: 1.25rem;
	font-weight: 300;
}


/* footer */



/* aboutus page start */
.our_belief{
	background: var(--beliefs-color);
}

.goals_canvas {
	background: rgba(var(--primary-rgb), .05);
	justify-content: center;
	border: 2px solid rgba(var(--primary-border), 0.52);

	
}
.goals_wdt{
    max-width: 836px;
}

.country_codeform{
	position: relative;
}

.country_codeform .bootstrap-select>.dropdown-toggle{
	background: rgba(var(--primary-rgb), .05);
    justify-content: center;
    border: 2px solid rgba(var(--primary-border), 0.52);
    padding: 0.675rem 1.2rem;
    color: var(--white);
    font-size: 1rem;
    border-radius: 5px;
        font-family: Circular Std;
    font-weight: 300;
    text-transform: uppercase;
}

.country_codeform .bootstrap-select>.dropdown-toggle:focus{
	box-shadow: 0 0 0;
	outline: 0 !important;
}

.country_codeform .bootstrap-select{
	z-index: 99;
}

.country_codeform  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width:100px;
	position: absolute; 
}

.bootstrap-select .dropdown-menu{
	
	background: var(--black);
}

.filter-option-inner{
	text-align: center;
}

.bootstrap-select>.dropdown-toggle:after{
	     content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    border: 0;
    margin-top:-4px; 
}

.bootstrap-select .dropdown-menu a,.bootstrap-select .dropdown-menu a:active,.bootstrap-select .dropdown-menu a:focus{
	color:var(--white);
	background: var(--black);
}

.bootstrap-select .dropdown-menu a:hover{
	color:var(--primary);
}

.contact_form .country_codeform .form-control{
	padding-left:112px;
}

.contact_form .country_codeform .dropdown-menu .form-control{
	padding:10px 15px;
}

select:focus-visible{
	outline: none !important;
}


.phncountry{
    position: absolute;
    top: 1px;
    background: transparent;
    color: #fff;
    padding: 8px;
    width: 160px;
    border: 2px solid rgba(var(--primary-border), 0.52);
    border-radius: var(--bs-border-radius);
    z-index: 100;
    cursor: pointer;
    font-weight: 300;

}

.phncountry optgroup{
	color: var(--white);
	background-color: #28231F;
}


/* future_milestone */

.future_milestone ul{
	padding: 0;
	list-style: none;
}
.goal_ques{
	/* list-style: auto; */
	font-size: 1.125rem;
	font-weight: 700;
	list-style: none;
}
.goal_ans{
	font-size: 1.125rem;
	font-weight: 300;
	padding-left: 20px;
}

.payhemt-heading{
	padding-top:140px !important;
}
/* .goal_ans:before{
	content: "";
    width: 8px;
    height: 8px;
    background: var(--white);
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    margin-left: -20px;
    margin-top: 22px;
}
 */
/* future_milestone */

/* aboutus page end */



/* privacy-policy start */
.ppfirst p{
line-height: 28px;
}
.ppstep .privacy_step_no{
	    font-size: 8.75rem;
    background:linear-gradient(180deg, #C87E5E 43.02%, rgba(170, 170, 170, 0.23) 100%, #201F1B 100%);;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-background-clip: text;
    color: transparent;
    display: inline;
    z-index: 1;
    position: relative;
    opacity: .7;
}

.ppstep p{
	line-height:140%;
	margin-bottom:1.5rem;
}

.breadcumb h1 {
    font-size: 2.25rem;
    font-weight: 700;
}

.ppstep .pptext{
	margin: -100px 0 0 0;
	font-size: 2rem;
}
/* privacy-policy end */

/* get-in-touch start*/
.contact_form .form-control{
background: rgba(var(--primary-rgb), .05) !important;
justify-content: center;
border: 2px solid rgba(var(--primary-border), 0.52);
padding: 0.675rem 1.2rem;
color: var(--white);
font-size: 1rem;
}

.form-control:-internal-autofill-selected{
	background: rgba(var(--primary-rgb), .05) !important;
justify-content: center;
border: 2px solid rgba(var(--primary-border), 0.52);
padding: 0.675rem 1.2rem;
color: var(--white);
font-size: 1rem;
}

.contact_form .form-control::placeholder{
	font-weight: 300;
}

.contact_form .btn-primary{
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
	padding:15px 30px;
}

.btn-white{
	padding:15px 30px;
	background:#ffffff;
	color:var(--primary);
	font-size:24px;
	margin-top:10px;
}

.btn-white:hover,.btn-white:focus,.btn-white:active{
	background:var(--black);
	color:#ffffff;
}

.wpcf7-not-valid-tip{
	font-size:.75rem;
	padding-top:5px;
}

.contact_form textarea.form-control{
	height:114px;
}
.contact_form .form-control:focus{
	outline: 0 0 0;
	box-shadow: 0 0 0;
	border-color:var(--primary);
}
.contact_form .form-control::placeholder {
	color: rgba(var(--white-rgb), 0.5);
	
}

.form-label{
	font-size: 1rem;
}

.get_acco .accordion-item{
	background: transparent!important;
	border: none;
	color: var(--white);
}
.get_acco .accordion-button{
	background: transparent!important;
	border: none;
	color: var(--white);
}
.get_acco .accordion-button:not(.collapsed){
	box-shadow: none;
}
.get_acco .accordion-button:focus{
	box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
	background-image:url(../images/Vector\ \(1\).svg);
}
.accordion-button::after{
	background-image:url(../images/Vector\ \(1\).svg);
}

/* footer_new */
.footer_new{
	background: rgba(var(--primary-rgb), 0.04);
}

.footer_new ul{
	list-style: none;
	padding: 0;
}
/* footer_new */
/* get-in-touch start*/


#sb_instagram .sbi_follow_btn a{
	font-size: 18px;
	font-family: Josefin Sans;
	font-weight: 500;
	border-radius: 2px;
	padding:10px 15px;
	margin-top: 60px;
}


#sb_instagram .sbi_follow_btn svg{
	    height: 1.5em !important;
    display: inline-block;
    vertical-align: text-bottom;
}

.ctf-feed-1.ctf-boxed-style .ctf-item{
	color:#0F1419;
}

.ctf-tweet-text{
	font-size: 14px;
}

.ctf-tweets{
	display: flex;
	gap:22px;
	flex-wrap: wrap;
}

.ctf-tweets>div{
	width: calc(50% - 11px);
	margin-bottom: 22px;
}

.ctf-list.ctf-boxed-style .ctf-item, #ctf.ctf-list.ctf-boxed-style .ctf-header{
	margin-bottom: 0;
}
/* what we de start */
.whatwedo .meal_served .meal-text{
	background: rgba(var(--primary-rgb), 0.13);
}

.whatwedo .meal-served-left .meal-text, .whatwedo .meal-served-left ul,.whatwedo .meal-served-left .mobile-center{
	padding-left: 20% !Important;
}

/* what we de end 
.team-member--thumbnail-wrapper:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    color: #ffffff;
    z-index: 9;
    font-size: 1.5rem;
}*/
.widget-title{
	color:var(--primary);
	font-size: 1.25rem;
}

.breadcumb h1{
	font-size: 2.25rem;

}
.so-widget-sow-accordion .widget-title {
	color:var(--white);
	text-align: center;
	margin-bottom: 3rem;
}

.so-widget-sow-accordion a{
	color:var(--white);
	text-decoration: underline;
    font-weight: 500;
}

.so-widget-sow-accordion-default-ed1c2bd4c120-15 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus, .sow-accordion-panel-border:focus{
	outline: 0 !important;
}


.sow-accordion-open-button .sow-icon-ionicons::before{
	font-family: 'Line Awesome Free';
    font-weight: 900;	
    content: "\f107" !important;
}

.sow-accordion-close-button .sow-icon-ionicons::before{
	font-family: 'Line Awesome Free';
    font-weight: 900;	
    content: "\f106" !important;
}

.c_divider{
	background: rgba(255, 255, 255, 0.48);
	width:92px;
	height:12px;
	margin:20px auto;
}

.three_img_sec .widget-title{
	color:var(--white);
	font-size: 1.125rem;
	margin-top:10px;
}

.otheramt,.otheramt_fun{
	font-weight: 400;
}



.otheramt .rupee-icon,.otheramt_fun .rupee-icon{
	position: absolute;
    left: 15px;
    top: 15px;
    font-size: 1.3rem; 
    color: rgba(32, 31, 27, 0.42);	
}

.otheramt .form-control,.otheramt_fun .form-control{
	border:1.131px solid rgba(32, 31, 27, 0.42);
	padding-left:26px;
	height:44px;
} 

.otheramt .form-control::placeholder,.otheramt_fun .form-control::placeholder{
	color: rgba(32, 31, 27, 0.42);	
}

.radiobg{
	background:rgba(var(--primary-rgb), 0.15);
	padding:8px 15px;
	font-weight: 500;
	border-radius: 2px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #201F1B;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #201F1B;
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked + label:before{
	border: 1px solid var(--primary);
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--primary);
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.active_details img, .active_details_fun img{
	border-radius: 50%;
}

.active_details_wrapper{
	height:48px;
}
.active_details,.active_details_fun{
	font-weight: 400;
	height:48px;
	display: none !important;
}



.active_details.active, .active_details_fun.active{
	display: flex !important;
}
.about_item {
    padding: 10px;
    border-radius: 5px;
    background: #C39370;
    height: 100%;
}

.about_item p{
	min-height: 120px;
}

.about_item img, .meal_slider img{
	margin-bottom: 1rem;
	border-radius: 5px;
}

.about_slider .slick-slide{
	padding:1rem;
	height: auto;
}

.about_slider .slick-track{
	display: flex;
}

 .meal_slider .slick-slide{
 	padding:10px;
 }
.about_item p{
	margin:0;
}

.slick-prev, .slick-next {
    top: -20px;
    bottom: auto;
    left: auto;
    right: 40px;
    color:var(--white);
    width:60px;
    height:auto;
}

.post_padding{
	padding:2px;
}

.slick-prev{
	right:100px;
}

.slick-next:before,.slick-prev:before{
	display: none;
}

.about_slider .slick-list, .meal_slider .slick-list, .feed_slider .slick-list,.get_inv_slider .slick-list, #tabclick .slick-list{
	padding-left: 0 !important;
}


.our_team .widget-title{
	    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}

.wps-team--single-inner{
	position: relative;
}

div.wps-widget--team .wps-team--member-desig{
	position:absolute;
	font-family: Circular Std;
	bottom:48px;
	z-index: 9;
	font-weight: 300;
	left:15px;
}

div.wps-widget--team .wps-team--member-title{
	font-family: Josefin Sans;	
	font-size: 28px;
	bottom:20px;
	left:15px;
	position: absolute;
	z-index: 9;
	font-weight: 600;
}

div.wps-widget--team  .team-member--thumbnail-wrapper{
	margin:0;
}


div.wps-team--carousel-navs .swiper-button-prev, div.wps-team--carousel-navs .swiper-button-next,div.wps-team--carousel-navs .swiper-button-next:focus,div.wps-team--carousel-navs .swiper-button-next:focus {
    margin-left: 0;
    top: -22px;
    right: 0;
    margin-right: 0;
    left: auto;
    opacity:1;
    border:0;
}

.so-widget-sow-simple-masonry-default-d75171398898-42 .sow-masonry-grid-item{
	border-radius: 4px;
}

 div.wps-team--carousel-navs .swiper-button-next ,div.wps-team--carousel-navs .swiper-button-next:hover{
 	margin-left:50px;
 	background: url('assets/images/right_arrow.svg') no-repeat center center !important;
 }

  div.wps-team--carousel-navs .swiper-button-prev, div.wps-team--carousel-navs .swiper-button-prev:hover{
 	margin-right: 60px;
 	background: url('assets/images/left_arrow.svg') no-repeat center center !important;
 }
div.wps-team--carousel-navs .swiper-button-prev i,  div.wps-team--carousel-navs .swiper-button-next i{
	display: none;
}

#tabclick{
	text-align: center;
}

#tabclick .slick-slide {
	padding:0 16px;
}


#tabclick a{
	display:inline-block;
	padding:1rem 0;
	white-space: nowrap;
	color:var(--white);
	border-bottom: 2px solid transparent;
}

#tabclick a:hover{
	color:var(--primary);
}

#tabclick a.active{
	border-bottom-color:rgba(200, 126, 94, 0.52);
}

/* milestone start */
.thretabs{
	background: rgba(var(--primary-rgb), 0.04);
}
.covidcrisis{
		background: rgba(var(--primary-rgb), .05);
		border: 2px solid rgba(var(--primary-border), 0.52);
}
.covidplate{
	margin-left: 5rem;
}



.phaesstep_bg{
	background: rgba(var(--primary-rgb), 0.21);
	height: 5px;
}

.phasestep_step1 {
	background: var(--primary);
	height: 5px;
	position: relative;
}


.phaseshape {
	position: absolute;
    top: -6px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--primary);
    right: 0;
    margin: auto;
}

.paymenttable{
	max-width:500px;
	margin:auto;
	margin-top:30px;
}

.table{
	background-color: #27231e;
    border:1px solid #714c3b;
    text-align: left;
}

.table th{
	background-color: var(--primary) !important;
}

.table>:not(caption)>*>*{
	color:var(--white);
	background: var(--black);
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
	background:rgba(0,0,0,.1);
}

.pstepss1{
	position: absolute;
	position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.phasestep_step1:first-child {   border-radius: 10px 0 0 10px;
}

.get_inv_slider p{
	min-height:72px;
}

.phasestep_step1:nth-of-type(2), .phasestep_step1:nth-of-type(5) {   border-radius: 0 10px 10px 0;
}

.transforma_sec{
	background: rgba(var(--primary-rgb), 0.05);
}
/* milestone end */

/* donation start */
.arrow img{
	width: 170px;
	margin-top:-20px;
}
.all_tabs_border{
	background: var(--beliefs-color);
}
.all_tabs_border .tabs_border{
	border-right: 2px solid var(--white);
}
/* donation end */


.kitchen_slider img{
    margin:1rem;
padding:3px;
border-radius:3px;
background:var(--white);
width: calc(100% - 2rem);
}

.kitchen_slider .slick-prev, .kitchen_slider .slick-next{
	right:0;
}

.kitchen_slider .slick-prev{
	right:50px;
}

.navbar-toggler:focus{
	outline:0;
box-shadow:0 0 0;
}

.footsec ul{
	margin-top:64px;
}

.active_details_wrapper #one, .active_details_wrapper #one_fun{

}

.active_details_wrapper #two,.active_details_wrapper #two_fun{
	margin-left:8%;
}
.active_details_wrapper #three,.active_details_wrapper #three_fun {
	margin-left:25%;
}
.active_details_wrapper #four, .active_details_wrapper #four_fun{
	margin-left:46%;
}
.active_details_wrapper #five, .active_details_wrapper #five_fun{
	margin-left:0;
	float:right;
}


footer .tnp-widget{
	margin-top:60px;
}

.gallery.gallery-columns-3{
	display:flex;
	gap:16px;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery.gallery-columns-3 .gallery-item{
	width:calc(33.33% - 18px);
	display: block;
	margin:0;

}

.gallery.gallery-columns-3 .gallery-item img{
	width:100%;
	max-width:100% !Important;
}

 .all_step_sec .step_no{
          line-height: 6.75rem;
    }

    .all_step_sec .step_3_sec{
      color: var(--beliefs-color);
    }

.Programme_step1 .stepss1 h3{
  font-family: Circular Std;
}
.Programme_step2 .stepss2 h3{
  font-family: Circular Std;
}

.served .served_text{
  font-family: 'Josefin Sans', sans-serif;
}

.our_impact{
  background: var(--beliefs-color);
}
.our_impact .impact_no{
font-family: 'Josefin Sans', sans-serif;
}

.footer_new .footsec ul{
	margin-top:0;
}
.join_smaya.top_donateform{
	margin:0;
}

.two_columns_contact .sow-image-grid-image{
	width:50%;
}

.two_columns_contact .sow-image-grid-image img{
	max-width: 100% !important;
}

.intl-tel-input .country-list .country-name{
	color:var(--black);
	font-weight: 400;
}
.intl-tel-input .country-list .country .dial-code{
	color:var(--black)!important;
	font-weight: 400;
}

.Programme_step1:first-child{
	border-radius: 5px 0 0 5px;
}

.Programme_step1:last-child{
	border-radius: 0 5px 5px 0;
}


@media(max-width:850px){
	.custom-logo-link img{
		width: 124px;
	}


.arrow img{
	width:70px;
}

	.smaya_instagram .col-7 .post_padding:last-child,.smaya_instagram .col-7 .post_padding:nth-of-type(3){
		display: none;

	}

	.active_details_wrapper #one,.active_details_wrapper #one_fun{

}

.active_details_wrapper #two,.active_details_wrapper #two_two{
	margin-left:8%;
}
.active_details_wrapper #three,.active_details_wrapper #three_fun{
	margin-left:25%;
}
.active_details_wrapper #four,.active_details_wrapper #four_fun{
	margin-left:0%;
	margin-right:20px;
	float:right;
}
.active_details_wrapper #five, .active_details_wrapper #four_fun{
	margin-left:0;
	float:right;
}

	.ctf-tweets>div{
		width:100%;
		margin-bottom: 22px;
	}
	.navbar-collapse{
		position: absolute;
		top: 100%;
		background: var(--black);
		    width: 100%;
		    left: 0;
		z-index:99;
	}

	.top_bar p{
		font-size: 14px;
	}


.covidcrisismobile h2.small{
	font-size: 24px;
}

.join_form .custom_radio {
	flex-wrap:wrap;
gap:10px;
}
.join_form .custom_radio .radiobg{
	width:calc(50% - 5px);
}
.join_form .custom_radio .radiobg br{
	display:none
}

.join_form .custom_radio .radiobg:last-child{
	width:100%;
}

.join_form  h5.small{
	font-size:12px;
}


#covid19{
	padding-left:0 !important;
	padding-right: 0 !important;	
}



	.whatwedo .meal-served-left .meal-text,.whatwedo .meal-served-left ul,.whatwedo .meal-served-left .mobile-center {
		padding-left:1rem !Important;
	}
	.navbar-nav li a{
		padding: 8px 15px;   
    display: block;
}

.main_teams{
	background: #28231F;
}

ul#menu-main-menu{
	    border-bottom: 2px solid rgba(var(--primary-border), 0.52);
	}

.siteorigin-widget-tinymce .btn {
font-size: .9rem;
}

h1{
	font-size:1.75rem;
}
h2,.our_team .widget-title{
	font-size:1.75rem;
}

 .our_team .widget-title{
 	margin-bottom: 2.2rem;
 }
	.kitchen_slider .slick-list{
		padding-left:0px !important;
	}

.feed_someone .feed_img{
	max-width: 100%;
}
.breadcumb{
	margin:0 !important;
padding:2rem 0 1.75rem  0 !important;
}

.container{
padding:0px 16px;
}

.three_img_sec .panel-grid-cell{
width:100% !important;
padding:0 9px !important;
margin-bottom: 30px!important;
}

.three_img_sec{
flex-direction:row !important;
flex-wrap:unset !important;
justify-content: center !important;
}

.three_img_sec .panel-grid-cell-mobile-last{
width:100% !important;
}

.join_smaya{
margin-top: 40px;
    margin-bottom: 40px;
padding:25px 16px;
}

.join_form{
	margin:35px 0 -150px;
}


 
.two_colum{
	flex-direction:row !important;
flex-wrap:wrap !important;
gap:10px;
}

.two_colum .panel-grid-cell{
	width:calc(50% - 5px)!important;
margin-bottom:10px !important;
}

.mobile-center{
	text-align:center;
}

.mobile_image_grid .sow-image-grid-image{
width:50%;
}


.footer_new{
	text-align:center;
padding-left:3rem !important;
padding-right:3rem !important;
}

.footer_new ul li{
	    padding: 5px;
    margin-right: 12px !important;
}

.footer_new ul.d-flex{
	justify-content:center;
}

.footer_new ul.d-flex li:last-child{
	margin-right:0 !important;
}

div.so-widget-sow-accordion-default-ed1c2bd4c120-15 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header{
	padding:10px 0;
}

.footsec ul{
	margin-top:0px;
}

footer .tnp-widget{
	margin-top:20px;
}

.gallery.gallery-columns-3 .gallery-item{
	width:calc(50% - 8px);
	display: block;

}

.join_form .btn-outline-secondary {
    padding: 8px 5px 6px;
    font-size: 1rem;
}
}

@media(min-width:1024px){
	.copy_text p{
	line-height:115px;
}
.wps-team--carousel-navs{
	display: none;
}
}

@media(min-width:1200px) and (max-width:1400px){
	.join_form .btn-outline-secondary {
	    position: relative;
	    padding: 8px 8px 6px;
	}
	div.wps-widget--team .wps-team--member-title{
		font-size:20px;
	}
	div.wps-widget--team .wps-team--member-desig{
		bottom:30px;
	}
	div.wps-widget--team .wps-team--member-title{
		bottom:10px;
	}

	.siteorigin-widget-tinymce h1{
        font-size: 3.3rem;
	}
}

@media(min-width:768px) and (max-width:992px){
.so-widget-sow-headline-default-ed9cab5623a4-661 .sow-headline-container h2.sow-headline{
	    margin-bottom: 40px !important;
}



#feeding p{
	font-size: 1rem;
}

.Programme_section, #covid19{
	padding-left:1rem !important;
	padding-right:1rem !important;
}

.covidcrisis{
	padding:2rem !important;
}

.covidcrisis h3.small{
	font-size: 14px;
}

.covidcrisis h2.small{
	font-size: 2rem;
}

.phasestep{
	padding-left: 0 !important;
	padding-right: 0 !important
}
.join_form .custom_radio {
	flex-wrap:wrap;
gap:10px;
}
.join_form .custom_radio .radiobg{
	width:calc(50% - 5px);
}
.join_form .custom_radio .radiobg br{
	display:none
}

.join_form .custom_radio .radiobg:last-child{
	width:100%;
}

.join_form  h5.small{
	font-size:12px;  
}
 
.iphone_section .panel-grid-cell:first-child{
	width:calc(50% - ( 0.7 * 30px ) ) !important;
}

.iphone_section #panel-661-3-0-0> .panel-widget-style{
	padding-left:1rem !important;
}

}

 
@media (max-width: 850px){
#pgc-661-0-0, #pgc-661-3-0, #pgc-661-4-0, #pgc-661-4-1 {
    margin-bottom: 15px!important;
	}
.three_img_sec .so-widget-sow-image-default-113ccd71f3e6-36{
		display:block;
		align-items:center;
	}
	.three_img_sec .so-widget-sow-image-default-113ccd71f3e6-661{
		display:block;
		align-items:center;
	}
	
	.three_img_sec .widget-title{
/* 		margin-left:20px; */
	}
}

@media (max-width:768px) {
		.feed_box_front .p-4 {
	margin-top: 9px!important;
	}
}
@media (max-width:767px) {

.all_step_sec .step_no {
    line-height: 4rem;
}
	
	.panel-grid-cell.panel-grid-cell-empty .partner_logos{
		display:none;
	}

.join_form h5.small
 {
    font-size: 12px;
    max-width: 282px !important;
}
	
	h1 {
		line-height:120%;
	}


.arrow{
	transform:scale(1,-1);
	justify-content: center !important;
	padding-bottom: 1.3rem;
}

.arrow img{
	transform:rotate(-90deg);
	width:70px;
}


.arrow img{
	margin:0;
}

.c_divider{
	height:6px;
}
.all_step_sec .step_txt{
	font-size: 1.2rem;
    padding: 0px 0 0 10px;
}
#pg-661-5> .panel-row-style {
	background-color: unset!important;
}

.three_img_sec .widget-title{
	font-size: 14px;
/* 	margin-left:20px; */
/* 	text-align:left!important; */
}
	.three_img_sec .so-widget-sow-image-default-113ccd71f3e6-36{
		display:flex;
		align-items:center;
	}
    /* step section */

    .Programme_mobile {
        position: relative;
    }

    .allstepsmobile {
        background: var(--secondary);
        width: 7px;
        position: relative;
        /*    height: auto;*/
        min-height: 245px;
    }

    .stepshapemobile {
        position: absolute;
        right: 6px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 15px solid var(--secondary);
        border-bottom: 10px solid transparent;
        top: 50%;
        transform: translate(0, -50%);

    }

    .allstepsmobile2 {
        background: var(--primary);
        width: 7px;
        position: relative;
        /*  height: auto;*/
        min-height: 245px;
    }



    .stepshapemobile2 {
        position: absolute;
        left: 5px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 15px solid var(--primary);
        border-bottom: 10px solid transparent;
        top: 50%;
        transform: translate(0, -50%);

    }
/* step section */


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


/* covidcrisis */
.covidcrisis{
    display: none!important;

}

    .covidcrisismobile {
        background: rgba(var(--primary-rgb), .05);
        border: 2px solid rgba(var(--primary-border), 0.52);
        display: block!important;
    }


    .allstepsmobileopacity{
        background: var(--primary);
        width: 7px;
        position: relative;
        background: rgba(var(--primary-rgb), 0.21);
        min-height: 245px;
    }
    .phasesetup{
        position: absolute;
        left: -55px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 2.25rem;
        font-weight: 600;
        font-family: 'Josefin Sans', sans-serif;
        white-space: nowrap;
    }
    .allstepsmobileabc {
        background: var(--primary);
        width: 7px;
        position: relative;
        min-height: 178px;
    }

    .covidcrisismobile .row:nth-of-type(2) .allstepsmobileabc, .covidcrisismobile .row:nth-of-type(5) .allstepsmobileabc{
    	border-radius: 5px 5px 0 0;
    }

    .covidcrisismobile .row:nth-of-type(3) .allstepsmobileabc, .covidcrisismobile .row:nth-of-type(6) .allstepsmobileabc{
    	border-radius: 0 0 5px 5px;
    }

    .stepshapemobile1abc {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: var(--primary);
        position: absolute;
        left: -4px;
        top: 50%;
        transform: translate(0, -50%);

    }

    .allstepsmobile2 {
        background: var(--primary);
        width: 7px;
        position: relative;
        min-height: 245px;
    }



    .stepshapemobile2 {
        position: absolute;
        left: 5px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 15px solid var(--primary);
        border-bottom: 10px solid transparent; 
        top: 50%;
        transform: translate(0, -50%);

    }

.so-widget-sow-headline-default-b706cf3da9ad-661 .sow-headline-container h2.sow-headline{
	    line-height: 40px!important;
}

   .about_slider .slick-slide, .meal_slider .slick-slide p{
   	    font-size: 0.8rem;
   } 



   .inception_text{
    font-size: 1rem;
    margin: 0 -16px;
}
.gallery.gallery-columns-3 .gallery-item:nth-of-type(5){
	display: none;
}
.gallery.gallery-columns-3 .gallery-item:nth-of-type(6){
	display: none;
}


.footer_link ul li a{
	  font-size: 0.875rem;
}

.no_bg_mobile{
	background:none !Important;
}

.goal_ques span{
	  margin-left: -22px;
}

.goal_ques{
	  padding-left: 20px;
}


}




/* covidcrisis */ 

@media(max-width:374px){
	.navbar .btn{
		font-size: 14px;
	}

	.custom-logo-link img{
		width: 100px;
		height: auto;
	}

	.join_form .custom_radio .radiobg{
		padding:8px 4px;
		font-size:14px;
	}
	
	


.stepss1mobile p{
font-size: 0.875rem;
    line-height: 1.3rem;
}
.stepss2mobile p{
font-size: 0.875rem;
    line-height: 1.3rem;
}


#pg-53-0, #pl-53 .so-panel {
    margin-bottom: 0px!important;
}

}

@media(min-width: 376px) and (max-width:767px){
	[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{
		top:0;
	}
	[type="radio"]:checked + label:after{
		top:3px;
	}
}


  
@media(min-width:600px) and (max-width:850px){
	.half_on_tablet .panel-grid-cell, .all_step_sec .panel-grid-cell, .half_on_tablet.panel-row-style .panel-grid-cell{
		width:calc(50% - 15px )!important;
	}

	.half_on_tablet .panel-grid, .all_step_sec .panel-grid, .half_on_tablet.panel-row-style{
		flex-direction: row !important;
    	flex-wrap: wrap !important;
	}
	
	.hide_first_last .panel-grid-cell-empty{     
		display: none;

	}
}

 
@media(min-width:769px) and (max-width:850px){
.onethird_on_tablet .panel-grid-cell:first-child{
		width:calc(35% - 15px )!important;
	}
	.onethird_on_tablet .panel-grid-cell:last-child{
		width:calc(65% - 15px )!important;
	}

	.onethird_on_tablet #panel-36-6-0-0> .panel-widget-style{
		padding:4rem 1rem 0rem 1rem !important;
	}
}


@media(min-width:900px) and (max-width:1024px){
	.footer_new.half_on_tablet .panel-grid-cell{
		width:calc(50% - 15px )!important;
		margin-bottom:40px;
	}
	
	h1 {
    font-size: 2.7rem;
    line-height: 140%;
    font-weight: 600;
}

	.footer_new.half_on_tablet{
		flex-direction: row !important;
    	flex-wrap: wrap !important;
	}

	.donation_samya .panel-grid{
		flex-direction: row !important;
    	flex-wrap: wrap !important;
	}
	
.donation_samya .panel-grid-cell:last-child{
		width:calc(58% - 15px )!important;
	}

	.donation_samya .panel-grid-cell:first-child{
		width:calc(42% - 15px )!important;
	}


	
}

@media(max-width: 850px){
	.footsection:before{
	content:"";
width:calc(100% - 30px);
height:1px;
background:#E1E1E1;
display:block;
margin:40px auto 0rem auto;
}

.join_smaya + .footsection:before{
margin:180px auto 0rem auto;
}
footer .footsec{
	border-right:0;
}

.footer_link{
	border-top:1px solid #e1e1e1;
    text-align:center;
}

.footer-navigation ul{
	justify-content:center;
}

.footer-navigation ul li:last-child{
	margin-right:0;
padding-right:0;
}

.footsection{
	text-align:center;
padding-left:0rem;
padding-right:0rem;
}

.footsection .widget{
    padding-left: 2rem;
    padding-right: 2rem;
}


footer .footsec ul{
justify-content:center;
} 

.copy_text{
	justify-content:center !Important;
}

}

@media(min-width:1396px) and (max-width:1600px){
	div.wps-widget--team .wps-team--member-title{
		font-size: 20px;
	}

}



.so-panel form{
		display: block;
		text-align: left;
}


.so-panel .tnp input[type=text],.so-panel .tnp select{
	background: transparent;
    color: var(--white);
    display: block;
    width: 100%;
    border:1px solid #ffffff;
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 300;
    line-height: 1.5;
}

.so-panel .tnp input[type=text],.so-panel .tnp option{
	padding:10px 15px;
	color:#ffffff;
	background: var(--black);
}


.so-panel .tnp .tnp-field{
	margin-bottom: 1.5rem;
}
.so-panel  .tnp label {
    display: block;
}

.so-panel .tnp-field input[type="submit"]{
		background: var(--primary);
		width:100%;
}
.so-widget-sow-simple-masonry.so-widget-sow-simple-masonry-default-d75171398898-42 .sow-masonry-grid-item img{
	max-width:100%!important;
}

.top_bar {
        position: fixed;
    top: 0px;
    width: 100%;
    transition: background-color 0.3s;
    padding: 10px 0;
    	z-index: 9;
}

header {
        position: fixed;
    top: 43px;
    width: 100%;
    transition: background-color 0.3s;
    padding: 10px 0;
    z-index: 3;
	border:0;
	background-color:#201f1b;
}
.breadcumb{
	padding-top:6.563rem!important;
}

.gallery.gallery-columns-3 .gallery-item img, .so-widget-sow-image-default-dbf295114b96-38 .sow-image-container .so-widget-image{
	transition:all .3s ease;
	border-radius:5px;
}


.wps-team--thumb-zoom-in .team-member--thumbnail img{
	max-width:100% !important;
}

@media(max-width:500px){
	.payhemt-heading{
	padding-top:30px !important;
}
	header{
		top:50px;
	}

	body{
		padding-top:125px;
	}
}


@media(max-width:600px){
	.mc_form_inside{
		justify-content: center;
	}
	.tnp form{
		justify-content:center;
	}
	.top_bar{
		padding: 8px 12px;
	}
	.top_bar p {
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
}
	.navbar .btn{
		    font-size: 1rem;
	}
	.custom-logo-link img {
    width: 108px;
    height: auto;
}
	h1 {
    font-size: 2.0875rem;
}
	.siteorigin-widget-tinymce .btn {
    font-size: 1rem;
}
	
	.siteorigin-widget-tinymce p{
    font-size: 0.875rem!important;
    line-height: 160%;
    font-weight: 300;
    padding: 0px 0px;
	}
	.gallery.gallery-columns-3 .gallery-item img{
		    border-radius: 4px;
	}
	.feedmobl{
		    padding: 0rem 0rem 1rem 0rem!important;
	}
	.siteorigin-widget-tinymce .secp{
		margin-top:24px!important;
	}
	#panel-661-3-0-0> .panel-widget-style {
    padding: 0rem 0rem 2rem 1rem!important;
}
	.meal_slider .slick-slide {
    padding: 10px 0px 0px 20px;
}
	
	.meal_slider .slick-prev {
    right: 64px;
}
	.meal_slider .slick-next {
		right: 0px;
	}  
	
.we_serve_text 	.so-widget-sow-headline-default-aa273a53d9e2-661 .sow-headline-container p.sow-sub-headline{
	    max-width: 230px;
	}
	.about_slider .slick-slide, .meal_slider .slick-slide p {
    font-size: 1rem!important;
}
	.three_img_sec .so-widget-sow-image-default-113ccd71f3e6-661{
		display:block;
		align-items:center;
	}
	
	.three_img_sec{
		    padding: 26px 2px 0px 0px!important;
	}
	   
	.three_img_sec .widget-title {
    margin-left: 0px;
    font-size: 13px;
}
	.three_img_sec {
    flex-direction: row !important;
    flex-wrap: unset !important;
    justify-content: center !important;
}
	.three_img_sec .so-widget-sow-image-default-113ccd71f3e6-661 .sow-image-container .so-widget-image{
		width:61px!important;
		height:auto;
	}
	.so-widget-sow-image-default-113ccd71f3e6-661 .sow-image-container .so-widget-image{
		width:61px!important;
		height:auto;
	}
	.about_item img, .meal_slider img {
		border-radius: 5px;
	}
	.all_step_sec .step_txt {
    font-size: 20px;
    padding: 0px 0 0 20px;
}
	.siteorigin-widget-tinymce .sbs{
		align-items:center;
	}
	.all_step_sec .step_no {
    line-height: 5rem;
}
	
	.sbstt .so-widget-sow-headline-default-1c35f9f0a35c-661 .sow-headline-container p.sow-headline{
		font-size:14px;
	}
	
	#pg-661-5> .panel-row-style, #pg-661-6> .panel-row-style {
    padding: 2rem 2rem 4rem 2rem!important;
}
	.so-widget-sow-headline-default-20379f364f6b-661 .sow-headline-container h2.sow-headline {
        padding-top: 20px;
}
	.so-widget-sow-headline-default-3e20a222a647 .sow-headline-container h2.sow-headline{
		font-size:2.5rem!important;
		margin:0;
	}
	#pg-w6538d4f9eb638-0> .panel-row-style {
    padding: 0rem 0rem 2rem 0rem;
}
	#pgc-w6538e0b603e8a-0-0, #pgc-w6538e0b603e8a-0-1 {
    margin-bottom: 25px!important;
}
	
	
	.sucesssecondstep h3{
  font-size:18px;
}
	.inception_text{
		font-size:18px!important;
		font-weight:400
	}
.sucesssecondstep p{
	margin-top: 5px;
    font-size: 16px;
}
	.ourimpact_dtl #pg-w6538e0b603e8a-0> .panel-row-style {
    padding: 0rem 0rem 2rem 0rem;
}
	.so-widget-sow-headline-default-12d815076b81-661 .sow-headline-container h2.sow-headline {
    text-align: center!important;
}
	#pl-w652650dff197d .siteorigin-widget-tinymce p{
    font-size: 1rem!important;
}
	.get_involved .slick-slide {
        padding: 10px 20px 40px 0px!important;
}
	.samya_text{
		font-size:28px!important;
	}
	.samya_textis{
		font-size:28px!important;
	}
	.three_img_sec .so-widget-sow-image-default-113ccd71f3e6-661 .sow-image-container .so-widget-image{
		width:60px!important;
	}
	
	
	.footsection .textwidget p{
		font-size:14px;
	}
	.footsection .widget-title{
		font-size:16px;
	}
	.footsection .widget p{
		font-size:14px;
	}
	.copy_text p{
		font-size:14px;
	}
	.allstepsmobile {
    min-height: 100px;
}
	.allstepsmobile2 {
    min-height: 110px;
}
	
	.so-widget-sow-headline-default-3a08a105955a-661 .sow-headline-container h2.sow-headline{
		    max-width: 204px;
	}
	.stepss1secmobile{
		    min-height: 175px!important;
	}
	.feed_slider .slick-prev {
    right: 50px;
}
	.feed_slider .slick-next {
		right: -10px;
	}
	
	.get_inv_slider .slick-prev{
		    top: -58px;
    right: 52px;
	}
	.get_inv_slider .slick-next {
	top: -58px;
    right: -9px;
	}
	.get_inv_slider p{
		    min-height: 96px;
	}
/* 	about us */
	.breadcumb {
    padding-top: 2.563rem!important;
}
	.breadcumb h1{
		font-size:28px;
	}
	#panel-36-0-0-1 .siteorigin-widget-tinymce p{
    font-size: 18px!important;
    line-height: 140%;
    font-weight: 300;
	}
	
	.our_misn_cls .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
	.or_goal_txt .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
	
	.or_blf_txt .siteorigin-widget-tinymce p{
		font-size:18px!important;
		    padding: 0px 15px;
	} 
	.or_blf_txt #panel-w652647877fb7d-0-0-0> .panel-widget-style{
		padding: 0rem 0rem 0rem 0rem;
	}
	.or_blf_txt #panel-w652647877fb7d-0-1-0> .panel-widget-style{
		    padding: 0rem 0rem 0rem 0rem;
	}
	.or_blf_txt #panel-w652647877fb7d-0-2-0> .panel-widget-style{
		    padding: 0rem 0rem 0rem 0rem;
	}
	.ftr_milestn .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
	
	.about_slider .slick-prev{
		    right: 50px;
	}
	.about_slider .slick-next{
		    right: 0px;
	}
	
	.three_img_sec .so-widget-sow-image-default-113ccd71f3e6-36 {
		display: block;
	}
	.stories_insp .siteorigin-widget-tinymce h3{
		font-size:28px;
	}
	
	.about_slider.about_slider p{
		font-size:16px;
	}
	.sustain_img .so-widget-sow-image-default-c67d20f9f743-36 .sow-image-container .so-widget-image{
		    width: 140px;
	}
	
	.three_img_sec .panel-grid-cell {
    padding: 0 9px !important;
    margin-bottom: 16px!important;
}
/* 	whatwe do */
	#panel-38-0-0-0 p strong{
		    font-weight: inherit;
	}
	.wht_we_do .textwidget h1{
		font-size: 1.75rem;
	}
	.wht_we_do .textwidget p{
		font-size:16px;
	}
	.hw_we_cook h2{
		font-size:28px;
		font-weight:600;
	}
	.whatwedo .meal_served .meal-text{
		font-size:18px;
	}
	div.wps-team--carousel-navs .swiper-button-prev{
		    margin-right: 42px !important;
	}
	div.wps-team--carousel-navs .swiper-button-next{
		    right: -20px !important;

	}
	.mile_text .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
	#panel-38-0-0-0> .panel-widget-style, #panel-38-2-0-0> .panel-widget-style{
		    padding: 2rem 0rem 0rem 0rem!important;
	}
	
/* 	our_journey */
	.covidcrisismobile .or_impt{
    font-size: 28px!important;
    text-align: left;
}
	.covidcrisismobile .phse1{
		font-size: 16px;
		font-weight: 300;
		font-family: Circular Std;
	}
    .drng_text{
	font-size: 16px;
    font-style: normal;
    font-weight: 300;
    font-family: Circular Std;
    text-align: left;
    line-height: 25px;
	}
	.stepshapemobile1abc{
		    left: -5px;
	}
	.allstepsmobileabc {
        min-height: 150px;
    width: 4px;
}
	
	.allstepsmobileopacity{
		    width: 4px;
	}
	
	.stepss1mobile h3.small{
		font-size: 16px;
	}
	.high_text{
		font-size:30px!important;
	}
	.lo_text{
		font-size:14px;
		margin: 7px 0px;
	}
	
	.allstepsmobileopacity{
		    min-height: 177px;
	}
	.feedprgrm_mile{
		text-align:left!important;
	}
/* 	gallery */
	.prgrm_hlt .siteorigin-widget-tinymce p{
		font-size:18px!important;
	}
	.tke_a_glmps .so-widget-sow-headline-default-047ae6895f05-42 .sow-headline-container p.sow-sub-headline{
		font-size:16px;
	}
	#panel-42-1-0-1> .panel-widget-style{
		    padding: 0px 0px 0px 0px!important;
	}
	.tke_a_glmps .so-widget-sow-headline-default-20b98f53ddea-42 .sow-headline-container h2.sow-headline{
		font-size:28px;
		max-width: 295px;
	}
	#panel-42-1-0-0> .panel-widget-style {
   padding: 0px 10px 0px 16px!important;
}
	.kitchen_slider img{
		    margin: 1rem 0!important;
	}
	.kitchen_slider .slick-slide{
		padding: 0px 0px 0px 16px;
	}
	#pg-42-2> .panel-row-style, #pg-42-3> .panel-row-style, #pg-42-4> .panel-row-style{
		padding: 3rem 0rem 4rem 0rem!important;
	}
/* 	contact_us */
	.form-label{
		font-size:14px;
	}
	.so-panel form.siteorigin-widget-tinymce .btn {
    font-size: 1rem;
    font-family: Circular Std;
    font-weight: 500;
}
	.footer_new {
		padding-left: 0rem !important;
    padding-right: 0rem !important;
	}
	.footsec h5{
		font-size:18px;
	}
	.sty_contct .widget-title {
    font-size: 18px;
}
	.footsec .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
	.footer_new ul li{
		font-size:16px!important;
	}
	.footer_link ul li a {
    font-size: 14px;
}
	
	.footsection .widget {
    padding-left: 1rem;
    padding-right: 1rem;
}
	
	h2.small, .so-widget-sow-accordion .widget-title{
		font-size:28px;
	}
	.siteorigin-panels-stretch {
		padding: 20px 12px;
	}
	.sow-accordion-panel-header{
		font-size:18px;
	}
	.so-widget-sow-accordion-default-ed1c2bd4c120-15 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border{
		    padding: 15px 0px 15px 0px;
		    font-size: 18px;
	}
	
/* 	donation_now */
	.donation_samya .siteorigin-widget-tinymce h1{
		font-size: 28px;
	}
	
	.donation_samya .siteorigin-widget-tinymce p{
		font-size: 16px!important;
	}
	
	.slct_dnt{
		text-align:left!important;
	}
	.mbl_sml{
		    font-size: 24px!important;
	}
/* 	socilapage */
	
	.soc_pag .so-widget-sow-headline-default-458f5e98a0fd-1350 .sow-headline-container p.sow-sub-headline{
		font-size: 14px;
	}
	.soc_pag .so-widget-sow-headline-default-458f5e98a0fd-1350 .sow-headline-container h1.sow-headline{
		font-size:28px;
	}
	#sb_instagram .sbi_follow_btn a{
		font-size:16px;
		    margin-top: 50px;
	}
	.btn_mbl .btn{
		font-size:16px;
	}
	.cus_btn {
		background-color:#6E9680;
		font-size:16px;
		color:#fff;
		font-weight: 600;
		
	}
	
/* 	privacy-policy */

	.prvc_polic .so-widget-sow-image-default-dbf295114b96 .sow-image-container .so-widget-image{
		border-radius:10px;
	}
	.prvc_polic .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
	.ppstep .pptext{
		font-size:28px;
	}
	.ppstep .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
	
/* 	term&condition */
	.trm_cond .siteorigin-widget-tinymce p{
		font-size:16px!important;
	}
/* 	cancellation-refund-policy */
}
	
	

.cus_btn {
		background-color:#6E9680;
		font-size: 18px;
		color:#fff;
		font-weight: 600;
	    padding: 10px 15px;
		
	}

.cus_btn:hover{
	  outline: none;
    box-shadow: inset 0 0 10px 20px #C87E5E;
}
  



.widget_media_image .size-full{
	border-radius: 10px;
}

		.so-widget-sow-headline-default-3e20a222a647 .sow-headline-container h3.sow-sub-headline{
		font-family: Circular Std!important;
		font-weight:400;
	
	}
.firstallstep{
    border-radius: 9px 9px 0 0px;
}
.lastallstep{
	border-radius: 0px 0px 9px 9px;
}


/* donate_popup */
.donate_popup .modal-body{
	padding:0;
}
.mod_body{
	background-color:rgba(110, 150, 128, 0.1);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	padding:15px;
}


.donate_popup .modal-body h3{
	    color: #000;
    font-size: 20px;
    text-align: center;
	margin:0;
}

.donate_popup .modal-body p{
	color:#000;
	text-align: center;
	margin:0;
}
.mod_form {
    padding: 15px;
    max-height: calc(100vh - 180px);
    overflow: auto;
}
.mod_form .form-label{
	color:#000;
	font-weight:600;
	font-size: 1.2rem;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color:rgba(32, 31, 27, 1);
    transform: scale(.75) translateY(-.8rem) translateX(.5rem);
}

.mod_form .form-floating>.form-control{
	font-weight:500;
}
#paymentmodal .modal-dialog{
		max-width:600px;
}
.mod_form .form-control{
  border-radius: 5px;
border: 1px solid rgba(32, 31, 27, 1);;
padding: 16px 20px;
background: #FFF;
}
.mod_form .form-select{
	border: 1px solid rgba(32, 31, 27, 1);;
padding: 16px 20px;
}
.mod_form .form-floating>label{
	color:#000;
	padding-left:20px;
}


.privacy-list li{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}
.mod_form .form-floating:focus-visible {
	outline:0;
}
.mod_form .form-control{
	box-shadow:none;
}

.mod_form .country_codeform #mobilenumb {
    padding-left: 98px;
}

.mod_form  .country_codeform .bootstrap-select>.dropdown-toggle{
    padding: 17px 20px;
    color:#000;
    border:0;
    background:transparent;
}



 .mod_form .form-floating>.form-select {
/*     padding-top: 0.625rem; */
    padding-bottom: 0.625rem;
    justify-content: center;
    font-size: 1rem;
	 border-radius:5px;
}
.dedication_inputs .form-floating .form-select{
	border-radius:5px 5px 0 0;
}

.dedication_inputs .form-floating:nth-of-type(4) .form-control{
	border-radius:0 0 5px 5px;
	border-top:0;
}
.dedication_inputs .form-floating:nth-of-type(2) .form-control,.dedication_inputs .form-floating:nth-of-type(3) .form-control{
	border-radius:0;
	border-top:0px;
}
.mod_form .form-select:focus{
	box-shadow:none;
}
.mod_form .mod_p_text{
	font-size:14px;
}
.mod_form .form-check{
    display: flex;
    align-items: center;
}


.mod_form label.form-check-label{
		color: rgba(32, 31, 27, 0.75);
		border-radius: 5px;
background: rgba(225, 225, 225, 1);
padding:12px 10px;
font-family: Josefin Sans;
font-size: 14px;
font-style: normal;
	width:100%;
font-weight: 500;
line-height: 120%; /* 16.8px */
}

.mod_form .accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
}
.mod_form  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}


.mod_form textarea.form-control{
	min-height:150px;
}
.mod_form  .accordion-button:not(.collapsed)
{
	color:var(--secondary);
	background:transparent;
	box-shadow:0 0 0;
	outline:0;
}

.mod_form  .accordion-button{
		font-family:"Circular Std";
	font-weight:400;
	line-height:1.5;
}
.mod_form  .accordion-item{
	border-color:rgba(32, 31, 27, 1);

}

.mod_form  .accordion-button:focus{
	box-shadow:0 0 0;
	border-color:rgba(32, 31, 27, 1);
}
.mod_form .volunteer label.form-check-label{
	border:1px solid rgba(32, 31, 27, 1);
	background:transparent;
	border-radius:6px;
	padding:16px 15px 10px;
	
}
.mod_form .volunteer label.form-check-label span{
	color:var(--secondary);
}
.mod_form label.form-check-label a{
	color:var(--secondary);
}


#donation_amt{
	color:#000;
}
.mod_form .btn-primary{
	background:var(--secondary);
	border-color:var(--secondary);
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 10px;
	border-radius: 5px;
	}
.mod_form .btn-primary:hover{
	background:var(--black);
	border-color:var(--black);
}
.trmandcond{
	 font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
}

.mod_form .bootstrap-select>select{
	border:0;
}

.mod_form .mobilenumb{
	padding-left:100px;
}
.mod_form .form-check .form-check-input{
	    border-radius: 3px;
    padding: 2px;
    min-width: 20px;
    min-height:20px;
    margin-right: 10px;
    padding: 2px;
}

.mod_form .form-check-input:checked[type=checkbox]{
    outline: 0px solid;
box-shadow: 0 0 0;
}


.siteorigin-widget-tinymce p.starline{
	text-align:center;
	color: #ffffff;
	line-height: 1.4em;
	font-size: 14px !important;
}
@media(max-width:767px){
	.aboutusmobile .so-widget-sow-headline-default-12d815076b81-2367  .sow-headline-container h2.sow-headline{
		text-align:center !important;
	}

	#paymentmodal .modal-dialog{
		max-width:90%;
		margin: 20px auto;
}

	.siteorigin-widget-tinymce p.starline{
		text-align:left;
		font-size: 12px !important;
	}
	
	.gallery.gallery-columns-3 .gallery-item img:hover, .so-widget-sow-image-default-dbf295114b96-38 .sow-image-container .so-widget-image:hover{
		transform:scale(1) !important;
	}
	.mobile-center{
		text-align:center;
	}
	
	.siteorigin-widget-tinymce p.starline{
		text-align:center;
	}
	
	.custom-logo-link{
		margin-right:0;
	}

.playicon{
	display: none;
}


}

@media(max-width:500px){
	.radiobg{
		font-size:13px;
	}
	.logos_wrapper_partner{
		flex-wrap:wrap !important;
		gap:30px;
		justify-content:center !important;
	}
	

	.logos_wrapper_partner .panel-grid-cell{
		width:40% !important;
	}
	
	[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{
		top:1px;
	}


}

@media(max-width:1650px) and (min-width:1300px){
	.all_step_sec .step_txt {
    font-size: 1.1rem;
	}
}

@media(max-width:500px){
	.top_rught_text p{
		font-size: 16px !important;
	}
}

.gallery_slider .slick-dots li.slick-active button:before,.gallery_slider .slick-dots li button:before{
	color:#ffffff;
}
.gallery_slider .slick-dots li{
	margin:0;
}



.full-width-video iframe{
	width:100%;
}


.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output{
	border-color:var(--primary);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color:var(--primary);
}


.donate_popup .btn-close{
	    right: 20px;
    position: absolute;
}

.radiobg a{
	color:#000000;
	font-weight: 500px;
}


.mc_form_inside{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#mc_message{
	min-width: 100%;
}

.mc_merge_var .mc_var_label{
	display: none;
}

.mc_merge_var, .mc_interest{
	margin:0 !important;
}
.mc_merge_var input,.mc_merge_var input:focus{
background: transparent;
box-shadow: 0 0 0;
outline: 0;
    color: var(--white);
    display: block;
    min-width: 188px;
    width: 100%;
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 300;
    line-height: 1.5;
    border: var(--bs-border-width) solid var(--bs-border-color);
}


.mc_signup_submit #mc_signup_submit{
	   background: none;
    display: block;
    margin:0;
    height: 100%;
    width: 100%;
    font-size: 1.125rem;
    transition: .3s;
    font-weight: 600;
    color: var(--white);
    font-family: 'Josefin Sans', sans-serif;
    border: 1px solid;
    border-color: var(--white) !important;
        padding: 6px 10px;
}

.mc_signup_submit #mc_signup_submit:disabled{
	cursor:disable;
	opacity: .4;
}


.mc_signup_submit #mc_signup_submit:hover{
	background: var(--white);
	color: var(--black);
}

.mc_error_msg, .mc_error_msg a, .mc_success_msg{
	font-weight: 400;
	font-size: 12px;
}

.donation_samya h1{
	font-size:90px;
	white-space:nowrap;
	font-weight:700;
	line-height:100%;
}
.selectprohead{
	font-size:2rem;
	font-weight:450;
	font-family:Circular Std;
}
#myzindex{
	z-index:1;
	    position: relative;
}

.feed_box{
height:496px;
	width:100%;
	cursor:pointer;
	color:var(--white);
	perspective: 1000px;
	margin-bottom:60px;
}


@media(max-width:1300px){
	.feed_box{
		    height: 526px;
	}
}

.feed_box_wrapper{
 position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
	
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.feed_box.active .feed_box_wrapper,.feed_box.hover .feed_box_wrapper{
  transform: rotateY(180deg);
}

.feed_box .description{
	/*font-size:12px; */
	line-height:115%;
}

.feed_box .price{
	white-space:nowrap;
	min-width:60px;
	font-size:18px;
	font-weight:500;
}
.feed_box_front, .feed_box_back {
  position: absolute;
		border-radius:4px;
	overflow:hidden;
	background:var(--secondary);
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	text-align:left;
}
.feed_box_back {
	  transform: rotateY(180deg);
}
.feed_box_back .last_feed_img img{
width:100%;
    max-width: none;
}

.feed_box_back.feedlast .packages{
	padding:9px 5px;
	/*font-size:12px;*/
}
.feed_box_back .last_feed_img{
	overflow:hidden;
	    max-height: 170px;
		margin: -16px -16px 14px;
    width: calc(100% + 32px) !important;
}

.feed_box_front h3{
	margin:0;
	font-size:36px;
	text-align:center;
}
.feed_box_front p{
	font-size:20px;
	font-weight:450;
	text-align:center;
	margin:0;
	font-family:Circular Std;
}
.feed_box_front .p-4{
    margin-top: -126px;
    background: var(--secondary);
    position: relative;
	}

.feed_box .circle{
	width:36px;
	height:36px;
	border-radius:50%;
	position:relative;
	border:3px solid var(--white);
	margin:16px auto 0;
	transition:all .8s;
}

.feed_box .circle:after{
	width:20px;
	height:20px;
	border-radius:50%;
	content:"";
	display:block;
	position:absolute;
	background:transparent;
	top:5px;
	transition:all .8s;
	right:5px;
}

.feed_box_back .circle{
	width:14px;
	height:14px;
	min-width:14px;
	margin:0;
	min-height:14px;
	border-width:1px;
}

.feed_box_back .circle:after{
	min-width:8px;
	min-height:8px;
	width:8px;
	height:8px;
	top:2px;
	left:2px;
}

.feed_box.active .circle-end:after,.feed_box:hover .circle-end:after,.feed_box_back  .package-flex:hover .circle:after,.feed_box_back  .package-flex.active .circle:after{
	background:var(--secondary);
}

.feed_box.active .circle-end,.feed_box:hover .circle-end,.feed_box_back  .package-flex:hover .circle,.feed_box_back  .package-flex.active .circle{
	border-color:var(--secondary);
}
.feed_box_back {
	text-align:left;
	padding:1rem;
}

.feed_box_back label{
	padding: 10px 0 5px;
    display: block;
    font-size: 14px;
}
.feed_box_back .form-control{
	background:var(--secondary);
	border:1px solid #ffffff;
	height:50px;
	color:#ffffff;
	padding-left:40px;
}

.feed_box_back .form-control::placeholder{
	color:rgba(255,255,255,.3) !important;
}

.feed_box_back .form-group span{
    position: absolute;
    font-size: 24px;
    top: 43px;
    left: 16px;
    font-weight: 400;
}

.feed_box_back .btn-primary{
font-size: 24px;
    border: 0;
    padding-top: 6px;
    padding-bottom: 4px;
    border-radius: 4px;
    width: 100%;
    color: rgba(32, 31, 27, 1);
    font-weight: 900;
    background: #ffffff;
    margin: 10px 0;
}

.feed_box_back>p{
font-size: 9px;
    font-family: 'Circular Std';
    font-weight: 400;
    letter-spacing: -.1px;
}
.feed_box_back .btn-primary:hover,.feed_box_back .btn-primary:focus{
	background:var(--primary);
	color:#ffffff;
}

.feed_box_back .form-control:focus,.feed_box_back .form-control:active{
	outline:0;
	box-shadow:0 0 0;
}

.feed_box_back .packages{
	border:1px solid #ffffff;
	border-radius:4px;
}

.feed_box_back  .package-flex{
	padding:18px 5px;
	transition:all .3s;
}

.feed_box_back  .package-flex:hover,.feed_box_back  .package-flex.active{
	background:#ffffff;
	color:rgba(32, 31, 27, 1);
}
.bg-donate p{
	font-size:24px;
	line-height:120%;
}


.feed_box_back h3{
	font-size:20px;
	font-weight:500;
}

.feed_box_back button.close_icon {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    font-size: 32px;
    padding: 4px;
    height: 25px;
    width: 25px;
    line-height: 0;
    color: #ffffff;
    opacity: .6;
}

.feed_box_back.feedlast .close_icon{
	background:rgba(0,0,0,.8)
}
.feed_box_back button.close_icon:hover{
	opacity:1;
}

.donation_slider{
	margin:0 -10px 0;
}
.donation_slider .slick-slide{
	padding:0 10px;
}

.feed_box_back img{
	margin:auto;
}
.dnt_img{
	max-width:240px;
}
#special_instruction .accordion-body textarea::placeholder {
  opacity: .5;
}
.donate_arrow{
	    position: absolute;
    right: 59px;
    bottom: 43px;
    rotate: 13deg;
	
}

@media(max-width:1400px){
	.donate_arrow {
    position: absolute;
    right: 11px;
    bottom: 43px;
    rotate: 13deg;
}
}
@media(max-width:1399px){

	
}

@media(max-width:1200px){
	.donate_arrow {
    position: absolute;
    right: -11px;
    bottom: 60px;
    rotate: 13deg;
}
		.fight_heading,.donation_samya h1{
		font-size:62px;
	}
}
@media(max-width:1199px){

	.btn-white{
		font-size:22px;
	}
}
@media(max-width:1024px){
	.feed_box_front .p-4 {
	margin-top: -24px;
}
	.feed_box_back .package-flex {
    padding: 10px 5px;
	}
}

@media(max-width:992px){
	.fight_heading,.donation_samya h1{
		font-size:40px;
	}

	.btn-white{
		font-size:20px;
	}
	.donate_arrow {
    position: absolute;
    right: -11px;
    bottom: 60px;
    rotate: 13deg;
}
}

@media(max-width:850px){
	.fight_heading,.donation_samya h1{
		font-size:34px;
	}
	.bg-donate p {
    font-size: 16px;
    line-height: 120%;
}
	    .donate_arrow {
        position: absolute;
        right: 0px;
        bottom: 42px;
        rotate: 13deg;
    }
	
	.btn-white{
		font-size:18px;
		padding:8px 18px 6px;
	}
	
	#footer_donationform{
		padding:0;
	}
}

@media(max-width:600px){
	.donation_section .slick-list{
	padding-left:0 !important;
		
	}
}

@media(max-width:540px){
   .feed_box_front .p-4 {
        margin-top: -175px !important;
    }	
}
 
@media(max-width:500px){
	.fight_heading{
		font-size: 32px;
/*         white-space: nowrap; */
        margin: 0;
	}
	.selectprohead{
		font-size:20px;
		font-weight:450;
		font-family:Circular Std;
	}
	.donation_samya h1{
		font-size:35px;
	}
	.btn-white{
		font-size:14px;
	}
}

@media(max-width:500px){
	.fight_heading{
		font-size:28px;
/*         white-space: nowrap; */
        margin: 0 0 10px 0;
	}
	.btn-white{
		padding:5px 12px;
		margin-top:5px;
	}
	.bg-donate p{
	font-size:18px;
}
}
.bg-donate{
	background-color:#303030;
}



@media(max-width:500px){
	.feed_box_front .p-4 {
        margin-top: -67px !important;
    }
	.feed_box_back .package-flex {
    padding: 5px 5px;
}
	.feed_box_back label {
		padding: 7px 0 5px;
	}
	
	.feed_box_back .last_feed_img {
    max-height: 140px;
	}
	.bg-donate .btn {
        font-size: 1rem;
    }

	.bg-donate p {
		font-size: 14px;
	}
	.dnt_img {
    max-width: 180px;
}
	.donate_arrow  img{
		    max-width: 80%;
	}
	    .donate_arrow {
        position: absolute;
        right: -24px;
        bottom: 39px;
    }
	.feed_box_back {
    text-align: left;
      padding: .8rem;
}
	.feed_box {
		height: 430px;
	}
	
	.feed_box_front h3{
		    font-size: 30px;
	}
	.feed_box_front p {
		font-size: 16px;
	}
	    .donation_samya .siteorigin-widget-tinymce h1 {
        font-size: 34px;
    }
	
}


@media(max-width:430px){
	    .feed_box_front .p-4 {
        margin-top: -57px !important;
    }
	.feed_box_front .dnt_box{
		padding:10px!important;
	}
	    .feed_box_front h3 {
        font-size: 18px;
    }
	    .feed_box_front p {
        font-size: 11px;
			line-height:normal;
	}
	    .feed_box_back {
        padding: .3rem;
    }
    .feed_box_back .last_feed_img {
        max-height: 90px;
		    margin: -16px -16px 7px;
    }
	.feed_box_back.feedlast .packages {
    padding: 1px 5px;
    font-size: 8px;
}
	    .feed_box_back label {
        padding: 2px 0 5px;
			font-size: 8px;
    }
	.feed_box_back .form-control{
		height: 22px;
	}
	.feed_box_back .form-group span {
   font-size: 16px;
        top: 19px;
        left: 11px;
}
	.feed_box_back .btn-primary {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 3px 0;
}
.feed_box_back>p {
    font-size: 8px;
    margin-bottom: 10px;
	line-height: normal;
}	
    .feed_box {
        height: 320px; /*changed by anand */
    }	
	    .feed_box_back h3 {
        font-size: 9px;
    }
	.feed_box .price {
    min-width: 31px;
    font-size: 10px;
}
.feed_box_back .circle {
    width: 10px!important;
    height: 10px!important;
    min-width: 10px;
    min-height: 10px;
}	
	.feed_box_back .circle:after{
		width: 4px!important;
        height: 4px!important;
        top: 0px!important;
        left: 0px;
	}
	
	.feed_box .description {
    font-size: 8.5px;
    line-height: 115%;
}
.feed_box .circle {
    width: 32px;
    height: 32px;
}
.feed_box .circle:after {
    width: 16px;
    height: 16px;
    top: 5px;
    right: 5px;
}	
	
	
}
















@media(max-width:400px){
	
.feed_box {
        height: 492px;
    }
	    .feed_box_back .last_feed_img {
        max-height: 170px;
    }
	    .feed_box_front .p-4 {
        margin-top: 4px !important;
    }
	
.feed_box_back .package-flex {
        padding: 3px 4px;
    }
	.feed_box_back h3 {
		font-size: 18px;
	}
	.feed_box_back button.close_icon{
		    font-size: 22px;
	}
	
	
		.feed_box_front .dnt_box{
		padding:10px!important;
	}
	    .feed_box_front h3 {
        font-size: 18px;
    }
	
	    .feed_box_back {
        padding: .3rem;
    }
    .feed_box_back .last_feed_img {
        max-height: 90px;
		    margin: -16px -16px 7px;
    }
	.feed_box_back.feedlast .packages {
    padding: 1px 5px;
    font-size: 8px;
}
	    .feed_box_back label {
        padding: 2px 0 5px;
			font-size: 8px;
    }
	.feed_box_back .form-control{
		height: 22px;
	}
	.feed_box_back .form-group span {
   font-size: 16px;
        top: 19px;
        left: 11px;
}
	.feed_box_back .btn-primary {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 3px 0;
}
.feed_box_back>p {
    font-size: 8px;
    margin-bottom: 10px;
	line-height: normal;
}	
    .feed_box {
        height: 270px;
    }	
	    .feed_box_back h3 {
        font-size: 9px;
    }
	.feed_box .price {
    min-width: 31px;
    font-size: 9px;
}
.feed_box_back .circle {
    width: 10px!important;
    height: 10px!important;
    min-width: 10px;
    min-height: 10px;
}	
	.feed_box_back .circle:after{
		width: 4px!important;
        height: 4px!important;
        top: 0px!important;
        left: 0px;
	}
	
	.feed_box .description {
    font-size: 6px;
    line-height: 115%;
}
.feed_box .circle {
    width: 32px;
    height: 32px;
}
.feed_box .circle:after {
    width: 16px;
    height: 16px;
    top: 5px;
    right: 5px;
}

	
}

@media(max-width:380px){
	.feed_box_back .packages .gap-2{
		    gap: .25rem !important;
	}
	    .feed_box .price {
        min-width: 31px;
        font-size: 9px;
    }
	    .feed_box_back .package-flex {
        padding: 3px 4px;
    }
}
@media(max-width:375px){
	.feed_box_back .packages .gap-2{
		    gap: .25rem !important;
	}
	.feed_box_front .dnt_box{
		padding:10px!important;
	}
	    .feed_box_front h3 {
        font-size: 18px;
    }
	    .feed_box_front p {
        font-size: 12px;
			line-height:normal;
	}
	    .feed_box_back {
        padding: .3rem;
    }
    .feed_box_back .last_feed_img {
        max-height: 90px;
		    margin: -16px -16px 7px;
    }
	.feed_box_back.feedlast .packages {
    padding: 1px 5px;
    font-size: 8px;
}
	    .feed_box_back label {
        padding: 2px 0 5px;
			font-size: 8px;
    }
	.feed_box_back .form-control{
		height: 22px;
	}
	.feed_box_back .form-group span {
   font-size: 16px;
        top: 19px;
        left: 11px;
}
	.feed_box_back .btn-primary {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 3px 0;
}
.feed_box_back>p {
    font-size: 8px;
    margin-bottom: 10px;
	line-height: normal;
}	
    .feed_box {
        height: 270px;
    }	
	    .feed_box_back h3 {
        font-size: 9px;
    }
	.feed_box .price {
    min-width: 32px;
    font-size: 10px;
}
.feed_box_back .circle {
    width: 10px!important;
    height: 10px!important;
    min-width: 10px;
    min-height: 10px;
}	
	.feed_box_back .circle:after{
	        width: 4px !important;
        height: 4px !important;
        top: 1px !important;
        left: 1px;
        min-width: 6px;
        min-height: 6px;
	}
	
	.feed_box .description {
    font-size: 6px;
    line-height: 115%;
}
.feed_box .circle {
    width: 32px;
    height: 32px;
}
.feed_box .circle:after {
    width: 16px;
    height: 16px;
    top: 5px;
    right: 5px;
}	
	
	
}

@media(max-width:360px){
	.feed_box_back .packages .gap-2{
		    gap: .25rem !important;
	}
}



@media(max-width:350px){
	.feed_box .description {
		font-size: 8px;
	}
	.slick-prev {
    right: 60px;
}
	.slick-next{
		    right: 7px;
	}
	
	.feed_box_front .dnt_box{
		margin-top:-110px !Important;
	}
}

@media(max-width:330px){
	    .feed_box .description {
        font-size: 8px;
    }
}


@media(min-width:768px){
	.donate_stripe_left{
		padding-right:80px;
	}
}
