.bg-stroke-right {
	background-image: url(../../../../img/Homepage/Icons/PNG/background_paint_stroke_right.png);
	background-repeat: no-repeat;
	background-position: 108% -91%;
}

.bg-stroke-left {
	background-image: url(../../../../img/Homepage/Icons/PNG/background_paint_stroke_left.png);
	background-repeat: no-repeat;
	background-position: -14% -91%;
}

.bg-blue-compassion-new {
	background-color: #005eb8 !important;
	/*
	background-image: url(/../wp-content/img/Skippy-texture/skippy_brush_stroke_top_left.png), url(/../wp-content/img/Skippy-texture/skippy_brush_stroke_bottom_right.png);
    background-position: 0% 0%, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	*/
}

/* @media (min-width: 1750px) { .bg-blue-compassion-new { background-position: -6% 0%, 110% -41%; } } */

.bg-blue-compassion-new-color {
	background-color: #11265E !important;
}

@media (max-width: 768px) {
	.bg-blue-compassion-new {
		background-color: #005eb8 !important;
		background-image: none;
	}
}

@media (min-width: 768px) {
	.App-Store-Badge {
		height: 63px;
		width: 100%;
	}

	.Play-Store-Badge {
		width: 100%;
		height: 42px;
	}
}

@media (min-width: 992px) {
	.App-Store-Badge {
		height: 70px;
	}

	.Play-Store-Badge {
		height: 50px;
	}
}

.btn.btn-theme-outline-transparent:hover {
	background-color: #6497C9;
}

@media (min-width: 768px) {
	.btn.btn-theme-outline-transparent {
		padding: 0.5em 0.5em;
	}

}

@media (min-width: 992px) {
	.btn.btn-theme-outline-transparent {
		padding: 0.5em 1.5em;
	}

}

@media (min-width: 768px) and (max-width: 992px) {
	.menu-2s {
		font-size: 1.5rem;
	}
}