/*# sourceMappingURL=magnific-popup.css.map */

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
   * Remove all paddings around the image on small screen
   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

#icabbi-booking-form {
	padding: 15px 0 0;
}

.booking-table, .icabbi-booking-form {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

form#location-form button {
	width: 100%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

form#location-form input, form#location-form select {
	border: unset;
	border-radius: 5px;
}

.vehicle-options-wrap .options-wrap {
	flex-wrap: wrap;
}

.vehicle-selection-opt .btn, .vehicle-selection-opt .btn:hover {
	border-radius: 0;
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	box-shadow: unset !important;
}

.booking-wrap .bgwhite .form-box {
	max-width: unset;
}

.PassengersDropdown .DropdownList {
	padding: 0;
}

#icabbi-booking-management .icabbi-form, .PassengersDropdown .DropdownList li, .booking-step.active {
	display: block;
}

.PassengersDropdown .DropValue {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-radius: 5px;
}

.icabbi-booking-form {
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background: #fff;
}

.fw-small {
	max-width: 550px;
}

.fw-small.w-full {
	width: 100%;
	max-width: 940px;
}

.frm_stp_wrp {
	padding: 20px;
}

button:disabled {
	pointer-events: none;
	opacity: .8;
}

.bg_blue_d, .fw-small.w-full .bg_blue_d {
	background: #0c3458;
}

#location-form label {
	color: #fff;
	font-size: 15px;
}

.stp-heading {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	padding: 3px 16px;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	display: inline-block;
}

.error, .success {
	padding: 4px 13px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}

.stp-heading.bg_green {
	background: #4ec09e;
	color: #000;
}

.booking-step {
	animation: .3s ease-in fadeIn;
	display: none;
}

.vehicle-option.selected {
	background: #f0f8ff;
}

.error {
	background: linear-gradient(135deg, #f8d7da 0, #f5c6cb 100%);
	color: #721c24;
	border-left: 4px solid #dc3545;
}

.success {
	background: linear-gradient(135deg, #d4edda 0, #c3e6cb 100%);
	color: #155724;
	border-left: 4px solid #28a745;
}

.spinner {
	border: 3px solid #f3f3f3;
	border-top: 3px solid #007cba;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: 1s linear infinite spin;
	margin: 0 auto 8px;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.form-group {
	margin-bottom: 18px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}

.form-group input, .form-group select, .form-group textarea {
	width: 100%;
	font-size: 14px;
	padding: 6px 50px 6px 12px;
	margin: 0;
	border-radius: 0;
	height: 40px;
	border: 1px solid #bdbdbd;
	transition: border-color .3s;
	box-sizing: border-box;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
	outline: 0;
	border-color: #007cba;
}

#icabbi-booking-management .icabbi-booking-card, .swap_outer {
	position: relative;
}

#swap-locations, .gps_tracker-icn {
	position: absolute;
	cursor: pointer;
}

#swap-locations {
	width: 19px;
	height: 31px;
	color: #fff;
	font-size: 30px;
	transition: transform .2s;
	left: -28px;
	top: 30%;
}

.pickup-flightinfo-wrap .form-fields-container {
	display: flex;
	gap: 24px;
}

.fw-small .bg_blue_d {
	background: rgba(0, 0, 0, .85);
	border-radius: 0 10px 10px 10px;
}

.step2loaded #cal-h1, .step2loaded #cal-h2, .step2loaded .banner-back {
	display: none;
}

form#location-form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 10px 0px 25px;
	margin-bottom: 0;
	flex-wrap: wrap;
}

#swap-locations:hover {
	color: #4ec09e;
}

.frm_outr_sec {
	padding: 0px 0 20px;
}

#location-form button {
	padding: 6px 16px;
	border: 1px solid #4ec09e;
	border-radius: 6px;
	cursor: pointer;
	transition: .3s;
	height: 40px;
	background: #4ec09e;
	color: #fff;
	box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
	font-size: 14px;
	font-weight: 500;
}

.btn-primary:disabled {
	background: #ccc;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.btn-secondary {
	background: #6c757d;
	color: #fff;
}

.btn-danger {
	background: linear-gradient(135deg, #ff6b6b 0, #ee5a52 100%);
	color: #fff;
}

.vehicle-option {
	border: 2px solid #e1e5e9;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 16px;
	cursor: pointer;
	transition: .3s;
	background: #fafafa;
}

.vehicle-option:hover {
	border-color: #007cba;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
	transform: translateY(-2px);
}

.vehicle-option.selected {
	border-color: #007cba;
	background: linear-gradient(135deg, #f0f8ff 0, #e6f3ff 100%);
	box-shadow: 0 4px 20px rgba(0, 124, 186, .2);
}

.vehicle-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vehicle-info h4 {
	margin: 0 0 8px;
	color: #333;
	font-size: 18px;
}

.vehicle-info p {
	margin: 4px 0;
	color: #666;
	font-size: 14px;
}

.vehicle-price {
	font-size: 24px;
	font-weight: 700;
	color: #007cba;
}

.error-message {
	color: red !important;
}

.details-wrap .booking-info-wrap .vehicle-img img, .gps_tracker-icn img {
	max-width: 100%;
}

.booking-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.booking-table td {
	padding: 16px;
	border-bottom: 1px solid #e1e5e9;
}

.booking-table td:first-child {
	background: #f8f9fa;
	font-weight: 600;
	width: 30%;
}

.booking-actions {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 2px solid #e1e5e9;
}

.gps_tracker-icn {
	right: 21px;
	top: 11px;
	width: 17px;
	text-align: center;
}

.input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.clear-input {
	position: absolute;
	right: 8px;
	background: 0 0;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #888;
	line-height: 1;
}

.clear-input:hover, b.customh {
	color: #000;
}

.vehicle-selection-opt .price span {
	color: #39b1e8 !important;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: 700;
}

.vehicle-selection-opt .price small {
	display: inline-block;
	font-size: 62%;
	font-weight: 400;
}

.vehicle-selection-opt .btn, .vehicle-selection-opt .btn:hover {
	display: block;
	background: #4ec09e !important;
	border: 1px solid #4ec09e !important;
	letter-spacing: 1px;
	-moz-box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
	-webkit-box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
	box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
	color: #fff;
	border-radius: 4px;
}

b.customh {
	padding-left: 18px;
	display: inline-block;
}

.back-btn, a.edit_profile1 {
	background: #e3e3e3;
	color: #000;
	padding: 8px 20px;
	text-decoration: none;
}

.pickup_point.airportpickup_point {
	margin-bottom: 15px;
}

.back-btn:hover, a.edit_profile1:hover {
	background: #4ec09e;
}

#icabbi-booking-management {
	max-width: 1200px;
	margin: 2rem auto;
	padding: 0 1rem;
	color: #333;
	box-sizing: border-box;
}

#icabbi-booking-management .icabbi-booking-header {
	text-align: center;
	margin-bottom: 2rem;
}

#icabbi-booking-management .icabbi-booking-header h2 {
	font-size: 2rem;
	color: #2c3e50;
	margin-bottom: .5rem;
}

#icabbi-booking-management .icabbi-booking-header p {
	font-size: 1.1rem;
	color: #7f8c8d;
}

#icabbi-booking-management .icabbi-booking-search {
	background: #f8f9fa;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	margin-bottom: 2rem;
}

#icabbi-booking-management .icabbi-form-row, #icabbi-booking-management .icabbi-meta-info {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

#icabbi-booking-management .icabbi-form-group {
	flex: 1;
	min-width: 250px;
}

#icabbi-booking-management .icabbi-form-label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
	color: #34495e;
}

#icabbi-booking-management .icabbi-form-input {
	width: 100%;
	padding: .75rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 1rem;
	transition: .3s;
}

#icabbi-booking-management .icabbi-form-input:focus {
	border-color: #3498db;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(52, 152, 219, .1);
}

#icabbi-booking-management .icabbi-btn {
	display: inline-block;
	padding: .75rem 1.5rem;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	font-size: 1rem;
	border: none;
}

#icabbi-booking-management .icabbi-btn-primary {
	background-color: #3498db;
	color: #fff;
}

#icabbi-booking-management .icabbi-btn-primary:hover {
	background-color: #2980b9;
}

#icabbi-booking-management .icabbi-booking-details, #icabbi-booking-management .icabbi-edit-container {
	display: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
	padding: 2rem;
	margin-top: 2rem;
}

#icabbi-booking-management .icabbi-detail-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}

#icabbi-booking-management .icabbi-booking-status, #icabbi-booking-management .icabbi-booking-status.paused {
	padding: .5rem 1rem;
	border-radius: 20px;
	font-size: .9rem;
	text-transform: capitalize;
	font-weight: 600;
}

#icabbi-booking-management .icabbi-detail-header h3 {
	color: #2c3e50;
	font-size: 1.5rem;
	margin: 0;
}

#icabbi-booking-management .icabbi-booking-status.confirmed {
	background-color: #d4edda;
	color: #155724;
}

#icabbi-booking-management .icabbi-booking-status.pending {
	background-color: #fff3cd;
	color: #856404;
}

#icabbi-booking-management .icabbi-booking-status.cancelled, #icabbi-booking-management .icabbi-booking-status.dispatch_cancelled {
	background-color: #f8d7da;
	color: #721c24;
}

#icabbi-booking-management .icabbi-booking-status.paused {
	background-color: #fff3cd;
	color: #856404;
	display: inline-block;
	border: 1px solid #ffeeba;
	position: relative;
	overflow: hidden;
}

#icabbi-booking-management .icabbi-booking-status.paused::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .5) 50%, transparent 100%);
	animation: 2s infinite icabbi_paused_shimmer;
}

@keyframes icabbi_paused_shimmer {
	0% {
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(100%);
	}
}

#icabbi-booking-management .icabbi-booking-status.enroute {
	background-color: #e6f2ff;
	border: 1px solid #b8d4ff;
	color: #06c;
	position: relative;
	overflow: hidden;
}

#icabbi-booking-management .icabbi-booking-status.enroute::before {
	content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
	display: inline-block;
	font-weight: 700;
	animation: 1.5s infinite enrouteBounce;
}

#icabbi-booking-management .icabbi-booking-status.enroute::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
	animation: 2.5s infinite enroutePulse;
}

.icabbi-booking-status.enroute:hover {
	background-color: #d6e9ff;
	box-shadow: 0 1px 4px rgba(0, 102, 204, .2);
}

@keyframes enrouteBounce {
	0%, 100% {
		transform: translateX(0);
	}
	
	50% {
		transform: translateX(3px);
	}
}

@keyframes enroutePulse {
	0% {
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(100%);
	}
}

.icabbi-booking-status.new, .icabbi-booking-status.completed {
	background-color: #fff8e6;
	border: 1px solid #ffecb3;
	color: #ff9800;
	position: relative;
	overflow: hidden;
}

.icabbi-booking-status.new::before, .icabbi-booking-status.completed::before {
	display: inline-block;
	animation: 1.5s infinite searchingPulse;
	font-size: 14px;
}

.icabbi-booking-status.new::after, .icabbi-booking-status.completed::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff9800;
	opacity: 0;
	animation: 2s infinite searchingDot;
}

@keyframes searchingPulse {
	0%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.1);
	}
}

@keyframes searchingDot {
	0% {
		transform: translateX(0) translateY(-50%);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		transform: translateX(120px) translateY(-50%);
		opacity: 0;
	}
}

#icabbi-booking-management .icabbi-meta-item {
	font-size: .95rem;
}

#icabbi-booking-management .icabbi-meta-label {
	font-weight: 600;
	color: #7f8c8d;
	display: inline-block;
	margin-right: .5rem;
}

#icabbi-booking-management .icabbi-section {
	margin-bottom: 2rem;
}

#icabbi-booking-management .icabbi-section-title {
	color: #2c3e50;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border-bottom: 1px dashed #eee;
}

#icabbi-booking-management .icabbi-detail-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1rem;
}

#icabbi-booking-management .icabbi-detail-item {
	margin-bottom: 1rem;
}

#icabbi-booking-management .icabbi-detail-label {
	font-weight: 600;
	color: #7f8c8d;
	display: block;
	font-size: .9rem;
}

#icabbi-booking-management .icabbi-detail-value {
	color: #34495e;
	font-size: 1rem;
}

#icabbi-booking-management .icabbi-detail-note {
	font-size: .85rem;
	color: #666;
	margin-top: .25rem;
	font-style: italic;
}

#icabbi-booking-management .icabbi-notes {
	background: #f8f9fa;
	padding: 1rem;
	border-radius: 5px;
	font-size: .95rem;
	line-height: 1.5;
}

#icabbi-booking-management .icabbi-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eee;
}

#icabbi-booking-management .icabbi-btn-danger {
	background-color: #e74c3c;
	color: #fff;
}

#icabbi-booking-management .icabbi-btn-danger:hover {
	background-color: #c0392b;
}

#icabbi-booking-management .icabbi-btn-secondary {
	background-color: #f8f9fa;
	color: #34495e;
	border: 1px solid #ddd;
}

#icabbi-booking-management .icabbi-btn-secondary:hover {
	background-color: #e9ecef;
}

#icabbi-booking-management .icabbi-loading {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #3498db;
	border-radius: 50%;
	animation: 1s linear infinite icabbi-spin;
}

@keyframes icabbi-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

#icabbi-booking-management .icabbi-alert {
	padding: 1rem;
	border-radius: 5px;
	margin-bottom: 1.5rem;
}

#icabbi-booking-management .icabbi-alert-error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

#icabbi-booking-management .edit_booking_form {
	float: none;
	padding: 0;
}

.persional-details textarea {
	border: 1px solid #bdbdbd;
}

.loading-spinner {
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	border-top-color: currentColor;
	animation: 1s ease-in-out infinite spin;
	margin-right: 5px;
}

.loading-spinner.small {
	width: .75em;
	height: .75em;
	border-width: 1.5px;
	top: 50%;
	transform: translateY(-50%);
	min-width: 14px;
	min-height: 14px;
}

.vehicle-options-wrap .options-wrap {
	display: flex;
}

.options-box .icon-row {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 0 22px;
}

.options-box .luggage-icons i {
	background: url("https://cdn-dgpda.nitrocdn.com/uekEXYvVmKgERnYRJgahBwwTiBRuzPEo/assets/images/optimized/rev-bc032d6/www.aeroporttaxi.com/wp-content/plugins/icabbi-taxi-booking/assets/images/luggage@2x.png") left bottom/10px no-repeat;
	padding: 0 1px;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.options-box .pessenger-icons i {
	background-image: url("https://cdn-dgpda.nitrocdn.com/uekEXYvVmKgERnYRJgahBwwTiBRuzPEo/assets/images/optimized/rev-bc032d6/www.aeroporttaxi.com/wp-content/plugins/icabbi-taxi-booking/assets/images/passengers@2x.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 10px;
	padding: 0 1px;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.options-box .pessenger-icons i.nitro-lazy {
	background-image: none !important;
}

.PassengersDropdown .DropValue strong {
	font-weight: 700;
}

.PassengersDropdown {
	border-radius: 5px;
	margin: 0;
}

.booking-wrap .line-wrap {
	margin: 15px 0 0;
	padding: 15px 0 0;
}

.booking-wrap .bgwhite .form-box input, .booking-wrap .bgwhite .form-box select, .booking-wrap .bgwhite .form-box textarea {
	border-radius: 5px;
}

.location-changer .changer-icon {
	padding: 20px 5px;
	background: transparent;
}

.location-changer .changer-icon img {
	width: 27px;
}

.booking-wrap .airportpickup_point, .booking-wrap .flight_info {
	width: 50%;
	float: left;
	clear: unset !important;
	min-height: 70px;
}

.booking-wrap .airportpickup_point input, .booking-wrap .flight_info input, .booking-wrap .airportpickup_point select, .booking-wrap .flight_info select {
	width: 100%;
}

.booking-wrap .date-time {
	clear: both;
	overflow: hidden;
}

.booking-wrap .flight_info {
	padding-left: 20px;
}

.booking-wrap .bgwhite .line-wrap .date_time {
	width: 50%;
}

.booking-wrap.form-field div.estimated-button {
	width: 50%;
	box-shadow: unset;
	float: left;
	padding: 17px 10px;
}

.booking-wrap .book_now_btn, .booking-wrap.form-field .btn, .booking-wrap .bgwhite .form-box button {
	width: calc(50% - 10px);
	float: right;
	margin: 0 0 0 10px;
	box-shadow: unset;
	color: #000 !important;
}

.booking-wrap .date-time .field-wrap.dat_time {
	width: 50%;
	float: left;
}

.booking-wrap .date-time .field-wrap.dat_time input {
	width: 83%;
}

.booking-wrap .date-time .field-wrap.dat_time i.side-icon {
	display: inline-block !important;
}

.details-wrap .bg-box {
	max-width: unset;
}

.details-wrap .line-wrap {
	padding: 0 !important;
	margin: 0 0 20px !important;
	border: unset !important;
}

.details-wrap .line-wrap:last-of-type {
	margin: 0 !important;
}

.details-wrap .line-wrap:has(#recaptcha-container) {
	margin: 0 !important;
}

.details-wrap.form-field .btn, .form-field.details-wrap.bgwhite .form-box button {
	box-shadow: unset;
	color: #000 !important;
}

.form-field.details-wrap.bgwhite .form-box input, .form-field.details-wrap.bgwhite .form-box textarea {
	border-radius: 5px;
}

.form-box .field-wrap .iti--show-flags input {
	font-size: 18px;
	padding-left: 77px !important;
}

.form-box .field-wrap .iti--show-flags input::placeholder {
	font-size: 18px;
}

.form-box .field-wrap .iti--show-flags .iti__country-container button {
	width: auto;
	margin: 0;
	font-size: 18px;
}

.form-box .iti--inline-dropdown .iti__dropdown-content {
	top: 36px;
}

.form-box .iti--inline-dropdown .iti__dropdown-content input {
	padding: 10px !important;
}

.details-wrap .booking-info {
	border-radius: 10px;
}

.booking-wrap .bgwhite .line-wrap {
	border-color: #e5e5e5;
	border-top-style: dashed;
	clear: both;
}

.stripe-card-element {
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: white;
}

.stripe-card-errors {
	color: #e74c3c;
	font-size: 14px;
	margin-top: 5px;
}

.payment-method-selector b {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	color: #444;
}

div#error-message {
	margin-top: 10px;
}

.screen_1 {
	/* max-width: 600px; */
	margin: 0 auto;
	width: 100%;
}

.screen_1 label {
	color: #fff;
	font-size: 15px;
	margin: 0 0 3px;
}

.screen_1 .outer_wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.screen_1 .marker_icn {
	position: absolute;
	left: 9px;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 2;
	width: 24px;
}

.screen_1 .marker_icn img {
	max-width: 100%;
}

.screen_1 .location_input_2 .marker_icn {
	width: 20px;
	left: 10px;
	top: -1px;
}

.screen_1 .autocomplete {
	flex: 1;
	padding: 8px 28px 8px 17px;
	border: 0;
	font-size: 17px;
	outline: none;
	transition: all .3s ease;
	position: relative;
	z-index: 1;
	height: 38px;
	color: #000;
}

.screen_1 .autocomplete::placeholder {
	font-size: 17px !important;
}

.screen_1 .outer_wrap.location_input_2 i.clear_input_btn {
	right: 4px;
}

.screen_1 .outer_wrap.location_input_2 input#start_destination {
	height: 38px;
	background: #c3c3c3;
}

p.color_white {
	color: #fff;
	font-size: 18px;
}

.fw-small .bg_blue_d {
	padding: 10px 16px 15px;
}

.screen_1 .autocomplete:focus {
	border-color: #4a90e2;
	box-shadow: 0 0 0 2px rgba(74, 144, 226, .2);
}

.screen_1 .clear_input_btn {
	position: absolute;
	right: 26px;
	cursor: pointer;
	padding: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	z-index: 2;
}

.screen_1 .autocomplete:not(:placeholder-shown)+.clear_input_btn {
	opacity: 1;
	visibility: visible;
}

.screen_1 .clear_input_btn img {
	width: 17px;
	height: 17px;
	opacity: 1;
	transition: opacity .3s;
}

.screen_1 .clear_input_btn:hover img {
	opacity: 1;
}

.screen_1 .gps_tracker_icn {
	position: absolute;
	cursor: pointer;
	padding: 8px;
	z-index: 2;
	right: 0;
}

.screen_1 .gps_tracker_icn img {
	width: 20px;
	height: 20px;
	opacity: 1;
	transition: opacity .3s;
}

.screen_1 .gps_tracker_icn:hover img {
	opacity: 1;
}

.screen_1 button {
	padding: 2px 10px;
	background-color: #ebbe5e;
	border: none;
	font-size: 18px;
	cursor: pointer;
	transition: background-color .3s;
	white-space: nowrap;
	width: 100%;
	color: #000;
	font-weight: 600;
	height: 38px;
	margin: 10px 0 0;
	border-radius: 6px;
}

.screen_1 .marker_icn + input {
	padding-left: 42px;
}

.screen_1 button:hover {
	background-color: #cba452;
}

.screen_1 button:focus {
	outline: none;
}

.screen_1 .autocomplete::placeholder {
	color: #000;
}

#swap-locations1 {
	position: relative;
	width: 25px;
	height: 25px;
	margin: 10px auto -18px;
	cursor: pointer;
	z-index: 5;
}

#swap-locations1 .swap-icon1 {
	background: url("https://cdn-dgpda.nitrocdn.com/uekEXYvVmKgERnYRJgahBwwTiBRuzPEo/assets/images/optimized/rev-bc032d6/www.aeroporttaxi.com/wp-content/plugins/icabbi-taxi-booking/assets/images/swap.png") center no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 0;
	transform: rotate(90deg);
}

#swap-locations1 .swap-icon1.nitro-lazy {
	background: none !important;
}

.modal-open .mbr-section {
	z-index: unset !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.screen_1 {
		flex-direction: column;
		align-items: stretch;
	}
	
	.screen_1 .marker_icn {
		left: 7px !important;
		top: 7px !important;
		height: auto;
	}
	
	.screen_1 .autocomplete {
		padding-left: 40px;
		margin-bottom: 10px;
	}
	
	.screen_1 .clear_input_btn, .screen_1 .gps_tracker_icn {
		right: -3px;
		top: 2px;
	}
	
	.screen_1 button {
		width: 100%;
		margin-left: 0;
	}
	
	.screen_1 .outer_wrap {
		display: block;
	}
	
	.screen_1 .clear_input_btn {
		right: -1px !important;
		top: 5px;
	}
}

.step2loaded .screen_1 {
	display: none;
}

.step2loaded #location-form {
	padding-inline: 0;
	display: flex !important;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.step2loaded #location-form .swap_outer {
	display: flex;
	width: 73%;
}

.step2loaded #location-form .swap_outer #swap-locations {
	position: static;
	width: 38px;
	height: 38px;
	margin: 10px 0 0 0;
}

.step2loaded #location-form .swap_outer #swap-locations .swap-icon {
	background: url("https://cdn-dgpda.nitrocdn.com/uekEXYvVmKgERnYRJgahBwwTiBRuzPEo/assets/images/optimized/rev-bc032d6/www.aeroporttaxi.com/wp-content/plugins/icabbi-taxi-booking/assets/images/swap.png") center no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.step2loaded #location-form .swap_outer #swap-locations .swap-icon.nitro-lazy {
	background: none !important;
}

.step2loaded #location-form>.form-controls {
	display: flex;
	width: 27%;
	margin: 0 -20px 0 0;
}

.step2loaded #location-form .swap_outer .swap-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	max-width: 30px;
	position: relative;
	z-index: 2;
}

.step2loaded #location-form .swap_outer>* {
	width: 100%;
}

.step2loaded #location-form>.form-controls>* {
	width: 50%;
	margin: 0 20px 0 0;
}

.step2loaded #location-form>.form-controls .quantity-input {
	display: flex;
	align-items: center;
	background: #fff;
	min-height: 40px;
	border-radius: 5px;
	padding: 5px 5px;
}

.step2loaded #location-form>.form-controls .quantity-input .quantity-adjust {
	width: 25px;
	height: 25px;
	background: #f3f3f3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	padding: 0 0 2px;
	cursor: pointer;
}

.step2loaded #location-form>.form-controls .quantity-input input {
	width: calc(100% - 50px);
	text-align: center;
}

.step2loaded #location-form>.form-controls .quantity-input input::-webkit-outer-spin-button, .step2loaded #location-form>.form-controls .quantity-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.step2loaded #location-form>.form-controls .quantity-input input[type=number] {
	-moz-appearance: textfield;
}

.details-wrap .pdOuterWrap * {
	color: #000;
}

.details-wrap .pdOuterWrap {
	font-size: 18px;
	font-weight: 300;
}

.details-wrap .pdOuterWrap .nowOrLater {
	display: flex;
	align-items: center;
}

.details-wrap .pdOuterWrap .nowOrLater .fieldWrap {
	margin: 0 0 0 20px;
}

.details-wrap .pdOuterWrap .nowOrLater .fieldWrap>* {
	margin: 0 0 0 20px;
}

.details-wrap .pdOuterWrap .nowOrLater .fieldWrap>*:first-child {
	margin: 0;
}

.details-wrap .pdOuterWrap .pdSecDateTime {
	display: flex;
	width: 100%;
	padding: 20px 0 20px;
	flex-wrap: wrap;
}

.details-wrap .pdOuterWrap .pdSecDateTime>* {
	display: flex;
	padding: 0 20px 0 0;
	flex-direction: column;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecDate {
	width: 50%;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime {
	width: 50%;
}

.details-wrap .pdOuterWrap .pdSecDateTime input, .details-wrap .pdOuterWrap .pdSecDateTime select {
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	width: 100%;
	background: #fff;
}

.details-wrap .pdOuterWrap .pdSecDateTime>* label {
	margin: 0 0 7px;
	font-weight: 500;
}

.details-wrap .pdOuterWrap .pdSecDateTime .input-append {
	position: relative;
	width: 100%;
}

.details-wrap .pdOuterWrap .pdSecDateTime .input-append i {
	position: absolute;
	top: 9px;
	right: 10px;
}

.details-wrap .pdOuterWrap .pdSecDateTime>*:last-child {
	padding: 0;
}

/* .details-wrap .pdOuterWrap .pdSecDateTime:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  margin: 24px 0 10px;
} */
.details-wrap .custom-time-picker .time-separator {
	padding: 0;
	width: auto;
}

.details-wrap .pdOuterWrap b {
	font-weight: 600;
}

.details-wrap .pdOuterWrap .payment-options .payment-option {
	margin: 0 10px 8px 0;
	font-size: 16px;
}

.details-wrap .pdOuterWrap .payment-options {}

.details-wrap .pdOuterWrap .payment-options>* {
	display: inline-block;
	vertical-align: middle;
}

/* .details-wrap .pdOuterWrap .payment-options  .payment-option-notes {
    font-size: 14px;
    color: #fff;
    background: #4dc09e;
    border: 1px solid #4dc09e;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 500;
}

.details-wrap .pdOuterWrap .payment-options .payment-option-notes:hover {
    background: #fff;
    color: #4dc09e;
} */
.details-wrap .pdOuterWrap .pdSecDateTime .pdSecDate > label {
	margin: 0 0 27px;
}

.custom-time-picker > * {
	width: 100%;
}

/* Scoped popup styles with unique class prefix */
.custom-popup__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	display: none;
	z-index: 9999;
	/* High z-index to ensure it's on top */
	overflow-y: auto;
}

.custom-popup__container {
	background-color: white;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
	max-width: 600px;
	width: 90%;
	max-height: 90vh;
	position: relative;
	margin: 5vh auto;
	/* Center vertically with margin */
	
	/* Perfect centering */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.line-wrap.efse3 {
	overflow: visible !important;
}

.editpdSecTop .fieldWrap label {
	margin: 0;
	margin-left: 20px;
}

#res_con {
	display: flex;
	padding: 0;
	background: transparent;
}

#res_con .pdOuterWrap {
	padding: 25px 25px;
	width: 65%;
	background: #fff;
	border-radius: 4px 0 0 4px;
}

.custom-time-picker {
	width: 100%;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime .custom-time-picker .time-component {
	/* flex-direction: unset; */
	align-items: stretch;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime .custom-time-picker .time-component .time-adjust {
	display: flex;
	justify-content: center;
	text-align: center;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime .custom-time-picker .time-component .time-adjust i {}

/*.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime input,*/

/*.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime select {*/

/*  font-size: 14px;*/

/*}*/
#res_con .form-box {
	width: 100%;
}

#res_con .form-box .field-wrap {
	padding: 0;
}

#res_con .form-box .field-wrap label {
	position: static;
	display: block;
	transform: unset;
}

#res_con h1 {
	font-size: 33px;
	margin: 0 0 20px;
}

.payment-options .contactless-prepayment-box {
	width: 100%;
	display: block !important;
	background: #f8fafc;
	border: 1px solid #d7dfe8;
	font-size: 14px;
	line-height: normal;
	padding: 10px 15px !important;
	margin: 10px 0 !important;
	color: #9ca3ae !important;
	cursor: pointer;
}

.payment-options .contactless-prepayment-box p {
	margin: 0 !important;
	color: inherit !important;
}

.payment-options .contactless-prepayment-box p:first-child {
	color: #6b7079 !important;
}

#res_con .booking-info-wrap {
	background: #0c3458;
	padding: 25px 25px;
	border-radius: 0 4px 4px 0;
	width: 35%;
}

#res_con .booking-info-wrap .booking-summary-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

#res_con .booking-info-wrap .booking-summary-container .footer-note {
	margin: 0;
	font-size: 16px;
	line-height: normal;
	color: rgba(255, 255, 255, .74);
}

#res_con .booking-info-wrap h3 {
	font-size: 27px;
	margin: 0 0 19px;
}

#res_con .booking-info-wrap .vehicle-details {
	display: flex;
	align-items: center;
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 600;
}

#res_con .booking-info-wrap .vehicle-details .vehicle-image-wrapper {
	padding: 0 0 0 10px;
}

#res_con .booking-info-wrap .vehicle-details .vehicle-text p {
	margin: 0;
}

#res_con .booking-info-wrap .vehicle-details .vehicle-text .vehicle-meta {
	font-size: 11px;
	font-weight: 400;
	color: rgba(255, 255, 255, .45);
	margin: 4px 0 0;
}

#res_con .booking-info-wrap .vehicle-details>* {
	width: 50%;
}

#res_con .booking-info-wrap .booking-details .booking-row {
	display: flex;
	color: rgba(255, 255, 255, .74);
	line-height: 1;
}

#res_con .booking-info-wrap .booking-details .booking-row .label {
	width: 40%;
	color: inherit;
}

#res_con .booking-info-wrap .booking-details .booking-row .value {
	width: 60%;
	text-align: right;
	color: inherit;
	padding: 0 0 13px 10px;
}

#res_con .booking-info-wrap .divider {
	border-color: #58667b;
}

#res_con .booking-info-wrap .rate-row {
	font-size: 26px;
	margin: 0 -10px 20px 0;
}

#res_con .booking-info-wrap .rate-row>* {
	margin: 0 10px 0 0;
}

#res_con .booking-info-wrap .rate-row .rate-amount {
	font-size: 60%;
	color: rgba(255, 255, 255, .74);
}

#res_con .booking-info-wrap .rate-row .rate-amount * {
	color: inherit;
}

#res_con .booking-info-wrap .rate-row .price {
	font-style: normal;
	color: #4dc09e;
	margin: 0 4px 0 0;
}

#res_con .booking-info-wrap .edit-button {
	width: 100%;
	margin: 0 0 25px;
	background: transparent;
	border: 1px solid #4dc09e;
	color: #4dc09e;
	padding: 8px 15px;
	border-radius: 4px;
	font-size: 18px;
}

#res_con .booking-info-wrap .edit-button:hover {
	background: #4dc09e;
	color: #fff;
}

#model_booking .modal-header {
	padding: 0;
	border: unset;
	font-size: 0;
}

#model_booking .modal-header .modal-title {
	display: none !important;
}

.modal-header .close {
	margin: 0 0 0 auto;
	padding: 4px 12px 0;
}

.model_booking-inner-wrap {
	display: flex;
	align-items: end;
}

#model_booking .modal-body {
	padding: 0;
}

.model_booking-inner-wrap .text-content {
	width: 50%;
	padding: 20px 0px 40px 30px;
}

.model_booking-inner-wrap .img-col {
	width: 50%;
}

.model_booking-inner-wrap .text-content h1, .model_booking-inner-wrap .text-content strong {
	color: #4dc09e;
}

.model_booking-inner-wrap .text-content ul {
	margin: 0;
	padding: 0;
}

.model_booking-inner-wrap .text-content ul>li {
	display: block;
	padding: 0 0 0 30px;
	position: relative;
}

.model_booking-inner-wrap .text-content ul>li svg {
	width: 20px;
	fill: #4dc09e;
	position: absolute;
	top: 4px;
	left: 2px;
}

.model_booking-inner-wrap .text-content ul>li h3 {
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 3px;
}

.custom-popup__close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	background: none;
	border: none;
	padding: 0 8px;
	line-height: 1;
}

.custom-popup__content {
	padding: 10px 0;
	max-height: calc(90vh - 100px);
	/* Account for padding and close button */
	overflow-y: auto;
}

.custom-popup__content p {
	font-size: 18px;
}

div#vh-baby-seat {
	border-bottom: 1px solid #bdbdbd;
	padding: 10px 0 20px;
	margin-bottom: 24px;
}

.pdSecDateTime.datetime-disabled {
	pointer-events: none;
}

.err_val.final_step .smf {
	margin-bottom: 0;
	margin-top: 9px;
	font-size: 15px;
	text-align: left;
	line-height: 1;
}

.loader-outer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.edit_booking_form .form-box {
	padding: 10px 20px 10px;
}

.details-wrap .line-wrap #submit-button {
	padding: 7px 10px;
}

/******************************************************************************/
.pasbags .quantity-control .quantity-input {
	display: flex;
	align-items: center;
	background: #fff;
	min-height: 40px;
	border-radius: 5px;
	padding: 0 6px;
	border: 1px solid #bdbdbd;
	min-width: 180px;
}

.pasbags .quantity-control .quantity-input .quantity-adjust {
	width: 25px;
	height: 25px;
	background: #f3f3f3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	padding: 0 0 2px;
	cursor: pointer;
}

.pasbags .quantity-control .quantity-input input {
	width: calc(100% - 50px);
	text-align: center;
	border: unset !important;
	height: 38px;
}

.pasbags .form-controls {
	display: flex;
	margin: 0 -20px 0 0;
}

.pasbags .form-controls .quantity-control {
	width: auto;
	margin: 0 20px 0 0;
}

.pasbags, .editpdSecTop {
	margin: 0 0 30px;
	padding: 0 0 0 145px;
}

.editpdSecTop {
	margin: 0 0;
}

.editpdSecTop .nowOrLater {
	display: flex;
	align-items: center;
	margin: 5px 0 0px;
}

.editpdSecTop .nowOrLater .fieldWrap {
	margin: 0 0 0 20px;
}

.editpdSecTop .nowOrLater b {}

.editpdSecTop .pdSecDateTime {
	display: flex;
	width: 100%;
	padding: 10px 0 0px;
	flex-wrap: wrap;
}

.editpdSecTop .pdSecDateTime>* {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 20px 0 0;
}

.editpdSecTop .pdSecDateTime>* label {
	margin: 0 15px 0 0;
	font-weight: 500;
}

.editpdSecTop .pdSecDateTime .input-append {
	position: relative;
	width: calc(100% - 110px);
}

.editpdSecTop .pdSecDateTime input, .editpdSecTop .pdSecDateTime select {
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	width: 100%;
	background: #fff;
}

.editpdSecTop .pdSecDateTime .input-append i {
	position: absolute;
	top: 9px;
	right: 10px;
	font-family: "Font Awesome 6 Free";
}

.editpdSecTop .pdSecDateTime .custom-time-picker {
	display: flex;
	align-items: center;
	gap: 5px;
}

.editpdSecTop .pdSecDateTime .custom-time-picker>* {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.editpdSecTop .pdSecDateTime .custom-time-picker>* i {
	font-family: "Font Awesome 6 Free";
}

.editpdSecTop .pdSecDateTime .custom-time-picker input {
	width: 50px;
	text-align: center;
	-moz-appearance: textfield;
}

.editpdSecTop .pdSecDateTime .custom-time-picker input::-webkit-outer-spin-button, .editpdSecTop .pdSecDateTime .custom-time-picker input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

ul.button-links {
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
}

ul.button-links>li {
	display: inline-block !important;
	vertical-align: middle;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
}

ul.button-links>li a {
	display: block;
}

ul.button-links>li img {
	height: 50px;
}

.frm_outr_sec .total-years {
	z-index: 1 !important;
}

.iti input.iti__tel-input::placeholder {
	color: #999;
}

/* Responsive adjustment for small screens */
@media (max-height: 600px) {
	.custom-popup__container {
		max-height: 80vh;
		margin: 10vh auto;
	}
}

@media (max-width: 1199px) {
	.banner-back {
		width: 41% !important;
		top: 65% !important;
	}
	
	.frm_outr_sec .total-years {
		width: 120px;
		top: 10px !important;
	}
}

@media (max-width: 991px) {
	#icabbi-booking-form {
		max-width: 100%;
	}
	
	.step2loaded #location-form .swap_outer, .step2loaded #location-form>.form-controls {
		width: 100%;
	}
	
	.step2loaded #location-form>.form-controls>*:last-child {
		margin: 0 !important;
	}
	
	ul.button-links>li img {
		height: 47px !important;
	}
	
	ul.button-links {
		text-align: center !important;
	}
	
	.model_booking-inner-wrap .img-col {
		display: none;
	}
	
	.model_booking-inner-wrap .text-content {
		width: 100%;
		padding: 0px 16px 20px;
		text-align: center;
	}
	
	.model_booking-inner-wrap .text-content h1 {
		font-size: 30px;
		margin: 0 0 12px;
	}
	
	.model_booking-inner-wrap .text-content p {
		margin-bottom: 13px;
		line-height: normal !important;
	}
	
	.model_booking-inner-wrap .text-content ul {
		text-align: left;
	}
	
	.banner-back {
		width: 100% !important;
		position: static !important;
		margin: 0 auto;
		max-width: 720px;
	}
	
	.vehicle-options-wrap .options-box .btWrap {
		margin-top: 0 !important;
		position: static !important;
	}
	
	.options-box .icon-row {
		padding: 9px 0 13px !important;
	}
	
	.vehicle-options-wrap .options-box {
		padding: 10px 0px 10px;
		width: 31.33%;
	}
	
	.details-wrap .pdOuterWrap .pdSecDateTime>* {
		width: 100% !important;
		padding: 0 0 15px;
	}
	
	.details-wrap .pdOuterWrap .nowOrLater {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.details-wrap .pdOuterWrap .nowOrLater .fieldWrap {
		margin: 0;
	}
	
	#res_con .pdOuterWrap {
		width: 53%;
	}
	
	#res_con .booking-info-wrap {
		width: 47%;
	}
	
	.frm_outr_sec>#cal-h1, .frm_outr_sec>#cal-h1+#cal-h2 {
		max-width: calc(100% - 120px);
	}
}

@media (max-width: 768px) {
	.frm_outr_sec>#cal-h1, .frm_outr_sec>#cal-h1+#cal-h2 {
		max-width: 100%;
	}
	
	.screen_1 {
		flex-direction: column;
		align-items: stretch;
	}
	
	.screen_1 .map_marker {
		left: 15px;
		top: 18px;
	}
	
	.screen_1 .autocomplete {
		padding-left: 40px !important;
		margin-bottom: 0px;
		width: 100%;
	}
	
	.screen_1 .gps_tracker, .screen_1 .gps_tracker2 {
		right: 15px;
		top: 18px;
	}
	
	.screen_1 button {
		width: 100%;
		margin-left: 0;
	}
	
	#icabbi-booking-management .icabbi-form-row {
		flex-direction: column;
		gap: 1rem;
	}
	
	#icabbi-booking-management .icabbi-detail-grid {
		grid-template-columns: 1fr;
	}
	
	#icabbi-booking-management {
		padding: 0 .5rem;
	}
	
	#icabbi-booking-management .icabbi-booking-details, #icabbi-booking-management .icabbi-booking-search {
		padding: 1.5rem;
	}
	
	.icabbi-booking-form {
		margin: 10px;
		padding: 16px;
	}
	
	.vehicle-info {
		flex-direction: column;
		text-align: center;
	}
	
	.vehicle-price {
		margin-top: 12px;
	}
	
	.btn-danger, .btn-primary, .btn-secondary {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.booking-wrap .date-time .field-wrap.dat_time {
		float: none;
		width: auto;
	}
	
	#icabbi-booking-management .icabbi-booking-details, #icabbi-booking-management .icabbi-edit-container {
		padding: 20px 5px;
	}
	
	.booking-wrap.form-field div.estimated-button {
		width: 100%;
	}
	
	.booking-wrap .book_now_btn, .booking-wrap.form-field .btn, .booking-wrap .bgwhite .form-box button {
		width: 100%;
		margin: 10px 0 0 0;
	}
	
	form#location-form {
		flex-wrap: wrap;
		gap: unset;
		padding: 0px 0px 0px 12px;
	}
	
	form#location-form>div {
		width: 100%;
	}
	
	.banner-back {
		width: 100% !important;
		position: static !important;
		width: 100% !important;
		max-width: 720px;
		margin: 0 auto;
		height: 130px !important;
		display: none;
	}
	
	.details-wrap .booking-info tr, .details-wrap .booking-info tr td {
		display: block;
		width: 100% !important;
		line-height: normal;
	}
	
	.details-wrap .booking-info-wrap .vehicle-img {
		margin: 0 0 10px;
	}
	
	.details-wrap .booking-info table tr td {
		padding: 0 0 5px;
	}
	
	.details-wrap .booking-info table tr {
		padding: 0 0 15px;
	}
	
	.details-wrap .booking-info {
		padding: 20px 20px 10px;
	}
	
	.back-btn, a.edit_profile1 {
		display: block;
	}
	
	.pickup-flightinfo-wrap .form-group {
		width: 46%;
	}
	
	.pickup-flightinfo-wrap {
		margin-top: 13px;
	}
	
	.step2loaded #location-form>.form-controls>* {
		width: 50%;
	}
	
	.step2loaded #location-form .swap_outer {
		flex-direction: column;
	}
	
	.step2loaded #location-form .swap_outer .swap-container {
		margin: 0 auto -16px;
	}
	
	.step2loaded #location-form .swap_outer #swap-locations {
		height: 30px;
		width: 30px;
		margin: 0;
	}
	
	.details-wrap .pdOuterWrap .pdSecDateTime>* {
		width: 100%;
		padding: 0 0 15px 0;
		flex-direction: column;
		align-items: baseline;
	}
	
	.details-wrap .pdOuterWrap .pdSecDateTime .pdSecDate > label {
		margin: 0 0 7px;
	}
	
	.details-wrap .pdOuterWrap .pdSecDateTime {
		flex-direction: column;
		padding: 10px 0 10px;
	}
	
	.details-wrap .pdOuterWrap .nowOrLater {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.details-wrap .pdOuterWrap .nowOrLater .fieldWrap {
		margin: 0;
	}
	
	.details-wrap .pdOuterWrap .pdSecDateTime .input-append {
		width: 100%;
	}
	
	#res_con .pdOuterWrap {
		width: 100%;
		border-radius: 4px;
		margin: 0 0 20px;
		padding: 15px 20px;
	}
	
	#res_con h1 {
		font-size: 30px;
		margin: 0 0 10px;
	}
	
	#res_con {
		flex-wrap: wrap;
	}
	
	#res_con .booking-info-wrap {
		width: 100%;
		border-radius: 4px;
	}
	
	.pasbags .form-controls {
		flex-direction: column;
		margin: 0;
	}
	
	.pasbags .form-controls .quantity-control {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.pasbags .form-controls .quantity-control:last-of-type {
		margin: 0;
	}
	
	.editpdSecTop .nowOrLater {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 10px;
	}
	
	.editpdSecTop .nowOrLater .fieldWrap {
		margin: 0;
	}
	
	.editpdSecTop .nowOrLater .fieldWrap input {
		width: auto;
	}
	
	.editpdSecTop .nowOrLater .fieldWrap label {
		margin: 5px 20px 0 0;
	}
	
	.editpdSecTop .nowOrLater .fieldWrap label:last-of-type {
		margin-right: 0;
	}
	
	.editpdSecTop .pdSecDateTime {
		flex-direction: column;
	}
	
	.editpdSecTop .pdSecDateTime>* {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0 15px;
	}
	
	.editpdSecTop .pdSecDateTime .input-append {
		width: 100%;
	}
	
	.editpdSecTop .pdSecDateTime>* label {
		margin: 0 0 10px;
	}
	
	.pasbags, .editpdSecTop {
		padding: 0;
	}
	
	.booking-wrap .bgwhite .line-wrap.efse2>* {
		width: 100%;
	}
	
	.booking-wrap .bgwhite .line-wrap.efse2>*:last-of-type {
		padding: 0;
	}
	
	.additional-charges ul.disc {
		padding: 10px 0 0 15px;
		margin: 0;
	}
	
	.form-group {
		margin-bottom: 7px;
	}
	
	.vehicle-options-wrap .options-box {
		width: 48%;
	}
}

@media (max-width: 575px) {
	.modal#model_booking {
		top: 44px !important;
	}
}

@media only screen and (max-width: 991px) {
	html:has(#wprmenu_bar) {
		padding: 0 !important;
	}
	
	html:has(#wprmenu_bar) header {
		padding-top: 52px;
	}
	
	.location_input_1 i.clear_input_btn {
		right: 21px !important;
		top: 6px;
	}
	
	.screen_1 .location_input_1 .autocomplete {
		padding-right: 45px !important;
	}
	
	.page-template-template-thankyou-php .footerCTA, .page-template-template-booking-management .footerCTA {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.page-template-template-thankyou-php .footerCTA {
		display: none !important;
	}
	
	.aeroport-booking-confirmation .confirmation-body {
		padding: 15px;
	}
	
	.aeroport-booking-confirmation {
		margin: 0 auto !important;
	}
	
	.aeroport-booking-confirmation .confirmation-header {
		padding: 15px 10px;
	}
	
	.aeroport-booking-confirmation .detail-card {
		padding: 5px 15px;
	}
	
	.aeroport-booking-confirmation .notes-section {
		padding: 10px 15px;
	}
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx.is-active .hamburger-inner, .hamburger--3dx:hover .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner, .hamburger--3dx-r:hover .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy.is-active .hamburger-inner, .hamburger--3dy:hover .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner, .hamburger--3dy-r:hover .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner, .hamburger--3dxy.is-active:hover .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner, .hamburger--3dxy-r.is-active:hover .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-duration: .275s;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity .125s .275s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: .075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: .075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-duration: .275s;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	transition: opacity .125s .275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	transition-delay: .075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(270deg);
	transition-delay: .075s;
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
	transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .15s;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .15s;
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top .1s .25s ease-in, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r .hamburger-inner::before {
	transition: top .1s .25s ease-in, opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s .13s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring.is-active .hamburger-inner, .hamburger--spring.is-active:hover .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
	transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear;
}

.hamburger--stand .hamburger-inner::before {
	transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand.is-active .hamburger-inner, .hamburger--stand:hover .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
	transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
	transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r .hamburger-inner::after {
	transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r.is-active .hamburger-inner, .hamburger--stand-r.is-active:hover .hamburger-inner {
	transform: rotate(-90deg);
	background-color: transparent !important;
	transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
	transition-duration: .075s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top .075s .12s ease, opacity .075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .075s ease, opacity .075s .12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: .1s;
	transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: .1s;
	transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}
/*-------first-menu----------*/

/*body.home.blog.logged-in.admin-bar.ast-header-break-point.ast-separate-container.ast-two-container #mg-wprm-wrap {
    background-color: #44CDA7;
}
body.home.blog.logged-in.admin-bar.ast-header-break-point.ast-separate-container.ast-two-container h4 {
  color: #fff;
}
body.home.blog.logged-in.admin-bar.ast-header-break-point.ast-separate-container.ast-two-container #mg-wprm-wrap li.menu-item a {
  padding: 7px 14px;
}
body.home.blog.logged-in.admin-bar.ast-header-break-point.ast-separate-container.ast-two-container  #mg-wprm-wrap li.current-menu-item > a {
  background: #21C194;
}
.wpr_search .wpr-search-field {
  background-color: #32B28F;
  border: 1px solid #32B28F;
}
.wpr_search .wpr-search-field::placeholder {
  color: #fff;
}*/

html.wprmenu-body-fixed {
	overflow: inherit;
}

html.wprmenu-body-fixed body {
	position: fixed !important;
}

#mg-wprm-wrap [class*=" icon-"], #mg-wprm-wrap [class^=icon-] {
	font-family: wprmenu !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#wprmenu_bar, #wprmenu_bar * {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	font-family: inherit;
	text-align: left;
	font-size: 100%;
	font-weight: 400;
}

html body div.wprm-wrapper {
	z-index: 999999;
}

#wprmenu_bar img {
	border: 0;
	border: none;
}

.wprmenu_clear {
	clear: both !important;
	display: block !important;
	height: 1px !important;
	margin: -1px 0 0 !important;
	width: 1px !important;
}

#wprmenu_bar {
	position: fixed;
	background: #4c656c;
	padding: 10px 16px;
	cursor: pointer;
	overflow: hidden;
	height: 42px;
	z-index: 99999;
}

#wprmenu_bar .menu_title {
	display: inline-block;
	line-height: 35px;
	position: relative;
	top: -6px;
}

#wprmenu_bar .menu_title a {
	display: inline-block;
	position: relative;
	top: 4px;
}

#wprmenu_bar .bar_logo {
	border: none;
	margin: 0;
	padding: 0px 8px 0px 0px;
	width: auto;
	height: 25px;
}

#wprmenu_bar .wprmenu_icon {
	margin-right: 5px;
}

#wprmenu_bar div.hamburger {
	margin-top: -3px;
}

.wpr_search .wpr-search-field {
	padding: 5px !important;
	border: 1px solid #ccc;
	max-width: 103%;
	height: 35px;
	outline: 0;
}

.search-menu {
	padding: 14px;
}

#wprmenu_bar .wprmenu_icon_menu {
	color: #f2f2f2;
	margin-right: 5px;
}

body {
	position: relative !important;
}

body.admin-bar #wprmenu_bar {
	top: 32px;
}

.admin-bar #custom_menu_icon {
	margin-top: 32px;
}

#wprmenu_menu_ul .sub-menu {
	padding: 0;
}

#wprmenu_menu.wprmenu_levels ul li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #131212;
	border-top: 1px solid #474747;
	position: relative;
}

#mg-wprm-wrap ul li {
	margin: 0;
}

#mg-wprm-wrap ul li ul li ul li.wprmenu_parent_item_li, #mg-wprm-wrap ul li ul li.wprmenu_parent_item_li {
	padding-left: 0;
}

#mg-wprm-wrap ul li ul.sub-menu li {
	border: none;
	position: relative;
}

html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul {
	margin-left: 0 !important;
}

div#mg-wprm-wrap ul li span.wprmenu_icon {
	font-family: "wprmenu";
	position: absolute;
	right: 10px;
	line-height: 38px;
	padding: 24px;
}

div#mg-wprm-wrap ul#wprmenu_menu_ul>li>span.wprmenu_icon:before {
	right: 3px;
}

div#mg-wprm-wrap ul li span.wprmenu_icon:before {
	top: 3px;
}

div#mg-wprm-wrap ul li ul.sub-menu span.wprmenu_icon {
	margin-left: 0;
}

div#mg-wprm-wrap form.wpr-search-form {
	position: relative;
	padding: 0;
	margin: 0;
	max-width: 600px;
	width: 100%;
}

div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
	position: absolute;
	top: 0px;
	right: 5px;
	background-color: transparent;
	color: #000;
	width: 35px;
	height: 35px;
	padding: 0 8px;
	border: none;
}

html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul {
	padding: 0 10px;
	margin: 0;
}

#mg-wprm-wrap {
	z-index: 9999;
}

#mg-wprm-wrap ul li a {
	text-decoration: none;
	z-index: 9999;
}

.wprmenu_bar #custom_menu_icon.hamburger {
	padding: 10px 9px 2px;
	position: fixed;
	z-index: 99999;
}

.icon_default.wprmenu_icon_par:before {
	content: "t";
	position: absolute;
}

.icon_default.wprmenu_par_opened:before {
	content: "o";
}

.wprmenu_icon {
	position: relative;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: left;
}

span.wprmenu_icon.wprmenu_icon_par {
	top: 4px;
}

.wprmenu_icon span {
	display: block;
	position: absolute;
	height: 4px;
	background: #d3531a;
	border-radius: 0;
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.wprmenu_icon.open span:nth-child(1), .wprmenu_icon.open span:nth-child(4) {
	width: 0;
	left: 50%;
	top: 18px;
}

.wprmenu_icon span:nth-child(2), .wprmenu_icon span:nth-child(3) {
	top: 9px;
}

.wprmenu_icon span:nth-child(4) {
	top: 18px;
}

.wprmenu_icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wprmenu_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mg-wprm-wrap.cbp-spmenu-right.custom .menu_title {
	padding: 15px;
	text-align: center;
}

#mg-wprm-wrap li.menu-item-has-children {
	position: relative;
}

.admin-bar #wprmenu_menu_ul {
	position: relative;
	z-index: 9999;
	overflow: hidden;
	padding: 50px 0;
}

#mg-wprm-wrap canvas {
	position: absolute;
	z-index: 99;
}

#mg-wprm-wrap div.wpr_search {
	padding: 13px;
}

#wprmenu_menu_ul {
	padding: 0 0 50px;
	margin: 0;
	overflow: hidden;
}

.custom #wprmenu_menu_ul {
	padding: 0 0 10px;
}

#wprmenu_menu_ul ul.sub-menu {
	margin-left: 0;
}

div.wpr-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#mg-wprm-wrap li.menu-item a {
	padding: 13px 14px;
}

#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
	right: 10px;
	padding: 20px 20px 30px;
	line-height: 38px;
}

* html div.wpr-clear {
	height: 1%;
}

div.wpr-clear {
	display: block;
}

@media only screen and (max-width:768px) {
	.admin-bar #wprmenu_menu_ul {
		margin-top: 0;
	}
	
	div.wpr_search {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 8px !important;
		width: 92% !important;
	}
	
	#mg-wprm-wrap div.wpr_search {
		margin-top: 24px;
	}
}

.cbp-spmenu {
	position: fixed;
	overflow: auto;
	height: 100%;
	z-index: 9999;
}

.cbp-spmenu a {
	padding: 1em;
	display: block;
}

.admin-bar #mg-wprm-wrap.cbp-spmenu.custom {
	top: 32px;
}

#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right {
	top: 42px;
}

.admin-bar #mg-wprm-wrap.cbp-spmenu-left, .admin-bar #mg-wprm-wrap.cbp-spmenu-right {
	top: 74px;
}

.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open, .admin-bar .cbp-spmenu-top.cbp-spmenu-open {
	top: 74px !important;
}

body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open, body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open {
	top: 32px !important;
}

@media only screen and (max-width:782px) {
	.admin-bar #custom_menu_icon {
		margin-top: 46px;
	}
	
	body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open, body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open {
		top: 46px !important;
	}
	
	.admin-bar #mg-wprm-wrap.cbp-spmenu.custom, body.admin-bar #wprmenu_bar {
		top: 46px;
	}
	
	.admin-bar #mg-wprm-wrap.cbp-spmenu-left, .admin-bar #mg-wprm-wrap.cbp-spmenu-right {
		top: 88px;
	}
	
	.admin-bar .cbp-spmenu-top.cbp-spmenu-open, .admin-bar .cbp-spmenu-bottom.cbp-spmenu-open {
		top: 88px !important;
	}
	
	#wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-left, #wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-right {
		top: 42px !important;
	}
}

.cbp-spmenu-left {
	left: -100%;
}

.cbp-spmenu-right {
	right: -100%;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
}

.cbp-spmenu-top {
	top: -100% !important;
}

.cbp-spmenu-bottom {
	top: 100% !important;
}

.cbp-spmenu-bottom.cbp-spmenu-open, .cbp-spmenu-top.cbp-spmenu-open {
	top: 42px !important;
}

.cbp-spmenu-bottom.cbp-spmenu-open.custom, .cbp-spmenu-top.cbp-spmenu-open.custom {
	top: 0 !important;
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
}

.cbp-spmenu-push-toright {
	left: 100%;
}

.cbp-spmenu-push-toleft {
	left: -100%;
}

.cbp-spmenu-push .cbp-spmenu-top {
	-webkit-transition: unset;
	-moz-transition: unset;
	transition: unset;
}

.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top {
	position: static;
	width: 100%;
	max-width: 100%;
}

.cbp-spmenu-push .cbp-spmenu-top #wprmenu_menu_ul {
	padding: 0;
}

.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

html body .wprm-overlay.active {
	height: 100%;
	width: 100%;
	z-index: 9999;
	position: fixed;
}

#wprmenu_bar, #mg-wprm-wrap.custom .menu_title, #mg-wprm-wrap, .wpr_custom_menu #custom_menu_icon, .cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top {
	display: none;
}

.wprmenu_icon span:nth-child(1), #wprmenu_bar, html body .wprm-overlay.active, #mg-wprm-wrap.cbp-spmenu.custom {
	top: 0;
}

#wprmenu_bar, html body .wprm-overlay.active, .cbp-spmenu-push, .wprmenu_icon span {
	left: 0;
}

.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field {
	width: 103%;
}

#wprmenu_menu_ul .sub-menu, #wprmenu_menu_ul, #wprmenu_bar, #wprmenu_bar * {
	list-style: none;
}
