/* banner css */
.banner {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 550px;
	background-position: center center;
	object-fit: cover !important;
}

h2.text-white.underline:after {
	background: yellow !important;
}

.font_gotham {
	font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
}

.icon.icon-error {
	background-image: url(../../../../img/sponsorship/PNG-&-JPEG/icon_error_warning.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	width: 24px;
	height: 24px;
}

.form-error {
	color: #c56b25 !important;
}

input.input-error {
	border-color: #c56b25 !important;
}

/* search child css */
.hide_card {
	display: none;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
}

.top_border:before {
	position: absolute;
	top: -1px;
	left: 50%;
	background: #dee2e6;
	width: 95%;
	height: 1.5px;
	content: '';
	transform: translateX(-50%);
}

.bg-sky {
	background-color: #e6f4ff;
}

.label_3::before {
	width: 3rem;
	height: 3rem;
	left: -3.5rem;
	border: #0054a6 solid 1px;
}

.label_3::after {
	width: 3rem;
	height: 3rem;
	left: -3.5rem;
}

.custom-control-input:checked~.input_check::before {
	border-color: #5a913a !important;
	background-color: #5a913a !important;
}

.search_btn {
	padding: 0.5em 5em !important;
}

.bday_drop {
	height: calc(4.25rem + 3px);
	font-size: 1.5rem;
	border-radius: 0.55rem;
}

.grey_con {
	background-color: #e9e9e9;
}

.banner_center {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 20;
}

.button_row a:hover {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #0054a6 !important;
}

.btn-active {
	background-color: #194a99 !Important;
	text-decoration: none !important;
	color: #ffffff !important;
	border: 1px solid #194a99;
}

#filter-country {
	text-align-last: center;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.bootstrap-select .dropdown-toggle .filter-option {
	text-align: center !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
	padding-right: unset !important;
}

.bootstrap-select>select {
	left: 0 !important;
}

.filter-option-inner-inner {
	font-size: 18px;
	font-weight: 500;
}

.dropdown-menu.show {
	display: block !important;
}

ul.dropdown-menu.inner.show {
	text-align-last: center;
	text-align: center;
}

.country_input {
	height: calc(4.25rem + 3px);
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 0.55rem;
}

.selectpicker {
	height: calc(4.25rem + 3px);
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 0.55rem;
}

.dropdown-menu {
	max-width: 100% !important;
	min-width: 100% !important;
}

.country_input:hover {
	text-decoration: none !important;
	border: 1px solid #194a99;
}

.sponsorship-child-details-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
}

.sponsorship-child-details-map-container {
	height: 400px;
	position: relative;
}

/* age silder css */
.slider.slider-horizontal {
	width: 100% !important;
}

.slider.slider-horizontal .slider-track {
	height: 8px !important;
}

.ui-slider-horizontal .ui-slider-handle {
	border-radius: 31px;
	border: 1px solid #d5d5d5;
	background: #0054a6;
	top: -13px;
	width: 31px;
	height: 31px;
	font-size: 17px;
	text-align: center;
	color: #fff;
}

.min-slider-handle.slider-handle {
	left: 21.4286%;
	border-radius: 31px;
	border: 1px solid #d5d5d5;
	background: #0054a6;
	top: -6px;
	width: 31px;
	height: 31px;
	font-size: 17px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.max-slider-handle.slider-handle {
	border-radius: 31px;
	border: 1px solid #d5d5d5;
	background: #0054a6;
	top: -6px;
	width: 31px;
	height: 31px;
	font-size: 17px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.tooltip {
	display: none !important;
}

.slider-selection {
	background: #6698ca !important;
}

.text-blue {
	color: #0054a6;
}

/* child list css */
.hide_child_card {
	display: block;
}

input.form-control {
	font-size: 1.9rem;
	padding: 0.4em 0.5em;
	border-radius: 0.5rem;
	border: 1px solid #777777;
}

.show_btn {
	border: 2px solid #0054a6 !important;
	padding: 0.8em 5em !important;
}

.child-card-hover {
	display: none;
	position: absolute;
	background: rgba(0, 84, 166, 0.7);
	width: 100%;
	border-radius: 5px;
}

.wait_p:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0rem);
	margin: 0 auto;
	width: 17rem;
	height: 3.5px;
	background: #fdc302;
}

.child-country-tab p {
	display: inline;
	font-size: 16px;
}

.child-country-tab h4:before {
	content: ' ';
	display: block;
}

.child-country-tab h4 {
	display: inline;
	color: #4a4a4a;
	font-size: 1.6rem;
	font-weight: 600;
}

.child-about-tab .childproject h4:before {
	content: ' ';
	display: block;
}

.child-about-tab .childproject h4 {
	display: inline;
	color: #4a4a4a;
	font-size: 1.6rem;
	font-weight: 600;
}

.child-project-tab .childproject p {
	display: inline;
	font-size: 16px;
}

.childproject {
	text-align: left;
	margin: 20px;
}

.child-project-tab .childproject h4:before {
	content: ' ';
	display: block;
}

.child-project-tab .childproject h4 {
	display: inline;
	color: #4a4a4a;
	font-size: 1.6rem;
	font-weight: 600;
}

.childproject .project-col-1 {
	display: block;
}

.childproject .project-col-2 {
	display: block;
}

.childproject {
	display: flex;
}

.project-col-1 {
	width: 100%;
}

.project-col-2 {
	width: 100%;
}

.childbio {
	width: 100%;
	position: relative;
}

.childbio label {
	font-size: 16px;
}

.childbio h4 {
	color: #4a4a4a;
	font-size: 1.6rem !important;
	font-weight: 600;
	display: inline-block;
}

.childbio {
	display: flex;
}

.childbio .child-col-1 {
	width: 50%;
	height: auto;
	margin: 20px 0px;
}

.childbio .child-col-2 {
	width: 50%;
	height: auto;
	margin: 20px 0px;
}

.child-col-1 {
	display: block;
}

.check-circle {
	display: none;
}

.photo_card.active {
	background-color: #e5f2ff !important;
	border: 3px solid #0054a6 !important;
	border-radius: 5px;
}

.photo_card.active .wait_p:after {
	background: #0054a6;
}

.photo_card.active .check-circle {
	display: block;
}

.photo_card.active .greeny_btn {
	display: none;
}

.photo_card:hover .child-card-hover {
	display: flex;
}

.photo_card.active .child-card-hover {
	display: none;
}

.child_name .active {
	color: #eaeaea !important;
	background-color: #0054a6;
}

.curve_card2 .active {
	color: #eaeaea !important;
	background-color: #0054a6;
}

.curve_card3 .active {
	color: #eaeaea !important;
	background-color: #0054a6;
}

.child-hover-link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	text-decoration: none;
}

#continue {
	padding: 0.6em 4em;
}

#continue::after {
	content: '';
	background-image: url(../../img/icons/icons-chevrons.png);
}

#login::after {
	content: '';
	background-image: url(../../img/icons/icons-chevrons.png);
}

#fb-btn::after {
	content: '';
	background-image: url(../../img/icons/icons-chevrons.png);
}

#fb-btn {
	padding: 0.5em 1em;
}

#login {
	padding: 0.5em 1em;
}

.btn_p {
	padding: 0.5em 3.5em !important;
}

.half-color:before {
	content: '';
	position: absolute;
	height: 175px;
	background-color: #e4edf6;
	width: 100%;
	top: -2px;
}

.top_line::after {
	content: ' ';
	width: 1px;
	height: 100%;
	background: #dadada;
	position: absolute;
	left: 0px;
	top: 0;
}

.or_div::before {
	content: " ";
	border-top: 1px solid #dadada;
	width: 45%;
	position: absolute;
	left: 0;
	top: 1.3rem;
}

.or_div::after {
	content: " ";
	border-top: 1px solid #dadada;
	width: 45%;
	position: absolute;
	right: 0;
	top: 1.3rem;
}

.card_details {}

.curve_card2,
.curve_card1,
.curve_card3 {
	cursor: pointer;
}

.top-radius {
	text-align: center !important;
	border-top-left-radius: 7px !important;
	border-top-right-radius: 7px !important;
}

.text-white p {
	color: #0054a6;
}

.forgotten-password-link {
	cursor: pointer;
}

.child-card-hover {
	cursor: pointer;
}

.child-country-tab h3 {
	display: none;
}

.grey_line::after {
	content: ' ';
	width: 1px;
	height: 50%;
	background: #dadada;
	position: absolute;
	top: 25%;
	left: 0%;
}

.child-country-tab h3 {
	display: none;
}

.child-bio-list {
	list-style: none;
	margin: 0 0 1rem 1rem;
	display: block;
}

.childbio li {
	display: block;
	font-size: 16px;
}

.child-bio-list li {
	margin-bottom: 0px;
}

.project-col-2 li {
	display: block !important;
}

.project-col-1 li,
.project-col-2 li {
	display: inline-block;
	list-style: none;
	font-size: 16px;
}

ul li {
	margin-bottom: unset !important;
}

.childproject label,
childproject li {
	font-size: 16px;
}

.child-country .card-body {
	padding: 30px;
}

.child-col-1,
.child-col-2 {
	margin: 20px 10px !important;
}

.project-col-1,
.project-col-2 {
	margin: 0px 10px;
}

.icon-success {
	display: none;
}

.form-error {
	display: inline;
}

/* donate water css */
.water-banner {
	background-image: url(/wp-content/img/hillsong/feature_box_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 7px;
	min-height: 580px;
	z-index: 9;
}

.text-grey {
	color: #dddddd;
}

.banner_center_water {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -54%);
	z-index: 20;
}

/* qoutes slider css */
.bg-quote-slider {
	background-color: #E4EDF6;
}

.water_background::before {
	display: block;
	position: absolute;
	background: #E4EDF6;
	height: 175px;
	width: 100%;
	content: '';
	bottom: 0;
	left: 0;
}

/* footer css */
.rounded-circle {
	width: auto !important;
}

.need-help {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -94%);
	z-index: 7;
}

.bg-green {
	background-color: #339526;
}

/* mobile view css */
@media(max-width:768px) {

	#static-header.fixed {
		overflow-y: hidden;
	}

	.card.sponsor-card.shadow.bg-white.border-0 {
		margin-top: -70px !important;
	}

	/* .banner_center{top: 45%;} */

	.top-5 {
		border-top-left-radius: 2rem !important;
		border-top-right-radius: 2rem !important;
	}

	.center_class {
		display: flex;
		justify-content: center;
	}

	.water-banner {
		border-radius: 0px;
		min-height: 750px !important;
	}

	.bg-quote-slider {
		padding-bottom: 50px;
	}

	.rounded-circle {
		width: auto;
	}

	.already {
		background-color: #656565 !important;
		width: 100%;
	}

	#already::after {
		content: '';
		background-image: url(../../img/icons/icons-chevrons.png);
	}


	.hide_child_card:after {
		height: 1.5px;
	}

	.childproject {
		display: block !important;
	}

	.childbio {
		display: block !important;
		text-align: left;
	}

	.childbio .child-col-1 {
		width: 100% !important;
	}

	.childbio .child-col-2 {
		width: 100% !important;
	}

	.child_first_name {
		font-size: 24px !important;
		width: 50% !important;
		line-height: 28px;
		float: right !important;
		margin-top: -113px !important;
	}

	.childproject .project-col-1,
	.childproject .project-col-2 {
		width: 100%;
		position: inherit;
		margin-top: 23px;
	}

	.childproject label {
		font-size: 16px;
		font-weight: 500;
	}

	.project-col-2 ul li {
		display: inline-block;
		font-weight: 500;
		font-size: 1.6rem;
	}

}

.card_d {
	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(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%);
}

.border-7 {
	border-radius: 7px;
}

#learn_more {
	background-color: transparent;
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
	padding: .5em 1.5em;
}

.loader_line:after {
	content: "\2026";
	position: absolute;
	font-size: 26px;
}



@media(max-width:767px) {
	.show_more_div {
		display: flex;
		justify-content: center;
	}

	.banner {
		min-height: 600px;
	}

	.banner_center {
		top: 43%;
	}

	.search_btn {
		width: 100%;
	}

	.top_line::after {
		display: none !important;
	}

	.login_form {
		display: none;
	}

	.top_line::after {
		display: none !important;
	}

	.grey_line::after {
		display: none;
	}

	.top_card::after {
		display: none;
	}
}

@media (min-width: 1440px) {
	.water-banner {
		margin: 0px auto;
		max-width: 1440px;
		z-index: 9;
	}
}