.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 0px;
	animation-play-state: paused;
}

.text_success {
	color: green;
}

.text_error {
	color: red;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 18px;
	padding: 14px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	width: 255px;
}

@keyframes pulse-border {
	0% {
		padding: 12px;
		opacity: 0.8;
	}
	75% {
		padding: 24px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.btn-whatsapp {
	width: 255px;
	height: 36px;
	border-radius: 18px;
	padding: 8px 10px;
	opacity: 1 !important;
}
.btn-whatsapp::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 8px;
	background-color: #ff0000;
	border-radius: 50%;
}
.btn-whatsapp i {
	height: 25px;
	width: 25px;
	opacity: 1;
}
.btn-whatsapp span {
	font-family: "Roboto_Regular";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	vertical-align: bottom;
}
.btn-whatsapp img {
	margin-right: 8px;
}
#map {
	height: 560px;
	width: 100%;
}
.custom-marker-wrapper {
	position: relative;
	display: inline-block;
}

.custom-marker {
	background-color: #ffc002;
	border-radius: 50%;
	width: 8px !important;
	height: 8px !important;
	display: block;
	z-index: 333;
}

.custom-marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	background: rgba(255, 192, 2, 0.5);
	border-radius: 50%;
	animation: pulse 2s infinite;
	z-index: 333;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.8;
	}
	70% {
		transform: translate(-50%, -50%) scale(2.5);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(2.5);
		opacity: 0;
	}
}
.label-text {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	color: #232021;
	font-size: 12px;
	font-family: "Roboto_Regular";
	font-weight: 600;
	line-height: 1.2;
	padding: 6px;
	border-radius: 4px;
	white-space: nowrap;
	display: none;
	z-index: 999;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.label-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: white transparent transparent transparent;
}
.label-text img.flag-icon {
	height: 12px;
	width: auto;
	display: inline-block;
	border-radius: 2px;
	margin-right: 4px;
}
.custom-marker-wrapper:hover .label-text {
	display: flex;
}

#map:focus,
.leaflet-marker-icon:focus {
	outline: none !important;
}

.banner--forth {
	background-image: url(../image/banner-4.png);
}
.lang__list {
	background-color: #f6f6f6;
	border: none;
}
.lang__item {
	border: none;
}
.lang__btn:hover {
	background-color: #f6f6f6;
	color: #ffc002;
}
/*
.sticky-menu {
	position: relative;
	transition: all 0.3s ease;
}

.sticky-menu.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background: white;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}*/

.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000; /* above other content */
	background: white; /* or your site's color */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional */
}
#banner_swiper.justify_section {
	padding-top: 80px;
}
.justify_section {
	padding-top: 164px;
}
.header__navbar__mobile {
	z-index: 1001;
}

@media (max-width: 992px) {
	.justify_section {
		padding-top: 100px;
	}
}

@media (max-width: 768px) {
	.justify_section {
		padding-top: 60px;
	}
}
.section_header__link {
	font-family: "Roboto_Regular";
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #918f90;
	display: block;
}
.my_3_0 {
	margin-top: 3rem;
	margin-bottom: 0rem;
}
.date-range-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}
.date-range-wrapper input {
	padding: 12px 16px;
}
.date-range-wrapper span {
	position: absolute;
	right: 16px;
	height: 24px;
	cursor: pointer;
}
@media (min-width: 992px) {
	.banner__contact__slogan {
		top: auto;
		bottom: 120px;
		width: 448px;
	}
}
.banner-relative {
	position: relative;
}
.banner-relative ul {
	position: absolute;
	bottom: 5%;
	right: 13%;
	z-index: 2;
}

/* _________________________ Loader Modal __________________________ */

#loader {
	z-index: 99999;
	position: relative;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: var(--layout-light);
}
#loader.show {
	display: flex;
}

.loader {
	width: 12em;
	height: 12em;
}

.loader path {
	stroke: #000;
	stroke-width: 0.6px;
	animation:
		dashArray 4s ease-in-out infinite,
		dashOffset 4s linear infinite;
}

@keyframes dashArray {
	0% {
		stroke-dasharray: 0 1 359 0;
	}

	50% {
		stroke-dasharray: 0 359 1 0;
	}

	100% {
		stroke-dasharray: 359 1 0 0;
	}
}

@keyframes dashOffset {
	0% {
		stroke-dashoffset: 365;
	}

	100% {
		stroke-dashoffset: 5;
	}
}

/* _________________________ Video Modal __________________________ */

.video__modal {
	display: none;
	position: fixed;
	background: rgba(246, 246, 246, 0.5882352941);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.video__modal__body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video__modal__body__iframe {
	width: 720px;
	height: 480px;
}

#videoModal iframe {
	height: 480px;
}

@media (max-width: 767px) {
	.video__modal__body__iframe {
		width: 400px;
		height: 320px;
	}
}

.video__modal__body__close {
	position: absolute;
	top: 0;
	right: -3.2rem;
	background: no-repeat;
	color: red;
}

.video__modal__body__close > .mdi {
	font-size: 2.5rem;
	font-weight: 700;
}
#swiper__services .card__service__img{
	-o-object-fit: cover!important;
    object-fit: cover!important;
}