.font_gotham {
	font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
}

.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 510px;
}

.white-btn {
	padding: 0.7em 2.5em !important;
}

.center_div {
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bottom-blue {
	background: linear-gradient(to top, #005eb8 200px, #FFF 0%);
}

h2.yellow_underline:after {
	background: #ffd000 !important;
}

.need-help {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -85%);
	z-index: 7;
}

.bg-customblue {
	background-color: #005eb8 !important;
}

.child_banner {
	/* background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_background.jpg');
	min-height: 450px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat; */
	position: relative;
}

.child_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0% , 5%);
    background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 460px;
}
.holistic_card:before {
	position: absolute;
	content: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_child_cutout-01.png');
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.top-7 {
	border-radius: 7px 7px 0 0;
}

.card_title {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background: linear-gradient(to bottom, rgba(7, 56, 105, 0.81) 0, rgba(7, 56, 105, 0.81) 100%);
}

.country-banner {
	background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/background_map_watermark.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 490px;
}

.bottom-sky-lightblue {
	background: linear-gradient(to top, #eef7f9 100px, #FFF 0%);
}

ul {
	list-style: none;
}

.list li::before {
	content: "\2022";
	color: #005eb8;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.child_img_card {
	position: absolute !important;
	left: 83%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mind_card,
.body_card,
.heart_card,
.spirit_card {
	display: none
}

.half_circle_top,
.half_circle_bottom {
	cursor: pointer;
}

.half_circle_top.mind_hover:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_mind_highlight.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 505px;
}

.half_circle_top.body_hover:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_body_highlight.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 505px;
}

.half_circle_bottom.spirit_hover:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_spirit_highlight.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 507px;
}

.half_circle_bottom.heart_hover:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_heart_highlight.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 507px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {

	.page-img,
	.youtube-div {
		border-radius: 0px !important;
	}
	
	/* .child_banner{
		background:unset;
		min-height:unset;
	} */

	.child_banner:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		transform: translate(0% , 8%);
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_background.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		width: 100%;
		height: 300px;
	}

	.country-banner {
		min-height: 450px;
	}

	.img-slider {
		margin: 0px !important;
	}

	.white-box-slider img {
		margin: 0 auto;
	}

	.history_section img {
		border-radius: 7px 7px 0 0 !important;
	}

	.card_title {
		position: relative !important;
		background: #00407A;
	}

	.card_title {
		min-height: 80px;
	}

	.bottom-blue {
		background-color: #005eb8;
	}

	.slick-arrow {
		position: absolute;
		z-index: 999;
		top: 125px;
	}

	.icon-chevron-600-left-white {
		left: 20px;
	}

	.icon-chevron-600-right-white {
		right: 20px;
	}

	.hr_line {
		width: 94% !important;
		margin: 0 auto !important;
	}

	.child_img_card {
		position: unset !important;
		left: unset;
		top: unset;
		transform: unset;
	}

	.hover_card {
		background: #0086BF;
		display: none;
	}

	.holistic_card:before {
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		height: 260px;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_child_cutout.png');
		width: 180px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.half_circle_top.mind_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background-size: contain;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_mind_highlight.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	}

	.half_circle_top.body_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_body_highlight.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	}

	.half_circle_bottom.spirit_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_spirit_highlight.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	}

	.half_circle_bottom.heart_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_heart_highlight.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	}
	
	.history_section img{
		min-height:100px !important;
	}

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	/* .child_banner{
		background:unset;
		min-height:unset;
	} */
	.mind_card, .body_card, .heart_card, .spirit_card {   margin-top: 6rem !important;}
	.child_banner:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		transform: translate(0% , 8%);
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_background.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		width: 100%;
		height: 400px;
	}
	#hover_card {
		background: #0086BF;
		display: none;
		margin-top: -75px !important;
	}

	.holistic_card:before {
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		height: 380px;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_child_cutout.png');
		width: 180px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.half_circle_top.mind_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background-size: contain;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_mind_highlight.png');
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	}

	.half_circle_top.body_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_body_highlight.png');
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	}

	.half_circle_bottom.spirit_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_spirit_highlight.png');
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	}

	.half_circle_bottom.heart_hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background: url('/../wp-content/themes/donation/img/single-country/PNG & JPG/holistic_infographic_heart_highlight.png');
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		height: 200%;
		width: 100%;
		transform: translate(0%, 0%);
	} 
}

.progress {
	width: 210px;
	height: 210px;
	line-height: 210px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}

.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 5px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 5px;
	border-style: solid;
	position: absolute;
	top: 0;
	border-color: #0054a6;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 105px;
	border-bottom-right-radius: 105px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 105px;
	border-bottom-left-radius: 105px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.progress .progress-value {
	display: flex;
	border-radius: 50%;
	font-size: 1rem;
	text-align: center;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-weight: 300;
	flex-direction: column;
	padding: 0 20px;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
	animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
	animation: loading-30 0.5s linear forwards 0.5s;
}


@keyframes loading-30 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(108);
		transform: rotate(108deg);
	}
}

@keyframes loading-50 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(180);
		transform: rotate(180deg);
	}
}