.card-footer

/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.com
Update URI: https://www.ergopix.com
Author: ergopix sàrl
Version: 1.0
*/
.footer-area p {
	font-size: 16px;
}

.footer-area p.small {
	font-size: 14px;
}

.hamburger {
	display: block;
	width: 42px;
	overflow: hidden;
	float: right;
}

.hamburger span {
	background: #FFF;
	display: block;
	height: 2px;
	margin: 9px 0;
	position: relative;
	transform: rotate(0);
	top: 0;
	left: 0;
	opacity: 1;
	transition: none .5s ease;
	transition-property: transform, top, left, opacity;
}

body.mm-wrapper--opened .hamburger span.top-bar {
	transform: rotate(45deg);
	top: 12px;
}

body.mm-wrapper--opened .hamburger span.middle-bar {
	opacity: 0;
}

body.mm-wrapper--opened .hamburger span.bottom-bar {
	transform: rotate(-45deg);
	top: -10px;
}

body.mm-wrapper--opened .hamburger span.middle-bar {
	left: -40px;
}

.mm-listview {
	margin-top: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2);
}

.mm-listitem::after {
	display: none;
}

.mm-navbar__title img {
	padding: 15px 0;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 0;
	width: 100%;
	top: 0;
	position: absolute;
	height: 100%;
}

.mm-page {
	overflow-x: hidden;
}

ol {
	padding-left: 30px;
}

ol li {
	font-size: 18px;
	list-style: decimal;
	margin-block: .5rem;
}

.service-area.home-two.inner .service-content {
	background-color: #f5f9f4;
}

body .ol-marker img {
	width: 50px;
	height: 50px;
}

.wpgmza-infowindow.ol-info-window-container.ol-info-window-plain {
	padding: 1rem;
	font-size: 16px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}

.wpgmza-infowindow.ol-info-window-container.ol-info-window-plain .ol-info-window-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 20px;
}

body .wpgmza_infowindow_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
}

body .wpgmza_infowindow_description p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: .5rem;
}

html body .owl-carousel .owl-prev i, html body .owl-carousel .owl-next i {
	font-size: 24px;
}

.card-footer {
	margin: 0 38px;
	padding: 24px 0;
	border-top: 1px solid rgba(0, 24, 25, 0.10);
}

.wpgmza_map {
	margin-bottom: 1rem;
}

.faq-answer .desc *:last-child {
	margin-bottom: 0;
}

.service-list-2 .owl-stage {
	display: flex;
	flex-wrap: wrap;
}

.service-list-2 .owl-stage .owl-item {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	flex: 0 0 auto;
}

.service-area .owl-nav {
	position: absolute;
	top: -90px;
	right: calc(var(--bs-gutter-x) * .5);
}

.service-area .owl-prev {
	position: relative;
	right: auto;
	top: auto;
	display: inline-block;
}

.service-area .owl-next {
	position: relative;
	right: auto;
	top: auto;
	display: inline-block;
	margin-left: calc(var(--bs-gutter-x) * .5);
}

.the-content *:last-child {
	margin-bottom: 0;
}

.footer-area p {
	font-size: 16px;
}

.mm-listitem__btn, .mm-listitem__text {
	font-weight: 600;
	font-size: 18px;
}

a.maxbutton:hover {
	text-decoration: none;
}

.home-two .service-content a {
	line-height: 28px;
}

.stat-item {
	display: grid;
	grid-template-columns: 1fr auto;
	row-gap: .25rem;
	align-items: center;
	margin-bottom: 1rem;
}

.stat-title {
	grid-column: 1/-1;
	margin-bottom: .25rem;
	font-weight: 600;
	color: #000;
}

.stat-item .progress {
	grid-column: 1;
	height: 20px;
}

.stat-item .progress-bar {
	font-weight: 700;
	transition: width .4s ease-in-out;
	will-change: width;
}

.stat-item .icon {
	grid-column: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: .5rem;
	line-height: 1;
}

.stat-item .icon i {
	color: currentColor;
	transition: color .25s ease;
}

.stat-item.in-progress .icon i,
.stat-item.not-started .icon i {
	color: var(--bs-primary);
}

.stat-item.completed .icon i {
	color: var(--bs-success);
}

@media (prefers-reduced-motion: reduce) {
	.stat-item .progress-bar {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.stat-item .progress-bar,
	.stat-item .icon {
		transition: none;
	}
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
	.card-footer {
		margin: 0 19px;
	}
}

@media (max-width: 767.98px) {
	p, ol li {
		font-size: 16px;
	}
	
	.echofy-button a {
		font-size: 16px;
		padding: 10px 20px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	.service-area.inner, .page-content {
		padding: 3rem 0 0 0;
		background-image: none;
	}
}

@media (max-width: 575.98px) {}