
*,body,
html {
	color: #2F3C44;
	font-family: "Poppins", sans-serif;
	border-box:"",
}
a {
	text-decoration: none;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
a:focus,
a:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
@font-face {
	font-family: "Market Web";
	src: url("../fonts/MarketWeb.eot");
	src: url("../fonts/MarketWebd41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/MarketWeb.woff2") format("woff2"),
		url("../fonts/MarketWeb.woff") format("woff"),
		url("../fonts/MarketWeb.svg#MarketWeb") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.container {
	max-width: 1250px;
}
/* to hide uncompiled vuejs templates */
[v-cloak] {
	display: none;
}

/* header css*/
.header_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}
.header_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	padding-top: 34px;
	padding-bottom: 34px;
}
.donate-btn .btn {
	padding: 13px 30px;
	cursor: pointer;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	background: #ffcb1f;
	border: none;
	border-radius: 50px;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	color: #374046;
	text-transform: uppercase;
}
.donate-btn .btn:hover {
	background: #374046;
	color: #fff;
}
.donate-btn .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.enroll-btn .btn {
	padding: 13px 30px !important;
	cursor: pointer;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	background: #374046;
	border: none;
	border-radius: 50px;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	color:#ffcb1f ;
	text-transform: uppercase;
}
.enroll-btn .btn:hover {
	background: #ffcb1f;
	color: #fff;
}
.enroll-btn .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.logo {
	max-width: 135px;
}
/* header css end*/

/* banner css*/
.hero-carousel {
	height: 100vh;
	min-height: 850px;
	overflow: hidden;
}
.hero-carousel > div {
	height: 100vh;
	min-height: 850px;
}
.hero-carousel .item {
	height: 100vh;
	min-height: 850px;
	background-size: cover !important;
	position: relative;
}
.hero-carousel .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(47, 60, 68,0.5);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-carousel .flag-wrap {
	margin-bottom: 16px;
	display: flex;
}
.hero-carousel .flag-wrap img {
	max-width: 51px;
	margin-right: 17px;
}
.hero-carousel .logo-wrap {
	margin-bottom: 16px;
	display: flex;
}
.hero-carousel .logo-wrap img {
	max-width: 188px;
	margin-right: 17px;
}
.hero-carousel .logomob-wrap {
	margin-bottom: 16px;
	display: flex;
}
.hero-carousel .logomob-wrap img {
	max-width: 135px;
	margin-right: 17px;
}

.banner_text {
	position: relative;
	z-index: 2;
	padding-top: 245px;
	max-width: 529px;
}
.banner_text.first-text {
	max-width: 684px;
}
.banner_text.second-text {
}
.banner_text.third-text {
	max-width: 770px;
}
.banner_text.thrid-text h4 {
	max-width: 672px;
}
.banner_text.forth-text {
	max-width: 766px;
}
.banner_text.forth-text h4 {
	max-width: 640px;
}
.banner_text.iftar-text {
	max-width: 553px;
}
.banner_text.iftar-text h4 {
	max-width: 500px;
}
.banner_text.iftarmob-text h4 {
	max-width: 300px;
}
.banner_text.fifth-text {
}
.banner_text.fifth-text h4 {
	max-width: 495px;
}

.banner_text h2 {
	font-size: 65px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}
.banner_text h4 {
	font-size: 30px;
	font-weight: 500;
	color: #ffcb1f;
}
.hero-carousel .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 124px;
	z-index: 2;
	text-align: center;
}
.hero-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.hero-carousel .owl-dot.active {
	background: #ffcb1f;
}

.banner_text .btn {
	padding: 15px;
	margin: 32px 0 0;
	line-height: 1;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 50px;
	font-weight: 500;
	max-width: 168px;
	display: block;
	width: 100%;
	text-align: center;
}

.container.ss-flex {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 2;
	justify-content: space-between;
}
.banner_tright {
	max-width: 350px;
	position: relative;
	z-index: 2;
	transform: rotate(-6deg);
	top: 38px;
}
.owl-carousel .banner_tright img {
	width: auto;
}
.banner_tright h3 {
	font-family: "Market Web";
	font-size: 55px;
	color: #fff;
}

/* banner css end*/

.launch_wrap {
	background: #ffcb1f;
	border-radius: 10px;
	margin-top: -74px;
	position: relative;
	z-index: 3;
	padding: 29px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.launch_wrap h2 {
	color: #2f3c44;
	margin: 0;
	font-size: 35px;
	font-weight: 700;
	margin-right: 35px;
}
.countdown .timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.timer span {
	width: 96px;
	height: 96px;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0 6px;
	font-size: 45px;
	color: #ffcb1f;
	font-weight: 700;
}
.timer span i {
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	color: #2f3c44;
	font-weight: 500;
	display: block;
}

.video_section {
	background: #374046;
	overflow: hidden;
	margin-top: 0px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.video_section .text {
	width: 45%;
	padding: 56px 85px 51px;
}
.video_section .text h2 {
	color: #ffcb1f;
	margin-bottom: 15px;
	font-size: 35px;
	font-weight: 700;
}
.video_section .text p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 18px;
	color: #fff;
}
.video_section .text p:last-child {
	margin-bottom: 0;
}
.video_section .text img {
	margin-bottom: 18px;
}
.video-block {
	width: 55%;
}
.video-block .video-box {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
.video-block .video-box img {
	width: 100%;
	display: block;
}
.video-box .video {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}
.video-box .playpause {
	cursor: pointer;
	position: absolute;
	left: 50%;
	right: 0%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	bottom: 0%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.video-box .playpause i {
	font-size: 140px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
}

.help_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 47px;
	margin-bottom: 65px;
}
.help_slide .item {
	border-radius: 10px;
	overflow: hidden;
}
.help_slide .single-item {
	height: 100%;
	border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
	border: 2px solid #ffcb1f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -100%;
	visibility: hidden;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	left: 0;
	padding: 15px 42px;
	background: #374046;
}
.single-item .flag-img {
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.m-info {
	position: absolute;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	bottom: 0;
	width: 100%;
}
.m-info span {
	color: #fff;
	display: block;
	background: #ffcb1f;
	font-size: 20px;
	padding: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.single-i-text {
	text-align: center;
	padding: 0 15px;
}
.single-i-text h2 {
	font-size: 107px;
	color: #ffcb1f;
	font-weight: 700;
	line-height: 1;
}
.single-i-text p {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #374046;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 0.8rem;
	margin-left: auto;
	margin-right: auto;
}
.single-i-text.sec p {
	max-width: 188px;
}
.overlay h3 {
	font-size: 25px;
	margin-bottom: 15px;
	color: #ffcb1f;
	font-weight: 700;
}
.overlay p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
/*.single-item:hover{border-color:#374046;}
*.single-item:hover .overlay{bottom: 0; visibility: visible; }*/
.help_slide .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.help_slide .item {
	height: 100%;
}

.help_slide .owl-dots {
	position: relative;
	width: 100%;
	margin-top: 24px;
	z-index: 2;
	text-align: center;
}
.help_slide .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #374046;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.help_slide .owl-dot.active {
	background: #ffcb1f;
}

/* partner section css*/
.section_head {
	text-align: center;
}
.section_head h3 {
	font-size: 20px;
	color: #374046;
	text-transform: uppercase;
	font-weight: 700;
}
.section_head h2 {
	font-size: 45px;
	color: #374046;
	font-weight: 700;
}
.partner_wrap {
	padding-top: 61px;
	padding-bottom: 80px;
}
.partner_wrap .section_head {
	margin-bottom: 47px;
}
.partner-logo .item {
	padding: 0 15px;
}
.partner-logo .item img {
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto;
}
.partner-logo .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.partner-logo .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* donation section*/
.nav-pills .nav-item a span {
	max-width: 96px;
}
.donation_tabs_wrap .nav-item {
	background: #ffcb1f;
}
.donation_wrap {
	background: #eaebec;
	padding-top: 84px;
	padding-bottom: 108px;
}
.donation_wrap .container {
	max-width: 830px;
}
.donation_wrap .section_head h2 {
	margin-bottom: 0;
}
.donation_tabs_wrap h4,
.text-success h4 {
	text-align: center;
	margin-bottom: 29px;
	font-size: 25px;
	font-weight: 700;
	color: #374046;
}
.donation_tabs_wrap h4 {
	margin-bottom: 26px;
}
.donation_tabs_wrap h4.complete_pay {
	margin-top: 45px;
}
.donation_tabs_wrap .want_f {
	margin-top: 36px;
	margin-bottom: 26px;
}
.donation_tabs_wrap .mb-a {
	margin-bottom: 20px;
}
.text-success {
	text-align: center;
}
.text-success p {
	color: #374046;
}
.donation_tabs_wrap .nav {
	margin-bottom: 15px;
}
.donation_tabs_wrap .nav-item {
	margin: 0 6.5px;
	width: 186px;
	border-radius: 10px;
	overflow: hidden;
}
.donation_tabs_wrap .nav-item img {
	max-width: 124px;
	width: 100%;
}
.donation_tabs_wrap .nav-item:last-child img {
	width: auto;
	max-width: 100%;
}
.donation_tabs_wrap .nav-item a {
	height: 75px;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	display: block;
	color: #374046;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
	text-transform: uppercase;
	line-height: 16px;
	background: #fff;
}
.donation_tabs_wrap .nav-item a.active {
	background: #ffcb1f;
	color: #fff;
}
.donation_tabs_wrap .nav-item a.btn {
}
.donation_tabs_wrap .nav-item a.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.arrow {
	text-align: center;
}
.arrow a {
	color: #fff;
	text-decoration: none;
	font-size: 45px;
}
.am-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-radio {
	max-width: 128px;
	margin: 0 6.5px 12px;
}

.c-radio [type="radio"]:checked,
.c-radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.c-radio [type="radio"]:checked + label,
.c-radio [type="radio"]:not(:checked) + label {
	position: relative;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	font-size: 37px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.3;
	color: #374046;
	padding: 8px;
	text-align: center;
	width: 128px;
}
.c-radio [type="radio"]:checked + label {
	background: #ffcb1f;
	color: #fff;
}
.c-amount {
	margin: 0 6.5px 12px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.c-amount .form-control {
	background: transparent;
	position: relative;
	z-index: 2;
	padding-left: 50px;
	border: none;
	text-transform: uppercase;
	height: 63px;
	color: #374046;
	font-size: 17px;
	font-weight: 700;
}
.c-amount .form-control::-webkit-input-placeholder {
	color: #000
}
.c-amount .form-control:-ms-input-placeholder {
	color: #000
}
.c-amount .form-control::-moz-placeholder {
	color: #000
}
.c-amount .form-control::-ms-input-placeholder {
	color: #000
}
.c-amount .form-control::placeholder {
	color: #000
}

.c-amount > select {
  color: #000;
}
.c-amount > option:not(:first-of-type) {
  color: black;
}

/*.c-amount .form-control:focus{box-shadow: none; outline: none;}*/
.c-amount .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.form-label {
	color: #000
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: 20px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: text;
	z-index: 1;
	margin: 0;
	transition: all 0.15s ease-in-out 0s;
}

.c-amount .form-control:focus ~ .form-label,
.has-content ~ .form-label {
	top: -1.5em;
	left: 0;
	display: none;
	cursor: pointer;
}
.c-amount:after {
	
	display: none;
	font-size: 37px;
	font-weight: bold;
	color: #374046;
	position: absolute;
	top: 4px;
	left: 23px;
}
:after {
	display: block;
}
.c-amount.has-content:after {
	display: block;
}

.btn:focus {
	box-shadow: none;
	outline: none;
}

.gift_wrap {
	background: #fff;
	position: relative;
	border-radius: 10px;
	margin-top: 33px;
}
.gift_wrap.want_gift {
	margin-top: 0;
}
.t-button {
	position: absolute;
	right: 27px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #afb3b5;
	/*font-size: 47px;*/
}
@media screen and (min-width: 640px) {
	.t-button:hover {
		color: #2F3C44;
	}
	
}
.gift_wrap .content {
	max-width: 620px;
}
.gift_wrap h5 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 13px;
	color: #2f3c44;
}
.gift_wrap h5 strong {
	font-weight: 700;
}
.gift_wrap h5.m-ifo {
	padding: 24px 25px 19px;
	margin: 0;
	position: relative;
}
.gift_wrap .content p {
	font-size: 16px;
	color: #374046;
}
.c-check input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.c-check label {
	margin-top: 10px;
	position: relative;
	cursor: pointer;
	padding-left: 75px;
	padding-top: 11px;
	font-size: 16px;
	min-height: 50px;
	color: #2f3c44;
	font-weight: 400;
}
.c-check label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	background-color: transparent;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #ffcb1f solid 2px;
	border-radius: 10px;
}
.c-check input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 19px;
	width: 13px;
	height: 26px;
	border: solid #374046;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.content.hide {
	display: none;
}

.step_two .sasa787 .c-check label {
	padding-top: 0;
	font-size: 16px;
	color: #2f3c44;
	padding-right: 70px;
}

.step_two p {
	color: #2f3c44;
}
.step_two p a {
	color: #2f3c44;
}
.step_two p a:hover {
	text-decoration: underline;
}
.btn_wrap {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.donation_form_wrap .btn_wrap {
	margin-top: 35px;
}
.donation_form_wrap .step_two .btn_wrap {
	margin-top: 48px;
}

.donation_form_wrap .step_two .btn_wrap .btn {
	max-width: 365px;
}
.btn_wrap .btn {
	padding: 15px;
	margin: 0 10px;
	line-height: 1;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 50px;
	font-weight: 500;
	max-width: 168px;
	display: block;
	width: 100%;
	text-align: center;
}
.btn_wrap .btn span {
	position: absolute;
	font-size: 42px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*#bank-t .btn_wrap .btn span{position: absolute; font-size: 42px; top: 50%; right: auto; left: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
*/
.button-primary {
	background: #ffcb1f;
	color: #374046;
}
.button-primary span {
	color: #fff;
}
.button-primary:hover {
	background: #fff;
	color: #374046;
}
.button-primary:hover span {
	color: #ffcb1f;
}
.button-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.bank_deatil {
	background: #fff;
	border-radius: 10px;
	margin-top: 32px;
	padding: 45px 15px 12px;
	text-align: center;
}
.bank_deatil h6 {
	font-size: 16px;
	font-weight: 700;
	color: #374046;
	margin: 0;
}
.bank_deatil p {
	font-size: 16px;
	color: #374046;
	margin-bottom: 18px;
}
.button-white {
	background: #fff;
	color: #374046;
}
.btn_wrap .button-white span {
	left: 20px;
	color: #ffcb1f;
	right: auto;
}
.button-white:hover {
	background: #ffcb1f;
}
.button-white:hover span {
	color: #fff;
}
.donation_form_wrap .btn_wrap .btn {
	font-size: 24px;
	max-width: 229px;
	padding: 19px 22px;
}
.p-detail {
	margin-top: 33px;
}
.p-detail .form-control {
	padding-left: 24px;
	text-transform: uppercase;
	border: none;
	font-size: 16px;
	color: rgba(47, 60, 68, 0.4);
	font-weight: 600;
	padding-right: 24px;
	height: 75px;
	background: #fff;
	border-radius: 10px;
}
.p-detail .form-control::-webkit-input-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.p-detail .form-control:-ms-input-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.p-detail .form-control::-moz-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.p-detail .form-control::-ms-input-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.p-detail .form-control::placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.p-detail .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.p-detail .select_wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
	position: relative;
	background: transparent;
}
.p-detail .select_wrap {
	position: relative;
	background: #fff;
	border-radius: 10px;
}
.p-detail .select_wrap:after {
	content: "\f107";
	font-size: 32px;
	font-family: "FontAwesome";
	z-index: 1;
	color: rgba(47, 60, 68, 0.4);
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p-detail .input-group-text {
	background: #fff;
	border-radius: 0 10px 10px 0 !important;
	padding-right: 26px;
	border: none;
}

.step_two .select-selected {
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(47, 60, 68, 0.4);
	font-weight: 600;
}
.step_two .select-items {
	max-height: 350px;
	overflow: hidden;
	overflow-y: auto;
}
.p-detail .is-invalid .form-control {
	color: #2f3c44;
}
.p-detail .is-invalid.form-control::-webkit-input-placeholder {
	color: #2f3c44;
}
.p-detail .is-invalid.form-control:-ms-input-placeholder {
	color: #2f3c44;
}
.p-detail .is-invalid.form-control::-moz-placeholder {
	color: #2f3c44;
}
.p-detail .is-invalid.form-control::-ms-input-placeholder {
	color: #2f3c44;
}
.p-detail .is-invalid.form-control::placeholder {
	color: #2f3c44;
}
.custom-in {
	padding-left: 24px;
	width: 100%;
	background: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	color: rgba(47, 60, 68, 0.4);
	font-weight: 600;
	padding-right: 24px;
	height: 75px;
	background: #fff;
	border-radius: 10px;
}
.custom-in {
	background: #fff;
	height: 75px;
	padding: 23px;
	border-radius: 10px;
	color: rgba(47, 60, 68, 0.4);
}

.custom-in input {
	color: rgba(47, 60, 68, 0.4) !important;
}

.custom-in input::-webkit-input-placeholder {
	color: rgba(47, 60, 68, 0.4) !important;
}

.custom-in input::-moz-placeholder {
	color: rgba(47, 60, 68, 0.4) !important;
}

.custom-in input:-ms-input-placeholder {
	color: rgba(47, 60, 68, 0.4) !important;
}
.ElementsApp,
.ElementsApp .InputElement,
input.InputElement.is-complete.Input {
	color: rgba(47, 60, 68, 0.4) !important;
}
.ElementsApp .InputElement.is-invalid {
	color: #eb1c26 !important;
}
.ElementsApp .InputElement::-webkit-input-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.ElementsApp .InputElement:-ms-input-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.ElementsApp .InputElement::-moz-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.ElementsApp .InputElement::-ms-input-placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.ElementsApp .InputElement::placeholder {
	color: rgba(47, 60, 68, 0.4);
}
.ElementsApp .InputElement:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* .custom-in.StripeElement.invalid  {
    background: #FFCB1F;
} */
/* .custom-in.StripeElement.StripeElement--complete{background: #374046} */

.step_finish .btn {
}
.card-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: 25px;
}
.card-img img {
	margin: 0 20px;
}
.step_finish p {
	color: #2f3c44;
	font-size: 16px;
}

/* footer css*/
.footer_wrap {
	background: #2f3c44;
	text-align: center;
	border-bottom: 8px solid #ffcb1f;
	padding-top: 55px;
	padding-bottom: 83px;
}
.social_link {
	padding-left: 0;
	margin-bottom: 46px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social_link li {
	font-size: 28px;
	margin: 0 18.5px;
}
.social_link li a {
	color: #fff;
}
.social_link li a:hover {
	color: #ffcb1f;
}
.footer_wrap p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer_wrap p:last-child {
	margin-bottom: 0;
}
.footer_wrap p a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	padding: 0 5px;
}
.footer_wrap p a:hover {
	color: #ffcb1f;
}

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

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

/* generic page css*/
.generic-page {
	padding-top: 63px;
	padding-bottom: 63px;
}
.page-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-nav li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.page-nav li + li {
	margin-left: 44px;
}
.page-nav li a {
	color: #374046;
	text-decoration: underline;
}
.page-nav li a:hover {
	color: #ffcb1f;
}
.rte h2 {
	font-size: 35px;
	font-weight: 700;
	color: #2f3c44;
	margin-bottom: 31px;
}
.rte h2:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #ffcb1f;
	display: block;
	margin-bottom: 12px;
}
.rte p {
	font-size: 20px;
	color: #374046;
	margin-bottom: 18px;
}
.rte section {
	padding-top: 55px;
	padding-bottom: 62px;
	border-bottom: 1px solid #374046;
}
section#terms {
	padding-top: 0;
}
.rte section:last-child {
	border-bottom: none;
}
.rte section p:last-child {
	margin-bottom: 0;
}
.rte p a {
	text-decoration: none;
	color: #374046;
}
.rte p a:hover {
	text-decoration: underline;
}
.rte ul {
	padding-left: 20px;
}
/*.rte li {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #374046;
}*/

.rte li {
	padding-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 16px;
	color: #374046;
}
.cookies_wrap .container {
	max-width: 1280px;
}
.cookies_wrap {
	background: #ffcb1f;
	z-index: 1111;
	opacity: 0;
	visibility: hidden;
	padding-top: 36px;
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	padding-bottom: 36px;
}
.cookies_wrap.active {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.cookies_text {
	padding-right: 0;
	padding-left: 15px;
}

.cookies_text h2 {
	color: #374046;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}
.cookies_text p {
	color: #374046;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}
.cookies_text p a {
	color: #374046;
	font-weight: 700;
	text-decoration: underline;
}
.cookies_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cookies_btn .btn {
	display: block;
	width: 47.5%;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 13px;
	border-radius: 50px;
}
.cookies_btn .button-primary {
	background: #374046;
	color: #fff;
}
.cookies_btn .button-primary:hover {
	background: #fff;
	color: #374046;
}
.cookies_btn .button-white:hover {
	background: #374046;
	color: #fff;
}
.cookies_btn .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.visible-mob {
	display: none !important;
}
.hidden-mob {
	display: block !important;
}

.pot11 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 992px) {
	.cookies_btn .btn {
		max-width: 229px;
	}
	.launch_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.launch_wrap h2 {
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
		width: 100%;
	}
	.video_section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-radius: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	.video_section .text {
		width: 100%;
	}
	.video-block {
		width: 100%;
	}
	.donation_tabs_wrap .nav-item {
		width: 226px;
	}
	.donation_tabs_wrap .nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cookies_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 32px;
	}
	.cookies_btn .btn ~ .btn {
		margin-left: 22px;
	}
	.video-block .video-box {
		border-radius: 0;
	}
	.erer {
		display: none;
	}
}
.banner_text3 h2 {
	margin-bottom: 14px;
}
.donate-btn .btn {
	padding: 16px 30px;
}

@media screen and (max-width: 767px) {
	.both_pad {
		padding-right: 35px !important;
	}
	.generic-page {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hero-carousel_press.terms_banner .press_relese {
		padding-bottom: 90px;
	}
	.victim_bg::after {
		width: 290px;
		height: 216px;
	}
	.population2 {
		margin-bottom: 101px;
	}
	.visible-mob {
		display: block !important;
	}
	.hidden-mob {
		display: none !important;
	}
	.header_row {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.logo {
		max-width: 75px;
	}
	.donate-btn .btn {
		padding: 16px 30px;
	}
	.header_wrap .donate-btn {
		margin-top: 0;
	}
	.header_wrap .donate-btn .btn {
		padding: 12px 16px;
	}
	.hero-carousel,
	.hero-carousel .item {
		height: 661px;
		min-height: inherit;
	}
	.hero-carousel > div {
		min-height: inherit;
		height: auto;
	}
	.banner_text {
		padding-top: 156px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.second-text h4 {
		max-width: 330px;
	}
	.third-text h4 {
		max-width: 334px;
	}
	.third-text h2 {
		line-height: 1.15;
	}
	.banner_text.fifth-text h4 {
		max-width: 284px;
	}
	.banner_text h2 {
		font-size: 44px;
	}
	.banner_text3 h2 {
		font-size: 45px !important;
		margin-bottom: 16px;
		line-height: 50px;
	}
	.banner_text3 .donate-btn {
		margin-top: 0;
	}
	.banner_text h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.banner_text .btn {
		margin-top: 18px;
	}
	.launch_wrap {
		padding: 18px 15px;
	}
	.launch_wrap h2 {
		font-size: 20px;
	}
	.timer span {
		width: 62px;
		height: 62px;
		font-size: 30px;
	}
	.timer span i {
		font-size: 12px;
	}
	.video_section {
		margin-top: 28px;
	}
	.video_section .text {
		padding: 28px 30px 35px;
	}
	.video-box .playpause i {
		font-size: 80px;
	}
	.partner_wrap {
		padding-top: 39px;
		padding-bottom: 45px;
	}
	.section_head h2 {
		font-size: 30px;
	}
	.donation_tabs_wrap h4 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.donation_tabs_wrap .nav-item {
		width: 100%;
		margin: 0 0 10px;
	}
	.help_slide {
		margin-top: 27px;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.am-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-amount {
		width: 100%;
	}
	.c-radio {
		max-width: 24%;
		width: 24%;
	}
	.c-radio [type="radio"]:checked + label,
	.c-radio [type="radio"]:not(:checked) + label {
		width: 100%;
	}
	.footer_wrap {
		padding-top: 27px;
		padding-bottom: 52px;
	}
	.social_link {
		margin-bottom: 35px;
	}
	.footer_wrap p {
		font-size: 14px;
		margin-bottom: 24px;
	}
	.page-nav li {
		margin-bottom: 5px;
	}
	.page-nav li + li {
		margin-left: 15px;
	}
	.rte h2 {
		font-size: 30px;
	}
	.rte p {
		font-size: 16px;
	}
	.rte section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.c-radio,
	.c-amount {
		margin: 0;
		margin-bottom: 17px;
	}
	.c-amount {
		margin-bottom: 12px;
	}
	.step_one .c-radio [type="radio"]:checked + label,
	.step_one .c-radio [type="radio"]:not(:checked) + label {
		/*font-size: 47px;*/
		padding: 7px;
	}
	.step_one .c-amount .form-control {
		/*font-size: 20px;*/
		padding-left: 55px;
		height: 75px;
	}
	.step_one .form-label {
		top: 23px;
	}
	.step_one .c-amount:after {
		font-size: 30px;
		top: 3px;
	}
	/*.t-button{display: none;}*/
	.content .custom-control-label {
		padding-top: 0;
	}
	.donation_wrap {
		padding-bottom: 91px;
	}
	.cookies_wrap {
		padding-left: 18px;
		padding-right: 18px;
	}
	.generic-page {
		padding-top: 50px;
	}
	.plr-15,
	.banner_text3 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.donation_tabs_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.lotText h5 {
		margin-top: 24px;
		margin-bottom: 5px;
	}
	.donation_tabs_wrap .nav {
		margin-bottom: 0;
	}
	.gift_wrap {
		margin-top: 24px;
	}

	.banner_tright {
		max-width: 161px;
		margin-top: 22px;
		display: none;
	}
	.banner_tright h3 {
		font-size: 28px;
		color: #fff;
	}

	.owl-carousel .banner_tright img {
		max-width: 62px;
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.c-radio {
		width: 48%;
		max-width: 48%;
	}
	.btn_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.btn_wrap .btn {
		margin-bottom: 16px;
		padding: 15px;
	}
	.c-check label {
		padding-top: 0;
	}

	.sasa787 .c-check label {
		text-align: left;
		font-size: 16px;
	}
	.donation_form_wrap .btn_wrap .btn {
		max-width: 100%;
		padding: 12px 22px;
	}
	.gift_wrap h5 {
		font-size: 16px;
	}
	.donation_form_wrap .gift_wrap h5 {
		font-size: 16px;
		padding-right: 82px !important;
	}
	.donation_form_wrap .gift_wrap .acc h5 {
		padding-right: 0 !important;
	}
	.t-button:hover {
		color: #afb3b5;
	}
	.c-check label {
		padding-left: 70px;
	}
}
@media screen and (max-width: 522px) {
	.page-nav li {
		display: block;
		margin-bottom: 8px;
	}
	.page-nav li + li {
		margin-left: 0px;
	}
}

@media screen and (max-width: 480px) {
	.cookies_btn {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.cookies_btn .btn {
		width: 100%;
		margin: 0 auto;
	}
	.cookies_btn .btn ~ .btn {
		margin: 16px auto 0;
	}
	.footer_wrap p a:first-child {
		display: block;
	}
	.mm-hide {
		display: none !important;
	}
}

@media screen and (max-width: 372px) {
	.btn_wrap .btn {
		font-size: 20px;
	}
}

.hero-carousel1 {
	height: 600px;
	overflow: hidden;
}
.hero-carousel1 > div {
	height: 600px;
}
.hero-carousel1 .item {
	height: 600px;
	background-size: cover !important;
	position: relative;
}
.hero-carousel1 .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #2f3c44;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.volunter_wraper {
	text-align: center;
	max-width: 762px;
	margin: 0 auto;
	padding: 0px 10px;
}
.volunter_wraper h6,
.uk_camp h5 {
	margin-top: 49px;
	font-size: 20px;
	font-weight: 600;
	color: #2f3c44;
	border-bottom: 2px solid #ffcb1f;
	display: inline-block;
	line-height: 43px;
	text-transform: uppercase;
}
.volunter_wraper h2 {
	font-size: 45px;
	color: #2f3c44;
	font-weight: 700;
	margin-bottom: 30px;
}
.volunter_wraper p {
	font-size: 16px;
	color: #2f3c44;
	line-height: 20px;
	margin-bottom: 20px;
}
.volunter_wraper p span {
	font-weight: bold;
}
.volunter_wraper p a {
	text-decoration: underline;
	font-weight: 500;
	color: #2f3c44;
}
.m_donation_bg {
	margin-top: 26px;
	margin-bottom: 58px;
	display: flex;
	background-color: #ffcb1f;
	padding: 45px 78px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
}
.donation h3 {
	font-size: 35px;
	font-weight: bold;
	color: #2f3c44;
	margin: 0px;
	padding: 0px;
}
.c-radio2 {
	margin-left: 6px;
}

.c-radio2 [type="radio"]:checked,
.c-radio2 [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.c-radio2 [type="radio"]:checked + label,
.c-radio2 [type="radio"]:not(:checked) + label {
	position: relative;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.3;
	color: #374046;
	padding: 15px;
	text-align: center;
	max-width: 84px;
}
.c-radio2 [type="radio"]:checked + label {
	background: #2f3c44;
	color: #fff;
}

.c-amount2 {
	background: #fff;
	border-radius: 10px;
	position: relative;
	left: 6px;
}
.c-amount2 .form-control {
	background: transparent;
	position: relative;
	z-index: 2;
	padding-left: 35px;
	border: none;
	text-transform: uppercase;
	height: 63px;
	max-width: 151px;
	color: #374046;
	font-size: 24px;
	font-weight: bold;
}
.c-amount2 .form-control::-webkit-input-placeholder {
	color: #000
}
.c-amount2 .form-control:-ms-input-placeholder {
	color: #000
}
.c-amount2 .form-control::-moz-placeholder {
	color: #000
}
.c-amount2 .form-control::-ms-input-placeholder {
	color: #000
}
.c-amount2 .form-control::placeholder {
	color: #000
}
/*.c-amount .form-control:focus{box-shadow: none; outline: none;}*/
.c-amount2 .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.c-amount2 .form-label {
	color: #000
	font-size: 13px;
	position: absolute;
	top: 23px;
	left: 20px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: text;
	z-index: 1;
	margin: 0;
	transition: all 0.15s ease-in-out 0s;
}

.c-amount2 .form-control:focus ~ .form-label,
.has-content ~ .form-label {s
	top: -1.5em;
	left: 0;
	display: none;
	cursor: pointer;
}
.c-amount2:after {
	
	display: none;
	font-size: 10px;
	font-weight: bold;
	color: #374046;
	position: absolute;
	top: 14px;
	left: 19px;
}
:after {
	display: block;
}
.c-amount2.has-content:after {
	display: block;
}

.am-wrap2 {
	display: flex;
	align-items: center;
}

.donate_btn a {
	font-size: 16px;
	background: #2f3c44;
	border-radius: 32px;
	padding: 12px 30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
.donate_btn2 a {
	font-size: 16px;
	background: #2f3c44;
	border-radius: 32px;
	padding: 12px 30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
.donate_btn2 a:hover {
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.m_donation_bg {
		flex-direction: column;
		padding: 17px;
	}
	.donate_btn {
		margin-top: 30px;
	}
	.donation {
		margin-bottom: 14px;
	}
	.c-radio2 [type="radio"]:checked + label,
	.c-radio2 [type="radio"]:not(:checked) + label {
		padding: 13px 9px;
	}
	.c-amount2 .form-control {
		height: 56px;
	}
	.c-amount2 .form-label {
		top: 18px;
	}
	.c-amount2:after {
		top: 10px;
	}
}

@media screen and (max-width: 666px) {
	.m_donation_bg {
		flex-direction: column;
		padding-bottom: 20px;
	}
	.donate_btn {
		margin-top: 20px;
	}
	.donate_btn a {
		display: inline-block;
	}
	.am-wrap2 {
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 288px;
		margin: 0 auto;
	}
	.c-amount2 {
		margin-top: 10px;
		left: 0;
	}
	.c-amount2 .form-control {
		max-width: 100%;
	}
	.donation h3 {
		font-size: 20px;
	}
	.donation_form_wrap .btn_wrap .btn {
		font-size: 21px;
	}
}

.hero-carousel34 {
	height: 600px;
	overflow: hidden;
}
.hero-carousel34 > div {
	height: 600px;
}
.hero-carousel34 .itemss {
	height: 600px;
	background-size: cover !important;
	position: relative;
}
.hero-carousel34 .itemss:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #2f3c44;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-carousel34 .itemss .banner_text {
	padding-top: 420px;
	max-width: none;
}
.issue {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 10px;
	align-items: center;
	flex-direction: column;
}
.issue h2 {
	font-size: 45px;
	color: #2f3c44;
	text-align: center;
	font-weight: bold;
}

.issue span {
	display: block;
	background: #ffcb1f;
	width: 100px;
	height: 2px;
	margin-bottom: 14px;
}
.issue_wraper {
	margin-bottom: 70px;
}

.issue_slide {
	margin-top: 50px;
}
.issue_slide .item img {
	width: 100%;
	height: auto;
}

.issue_slide .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 32px;
	z-index: 2;
	text-align: center;
}
.issue_slide .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.issue_slide .owl-dot.active {
	background: #ffcb1f;
}
.issue_slide .owl-prev {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}
.issue_slide .owl-next {
	right: 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.issue_slide .owl-prev {
	background: url(../img/Group56.svg) top left no-repeat;
	color: transparent;
	width: 23px;
	height: 35px;
}
.issue_slide .owl-next {
	background: url(../img/Group55.svg) top left no-repeat;
	color: transparent;
	width: 23px;
	height: 35px;
}

.poppu_slide .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -51px;
	z-index: 2;
	text-align: center;
}
.poppu_slide .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #2f3c44;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.poppu_slide .owl-dot.active {
	background: #ffcb1f;
}

.vulner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
	color: #2f3c44;
	text-align: center;
}
.vulner.response_p {
	max-width: 1049px;
	margin-top: 15px;
}
.both {
	font-size: 16px;
	line-height: 20px;
	color: #2f3c44;
	padding-right: 10px;
	margin-top: 50px;
	position: relative;
}
.victim_bg {
	background: #ffcb1f;
	padding: 92.5px 0px;
	position: relative;
}
.victim_bg::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/Mask-Group-1.png) center no-repeat;
	background-size: contain;
}
.victim_bg .container {
	position: relative;
	z-index: 11;
}
.population {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.population h1 {
	font-size: 84px;
	font-weight: bold;
	color: #fff;
	line-height: 85px;
}
.population p {
	font-size: 16px;
	text-align: center;
	color: #2f3c44;
	line-height: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 231px;
	margin-bottom: 0;
	font-weight: 500;
}
.population span {
	display: block;
	width: 64px;
	height: 2px;
	background: #fff;
}
.population h1 span {
	display: inline-block;
	width: auto;
	height: auto;
	background: transparent;
}
.issue_slide .item img {
	border-radius: 10px;
}
.uk_wraper img {
	border-radius: 10px;
}
.volunteer_head {
	padding-top: 13px;
	padding-bottom: 10px;
}
.volunteer_donation {
	padding-bottom: 34px;
}

#paypal-button-container {
	width: 50%;
	margin: 0 25%;
}
@media screen and (max-width: 992px) {
	.population {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.nav-pills .nav-item a span {
		max-width: none;
	}
	.m_donation_bg {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 65px;
		margin-top: 54px;
	}
	.donation_slide .m_donation_bg {
		margin-bottom: 32px;
	}
	.issue_wraper {
		margin-bottom: 42px;
	}
	.vulner {
		margin-bottom: 20px;
		text-align: left;
	}
	.both {
		margin-top: 0px;
	}
	.acc {
		flex-direction: column-reverse;
	}
	.sasa787 {
		text-align: left;
		margin-top: 30px;
	}
	.step_two .sasa787 {
		margin-top: 0;
	}

	.hero-carousel34 .itemss {
		background-position: center !important;
	}
	.issue_wraper .col-lg-7.col-md-6 {
		padding: 0;
	}
	.issue_slide .item img {
		border-radius: 0px;
	}
	.issue {
		margin-top: 42px;
		margin-bottom: 10px;
	}
	.poppu_slide .population {
		padding: 56px 50px 60px !important;
	}
	.population p {
		max-width: 205px;
		margin-left: auto;
		margin-right: auto;
	}

	.press_tab .tabcontent .col-md-6 {
		padding: 0;
	}
	.press_tab .col-md-10 {
		padding: 0;
	}
	.lot_life {
		padding-left: 30px;
		padding-right: 30px;
	}
	.volunter_wraper {
		padding: 0 30px;
		margin-bottom: 45px;
	}
	.related {
		padding: 0 15px;
	}
	.uk_wraper img {
		border-radius: 0;
	}
	section.volunteer {
		padding-top: 14px;
	}
	.volunter_wraper h2 {
		margin-bottom: 40px;
	}
	.volunter_wraper h6 {
		margin-bottom: 12px;
	}
	.volunter_wraper p {
		text-align: left;
	}
	.press_relese {
		padding-left: 30px;
		padding-right: 30px;
	}
	.volunteer_donation {
		padding-bottom: 12px;
	}
	.volunteer_donation .m_donation_bg {
		margin-top: 14px;
	}
	.volunteer_head .volunter_wraper {
		margin-bottom: 0;
	}
}

.population2 {
	position: relative;
	background-color: #ffcb1f;
}
.population2::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 375px;
	height: 224px;
	z-index: 1;
	background: url(../img/mobile-ak.png) center no-repeat;
	content: "";
	background-position: center;
	background-size: cover;
	transform: translate(-50%, -50%);
}
.poppu_slide .population {
	padding: 85px 50px;
	width: 100%;
	max-width: none;
	position: relative;
	z-index: 2;
}
.poppu_slide {
	position: relative;
	z-index: 2;
}

.borderr {
	width: 100%;
	background: #374046;
	height: 2px;
	opacity: 0.2;
}
.map {
	text-align: center;
}
.location_cmapaign {
	margin-top: 35px;
}
.uk_wrap {
	margin-bottom: 50px;
}
.location_cmapaign .uk_camp {
	margin-top: 0;
}
.uk_camp {
	text-align: center;
	margin-top: 44px;
	margin-bottom: 35px;
}
.uk_wraper {
	margin-bottom: 50px !important;
	margin: 0 auto;
	display: table;
}

.uk_wraper h5 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #374046;
	margin-bottom: 0;
	margin-top: 22px;
}
.location_cmapaign .uk_camp h5 {
	margin-top: 0;
}
.uk_wraper a {
	color: #374046;
	text-transform: uppercase;
	background: #ffcb1f;
	font-size: 16px;
	padding: 11px 36px;
	border-radius: 32px;
	display: inline-block;
	line-height: 26px;
	margin-top: 17px;
	font-weight: 500;
}

.banner_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffcb1f;
	border-radius: 10px;
	padding: 30px 47px;
	z-index: 111;
	margin-top: -50px;
	position: relative;
	align-items: center;
}
.meet ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.meet ul li {
	display: inline-block;
	color: #374046;
	font-size: 16px;
	font-weight: bold;
	margin-right: 30px;
	line-height: 45px;
	text-align: center;
}
.meet ul li a {
	color: #374046;
	font-size: 16px;
	font-weight: bold;
}
.meet ul li a:hover,
.meet ul li a.active {
	color: #fff;
}
.issue_wraper p {
	color: #2f3c44;
}
section.make_donation,
.location_cmapaign {
	padding-bottom: 1px;
}
@media screen and (max-width: 640px) {
	.banner_part {
		flex-direction: column;
		padding: 0px;
		position: relative;
	}
	.donate_btn2 {
		margin-top: 15px;
	}
	.step_two .sasa787 .c-check label {
		padding-right: 0;
	}
	.step_two .acc {
		padding: 11px 17px 8px;
	}
	.meet {
		width: 100%;
	}
	.meet ul li {
		width: 100%;
		text-align: left;
		padding: 13.4px 20px;
		margin: 0;
		line-height: initial;
	}
	.meet ul li + li {
		border-top: 1px solid #fff;
	}
	.donate_btn2 {
		display: none !important;
	}
}
@media screen and (max-width: 463px) {
	.meet {
		width: 100%;
	}
	.meet ul li {
		width: 100%;
		text-align: left;
		padding: 13.4px 20px;
		margin: 0;
		line-height: initial;
	}
	.meet ul li + li {
		border-top: 1px solid #fff;
	}
	.banner_part {
		padding: 0px;
		position: relative;
	}
	/*    .banner_part:after{position:absolute;width: 100%;height: 1px;background:#fff;content: "";top: 50%;left: 0; }*/
	.donate_btn2 {
		display: none !important;
	}
	.volunter_wraper h2 {
		font-size: 30px !important;
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.volunter_wraper p {
		text-align: left !important;
	}
	.issue h2 {
		font-size: 30px;
	}
	#zoid-paypal-buttons-bcf9cca06a_mdk6mzm6mza {
		min-width: 0;
	}
	#paypal-button-container {
		max-width: 100%;
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.uk_wraper {
		display: block;
	}
	.uk_wraper img {
		width: 100%;
	}
	.uk_wrap .pad_0 {
		padding: 0px 0px;
	}
	.uk_wraper h5 {
		margin-left: 20px;
	}
	.uk_wraper a {
		margin-left: 20px;
	}
}

.menu nav {
}

.menu nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.menu nav ul li {
	display: inline-block;
}

.menu nav a {
	display: block;
	padding: 0;

	text-decoration: none;
}
.menu nav ul li > a {
	padding-top: 13px;
	position: relative;
	padding-bottom: 13px;
	display: block;
}
.menu nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	/*line-height: 65px;*/
}

.menu nav ul li a:hover {
	color: #fff;
}

/*.menu nav ul li ul li a:hover{color: #2F3C44;}*/

/* Hide Dropdowns by Default */
.menu nav ul ul {
	display: none;
	min-width: 225px;
	position: absolute;
	top: auto; /* the height of the main nav */
}
.menu nav ul li:last-child ul {
	min-width: 184px;
}
.menu nav ul .ad {
	position: relative;
	padding: 0px 12px;
}
.menu nav ul .ad:after {
	content: "";
	width: 100px;
	height: 5px;
	background-color: #ffcb1f;
	position: absolute;
	z-index: 1111;
	overflow: hidden;
	bottom: 5px;
	opacity: 0;
}
.menu nav ul .ad:hover a::after {
	opacity: 1;
}

.menu nav ul .ad > a:after {
	content: "";
	width: 100%;
	height: 5px;
	background-color: #ffcb1f;
	position: absolute;
	z-index: 1111;
	overflow: hidden;
	bottom: 0;
	opacity: 0;
}
.black_header .menu nav ul .ad > a:after {
	background: #2f3c44;
}
/* Display Dropdowns on Hover */
@media screen and (min-width: 952px) {
	.menu nav ul li:hover > ul {
		display: inherit;
	}
}

/* Fisrt Tier Dropdown */
.menu nav ul ul li {
	border-bottom: 1px solid rgb(55, 64, 70, 0.2);
	float: none;
	background: #fff;
	display: list-item;
	position: relative;
}
.menu nav ul ul li:last-child {
	border-bottom: none;
}
/*
.menu nav ul li ul li:first-child{ border-radius: 0px 10px 0px 0px !important;overflow: hidden; }
.menu nav ul li ul li:last-child{ border-radius: 0px 0px 10px 10px !important;overflow: hidden; }*/

.menu nav ul ul {
	background-color: #fff;
	padding: 0;
	margin: 0;
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
	z-index: 111;
}
.menu nav ul ul li:hover {
	background: rgba(255, 196, 0, 0.3);
}

.menu nav ul ul li a {
	color: #2f3c44;
	font-weight: 500;
	line-height: initial;
	padding: 10px 17px;
}
.menu nav ul li ul li a:hover {
	color: #2f3c44;
}
/* Second, Third and more Tiers */
.menu nav ul ul ul li {
	position: relative;
	top: -60px;
	left: 170px;
}

.fdfd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu {
	margin-right: 93px;
}

.header__nav-button {
	background: transparent;
	width: 27px;
	margin-right: -2px;
	height: 18px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.header__nav-button:hover,
.header__nav-button:focus {
	outline: none;
}
.header__nav-button > span {
	background: #fff;
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.3s ease-in-out,
		background 0.2s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.header__nav-button > span:nth-child(1) {
	top: 0px;
}
.header__nav-button > span:nth-child(2) {
	top: 8px;
}
.header__nav-button > span:nth-child(3) {
	top: 16px;
}
.header__nav-button.open > span {
	background: #2f3c44;
}
.header__nav-button.open > span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header__nav-button.open > span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.header__nav-button.open > span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.qwee65 {
	display: none;
}
.menu-logo {
	display: none;
}
.black_header .header__nav-button > span {
	background: #2f3c44;
}
.header_wrap a.desk-logo.y-logo {
	display: none;
}
.header_wrap.black_header a.desk-logo {
	display: none;
}
.header_wrap.black_header a.desk-logo.y-logo {
	display: block;
}
@media screen and (max-width: 952px) {
	/*    .menu{display: none !important;}*/
	.qwee65 {
		display: block !important;
	}
	.logo {
		max-width: 75px;
	}

	.header_row {
		padding-top: 25px;
		padding-bottom: 18px;
	}
	.header_row.active {
		position: fixed;
		width: 100%;
		left: 0;
		padding: 25px 30px 18px;
	}
	.header_wrap .fdfd .donate-btn .btn {
		padding: 13.5px 30px;
	}
	.header_row.active .logo .desk-logo {
		display: none;
	}

	.black_header .header_row.active .logo a.desk-logo.y-logo {
		display: none;
	}
	.header_row.active .logo .menu-logo {
		display: block;
	}
	.fdfd {
		display: block;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		height: 100%;
		top: 0;
		z-index: 22;
		overflow: hidden;
		overflow-y: auto;
		background: #ffcb1f;
		left: -100%;
		width: 100%;
		padding-top: 113px;
		transition: 0.5s ease all;
		padding-left: 30px;
		padding-right: 30px;
	}
	.header_row.active:before {
		background: #ffcb1f;
		content: "";
		width: 100%;
		z-index: 222;
		position: absolute;
		bottom: 0;
		display: block;
		margin: 0 auto;
		height: 100%;
	}
	.header_row.active:after {
		width: calc(100% - 60px);
		content: "";
		z-index: 222;
		position: absolute;
		bottom: 0;
		display: block;
		margin: 0 auto;
		height: 2px;
		background: rgba(255, 255, 255, 0.5);
		display: block;
	}
	.menu {
		padding-top: 3px;
	}
	.header_wrap .donate-btn {
		margin-top: 0;
	}
	.fdfd.active .donate-btn .btn {
		color: #fff;
		background: #2f3c44;
		margin-top: 22px;
	}
	.header_row.active .logo {
		z-index: 2224;
		position: relative;
	}
	.fdfd.active {
		left: 0;
	}
	.header_row.active .header__nav-button {
		z-index: 222;
	}
	.header__nav-button {
		display: block;
	}
	.menu {
		margin-right: 0;
	}
	.menu nav ul li {
		display: block;
	}
	.menu nav ul ul {
		display: none;
		min-width: 100%;
		position: relative;
		top: auto;
	}
	.menu nav ul li a {
		line-height: initial;
		padding: 14px 0;
	}
	.sdwe {
		display: block !important;
	}
	.header_row {
		align-items: center !important;
	}

	.menu nav ul li a {
		color: #2f3c44;
	}
	.menu nav ul li a:hover. .menu nav ul li a:focus {
		color: #2F3C44;
	}
	.menu nav ul .ad:after {
		display: none;
	}
	.menu nav ul li > a:after {
		content: "";
		width: 60px;
		height: 4px;
		background: #2f3c44;
		display: block;
		position: absolute;
		display: none;
		margin-top: 10px;
	}
	.menu nav ul li li a:after {
		display: none;
	}
	.nav_element {
		display: block;
		position: relative;
	}
	.nav_element:before {
		content: "";
		font-size: 28px;
		font-family: "FontAwesome";
		color: #2f3c44;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		display: block;
	}
	.nav_element.open:before {
		transform: rotate(180deg) translateY(50%);
		color: #fff;
	}
	.menu nav ul li > a.open:after {
		opacity: 1;
		background: #2f3c44;
		display: block;
		max-width: 52px;
	}
	.menu nav ul ul.openul {
		/*display: block !important;*/
		margin-bottom: 8px;
	}
	.menu nav ul li:last-child ul {
		border-radius: 0 10px 10px 10px;
	}
	.menu nav ul .ad {
		position: relative;
		padding: 0px;
	}
	.menu nav ul li ul li a:hover,
	.menu nav ul li a:hover {
		color: #2f3c44;
	}
	.donate-btn {
		margin-top: 27px;
	}
}

.sdwe {
	display: none;
}

.header a {
	display: block;
	width: 28px;
	height: 18px;
	top: 41%;
	right: 2%;
	position: absolute;
}
.header a:before,
.header a:after {
	content: "";
	display: block;
	background: #fff;
	height: 2px;
}
.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 0px 50px 50px 50px;
}

.make_donation2 {
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.section_head span {
	width: 286px;
	display: block;
	margin: 0 auto;
	height: 2px;
	background-color: #ffcb1f;
	text-align: center;
	margin-bottom: 20px;
}

.hero-carousel_press {
	height: 600px;
	overflow: hidden;
	background: #ffcb1f;
}
.hero-carousel_press > div {
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.hero-carousel_press .item {
	height: 600px;
	background-size: cover !important;
	position: relative;
}
.hero-carousel_press .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #2f3c44;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.press_relese h1 {
	font-size: 65px;
	font-weight: bold;
	line-height: 75px;
	color: #2f3c44;
	max-width: 630px;
	width: 100%;
}
.press_relese p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.press_relese p span {
	margin: 0px 10px;
}
.press_relese {
	padding-bottom: 100px;
}

/* Style the tab */
.tab {
	float: left;

	width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
	display: block;
	background: none;
	color: #2f3c44;
	padding: 12px 0px;
	position: relative;

	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 20px;
	font-weight: 600;
}

.tab button:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 84px;
	height: 1px;
	content: "";
	background: #ffcb1f;
}

.wewew .dropbtn span {
	margin-left: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current "tab button" class */
.tab button.active {
}

.tab ul li {
	position: relative;
}
.tab ul li:after {
	background: #ffcb1f !important;
	position: absolute;
	width: 85px;
	height: 2px;
	bottom: 0;
	left: 0;
	content: "";
}
/* Style the links inside the tab */
.tab a {
	display: block;
	background: none;
	color: #2f3c44;
	padding: 12px 0px;

	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 20px;
	font-weight: 600;
}

/* Change background color of links on hover */
.tab a:hover {
}

/* Create an active/current "tab links" class */
.tab a.active {
}

/* Style the tab content */
.tabcontent {
	padding: 0px 12px;

	width: 100%;
	border-left: none;
}

.lot_life {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.press_related .lot_life {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}
.lotText h5 {
	font-size: 20px;
	margin-top: 23px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #2f3c44;
	text-transform: uppercase;
}
.press_related .lotText h5 {
	margin-top: 18px;
}
.lotText p {
	font-size: 16px;
	font-weight: 600;
	color: #ffcb1f;
	margin-top: 3px;
	text-transform: uppercase;
}
.read_more a {
	color: #2f3c44;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	padding: 12px 38px;
	background-color: #ffcb1f;
	border-radius: 32px;
	display: inline-block;
	text-transform: uppercase;
}
.lotText p span {
	margin: 0 5px;
	text-align: center;
	display: inline-block;
}
.press_tab {
	padding: 100px 0px;
}
.press_inner_wrap {
	padding-top: 95px;
}
.press_wrap img {
	width: 100%;
	border-radius: 10px;
}
.press_inner_wrap .img-radius {
	border-radius: 10px;
}
.press_inner_wrap .both {
	margin-top: 0;
}

@media screen and (max-width: 1200px) {
	.lot_life {
		display: block !important;
	}
	.read_more {
		margin-top: 21px;
	}
}
@media screen and (max-width: 992px) {
	.child_wraper .social_icons {
		margin-bottom: 60px;
	}
	.volunter_wraper {
		max-width: 100%;
	}
}
@media screen and (max-width: 521px) {
	.social_icons {
		display: block !important;
	}
	.social_icons ul {
		margin-bottom: 30px !important;
	}
	/*.wq{justify-content: center;}*/
}

@media screen and (max-width: 767px) {
	.btn_wrap .btn span {
		font-size: 24px;
	}
	.header_wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.issue_slide .owl-dots {
		bottom: 25px;
	}
	/*	.btn_wrap .btn{max-width: none;}*/
	.social_icons {
		margin-bottom: 50px;
	}
	.wewew {
		display: block !important;
	}
	.press_tab {
		padding: 52px 0px 30px;
	}
	.wewew {
		padding-left: 15px;
		padding-right: 15px;
	}
	.press_inner_wrap {
		padding-top: 50px;
	}
	.press_inner_wrap .child_wraper img {
		margin-bottom: 36px;
	}
	.press_inner_wrap .child_wraper .both img {
		margin-bottom: 0;
	}
	.m-space-0 {
		padding: 0;
	}
	.m-space-0 .both {
		padding-left: 30px;
		padding-right: 30px;
	}
	.child_wraper img {
		margin-bottom: 35px;
	}
	.press_inner_wrap .img-radius {
		border-radius: 0;
	}
	.location_cmapaign {
		margin-top: 25px;
	}
}

.wewew {
	display: none;
}

.dropbtn {
	background-color: #3498db;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown {
	margin-bottom: 30px;
}
.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

.black_header .btn {
	background: #2f3c44 !important;
	color: #fff;
}
.black_header .menu nav ul li a {
	color: #2f3c44;
}
.black_header .menu nav ul .ad:after {
	background: #2f3c44 !important;
}

.banner_text3 {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 96px;
}
.banner_text3 h2 {
	font-size: 65px;
	color: #fff;
	font-weight: 700;
}

.asasa {
	margin: 0 !important;
	padding-left: 20px;
}
.asasa li {
	font-size: 16px;
	line-height: 20px;
	padding-left: 30px;
	color: #2f3c44;
	margin-bottom: 20px;
}

.related {
	text-align: left !important;
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
}
.press_related .related {
	margin-bottom: 26px;
}
.related h6 {
	margin-top: 0px;
	width: 100%;
}
.col-lg-4.press_related {
	position: relative;
	top: -13px;
}
.press_related .related h6 {
	margin-bottom: 0;
}
.child_wraper img {
	margin-bottom: 45px;
}

.social_icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 2px solid #ffcb1f;
	padding-top: 30px;
	margin-top: 30px;
}
.social_icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.social_icons ul li {
	display: inline-block;
	margin-right: 25px;
}
.social_icons ul li a img {
	margin-bottom: 0;
}
.social_icons ul li a {
	color: #2f3c44;
	font-weight: 700;
}

.mm-navbar__title > span {
	color: #2f3c44;
}
.mm-listitem:hover {
	background: rgba(255, 196, 0, 0.3) !important;
	color: #2f3c44;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	font-size: 16px;
}

/*
.mm-wrapper_opened    .header a:after{background:#2F3C44; }
.mm-wrapper_opened    .header a:before{background:#2F3C44; }
.mm-wrapper_opened    .header a span{background:#2F3C44; }


.mm-wrapper_opened .mm-wrapper__blocker{ left: -53px;
    width: 30px;
    top: 9px;
    background:transparent;
    height: 20px;
    opacity: 0.2;}
*/

/*.header__nav-button {background: transparent; width: 25px; margin-left: 0; height: 18px;border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;display: block; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.header__nav-button:hover, .header__nav-button:focus {  outline: none; }
.header__nav-button > span {   background: #fff; display: block; position: absolute; height: 2px; width: 100%; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);   -webkit-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   -o-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1); }
.header__nav-button > span:nth-child(1) { top: 0px; }
.header__nav-button > span:nth-child(2) { top: 7px; }
.header__nav-button > span:nth-child(3) {top: 14px; }*/
.mm-wrapper_opened .header__nav-button > span:nth-child(1) {
	height: 2px;
	top: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mm-wrapper_opened .header__nav-button > span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.mm-wrapper_opened .header__nav-button > span:nth-child(3) {
	height: 2px;
	top: 7px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*.mm-wrapper_opened .header__nav-button{left:40px !important;position: absolute;margin-top: -10px;}
.mm-wrapper_opened .header__nav-button > span{background:#FFCB1F; }
*/

.acc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
	border-bottom: 1px solid #eaebec;
}
.step_one .acc {
	padding: 19px 25px;
}

.custom-select {
	position: relative;
	display: block;
	font-family: Arial;
	padding: 25px 0px;
	border: none;
	height: 76px;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 2%);
}

.custom-select select {
	display: none; /*hide original SELECT element:*/
}

.select-selected {
	background-color: #fff;
	margin-top: -25px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	top: 50%;
	color: #afb3b5;
	/*font-size: 47px;*/
	right: 27px;
	content: "\f107";
	font-family: "FontAwesome";
	z-index: 1;
	display: block;
	transform: translateY(-50%);
}
.lot_life .read_more {
	min-width: 168px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #2f3c44;
	font-size: 16px;
	padding: 25px 25px;
	border-radius: 0;
	font-weight: 400;
	border: 1px solid transparent;
	font-family: "Poppins", sans-serif;

	cursor: pointer;
	user-select: none;
}
.select-selected {
	border-radius: 10px;
	text-transform: inherit;
}
.select-selected:hover::after {
	color: #2F3C44;
}
.select-selected.select-arrow-active {
	border-radius: 10px 10px 0 0;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.select-selected.select-arrow-active + .select-items div {
	border-color: rgba(47, 60, 68, 0.25) transparent transparent transparent;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #fff;
	margin-top: 0px;
	left: 0;
	display: block;
	right: 0;
	z-index: 99;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 2%);
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background: rgba(255, 196, 0, 0.3);
}

.memory {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}
.memory .yes_btn {
	font-weight: 600;
	max-width: 186px;
	border-radius: 10px;
	margin-bottom: 20px !important;
	margin-top: 10px;
	line-height: 16px;
	background: #fff;
	color: #374046;
	margin: 0px 5px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 27px 0px;
	font-size: 16px;
}
.memory .yes_btn:hover {
	color: #fff;
	background-color: #ffcb1f;
}
.memory .active {
	color: #fff !important;
	background-color: #ffcb1f !important;
}

.donation_memory input::placeholder {
	color: #afb3b5;
}

.donation_memory input:-ms-input-placeholder {
	color: #afb3b5;
}

.donation_memory input::-ms-input-placeholder {
	color: #afb3b5;
}

.donation_memory {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.donation_memory input {
	border: none;
	width: 100%;
	outline: none;
	padding: 25px 0px 25px 28px;
	border-radius: 10px;
	font-size: 16px;
	color: #afb3b5;
}
.donation_memory input::placeholder {
	color: #afb3b5;
}

.donation_memory input:-ms-input-placeholder {
	color: #afb3b5;
}

.donation_memory input::-ms-input-placeholder {
	color: #afb3b5;
}
.wq {
	display: flex;
	align-items: center;
}
.wq img {
	margin-right: 20px;
	margin-bottom: 0px;
}
.wq a {
	color: #2f3c44;
	font-weight: 500;
}

.you_donate {
	background-color: #fff;
	text-align: center;
	padding: 33px 19px;
	width: 100%;
	border-radius: 10px;
	max-width: 775px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 2%);
}
.you_donate p {
	font-size: 16px;
	color: #2f3c44;
	line-height: 20px;
	max-width: 681px;
	margin: 0 auto 20px;
}
.you_donate p:last-child {
	margin-bottom: 0;
}
.pos {
	position: relative;
}

.step_no {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 388px;
	margin: 30px auto 50px auto;
}
.step_no:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
	top: 50%;
}
.step_no span {
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #ffcb1f;
	line-height: 45px;
	border-radius: 50%;
	z-index: 11 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: #fff;
}

.step_one .step_no span:first-child {
	background: #ffcb1f !important;
	color: #fff;
}
.step_two .step_no span:nth-child(2) {
	background: #ffcb1f !important;
	color: #fff;
}
.step_three .step_no span:last-child {
	background: #ffcb1f;
	color: #fff;
}

.step_no span:first-child {
	position: relative;
}
.step_no span:first-child:after {
	position: absolute;
	z-index: 1;
	left: 36px;
	height: 1px;
	background: #2F3C44;
	content: "";
	display: block;
}

.svg-icon {
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
	fill: #0a4698;
	stroke: #0a4698;
}
.svg-icon circle {
	stroke: #1569a5;
	fill: #198aea;
	stroke-width: 1;
}

.dogras-world-map {
	position: relative;
	display: block;
	margin: 0 auto;
}
.dogras-world-map img {
	max-width: 100%;
}

.map-location {
	position: absolute;
	margin-left: -12px;
	color: #323232;
}
.map-location .dogras-location-bubble {
	width: 341px;
	opacity: 1;
	position: absolute;
	top: 70px;
	left: -80px;
	display: block;
	text-align: center;
	margin-left: -65px;
	padding: 13px 36px 25px;
	transform: rotateY(180deg);
	transition: 0.5s;
	transform-style: preserve-3d;
	pointer-events: none;
	background: #ffcb1f;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.map-location .dogras-location-bubble {
	/*animation:  1s cubic-bezier(.58,.1,.58,.7) infinite alternate;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@keyframes a {
	0%,
	5% {
		transform: translate3d(0, 2px, 0) scale(1);
	}
	to {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 5px 6px rgba(0, 0, 0, 0.2);
		transform: translate3d(0, -3px, 0) scale(1);
	}
}
.map-location .dogras-location-bubble:/*before*/ {
	content: "";
	position: absolute;
	top: 100%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	margin-left: -8px;
	border-width: 8px 8px 0;
	border-color: rgba(255, 255, 255, 1) transparent;
}
.map-location .dogras-location-bubble:/*after*/ {
	margin-left: -6px;
	border-width: 6px 6px 0;
	border-color: #fff transparent;
}
.map-location .dogras-location-bubble.active {
	background: rgba(255, 255, 255, 1);
}
.map-location .dogras-location-bubble.active svg path {
	fill: #198aea;
	stroke: #1569a5;
}
.map-location .dogras-location-name {
	font-size: 20px;
	color: #374046;
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
}
.map-location .dogras-location-desc {
	font-size: 16px;
	color: #374046;
	font-weight: 500;
	line-height: 20px;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
}
.map-location span {
	display: block;
	height: 2px;
	width: 100px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}

.pin-india-chandigarh {
	top: 37%;
	left: 49%;
}
.pin-usa {
	top: 35%;
	left: 75%;
}
.pin-australia {
	top: 45%;
	left: 53.3%;
}
.pin-japan {
	top: 50%;
	left: 61%;
}
.pin-brazil {
	top: 56%;
	left: 47%;
}
.pin-germany {
	top: 48%;
	left: 56.5%;
}
/*.pin-russia { top:95%; left:34%;}
.pin-canada { top:70%; left:50%;}*/

path {
	fill: #eaebec;
	stroke: transparent;
}
path:hover {
}

.svg-icon {
	position: relative !important;
	display: inline-block;
}
.dogras-location-bubble {
	position: absolute !important;
}
/*.dogras-location-bubble{display: none !important;}*/
.svg-icon:hover .dogras-location-bubble {
	z-index: 111;
}
.svg-icon img:first-child {
	display: none !important;
}
.svg-icon:hover img:first-child {
	display: block !important;
}
.svg-icon img:nth-child(2) {
	display: block !important;
}
.svg-icon:hover img:nth-child(2) {
	display: none !important;
}
.map-location.active .svg-icon img:first-child {
	display: block !important;
}
.map-location.active .svg-icon img:nth-child(2) {
	display: none !important;
}
.map-location .svg-icon:hover .dogras-location-bubble {
	transform: none;
	transition: 0.5s;
	transform-style: preserve-3d;
	pointer-events: inherit;
	opacity: 1;
}

.ssdsw svg {
	width: 100%;
	display: b;
}

.hide {
	display: none;
}

.popup-trigger {
	padding: 0px 10px;
	right: 2rem;
	z-index: 111;
	margin: 0 auto;
	text-align: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 96px;
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	min-width: 96px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50%;
	background: #2f3c44;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
	transition: 300ms all;
}

.popup-trigger:hover {
	opacity: 1;
	color: #fff;
}

.popup {
	position: relative;
	left: 0;
	bottom: 0;
	height: 100%;
	/* z-index: 1000; */
	width: 100%;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: 500ms all;
}

.popup.is-visible {
	opacity: 1;
	visibility: visible;
	transition: 1s all;
	display: block;
}

.popup-container {
	transform: translateX(50%);
	z-index: -1;
	transition: 500ms all;
	position: relative;
	display: flex;
	padding: 24px 90px 24px 24px;
	width: 415px;
	margin-left: auto;
	top: 5%;
	right: -42px;
	z-index: 11;

	background: #f2f3f3;
	border-radius: 10px;
	text-align: center;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
	transform: translateX(0);
	transition: 500ms all;
}

.popup-container .img-replace {
	position: absolute;
	top: 31px;
	font-size: 22px;
	right: 60px;
	width: 30px;
	color: #2f3c44;
	height: 30px;
}

/* .popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color:#35a785;
  transition:300ms all;
} */

.chat_popup {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 50;
}
.chat_donate {
	background: #ffcb1f;
	color: #2f3c44;
	display: block;
	font-size: 16px;
	padding: 16px 0px;
	max-width: 129px;
	width: 100%;
	border-radius: 32px;
	line-height: 1;
	margin-right: 18px;
	font-weight: 500;
}
.chat_donate:hover {
	color: #fff !important;
	background: #374046;
}
.chat_btn {
}

.chang_amut {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #2f3c44;
	padding: 29px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.chang_amut p {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.chang_amut h6 {
	padding: 0;
	margin: 0;
}
.chang_amut h6 a {
	color: #ffcb1f;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.borderr.mt-7 {
	margin-top: 73px;
}

.sticky {
	position: fixed;
	width: 100%;
	max-width: 1220px;
	top: 0;
	margin-top: 0;
}

.sticky + .content {
	padding-top: 102px;
}

.both_pad {
	padding-right: 100px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #ffcb1f;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 30px;
}

.sidenav a {
	text-decoration: none;
	font-size: 25px;
	color: #2f3c44;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	font-size: 36px;
}

.pr-55 {
	padding-right: 45px;
}

/*.title .select-items div, .select-selected{ padding-left: 24px;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    color: rgba(55,64,70,0.4);
    font-weight: 600;
    padding-right: 24px;
    height: 75px;
    background: #fff;
    border-radius: 10px;}*/
.select-selected {
	text-transform: inherit;
}
.child_wp {
	padding-top: 12px;
}
.child_wp .issue span {
	width: 120px;
}
.child_issue .row {
	padding-top: 15px;
}
.child_issue {
	margin-bottom: 53px;
}
.child_issue2 .row {
	padding-top: 15px;
}
.issue_wraper .both {
	max-width: 478px;
}
.issue_wraper .both.qt-wrap {
	height: calc(100% - 50px);
	position: relative;
	display: flex;
}
.issue_wraper blockquote {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	color: #2f3c44;
	padding-top: 0;
	position: relative;
	padding-bottom: 0;
	z-index: 2;
}
.issue_wraper .both.qt-wrap:before {
	content: "";
	width: 189px;
	height: 111px;
	background: url(../img/quote1.svg);
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
.bq-wrap {
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.issue_wraper .both.qt-wrap:after {
	content: "";
	width: 189px;
	height: 111px;
	background: url(../img/quote2.svg);
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
.issue_wraper blockquote + cite {
	font-style: normal;
	line-height: 1;
	color: #2f3c44;
}
.issue_wraper blockquote + cite strong {
	display: block;
}

/* terms page css*/
.hero-carousel_press.terms_banner {
	background: #2f3c44;
}
.terms_banner .press_relese h1 {
	color: #fff;
	max-width: 100%;
}

.t-button .rotated {
	color: #2F3C44;
}

.vs__search,
.vs__search:focus,
.vs__selected {
	font-size: 16px;
	font-family: "Poppins", sans-serif !important;
	color: #2f3c44 !important;
}
.vs__dropdown-toggle {
	border: none !important;
	padding: 0 24px !important;
	background: #fff !important;
	border-radius: 10px !important;
}
#vs1__listbox li,
#vs2__listbox li,
#vs3__listbox li {
	font-size: 24px;
	padding: 26px 24px;
	font-size: 16px;
	font-family: "Poppins", sans-serif !important;
	color: #2f3c44 !important;
	font-weight: 500;
	border-top: 1px solid rgba(47, 60, 68, 0.25);
}
.vs--open .vs__dropdown-toggle {
	border-radius: 10px 10px 0 0 !important;
}
#vs1__listbox li:hover,
#vs1__listbox li:focus,
#vs2__listbox li:hover,
#vs2__listbox li:focus,
#vs3__listbox li:hover,
#vs3__listbox li:focus {
	background: rgba(255, 230, 31, 30%) !important;
}
.vs__open-indicator {
	fill: #afb3b5 !important;
}
.vs__open-indicator path,
.t-button .fas path {
	fill: #afb3b5 !important;
}
.custom-select {
	background: #fff !important;
	padding: 0;
}
.vs__open-indicator,
.t-button .fas {
	fill: #afb3b5 !important;
	transform: scale(2.1) !important;
	transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
	transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.vs--open .vs__open-indicator,
.t-button .fas.rotated {
	fill: #afb3b5 !important;
	transform: rotate(180deg) scale(2.1) !important;
}

.vs__dropdown-option--highlight {
	background: rgba(255, 230, 31, 30%) !important;
	color: #2f3c44 !important;
}
.vs__dropdown-menu {
	border: none !important;
	padding: 0 !important;
	border-radius: 0 0 10px 10px !important;
}
.vs__actions {
	cursor: pointer !important;
}
/*.vs__actions:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 47px;
    color: #AFB3B5;
    top: 50%;
    position: absolute;
    right: 27px;
    transform: translateY(-50%);
}*/
.vs__actions {
	display: flex;
	align-items: center;
	/* padding: 0 26px 0 3px !important;*/
}

.vs__dropdown-option {
	white-space: normal !important;
}
.vs__dropdown-toggle {
	align-items: center;
	height: 78px !important;
}
.vs__selected-options {
	display: block !important;
}
.vs__selected {
	display: inline-block !important;
	margin: 0 !important;
}
.v-select.vs--single.vs--searchable .vs__selected-options {
	display: flex !important;
	flex-wrap: nowrap !important;
}
.vs--single.vs--open .vs__selected {
	position: relative !important;
	opacity: 1 !important;
}

.step_two .vs__selected,
.step_two .vs__search {
	font-size: 16px !important;
	color: rgba(47, 60, 68, 0.4) !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.step_two .vs__search::placeholder {
	font-size: 16px !important;
	color: rgba(47, 60, 68, 0.4) !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.step_two .vs__search:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 16px !important;
	color: rgba(47, 60, 68, 0.4) !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.step_two .vs__search::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 16px !important;
	color: rgba(47, 60, 68, 0.4) !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.step_two .vs__selected-options {
	padding: 0 !important;
}
.bg-transparent {
	background: transparent !important;
	border-radius: 0;
}

@media screen and (max-width: 1300px) {
	.sticky {
		width: calc(100% - 30px);
		left: 50%;
		transform: translateX(-50%);
	}

	.issue_wraper blockquote {
		font-size: 24px;
		font-weight: 700;
		line-height: 30px;
		color: #2f3c44;
		padding-top: 0;
		position: relative;
		padding-bottom: 0;
		z-index: 2;
	}
}

@media screen and (max-width: 992px) {
	.issue_wraper blockquote {
		font-size: 19px;
		font-weight: 700;
		line-height: 24px;
		color: #2f3c44;
		padding-top: 0;
		position: relative;
		padding-bottom: 0;
		z-index: 2;
	}
	.issue_wraper .both:after,
	.issue_wraper .both:before {
		width: 113px;
		height: 67px;
	}
}

@media screen and (max-width: 767px) {
	.step_one .acc {
		align-items: flex-start;
	}
	.press_wrap img {
		border-radius: 0px;
	}
	.press_relese h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.press_relese {
		padding-bottom: 50px;
	}
	.issue span {
		margin-bottom: 16px;
	}
	.borderr.mt-7 {
		margin-top: 46px;
	}
	.issue_wraper .both {
		max-width: 100%;
	}
	.both_pad {
		padding-right: 15px !important;
		padding-left: 15px;
	}
	.issue_slide {
		margin-top: 25px;
	}
	.issue_wraper {
		margin-bottom: 46px;
	}
	.pin-japan {
		top: 48%;
		left: 67%;
	}
	.dogras-world-map img {
		max-width: 24px;
	}
	.pin-india-chandigarh {
		top: 34%;
		left: 49%;
	}
	.pin-australia {
		top: 41%;
		left: 54%;
	}
	.pin-germany {
		top: 44%;
		left: 60%;
	}
	.pin-brazil {
		top: 57%;
		left: 47%;
	}
	.map-location .dogras-location-bubble {
		width: auto;
		padding: 13px 20px;
		border-radius: 5px;
		top: 115%;
		left: 50%;
		min-width: 196px;
	}
	.map-location .dogras-location-name {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.8;
		text-transform: uppercase;
	}
	.map-location .dogras-location-desc {
		font-size: 11px;
		font-weight: 300;
		line-height: 1.4;
		max-width: 280px;
		text-align: center;
		margin: 0 auto;
	}
	.map-location span {
		margin-top: 3px;
		margin-bottom: 9px;
	}
	.uk_wrap {
		margin-bottom: 20px;
	}
	.uk_wraper {
		margin-bottom: 45px !important;
	}
	.pr-55 {
		padding-right: 15px;
	}
	.container.plr-15 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.chang_amut p {
		line-height: 18px;
	}
	.banner_part.sticky {
		width: calc(100% - 60px);
	}
	.header_wrap .fdfd .donate-btn .btn {
		padding: 13.5px 30px;
	}
	.asasa {
		padding-left: 30px;
	}
	.wq img {
		margin-right: 10px;
	}
	.child_wraper .social_icons {
		padding-top: 24px;
	}
	.press_related .press_wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
	.press_related .lot_life {
		padding-left: 30px;
		padding-right: 30px;
	}
	.press_related .related {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.world-map .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.step_no {
		margin: 24px auto 40px auto;
	}
	.step_one .acc {
		padding: 26px 25px 19px;
	}
	.stet_two .form-group {
		margin-bottom: 13px;
	}
	.donation_tabs_wrap h4.complete_pay {
		margin-top: 35px;
	}
	.p-detail {
		margin-top: 23px;
	}
	.card-img {
		margin-top: 30px;
		margin-bottom: 43px;
	}
	.col-lg-4.press_related {
		position: relative;
		top: 0;
	}
	.child_issue .row,
	.child_issue2 .row {
		padding-top: 0;
	}
	.hero-carousel .owl-dots {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 113px;
		z-index: 2;
		text-align: center;
		transform: translateY(50%);
	}
	.donation_slide {
		margin-top: -128px;
	}
	section.camp_space {
		padding-top: 22px;
		padding-bottom: 5px;
	}
	.bq-wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 620px) {
	.chang_amut {
		display: block;
		padding: 25px 29px;
	}
	.chang_amut h6 {
		margin: 0;
		margin-top: 17px !important;
	}
	.chang_amut p {
		max-width: 266px;
	}
	.select-selected {
		font-size: 16px;
		color: #2f3c44;
		font-weight: 400;
		padding: 15px 43px 15px 25px;
	}
	.sticky {
		top: 25px;
	}
	.step_two .select-selected {
		font-size: 20px;
		color: rgba(47, 60, 68, 0.4);
		font-weight: 600;
		padding: 21px 43px 21px 25px;
	}
	.p-detail .form-control {
		font-size: 20px;
	}

	.popup-container {
		padding: 22px 29px 22px 26px;
		width: 390px;
		top: 5%;
		right: -109px;
	}
	.chat_donate {
		font-size: 14px;
		max-width: 116px;
		line-height: 1;
		margin-right: 6px;
	}
	.chat_popup {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
	.issue_slide {
		margin-top: 30px;
	}
	.t-button {
		bottom: 7px;
	}
}

@media screen and (max-width: 370px) {
	.am-wrap2 {
		justify-content: space-between;
	}
	.am-wrap2 .c-radio2 {
		margin-left: 0;
	}
	.am-wrap2 .c-radio2 [type="radio"]:checked + label,
	.am-wrap2 .c-radio2 [type="radio"]:not(:checked) + label {
		padding: 13px 8px;
		max-width: 100%;
		font-size: 20px;
	}
}

.mobile_navv li {
	display: block !important;
}

.sasas {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
}

.assasqw {
	padding: 10px;
}

.tab ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab ul li a {
	display: inline-block !important;
}

@media (max-width: 767px) {
	.container.donation_inner_wrap {
		padding: 0;
	}
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
    
}
@media (min-width: 767px) {
    .hidden-desktop {
        display: none !important;
    }
    
}





