* {
	scrollbar-width: thin;
	scrollbar-color: #e60000 rgba(245, 245, 245, 0.3);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 9px;
	display: none;
}

*::-webkit-scrollbar-track {
	background: rgba(245, 245, 245, 0.3);
}

*::-webkit-scrollbar-thumb {
	background-color: #e60000;
	border-radius: 30px;
	border: 3px solid rgba(245, 245, 245, 0.3);
}

.blockLoading {
	background: rgba(0, 0, 0, 0.4) url('/assets/images/loading-indicator.gif')
		no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.blockUI {
	z-index: 2000 !important;
}

.select2 {
	max-width: 100%;
}

.select2-container--bootstrap
	.select2-results__option--highlighted[aria-selected] {
	background-color: #e60000;
	color: #ffffff;
}

.addonselected {
	background: #e60000;
	color: white !important;
}

.input-group-search {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: none;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.imgTag {
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: white;
	padding: 5px;
	color: #e60000;
	font-weight: bold;
	border-radius: 25px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > li > a:hover {
	text-decoration: none;
	font-weight: bolder;
	border-radius: 0px;
	color: #fff !important;
}
.nav-item {
	font-size: larger;
}
.nav-item > .active {
	font-size: larger;
	background-color: #e60000 !important;
}

.bg-carousel {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920' height='3160' viewBox='0 0 1920 3160'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.555' x2='1.129' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ebebeb'/%3E%3Cstop offset='0.188' stop-color='%23ebebeb' stop-opacity='0.173'/%3E%3Cstop offset='0.449' stop-color='%23743534' stop-opacity='0.2'/%3E%3Cstop offset='0.867' stop-color='%23ebebeb' stop-opacity='0.22'/%3E%3Cstop offset='1' stop-color='%23ebebeb'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='1920' height='3160' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg-register {
	background-image: url('/assets/images/bg-partner-register.png');
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg-static {
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.5),
			rgba(255, 255, 255, 0.5)
		),
		url('/assets/images/bgjumbo.webp');
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}

.select-contact {
	color: #9e9e9e;
	border: 1px solid #bdbdbd;
}

.rounded-ovale {
	border-radius: 50px;
}

.rounded-warez {
	border-radius: 15px !important;
}

.rounded-warez-top {
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.rounded-warez-bottom {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
}

.rounded-warez-right {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 15px !important;
}

.rounded-warez-left {
	border-top-left-radius: 15px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 15px !important;
	border-bottom-right-radius: 0px !important;
}

.warez-card-body {
	border: 1px solid #bdbdbd;
}

.rounded-card {
	border-radius: 20px !important;
}

.rounded-card-left {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}

.card-shadow {
	box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.rounded-ovale-white {
	border-radius: 50px;
	background-color: white;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
	border-color: transparent;
}

.card-img-radius-left {
	object-fit: cover;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	top: 0;
	left: 0;
}

.card-img-radius-right {
	object-fit: cover;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	top: 0;
	right: 0;
}

.card-custom {
	padding: 1.5em 0.5em 0.5em;
	border-radius: 2em;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.remove-bg-border {
	background-color: transparent !important;
	border-color: transparent !important;
}

.bottom-border-only {
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	border-bottom-color: rgb(218, 218, 218) !important;
}

.login:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #e60000 !important;
	outline-width: 0 !important;
}

input:focus,
select:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	/* border: 1px solid #e60000 !important; */
	outline-width: 0 !important;
}

input[type='text'],
input[type='email'],
input[type='select'] {
	padding: 5px;
	box-sizing: border-box;
	color: #555555;
	border: 1px solid #bdbdbd;
	font-size: 16px;
	letter-spacing: 1px;
	height: 50px !important;
	width: 100%;
}

input:focus,
select:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	/* border: 1px solid #e60000 !important; */
	outline-width: 0 !important;
}

.form-group {
	position: relative;
	margin-bottom: 1.5rem;
	/* width: 77%; */
}

.form-control-placeholder {
	position: absolute;
	top: 0px;
	padding: 12px 2px 0 2px;
	transition: all 300ms;
	opacity: 0.5;
	background-color: transparent;
}

.form-control-placeholder-contact {
	position: absolute;
	top: 0px;
	padding: 12px 20px 0 2px;
	transition: all 300ms;
	opacity: 0.5;
	background-color: transparent;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
	font-size: 95%;
	top: 10px;
	transform: translate3d(0, -100%, 0);
	opacity: 1;
	z-index: 1000;
	background-color: #fff;
}

.form-control:focus + .form-control-placeholder-contact,
.form-control:valid + .form-control-placeholder-contact {
	position: absolute;
	font-size: 95%;
	top: 0px;
	transform: translate3d(0, -100%, 0);
	opacity: 1;
	background-color: #fff;
	margin-left: 0px;
}

.select2-container--bootstrap {
	text-align: left;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(255, 255, 255, 0.6);
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	border-color: #9e9e9e;
}

.select2-container .select2-selection {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	color: #fff !important;
	height: 50px !important;
	/* padding: 15px auto 6px auto; */
}

.select2-selection__rendered {
	/* font-size: 16px; */
	/* color: #9e9e9e; */
	/* letter-spacing: 1px; */
}

.select2-container--bootstrap .select2-dropdown {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border-color: #bdbdbd;
	overflow-x: hidden;
	margin-top: 5px;
}

.select2-container--bootstrap .select2-dropdown .select2-dropdown--above {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border-color: #bdbdbd;
	overflow-x: hidden;
	/* margin-bottom: 5px; */
}

.select2-container .select2-dropdown {
	border-color: #bdbdbd;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.select2-results__options {
	list-style: inherit;
}

.select2-container .select2-selection--multiple {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 2px;
	box-sizing: border-box;
	color: #fff !important;
	border: 1px solid #bdbdbd;
	min-height: 50px !important;
	width: 100%;
	position: relative;
}

.select2-container--bootstrap.select2-container--open.select2-container--below
	.select2-selection {
	border-bottom-color: #9e9e9e;
}

.select2-container__placeholder {
	position: relative;
	top: 0px;
	left: auto;
	transition: all 300ms;
	opacity: 0.5;
	background-color: #e60000;
}

.select2-search__field {
	width: 100% !important;
	position: relative;
}

.select2-container .select2-selection {
	display: inline-block;
	white-space: nowrap;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 12px 2px 0 2px;
	overflow: hidden;
	white-space: nowrap;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	color: white;
	background: #e60000;
	border: 1px solid #ccc;
	border-radius: 50em !important;
	cursor: default;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.select2-container
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background: white;
	color: #e60000;
	cursor: pointer;
	font-weight: 700;
	border-radius: 50em !important;
	border: 1px solid white;
}

.select2-container
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #e60000;
}

.input-group > .select2-container--bootstrap4 {
	width: auto !important;
	flex: 1 1 auto !important;
}

.input-group > .select2-container--bootstrap4 .select2-selection--single {
	height: 100%;
	line-height: inherit !important;
}

.booking-circle {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 50px;
	background: #999999;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font: 14px;
}

.bc-sel {
	background: #e60000;
}

.bc-unsel {
	background: #999999;
}

.whatsappfloat {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	cursor: pointer;
	background-color: darkseagreen;
	background-image: url('/assets/images/whatsapp.png');
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 100px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.input-search {
	border-radius: 0px !important;
	border-top-color: #343a40 !important;
	border-bottom-color: #343a40 !important;
	border-left-color: #343a40 !important;
	border-right-color: #343a40 !important;
}

.select2-search {
	border-radius: 0px !important;
}

.select2-container--bootstrap
	.select2-selection--single
	.select2-selection__rendered {
	color: white;
	/* padding: 0; */
}

.price {
	padding: 15px 30px;
	background-color: #e9e9e9;
	color: #14181c;
}
.price strong {
	font-size: 36px;
}

.btn-price {
	/* padding: 15px 30px; */
	padding-left: 15px;
	padding-right: 15px;
	color: #14181c;
}

.list {
	/* padding: 10px 2px 0 30px; */
}

.list > ul li {
	font-size: 14px;
	border-bottom: dashed 1px #d3d3de;
	padding: 8px 0 8px 20px;
	position: relative;
	list-style: none;
}

.list > ul li::before {
	content: '\f058';
	font-family: 'FontAwesome';
	position: absolute;
	top: 7px;
	left: 0;
	color: #e60000;
}

.nav.myvtabs > .nav-link {
	box-sizing: border-box;
	font-size: large;
	padding-top: 15px;
	padding-bottom: 15px;
}

.nav.myvtabs > .nav-link::after {
	box-sizing: border-box;
	content: '' !important;
	display: none !important;
	position: absolute;
	top: 0px;
	width: 0;
	height: 0;
	left: auto;
	right: 0;
	border-top: 30px solid transparent;
	border-left: 25px solid #000 transparent;
	border-bottom: 27px solid transparent;
	margin-right: -25px;
	z-index: 2;
}

.left-border {
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.center-border {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.right-border {
	border-right: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.dropdown-menu li a:hover {
	background: #e60000 !important;
	color: #fff !important;
	margin-left: auto;
}

#filters .select2-container {
	width: 100% !important;
}

#filters .select2-search--dropdown .select2-search__field {
	width: 98%;
}

#filters .select2-container .select2-selection--single {
	padding-top: 12px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 2px;
	border-radius: 0px !important;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-top-color: transparent !important;
	border-bottom-color: rgb(218, 218, 218) !important;

	box-sizing: border-box;
	color: #9e9e9e;
	height: 38px !important;
}

.tt-menu {
	width: 100%;
	margin-top: 12px;
	padding: 8px 8px;
	color: black;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
	padding: 5px 5px;
	border-radius: 5px;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #e60000;
}

.tt-suggestion:hover {
	color: #fff;
	background-color: #e60000;
}

.select2-container .select2-selection--single {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0) !important;
}

.rn-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.rn-topbar {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
	.btn-sm-block {
		display: block;
		width: 100%;
	}

	.text-responsive {
		font-size: calc(100% + 1vw + 1vh);
	}
}

@media (min-width: 576px) {
	.dropdown-menu {
		width: 100% !important;
		left: auto !important;
	}
}

@media (min-width: 768px) {
	.dropdown-menu {
		width: 20% !important;
		right: auto !important;
	}
}

.tt-menu {
	width: 100%;
	margin-top: 12px;
	padding: 8px 8px;
	color: black;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
	/* UPDATE: newer versions use .tt-suggestion.tt-cursor */
	padding: 5px 5px;
	border-radius: 5px;
}

.tt-suggestion.tt-cursor {
	/* UPDATE: newer versions use .tt-suggestion.tt-cursor */
	color: #fff;
	background-color: #e60000;
}

.tt-suggestion:hover {
	/* UPDATE: newer versions use .tt-suggestion.tt-cursor */
	color: #fff;
	background-color: #e60000;
}

select:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px !important;
	outline-width: 0 !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
}

.owl-prev {
	left: 10px;
}

.owl-next {
	right: 10px;
}

.select2-selection.select2-selection--single {
	margin: auto;
	padding: 15px;
}

.select2-container .select2-selection--single {
	border-radius: 0px !important;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;

	box-sizing: border-box;
	color: #555555;
	height: 50px !important;
	width: 100% !important;
	background-color: #343a40 !important;
}

.checked {
	color: #e60000;
}

.card-img-top {
	width: 100%;
	/* height: 8vw; */
	object-fit: scale-down;
}

.modalUser .nav-link.active {
	color: #fff;
}

.card-img-top {
	width: 100%;
	height: 10vw;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.card-img-top {
		height: 65vw;
	}
}

.card-img-top-search {
	width: 100%;
	object-fit: cover;
}

.img-container {
	position: relative;
	/* display: inline-block; */
	display: flexbox;
	height: 400px;
}
.img-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e60000;
	opacity: 0;
	transition: opacity 500ms ease-in-out;
}
.img-container:hover .overlay {
	opacity: 1;
}
.overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

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

.swiper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-button-next {
	--swiper-navigation-color: #e60000;
}

.swiper-button-prev {
	--swiper-navigation-color: #e60000;
}

/* .car-thumbnails {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
} */

.swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto !important;
	left: auto !important;
	margin: 0;
}

.swiper-pagination-bullet {
	/* padding: 5px 10px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2); */
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.image-table {
	width: 5rem;
}

.image-table:hover {
	cursor: pointer;
}

.text-small {
	font-size: 12px;
}

.terms:hover {
	cursor: pointer;
}

.icheck-default input[type='checkbox'] + label::before {
	background-color: white;
}

.page-item.active .page-link {
	z-index: 1;
	color: #ffffff;
	background-color: red;
	border-color: white;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: red;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
}

.hover-card:hover {
	background-color: red;
}

.hover-card:hover * {
	color: white;
}

/* .image-hover:hover {
	transform: scale(1);
} */

a {
	color: black;
	text-decoration: none;
	background-color: transparent;
}

#removeDriver:hover {
	cursor: pointer;
}

#modalUser {
	z-index: 1300; /* set a higher value than the default value of 1040 for modal-backdrop */
}
#modalCheckout {
	z-index: 1350;
}

#addDriver1 {
	z-index: 1550;
}
.my-swal {
	z-index: 1600 !important;
}
.swal2-container {
	z-index: 1600 !important; /* set a higher value than the modalUser */
}

#agreeTermsLabel {
	pointer-events: none;
}
#agreeTermsLabel1 {
	pointer-events: none;
}
#show-tnc {
	pointer-events: auto;
}
#show-tnc1 {
	pointer-events: auto;
}
#agreeTerms:hover {
	cursor: pointer;
}
#agreeTerms1:hover {
	cursor: pointer;
}
.invalid-date {
	border: 5px solid red !important;
}

/* .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration:none !important;
} */
.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.owl-prev:before {
	content: '\f060';
	display: none;
}

.owl-next:before {
	content: '\f061';
	display: none;
}

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	color: #878787;
}

.material-symbols-outlined1 {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	color: #878787;
	margin-right: -10px;
}

.owl-dots {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

/* .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease-in-out;
}

.owl-dot.active {
  background-color: rgba(255, 255, 255, 1);
} */
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: -20px 7px;
	background: white;
	display: block;
	border: 2px solid white;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
}

button:focus {
	outline: none;
}

.material-symbols-outlined1 {
	opacity: 0;
	visibility: hidden;
}

.material-symbols-outlined {
	/* Hide the text */
	opacity: 0;
	visibility: hidden;
}

.material-symbols-outlined.loaded {
	/* Show the icon after it is loaded */
	opacity: 1;
	visibility: visible;
}

.material-symbols-outlined1.loaded {
	/* Show the icon after it is loaded */
	opacity: 1;
	visibility: visible;
}

.pemai {
	padding-top: 12rem;
}
    /* Style for the container */
    .badge-container {
        display: inline-block;
        margin: 0;
        padding: 0;
	
    }

    /* Custom size for the badge */
    .google-play-badge {
        width: 130px; /* Adjust this value as needed */
        height: auto;
	
    }

	.apple-store-badge {
        width: 105px; /* Adjust this value as needed */
        height: auto;
	
    }


	@media (max-width: 678px) {
		.google-play-badge-footer {
			width: 80px; /* Adjust this value as needed for smaller screens */
		}

		.apple-store-badge-footer {
			width: 65px; /* Adjust this value as needed */
			height: auto;
		
		}

		
		.google-play-badge {
			width: 100px; /* Adjust this value as needed for smaller screens */
		}

		.apple-store-badge {
			width: 85px; /* Adjust this value as needed */
			height: auto;
		
		}
	}

	@media (max-width: 400px) {
		.google-play-badge-footer {
			width: 60px; /* Adjust this value as needed for smaller screens */
		}

		.apple-store-badge-footer {
			width: 50px; /* Adjust this value as needed */
			height: auto;
		
		}

		
		.google-play-badge {
			width: 100px; /* Adjust this value as needed for smaller screens */
		}

		.apple-store-badge {
			width: 85px; /* Adjust this value as needed */
			height: auto;
		
		}
	}

	
	@media (max-width: 361px) {
		.google-play-badge-footer {
			width: 55px; /* Adjust this value as needed for smaller screens */
		}

		.apple-store-badge-footer {
			width: 45px; /* Adjust this value as needed */
			height: auto;
		
		}

		.google-play-badge {
			width: 80px; /* Adjust this value as needed for smaller screens */
		}

		.apple-store-badge {
			width: 70px; /* Adjust this value as needed */
			height: auto;
		
		}
	}