@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

:root{
	--green: #00E697;
	--dark-green: #03AA71;
	--white: #FFFFFF;
	--dark: #333446;
	--light: #F1F6FB;
	--black: #1C1D31;
	--grey: #F2F2F2; 
	--red: #dc3545;
	--yellow: #FFE77B;
}

body{
	background-color: var(--white);;
	color: var(--black);
	font-size: 13px;
    font-family: 'DM Sans', sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
	transition: .2s ease-in-out all;
}

a:hover{
	color: var(--dark-green);
}

h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}

ion-icon{
	position: relative;
	top: 2px;
}

.btn{
	border-radius: 15px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	font-size: inherit;
}

.btn-dropdown{
	color: inherit;
	font-size: 1.2em;
}

.btn-dropdown:after{
	display: none !important;
}

.btn-no-shadow{
	box-shadow: none;
}

.btn-no-radius{
	border-radius: 0px;
}

.btn-primary{
	background-color: var(--green);
	border-color: var(--green);
	color: #333333;
}

.btn-custom-bg{
	background-color: var(--green);
	border-color: var(--green);
	border: none;
	padding: 17px 30px;
	display: block;
	color: #333333;
	width: 100%;
	border-radius: 80px;
	text-transform: uppercase;
	font-weight: bold;
}

.whatsapp-float-btn{
	position: fixed;
	left: 30px;
	bottom: 30px;
	background-color: rgba(0,199,103,1);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	width: 70px;
	height: 70px;
	border-radius: 100%;
	line-height: 70px;
	text-align: center;
	font-size: 2.2em;
	color: #fff;
	z-index: 99;
}

.whatsapp-float-btn:before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	background-color: #54dc35;
	border-radius: 100%;
}

.out-of-service-whatsapp:before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	background-color: #dc3545;
	border-radius: 100%;
}

.link-primary{
	color: #005C3C;
	text-decoration: underline;
}

.text-info{
	color: #07768D !important;
}

.pointer{
	cursor: pointer;
}

.pos-relative{
	position: relative;
}

.has-error{
    border-color: var(--red) !important;
	border-width: 2px !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.has-error:focus{
    border-color: var(--red) !important;
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
}

.has-success{
	border-color: #198754 !important;
	border-width: 2px !important;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.has-error:focus{
    border-color: #198754 !important;
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
}

.error{
	width: 100%;
    background: var(--red);
    z-index: 0;
    position: relative;
    padding-top: 12px;
    padding-bottom: 5px;
    border-radius: 0px 0px 10px 10px;
    top: -10px;
    font-size: .8em;
    color: var(--white);;
    list-style: none;
    padding-left: 15px;
}

/* OVERRIDE BOOTSTRAP */
.sticky-top{
	top: 80px;
}

.card{
	background: var(--light);
	border: none;
	border-radius: 10px;
	color: var(--black);
}

.card-dark{
	background: var(--black);
	color: var(--white);
}

.card-light{
	background: var(--white);
	border: 1px solid var(--light);
	color: var(--black);
}

.card .card-header{
	background: none;
	padding: 15px;
	border: none;
}

.card .card-body{
	padding: 1.3rem 1.6rem;
}

.card-body-small{
	padding: 1rem 1.1rem !important;
}

.booking-card .cancelled-status{
	position: relative;
	display: block;
	background: #dc3545;
	color: #fff;
	text-align: center;
	padding: 5px 0px;
	border-radius: 10px 10px 0px 0px;
}

.booking-card .payment-gateway-icon{
	mix-blend-mode: multiply;
	width: 110px;
	height: auto !important;
}

.passenger-indicator{
	background: #1C1D31;
	color: var(--white);
	padding: 4px 20px;
	text-transform: uppercase;
	font-size: .8em;
}

.shipping-card {
	background: var(--white);
	border: 1px solid rgba(112,112,112,.3);
	border-radius: 0px;
	padding: 10px;
	border-radius: 7px;
	color: black;
}

.margin-card {
		margin-left: 20px;
	margin-right: 20px;
}

.shipping-options .active {
	background: black;
	border: 1px solid black;
	color: white;
}

.shipping-options{
	width: 100%;
	margin-left: 10px; 
}

.checkout-hide {
	display: none;
}

.toggled{
	color: white;
}

.shipping-icon{
	margin-top: 0.5rem;
	font-size: 2.3rem;
}

.form-check,
.form-check-label{
	cursor: pointer;
}

.form-check .form-check-input {
    position: relative;
    top: 2px;
}

.card .card-header a{
	color: blue;
}

.card .card-header label{
	font-size: 1.2em;
}

.form-control{
	border: 1px solid rgba(112,112,112,.3);
	border-radius: 10px;
	font-size: 13px;
	padding: 12px 15px;
	position: relative;
	z-index: 1;
}

.form-control-small{
	padding: 5px 10px;
}

.bg-warning{
	background-color: var(--yellow) !important;
	color: var(--black);
}

.alert-icon-detail{
	background: #00E697;
	color: #333446;
	height: 30px;
	width: auto;
	padding: 5px 10px;
	border-radius: 8px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 3;
	text-align: center;
	line-height: 30px;
	font-weight: bolder;
	font-size: 1.2em;
}

.alert-icon-detail span{
	font-size: 10px !important;
	text-transform: uppercase;
}

.alert-special{
	background-color: #fdfdfd; 
	border:1px solid #efefef;
	position: relative;
	padding: 20px 20px 20px 15px;
	border: 3px dashed #00E697;
	border-radius: 13px;
}

.alert-special img{
	width: 100px;
	margin-right: 10px;
}

/* BRAND STYLES */
.logo {
	background: url("../img/logo.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 100px;
	margin: 0;
	left: -10px;
	position: relative;
	display: inline-block;
}

.hide-text {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

/* HEADER */
.pre-nav{
	padding: 10px 0px;
}

.pre-nav .contact-info li a{
	padding: 0px 6px;
}
.pre-nav .contact-info li:first-child a{
	border-right: 1px solid var(--white);
	padding-right: 15px;
	margin-right: 10px;
}

.headerband{
	padding: 10px 0px;
	font-weight: bold;
}

.menu-link{
	padding: 0px 10px;
}

.header .row{
	padding-top: 30px;
}

.header hr{
	margin-top: 30px;
}

.header .trust-logo img{
	width: 115px;
}

.header .trust-logo-info{
	margin-left: 10px;
}

.header .trust-logo-info h5{
	font-size: .8em;
	font-weight: 600;
	margin-bottom: 5px;
}

.header .trust-logo-info p{
	font-size: .7em;
	margin-bottom: 0px;
}

.header-responsive {
	display: none;
}

.logo{
	width: 180px;
	mix-blend-mode: multiply;
	margin-right: 30px;
}

.return-btn{
	background: var(--white);
	color: #707070;
	border: 1px solid #707070;
	border-radius: 25px;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: .7em;
}

.return-btn ion-icon{
	margin-right: 5px;
}

.return-btn-responsive {
	text-align: center;
	background: var(--white);
	color: #707070;
	border: 1px solid #707070;
	border-radius: 25px;
	width: 100%;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: .7em;
}

.return-btn-responsive ion-icon {
	margin-right: 5px;
}

/* MAIN SECTION */
.main-section{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.main-section .floating-reservation-form{
	position: relative;
	width: 35%;
	right: 0px;
	top: 0px;
	background-color: var(--black);
	border-radius: 60px 0px 0px 0px;
	color: var(--light);
	z-index: 2;
}

.emoji-hand{
	position: absolute;
	top: 50px;
	left: -40px;
	background-color: var(--grey);
	border: 3px solid var(--green);
	border-radius: 100%;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 75px;
	font-size: 3.5em;
}

.pagination-wrapper{
	position: absolute;
	left: 110px;
	bottom: 80px;
}

.swiper-banner{
	width: 105%;
  	z-index: 1;
}

.swiper-button-next, .swiper-button-prev{
	background-color: var(--light);
	color: var(--dark);
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 15px;
	display: block;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after,
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after{
	font-size: 1.4em;
	line-height: 45px;
}

.main-section .swiper-button-prev{
	right: auto;
	left: 10px;
}

.main-section .swiper-button-next{
	right: auto;
	left: 70px;
}

.main-section .banner-body{
	position: relative;
	width: 65%;
	background-color: var(--dark);
}

.headerbands-wrap{
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 120px;
	width: 360px;
}

.headerbands-badge{
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: var(--light);
	color: var(--dark);
	border-radius: 100px;
	padding: 6px 15px;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
	font-weight: bold;
}

.headerband-pagination{
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 45px;
	bottom: 0px;
}

.prev-headerband{
	left: 5px !important;
	right: initial !important;
}

.next-headerband{
	right: 12px !important;
	left: initial !important;
}

.headerbands-wrap .swiper-pagination{
	width: 50% !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

/* EVENTS */
.event-card{
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	border-radius: 10px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.event-card a{
	background-color: var(--grey);
	color: var(--dark);
	padding: 5px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

/*
.event-card img{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
*/

.event-card .overlay{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	background-color: var(--dark);
	width: 100%;
	height: 100%;
	opacity: .5;
}

.event-card .date-detail{
	position: absolute;
	top: 15px;
	right: 15px;
	color: black;
	background-color: white; 
	padding: 10px;
	z-index: 3;
	text-align: center;
	border-radius: 5px;
}

.date-detail p{
	color: black;
	margin: 0 auto;
	font-weight: bold;
}

.date-detail p:first-child{
	font-size: 24px;
	margin-bottom: -10px;
}

.event-card .content{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 30px;
	z-index: 3;
}


/* BENEFITS */
.benefits{
	background-color: var(--light);
	color: var(--dark);
	padding: 40px 0px;
	position: relative;
	z-index: 2;
}

.benefits h5{
	font-weight: 400;
	margin-bottom: 40px;
}

.benefits img{
	margin-bottom: 15px;
	width: 60px;
}

/* CALL TO ACTION */
.call-to-action .list-custom{
	margin-top: 20px;
	margin-bottom: 40px;
}

.list-custom li{
	padding: 5px 0px;
	opacity: .6;
}

.list-custom-icon{
	background-color: var(--green);
	color: #333333;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
	text-align: center;
	position: relative;
}

/* SERVICES */
.services{
	padding: 70px 0px;
}

.services p{
	opacity: .6;
	line-height: 2.3;
}

.services h5{
	margin-bottom: 20px;
}

.services img{
	margin-bottom: 20px;
}

.services .service-card{
	padding: 0px 35px;
}

/* FOOTER */
footer{
	padding-top: 50px;
	background-color: var(--dark);
	color: var(--white);
}

footer .list-title{
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

footer li a{
	margin-bottom: 7px;
	display: block;
}

.post-footer{
	padding: 15px 0px;
}

.post-footer a{
	text-decoration: underline;
	margin-left: 10px;
}

/* AUTH */
.auth-wrapper{
	padding: 120px 0px;
}

/* CHECKOUT INSTRUCTIONS */
.checkout-instructions{
	background-color: var(--grey);
	padding: 12px 0px;
}

.checkout-instructions h5{
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 1em;
}

/* RESERVATION CARD */
.main-reservation-card{
	margin-top: 60px;
	padding: 0px 35px;
	color: var(--light);
}

.main-reservation-body{
	padding: 0px 40px;
}

.main-reservation-body p{
	font-size: 1.2em;
	margin-top: 5px;
}

.main-reservation-options{
	/* background-color: var(--black); */
	color: var(--white);
	border-radius:  15px 15px 0px 0px;
	padding: 30px 40px;
	padding-top: 15px;
}

.main-reservation-options .form-control{
	background-color: var(--dark);
	color: var(--light);
	border: 1px solid var(--light);
}

.main-reservation-card .trip-selector{
	background-color: var(--light);
	color: var(--black);
	border-radius: 15px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}

.main-reservation-card .tab-options,
.profile-section .tab-options{
	margin-bottom: 25px;
}

.main-reservation-card .tab-options a,
.profile-section .tab-options a{
	margin-right: 15px;
	padding: 8px 13px;
	background-color: rgba(242, 242, 242, .16);
	border-radius: 50px;
}

.main-reservation-card .tab-options .option-selected,
.profile-section .tab-options .option-selected{
	background-color: var(--light);
	color: var(--black);
}

.trip-selector{
	transition: .2s ease-in-out all;
}

.trip-selector-design{
	position: relative;
	width: 20px;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
	top: 15px;
}


.trip-selector-design .origin{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 3px solid var(--black);
}

.trip-selector-design .line{
	width: 3px;
	height: 38px;
	background-color: var(--black);
}

.trip-selector-design .destination{
	width: 15px;
	height: 15px;
	border: 3px solid var(--black);
}

.trip-selector-design-horizontal {
	flex-direction: row !important;
	width: 60px;
	height: 0px;
	top: 0px;
	margin: 0 10px;
}

.trip-selector-design-horizontal .line{
	width: 100%;
	height: 3px;
}

.trip-options{
	width: 100%;
	padding-right: 15px;
}

.trip-options .form-control{
	background-color: transparent;
	color: var(--black);
	border: none;
	padding: 15px 0px;
	border-radius: 0px;
	position: relative;
}

.trip-options select::after{
	content: '<ion-icon name="caret-down-outline"></ion-icon>';
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
}

.trip-options .form-group:first-child .form-control{
	border-bottom: 2px solid var(--black);
}

.secondary-options{
	margin: 20px 0px;
}


.itinerary-wrap{
	display: flex;
}

.route-map-elements{
	position: relative;
	width: 20px;
	height: 73px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 5px;
	top: 4px;
}


.route-map-elements .rm-start{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid var(--black);
}

.route-map-elements .rm-line{
	width: 1px;
	height: 50px;
	border: 1px dotted var(--black);
	background-color: transparent;
}

.route-map-elements .rm-stop{
	width: 10px;
	height: 2px;
	position: absolute;
	background-color: var(--black);
	left: 5px;
}

.route-map-elements .rm-stop:nth-child(3){
	top: 25px;
}

.route-map-elements .rm-stop:nth-child(4){
	top: 45px;
}

.route-map-elements .rm-end{
	width: 10px;
	height: 10px;
	border: 2px solid var(--black);
}

.nav-tabs{
	margin-top: 20px;
	margin-bottom: 10px;
	border: none;
}

.nav-item .nav-link{
	margin-right: 15px;
	padding: 8px 13px;
	background-color: rgba(242, 242, 242, .8);
	border-radius: 50px;
	color: var(--black);
}

.nav-item .nav-link.active{
	background-color: var(--dark-green);
	color: var(--light);
}


/* CHECKOUT BODY */
.checkout-container{
	position: relative;
}

/*
.progress{
	margin-top: 5px;
	position: absolute;
	width: 10px;
	border: 3px solid var(--white);
    min-height: calc(100% - 475px);
    background: #d0cece;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.progress .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease
}

.progress-indicator{
	position: absolute;
	left: -35px;
	top: 5px;
	background: #0d6efd;
	border: 3px solid var(--white);
	border-radius: 100%;
	width: 20px;
	height: 20px;
}
*/

.progress,
.progress-bar{
	overflow: initial;
	height: 10px;
}


.progress-bar{
	position: relative;
	background-color: var(--green);
}

.progress-number{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	background-color:#F1F6FB;
	line-height: 30px;
	border: 1px dashed var(--dark);
}

.progress .progress-number:nth-child(3){
	margin-left: auto;
	margin-right: 0px;
}

.progress-indicator{
	background-color: var(--green);
	color: var(--dark);
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	position: absolute;
	right: -15px;

}

.active-number{
	background-color: var(--green);
	color: var(--dark);
	border: none;
}

.progress-card{
	border: 2px dashed var(--bs-gray-400);
}

.progress-card p,
.progress-card h5{
	color: var(--dark) !important;
}

.form-wrap{
	padding: 0px 80px 0px 0px;
}

.checkout-container .title:first-child{
	margin-top: 0px;
}

.title{
	position: relative;
	margin-top: 35px;
	margin-bottom: 20px;
}

.title h4{
	margin-bottom: 0px;
}

.title h4 span{
	font-size: 11px;
}

.guest-notice ion-icon{
	color: #fdcb6e;
	font-size: 1.5em;
	top: 4px;

}

.guest-notice a{
	color: blue;
}

.product-list-item{
	transition: .2s ease-in-out all;
}

.product-img-wrap{
	position: relative;
	margin-right: 15px;
}

.qty-circle{
	position: absolute;
	background-color: black;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	z-index: 2;
	top: 0px;
	right: 0px;
	color: var(--white);
	text-align: center;
	line-height: 20px;
	font-size: .8em;
}

.order-numbers{
	transition: .2s ease-in-out all;
}

.order-numbers p{
	text-transform: uppercase;
	margin-bottom: 5px;
}

.order-numbers .d-flex p:first-child{
	font-size: .8em;
	font-weight: bold;
}

.btn-coupon{
	background: #707070;
	border: none;
	height: 45.5px;
	text-align: center;
	padding: 0px 15px;
	border-radius: 0px 10px 10px 0px;
	color: var(--white);
	font-weight: bold;
}

#btnBuy{
	border-radius: 10px 10px 0px 0px;
}

.method{
	border-radius: 0px; 
	font-size: 10px; 
	margin-top: 0px;
	width: 100%;
	border: 1px solid rgba(112,112,112,.3);
	border-top: transparent;
	line-height: 35px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	color: rgba(112,112,112,.8);
}

.terms-links{
	padding: 0px 20px;
}

.terms-links a{
	color: blue;
}

.card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-number{
	font-size: 22px;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name{
	font-size: 18px;
}

/* FOOTER */
.pre-footer{
	background: #000000;
	color: var(--white);
	padding: 15px 0px;
	margin-top: 120px;
}

.footer{
	background: var(--white);
	color: inherit;
}

.reasurrence-links{
	padding: 20px 0px;
}

.menu-links{
	transition: .2s ease-in-out all;
}

/* ANIMATION AND LOADERS */
.loader-standby {
    position: fixed;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    z-index: 10001;
    background: rgba(255, 255, 255, 0.94);
}

.loader-hidden {
    display: none;
}

.info-loader {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.price-free{
	font-size: 0.8rem;
	font-weight: bold;
	color: lightgreen;
}

.info-loader h2 {
    font-size: 1.3em;
    color: #000;
    margin-top: 35px;
    font-weight: 600;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}


@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


.title-shipping{
	color: grey;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.1rem;
}

.delivery-time {
	color:  darkgrey;
	font-size: 0.8rem;
	margin-bottom: 0.1rem;
}

.price {
	margin-top: 0.1rem;
	font-weight: bold;
	font-size: 0.8rem;
}

@media (max-width: 760px) {
	.form-wrap {
	    padding: 0px 10px 0px 30px;
	}

	.jp-card {
		min-width: 290px !important;
	}
	.pre-footer{
		padding-left: 15px;
		padding-right: 15px;
	}

	.header {
		display: none;
	}

	.header-responsive {
		display: block;
	}
}


.transport-map{
	position: relative;
	margin-top: 30px;
}

/*
.transport-map img{
	position: absolute;
	z-index: -2;
	width: 160%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
*/

/*
.transport-map .seat-map{
	position: relative;
	z-index: 2;
	padding: 0px 30px;
}
*/

/*
.seat-map .front{
	margin-top: 50px;
	padding: 20px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.seat-map .back{
	background-color: var(--white);
	border-radius: 15px;
	padding: 20px 10px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
*/

/*
.seat{
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  color: #232323;

  border-radius: 5px;
  font-style: normal;
  font-size: 13px;
  border: none;
}

.seat-driver{
  background-color: black;
  color: var(--white);
}

.seat-selected{
  background-color: green;
  color: var(--white);
}
*/

.route-icon{
    position: relative;
}

.departure-icon{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: transparent;
    border: 3px solid black;
    margin-top: 5px;
    margin-right: 15px;
}   

.arrival-icon{
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 3px solid black;
    margin-top: 36px;
} 

.line-icon{
    display: block;
    position: absolute;
    width: 3px;
    height: 38px;
    background-color: black;
    left: 6px;
}

.van-image-wrap{
    position: relative;
}

.transport-info{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 10px;
    border-radius: 5px;
    top: 20px;
    right: 20px;
    color: white;
}

.driver-icon img{
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
    width: 50px;
    height: 50px;
}

/* ERROR PAGES */
.error-text{
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 10%;
	padding-right: 10%;
}

.error-subtitle{
	margin-bottom: -20px;
	font-size: 1.5em;
}

.error-title{
	font-size: 10em !important;
}

.error-special{
	color: #00E697;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin-top: -65px;
	font-size: 5em;
	margin-left: 150px;
}

.error-p{
	font-size: 1.5em;
	line-height: 1.5;
	padding-right: 10%;
}

.error-text a{
	color: #00E697;
	display: flex;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin-right: 15px;
}

.error-text ion-icon{
	margin-right: 5px;
}

.error-text:hover{
	text-decoration: none;
}

.btn-error{
	background-color: #00E697;
	color: #fff !important;
	padding: 6px 30px;
	border-radius: 18px;
}

/* PROFILE */

.profile-section{
	padding: 60px 0px;
}

.profile-section .list-unstyled{
	padding-right: 15%;
}

.profile-section .list-unstyled a{
	padding: 12px 10px;
	border-bottom: 1px solid var(--black);
	display: block;
	border-radius: 10px 10px 0px 0px;
	margin-top: 5px;
}

.profile-section .list-unstyled a:hover{
	background-color: var(--light);
}

.qr-booking svg{
	width: 100%;
	height: 250px;
	margin:35px auto;
}

/* RIDES QUERY */

.rides-wrapper{
	padding-top: 40px;
}



.trip-route-design{
	position: relative;
	width: 100%;
	height: 40px;
	z-index: 2;
	padding: 0px 30px;
}

.trip-route-design .truck{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--white);
	padding: 10px 20px;
}

.trip-route-design .origin{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 3px solid var(--black);
}

.trip-route-design .line{
	height: 3px;
	width: calc(100% - 30px);
	background-color: var(--black);
}

.trip-route-design .destination{
	width: 15px;
	height: 15px;
	border: 3px solid var(--black);
}

.ride-info h5{
	text-transform: uppercase;
	margin-bottom: 0px;
}

.card-ride{
	position: relative;
	background: transparent;
	border: 5px solid transparent;
	border-radius: 15px;
	margin-bottom: 20px;
}

.card-ride.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.card-ride:hover,
.card-ride.active{
	border: 5px solid var(--green);
	color: var(--black);
}

.card-ride-info{
	background-color: var(--light);
	padding: 15px 25px;
	border-radius: 10px 10px 0px 0px;
}

.card-ride .trip-selector-design{
	top: 4px;
}

.card-ride-price{
	background-color: var(--dark);
	padding: 12px 25px;
	color: var(--white);
	border-radius: 0px 0px 10px 10px;
}

.card-ride-price p,
.card-ride-price h5{
	margin-bottom: 0px;
}

.meeting-point{
	border-radius: 10px 10px 0px 0px;
	background-color: var(--black);
	height: 100%;
}

.selected-ride{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 35px;
	height: 35px;
	background-color: var(--green);
	border-radius: 100%;
	color: #333333;
	text-align: center;
	font-size: 1.5em;
	line-height: 38px;
	display: none;
}

.card-ride.active .selected-ride{
	display: block;
}

/* PURCHASE COMPLETE */
.purchase-section .purchase-title,
.purchase-section .purchase-details-title{
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.purchase-section .booking-code{
	text-transform: uppercase;
	font-size: 2em;
}

.section-notification{
	background-color: var(--dark);
	color: var(--white);
	padding: 12px 0px;
}

.section-notification ion-icon{
	color: var(--green);
	font-size: 3em;
	margin-right: 15px;
}

.trip-info{
	background-color: var(--white);
	color: var(--dark);
	padding: 10px 15px;
	border-radius: 15px 15px 0px 0px;
	position: relative;
	z-index: 2;
}

.discount-info{
	position: absolute;
	width: 120px;
	background: #0984e3;
	color: var(--white);
	left: 50%;
	top: -55px;
	height: 120px;
	border-radius: 100%;
	text-align: center;
	padding: 20px;
	transform: translateX(-50%);
	font-size: 0.9em;
}

.checkout-confirm{
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}

.checkout-confirm .btn-custom-bg{
	z-index: 10; 
	position: relative; 
	border-radius: 0px !important;
}

.numbers{
	background-color:#F1F6FB;
	color: #1C1D31;
	font-size:18px;
	margin-right:20px;
	margin-bottom:20px;
	width:40px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	padding-right:1.5px;
	padding-top:1.5px;
	cursor:pointer;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

#seat-map,
#seat-map-return{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	width: 280px;
	max-width: 280px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
	padding: 30px 0px 20px 28px;
	border-radius: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.seat-icon{
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 4px;
	background-color: #000;
	color: #fff;
	position: relative;
	top: 3px;
	margin-left: 10px;
}

.showcase{
	margin-bottom: 30px;
}

.seat-selected-icon{
	background-color: #00E697;
}

.seat-available-icon{
	background-color: #F1F6FB;
}

.seat-occupied-icon{
	background-color: #1C1D31;
}

.seat-map-wrapper{
	position: relative;
	width: 280px;
	max-width: 280px;
}

.driver-seat-icon{
	background-color: #1C1D31;
	color: #fff;
	font-size:12px;
	margin-right:20px;
	margin-bottom:20px;
	width:40px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	padding-right:1.5px;
	padding-top:1.5px;
	cursor:pointer;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 29px;
}

#A1, #AV1,
#B1, #BV1{
	margin-left: calc(100% - 71px)
}

#A4, #AV4,
#B4, #BV4{
	margin-right: 80px;
}

#A6, #A9, #A12,
#AV6, #AV9, #AV12,
#B6, #B9, #B12,
#BV6, #BV9, #BV12{
	margin-right: 80px;
}

.vehicle-map{
	position: relative;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

.van-front img, 
.van-back img{
	width: 100%;
	max-width: 280px;
}

.vehicle-map .van-front{
	position: relative;
	z-index: -1;
}

.vehicle-map .van-back{
	position: relative;
	z-index: -1;
}

/* RESPONSIVE STYLES */
@media (max-width: 576px) { 
	.benefits .d-flex{
		flex-wrap: wrap;
	}
	
	.benefit-element{
		width: 50%;
	}

	.profile-menu{
		display: block;
		margin-bottom: 80px;
	}

	.profile-section .profile-title{
		margin-bottom: 40px;
	}

	.services .service-card{
		margin-bottom: 60px;
	}

	footer{
		text-align: center;
	}

	footer .list-title{
		margin-top: 60px;
	}

	.post-footer{
		flex-direction: column;
	}

	.post-footer ul{
		margin-top: 40px;
	}

	.call-to-action{
		padding-top: 80px;
		text-align: center;
	}

	.app-store-logos{
		justify-content: center;
	}

	.call-to-action .list-custom {
		margin-top: 20px;
		margin-bottom: 40px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 250px;
	}

	.purchase-section{
		text-align: center;
	}

	.purchase-section .purchase-details-title{
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.purchase-buttons{
		justify-content: center;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 992px) {

}

/* Checkbox styles */
label.checkbox {
    margin-right: 1rem;
    padding-left: 1.75rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

label.checkbox input[type=checkbox]:focus ~ span {
    border: 2px solid var(--dark-green);
}

label.checkbox input[type=checkbox]:focus:checked ~ span {
    border: 2px solid var(--dark-green);
}

label.checkbox input[type=checkbox]:checked ~ span {
    color: #FFFFFF;
    background: var(--green) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
    border: 2px solid var(--green);
}

label.checkbox span {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: 2px solid var(--green);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rate {
	float: right;
	height: 46px;
	margin-top: -10px;
	width: 100%;
}

.rate:not(:checked) > input {
	position:absolute;
	visibility: hidden;
}

.rate:not(:checked) > label {
	float:right;
	width:1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:25px;
	color:#ccc;
}

.rate:not(:checked) > label:before {
	content: '★ ';
}

.rate > input:checked ~ label {
	color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
	color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
	color: #c59b08;
}

/*
.driver-review-card{

}
*/

.driver-review-card img{
	overflow: hidden;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
}

.navbar-desktop {
	display: block;
}

.navbar-responsive {
	display: none;
}


.navbar-responsive {
    position: relative;
    display: none;
}

.navbar-responsive {
    width: 100%;
    z-index: 99;
    position: relative;
    top: 0px;
    left: 0px;

    display: none;
	background-color: #fff;
	padding: 10px 20px;
}

.responsive-nav .btn-menu {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 30px;
    background: transparent;
    color: var(--white);
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 0.4em;
    cursor: pointer;
}

.responsive-nav .btn-menu i {
    font-size: 4em;
    margin-left: 15px;
    position: relative;
    top: 12px;
}

#sidebar-wrapper{
    position: fixed;
    height: 100%;
    z-index: 3000;
    width: 250px;
    overflow-x: hidden;
    overflow-y: scroll;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -250px;
    background: #fff;
}

.menu-container{
    background-color: #fff;
}

body.toggled #sidebar-wrapper{
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
}

.sidebar-nav {
    width: 100%;
    padding: 0;
    list-style: none;
}

.sidebar-nav .nav-title{
    padding: 0px 33px;
    text-transform:uppercase;
    font-size: 0.8em;
    margin-top: 15px;
    color: #989a9e;
    line-height: 45px;
}

.sidebar-nav .user{
    background-color: #191d3f;
    width: 100%;
    position: relative;
}

.sidebar-nav .contenido{
    margin-bottom: 60px;
}

.sidebar-nav .user li{
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.sidebar-nav .user li a{
    color: #1e1e1e;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0px;
}

.sidebar-nav li {
    line-height: 55px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    padding: 0px 33px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 200;
    font-size: 0.8em;
}

.sidebar-nav li a i{
    padding: 0px 20px;
    font-size: 1.3em;
    width: 60px;
    position: relative;
    top: 2px;
    color: #1e1e1e;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    background: #f8f8f8;

    color: #1e1e1e;
}

.sidebar-nav li a:hover i{
    color: #1e1e1e;
}

.sidebar-overlay{
    background: rgba(0,0,0,.3);
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 150%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;


    transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
}

body.toggled {
    overflow-y: hidden;
}

body.toggled .sidebar-overlay{
    opacity:1;
    transform: translateX(0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    z-index: 2001;
}

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

@media (max-width: 768px) {
	.navbar-desktop, .pre-nav{
		display: none;
	}

	.navbar-responsive {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.navbar-responsive .logo {
		width: 150px !important;
	}

	.main-section{
		display: block;
	}

	.main-section .floating-reservation-form{
		width: 100%;
		border-radius: 25px 25px 0px 0px;
	}

	.main-reservation-card{
		margin-top: 0px;
		padding: 60px 10px;
	}

	.emoji-hand{
		top: -40px;
  		left: 40px;
	}

	.main-section .banner-body{
		width: 100%;
	}

	.headerbands-wrap{
		position: absolute;
		z-index: 2;
		top: 50px;
		left: 50px;
	}

	.swiper-banner{
		width: 100%;
	}

	.pagination-wrapper{
		left: initial;
		bottom: 80px;
		right: 164px;
	}

	.nav-tabs{
		margin: 30px auto;
		display: flex;
    	justify-content: space-evenly;
	}

	.nav-item .nav-link{
		margin-right: 0px;
	}
}

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

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

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