
.f12{
	font-size:10px;
}
.f16{
	font-size:16px;
}
.f18 {
	font-size: 18px;
} 
.f20{
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.p-t-10{
	padding-top:10px;
}
.fb{
	font-weight:bold;
}
.custom-select {
	position: fixed;
	font-family: 'eratech';
	width: 100px;
	bottom: 2px;
	left: 0px;
	z-index: 1000;
}

	.custom-select select {
		display: none; /*hide original SELECT element: */
	}

.select-selected {
	background-color: DodgerBlue;
}

	/* Style the arrow inside the select element: */
	.select-selected:after {
		position: absolute;
		content: "";
		top: 14px;
		right: 10px;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-color: #fff transparent transparent transparent;
	}

	/* Point the arrow upwards when the select box is open (active): */
	.select-selected.select-arrow-active:after {
		border-color: transparent transparent #fff transparent;
		top: 7px;
	}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.dropbtn {
	background-color: #020d13 ;
	box-shadow: 5px 5px rgba(0, 98, 90, 0.4), 10px 10px rgba(0, 98, 90, 0.3), 15px 15px rgba(0, 98, 90, 0.2), 20px 20px rgba(0, 98, 90, 0.1), 25px 25px rgba(0, 98, 90, 0.05);
	border-top-right-radius: 5px;
	color: white;
	padding: 12px;
	font-size: 18px;
	border: none;
	position: fixed;
	bottom: -10px;
	z-index: 10000;
	left: 0;
	min-width: 160px;
	cursor: pointer;
}

.dropup {
	position: relative;
	display: inline-block;
	bottom: 0%;
   
}

.dropup-content {
	display: none;
	position: fixed;
	background-color: #f1f1f1;
	min-width: 160px;
	bottom: 50px;
	z-index: 1000;
	left: 0;
}

	.dropup-content a {
		color: black;
		padding: 12px 10px;
		text-decoration: none;
		display: block;
	}

		.dropup-content a:hover {
			background-color: #ccc
		}

.dropup:hover .dropup-content {
	display: block;
}

.dropup:hover .dropbtn {
	background-color: #85d2f7;
}
/* Animated Setting
-----------------------------------------------------------------*/
.animated {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}
 
@media (max-width: 767.98px) {
	.swiper-container-horizontal > .swiper-scrollbar {
		bottom: 140px;
		right: 30px;
		width: 140px;
	}

	.swiper-navs {
		bottom: 100px;
		right: 168px;
	}

	.floating-contact-wrap .floating-contact-box {
		width: 330px;
	}
}
@media (max-width: 380px) {
	.swiper-container-horizontal > .swiper-scrollbar {
		bottom: 140px;
		right: 30px;
		width: 140px;
	}

	.swiper-navs {
		bottom: 100px;
		right: 168px;
	}

	.floating-contact-wrap .floating-contact-box {
		width: 230px; 
		height:400px;
	}
}

.charity-card-title {
	position: relative;
	background-color: #DEE4E4;
}

	.charity-card-title::after {
		content: "";
		position: absolute;
		bottom: -11px;
		left: 0;
		background-image: url('../images/divider-5.svg');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% 20px;
		width: 100%;
		height: 20px;
	}
.fa.fa-facebook.left {
	float: left;
	margin: 4px;
	font-size: 16px;
}

.fa.fa-twitter.left {
	float: left;
	margin: 4px;
	font-size: 16px;
}

.fa.fa-google.left {
	float: left;
	margin: 4px;
	font-size: 16px;
}

.fa.fa-whatsapp.left {
	float: left;
	margin: 4px;
	font-size: 16px;
}

li.share-whatsapp a {
	display: none;
}

.share ul li:hover {
	cursor: pointer
}

.share {
	float: right;
	color: #999
}

	.share ul {
		display: table-row;
		margin: 0;
		padding: 0;
		list-style-type: none
	}

		.share ul li {
			display: table-cell;
		}

	.share a {
		border-radius: 10px;
		width: 100px;
		height: 25px;
		display: inline-block;
		margin-right: 10px;
		padding-right: 5px;
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		line-height: 25px
	}

		.share a:hover {
			color: #333
		}

li.share-facebook a {
	background-color: rgba(0, 0, 0, 0.1);
	background-position: -229px 0
}

li.share-whatsapp a {
	background-color: rgba(0, 0, 0, 0.1);
}

li.share-twitter a {
	background-color: rgba(0, 0, 0, 0.1);
}

li.share-google a {
	background-color: #da4835;
}

@media (max-width: 991px) {
	li.share-whatsapp a {
		display: block;
	}

	.share ul li:hover {
		cursor: pointer
	}
	/*.share ul li{text-align:center;vertical-align:middle;color:#333}
.share ul li:hover{cursor:pointer}
.share a{width:45px;height:45px;margin-right:0;padding-right:0;text-indent:-3000px}*/
	.share a {
		width: 100px;
		height: 25px;
	}

		.share a:hover {
			color: #333
		}

	.share ul {
		display: block;
	}

		.share ul li {
			display: block;
			margin: 5px;
		}

	.share {
		margin-bottom: 30px;
		margin-top: 40px;
	}
}