:root {
	--mdc-theme-primary: #43c529 !important;
	--mdc-theme-secondary: #43c529 !important;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

body {
	font-family: "Montserrat", sans-serif;
}

.btn-success {
	background-color: #43c529;
	border-color: #43c529;
}

a,
button {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
}

.dropdown {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	.dropdown-content a {
		color: black;
		padding: 3px 16px;
		text-decoration: none;
		display: block;
	}

a.download-word img {
	width: 20px;
	padding-right: 2px;
	margin-top: -6px;
}

.dropdown a:hover {
	background-color: #C9D9CE;
}

.show {
	display: block !important;
}

.modal {
	overflow: auto !important;
}

/** ==============================================
 * MULTIPLE CURRENCY DROPDWON START
 * ==============================================
 */

.currency-select {
	position: absolute;
	left: -5px;
	top: 18px;
}

.btn-currency-select {
	margin-top: 10px;
	height: 34px;
	background-color: #fff;
	border: 1px solid transparent;
	position: relative;
	border-bottom: 2px dotted #9a9a9a;
}

	.btn-currency-select li {
		list-style: none;
		float: left;
		padding-bottom: 0px;
	}

	.btn-currency-select:hover li {
		margin-left: 0px;
	}

	.btn-currency-select:focus {
		outline: none;
	}

.trip-currency img{
	width: 15px !important;
}

.currency-icons-list img, .btn-currency-select img {
	width: 22px;
}

.currency-icons-list {
	text-align-last: center;
	background-color: white;
	cursor: pointer;
}


	.currency-icons-list li {
		list-style: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}

		.currency-icons-list li:hover {
			background-color: #F4F3F3;
		}

.currency-list {
	display: none;
	width: 100%;
	position: relative;
	max-width: 36px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	background-color: white;
	z-index: 1;
}

/** ==============================================
 * MULTIPLE CURRENCY DROPDWON START
 * ==============================================
 */

.DisableTokenMoneyOverlay {
	position: relative;
	top: 0px;
	left: -15px;
	width: 100%;
	height: 81%;
}

.EnableTokenMoneyOverlay {
	border: 1px solid #707070;
	position: absolute;
	top: 32px;
	left: -15px;
	width: 100%;
	height: 81%;
	background-color: #e4e4e4c9;
}

.toggleimg {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px;
	background-color: #fff;
	border-radius: 100%;
	cursor: pointer;
}

/**
 * ==============================================
 * Dot Pulse START
 * ==============================================
 */
.dot-pulse {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #43c529;
	color: #43c529;
	box-shadow: 9999px 0 0 -5px #43c529;
	animation: dotPulse 1.5s infinite linear;
	animation-delay: .25s;
}

	.dot-pulse::before, .dot-pulse::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: #43c529;
		color: #43c529;
	}

	.dot-pulse::before {
		box-shadow: 9984px 0 0 -5px #43c529;
		animation: dotPulseBefore 1.5s infinite linear;
		animation-delay: 0s;
	}

	.dot-pulse::after {
		box-shadow: 10014px 0 0 -5px #43c529;
		animation: dotPulseAfter 1.5s infinite linear;
		animation-delay: .5s;
	}

@keyframes dotPulseBefore {
	0% {
		box-shadow: 9984px 0 0 -5px #43c529;
	}

	30% {
		box-shadow: 9984px 0 0 2px #43c529;
	}

	60%, 100% {
		box-shadow: 9984px 0 0 -5px #43c529;
	}
}

@keyframes dotPulse {
	0% {
		box-shadow: 9999px 0 0 -5px #43c529;
	}

	30% {
		box-shadow: 9999px 0 0 2px #43c529;
	}

	60%, 100% {
		box-shadow: 9999px 0 0 -5px #43c529;
	}
}

@keyframes dotPulseAfter {
	0% {
		box-shadow: 10014px 0 0 -5px #43c529;
	}

	30% {
		box-shadow: 10014px 0 0 2px #43c529;
	}

	60%, 100% {
		box-shadow: 10014px 0 0 -5px #43c529;
	}
}

/**
 * ==============================================
 * Dot Pulse END
 * ==============================================
 */

img.status-outline {
	border: 4px solid #e7eee9;
}

img.outline-invalid {
	border-color: #ed4162;
}

img.outline-valid {
	border-color: #4ca63a;
}

img.outline-pending {
	border-color: #ecc34f;
}


.ui-datepicker-header select {
	border-color: #3BBE21;
	border-radius: 3px;
}

.summary-group {
	padding: 0 5px;
	margin-bottom: 3rem;
}

.AllTripsactionBtns {
	justify-content: right;
	width: 313px;
	text-align: right;
	position: absolute;
	z-index: 8;
	top: 65px;
	left: 785px;
}

/*Redesign Traveler datalist card Start*/
.slider-text-box {
	position: absolute;
	left: 5px;
	top: -20px;
	width: 32px;
	font-size: 12px;
	height: 32px;
	border: 1px dotted #c1c1c1;
	border-radius: 100%;
	text-align: center;
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	margin: 5px 0px 10px 7px;
}

	.grid-container img {
		width: 20px !important;
	}

.BedWithoutBedImage {
	position: relative;
	left: 4px;
	top: 5px;
}

/*Redesign Traveler datalist card END*/

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#ui-id-1,
#ui-id-2,
.ui-autocomplete {
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
	background-color: #f3f3f3;
	border-radius: 10px;
	padding: 0.5rem;
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	z-index: 12000;
	height: 15rem;
	overflow: hidden;
	overflow-y: auto;
}

	#ui-id-1 > li,
	#ui-id-2 > li,
	.ui-autocomplete > li {
		color: #232323 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}

		#ui-id-1 > li:hover,
		#ui-id-2 > li:hover,
		#ui-id-1 > li:focus-visible,
		#ui-id-2 > li:focus-visible {
			background-color: rgba(0, 0, 0, 0.05) !important;
		}

.editCompanionsCol {
	padding: 0;
	margin: 0;
}

input:focus,
button:focus {
	outline: none;
}

.secondaryTextField {
	width: 120px;
	transform: translateY(-10px);
	font-size: 11px;
	border: 0;
	border-radius: 3px;
	padding: 0 5px;
	border-bottom: 1px dotted #dadee2;
}

	.secondaryTextField:hover, .material-textfield:hover {
		border-color: black;
	}

	.secondaryTextField:focus, .material-textfield:focus {
		border-color: #43c529;
		caret-color: #43c529;
	}

.mdc-text-field--filled {
	background: white !important;
}

.material-textfield {
	position: relative;
	background: #fff;
	/*border-radius: 5px 5px 0 0;*/
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	padding: 0.4rem 0.2rem;
	border: 1px solid #dadee2;
}

.material-textfield-outline {
	position: relative;
	border: 1px solid #dadee2;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	padding: 0.4rem 1.2rem;
}

label i {
	color: #43c529 !important;
}

.mdc-list > li {
	padding: 0.5rem 1rem;
	margin: 0.5rem 0rem
}

	.mdc-list > li img {
		position: relative;
		object-fit: cover;
		width: 3rem;
		height: 2.5rem;
		border-radius: 50%;
		top: 5px;
	}

	.mdc-list > li div {
		width: 100%;
	}

	.mdc-list > li span {
		width: 9rem;
		font-size: 13px;
		font-weight: 500;
		padding: 0;
		margin: 0;
		text-align: left;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

		.mdc-list > li span:nth-child(2) {
			font-size: 10px;
		}

	.mdc-list > li:hover {
		background-color: #DAD9DA;
	}

.mat-autocomplete-list-popup {
	z-index: 10 !important;
}

.mat-autocomplete-list-wrapper {
	top: -0.15rem;
}

	.mat-autocomplete-list-wrapper input {
		position: relative;
		width: 21rem;
		left: -0.8rem;
		/* right: -1rem; */
		height: 3rem;
		margin: 0;
		caret-color: rgba(0, 0, 0, 0.87) !important;
	}

	.mat-autocomplete-list-wrapper > label:before {
		display: none;
	}

	.mat-autocomplete-list-wrapper > label {
		width: 23rem;
		height: 3rem;
	}

	.mat-autocomplete-list-wrapper > div {
		width: 23rem;
	}

.mat-autocomplete-list-popup > ul {
	height: 20rem;
	width: 23rem;
	overflow: auto;
}

.material-textfield > .material-textfield-label {
	position: absolute;
	font-size: 0.8rem;
	font-weight: 500;
	left: 10;
	top: 0;
	transform: translateY(-50%) scale(0.9);
	background-color: white;
	color: #938FA1;
	padding: 0 0.3rem;
	margin: 0 0.5rem;
	transition: 0.1s ease-out;
	transform-origin: left top;
	pointer-events: none;
}

.mdc-form-field label {
	font-size: 14px !important;
	font-weight: 500 !important;
	margin-top: 0.5rem !important;
	margin-left: -0.5rem !important;
}

.e-delete {
	position: relative;
	margin-top: -5px;
	color: #dc3545;
}

	.e-delete::before {
		content: '\e820';
	}

.circle-icon {
	width: 8px !important;
	height: 8px;
	border-radius: 50%;
	position: relative;
	top: -2px;
}

	.circle-icon:before {
		content: '';
	}

.background-color-green {
	background-color: #43c529;
}

.background-color-yellow {
	background-color: #ECC34F;
}

.siteNav {
	background-color: #2d2d2d;
	padding: 0 15px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

a.navbar-brand img {
	width: 55px;
}

p.headerTagline {
	display: inline-block;
	color: #fff;
}

.siteNav .container {
	max-width: 1370px;
}

.allTripSearchBox {
	background-color: #f0f0f0;
	font-size: 14px;
	height: 35px !important;
	width: 165px !important;
	text-align: center;
	padding-left: 0 !important;
}

.allTripSearchBoxResultText {
	position: relative;
	/* text-align: center; */
	font-weight: 900;
	margin-bottom: 5px;
	font-size: 14px;
	margin-left: 1rem;
}

.searchBox {
	position: relative;
}

	.searchBox input {
		width: 270px;
		height: 38px;
		border-radius: 30px;
		border: 0;
		padding-left: 50px;
	}

	.searchBox .searchIcon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
		width: 16px;
	}

.logBtn a {
	display: inline-block;
	background: rgb(241, 234, 234);
	background: linear-gradient( 0deg, rgba(241, 234, 234, 1) 0%, rgb(218, 214, 214) 100% );
	color: black;
	padding: 3px 5px;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
	font-size: small;
}

.logBtn:disabled {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.logBtn a i {
	margin-right: 2px;
}

.adminBtn a {
	display: inline-block;
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	color: #fff;
	padding: 7px 30px;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
}

	.adminBtn a:hover {
		background-color: #3fb926;
	}

	.adminBtn a i {
		margin-right: 10px;
	}

.field-wrapper {
	border-radius: 1.5rem;
	border: 1px solid #dadee2;
	padding: 2rem 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem;
}

	.field-wrapper > label {
		position: absolute;
		text-align: center;
		padding: 0rem 0.5rem;
		margin: 0rem;
		transform: translateY(-6rem);
		background: white;
	}

	.field-wrapper > .field-wrapper-label {
		position: absolute;
		text-align: center;
		padding: 0rem 0.5rem;
		margin: 0rem;
		transform: translateY(-8.2rem);
		background: white;
	}

	.field-wrapper div {
		position: relative;
		/* transform:translateY(-10px); */
	}

	.field-wrapper a > img {
		position: relative;
		width: 12rem;
		height: 8rem;
		display: flex;
		justify-content: center;
		margin: auto;
		transform: translateY(-10px);
		object-fit: cover;
	}

.errorSummary {
	text-align: center;
	color: red;
	position: relative;
	display: block;
	font-size: 0.85rem;
	width: 100%;
	margin: 0px 0 1.5rem 0;
}

.activeCards {
	width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	z-index: 9;
	margin: 0 auto;
	text-align: center;
}

	.activeCards select {
		font-size: 14px;
		background-color: #fff;
		border-radius: 30px;
		padding: 9px 0;
		-webkit-appearance: none;
		width: 100%;
		border: 0;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: "";
		-webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.09);
		-moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.09);
		box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.09);
		text-align: center;
		text-align-last: center;
		-moz-text-align-last: center;
	}

	.activeCards::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		content: "\f0dd";
		position: absolute;
		font-size: 22px;
		right: 15px;
		top: 0;
		top: 40%;
		transform: translateY(-50%);
		color: #47c82d;
	}

	.activeCards select:focus {
		outline: none;
	}

.activeTSection {
	margin-top: 120px;
	margin-bottom: 30px;
}

.activeTripsItem {
	padding: 25px 15px 25px 30px;
	background-size: cover;
	background-color: #383838;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
	-moz-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
	box-shadow: 0px 2px 15px 0px rgb(199 199 199);
	position: relative;
	/*  margin-bottom: 50px;*/
	overflow: hidden;
}

.deleteIcon {
	position: absolute;
	top: 12px;
	z-index: 8;
	right: 28px;
}

.activeTripsItem:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #383838;
	opacity: 0.5;
}

.date {
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	position: relative;
	z-index: 99;
}

.textarea-wrapper {
	margin: 0 1rem;
	position: relative;
	display: block;
	margin-top: 0.2rem;
}

	.textarea-wrapper span {
		position: relative;
		font-size: 0.8rem;
	}

	.textarea-wrapper > span:nth-child(2) {
		font-size: 1rem;
		font-weight: 500;
	}

	.textarea-wrapper input,
	.textarea-wrapper textarea {
		width: 100%;
		padding: 0.5rem;
		height: 6rem;
		border: 2px solid #e4e4e4;
		text-overflow: ellipsis;
		word-wrap: break-word;
	}

		.textarea-wrapper textarea:focus {
			outline: none;
			border-color: #43c529 !important;
		}

date p {
	font-size: 16px;
	padding-top: 5px;
}

.date b {
	display: block;
	font-weight: 600;
	font-size: 24px;
	line-height: 18px;
}

.tripTitle h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 0;
}

.tripTitle p,
.highliteSpan {
	color: #47c82d;
	font-weight: 500;
	font-size: 22px;
}

.activeTripsItem .tripTitle .attachmentIcon {
	color: #47c82d;
	font-size: 22px;
}

.pinkCircle .tripTitle .attachmentIcon {
	color: #ec3c5e;
}

.tripDetail {
	position: absolute;
	right: 30px;
	top: -15px;
	z-index: 8;
}

	.tripDetail a,
	.editPackageWrapper a {
		color: #fff;
		font-weight: 400;
		font-size: 14px;
	}

		.tripDetail a i,
		.editPackageWrapper a i {
			color: #47c82d;
			font-size: 16px;
			margin-left: -10px;
			position: relative;
			top: 2px;
		}

.greenBtn {
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	border: 0;
	color: #fff;
	font-weight: 600;
	width: 75px;
	border-radius: 30px;
	padding: 4px 0 5px;
	margin: 0 5px;
}

.yellowBtn {
	background: rgb(198, 150, 16);
	background: linear-gradient( 0deg, rgba(198, 150, 16, 1) 0%, rgba(254, 216, 109, 1) 100% );
	border: 0;
	color: #fff;
	font-weight: 600;
	width: 75px;
	border-radius: 30px;
	padding: 4px 0 5px;
	margin: 0 5px;
}

.pinkBtn {
	background: rgb(254, 104, 133);
	background: linear-gradient( 0deg, rgba(254, 104, 133, 1) 0%, rgba(232, 53, 87, 1) 100% );
	border: 0;
	color: #fff;
	font-weight: 600;
	width: 75px;
	border-radius: 30px;
	padding: 4px 0 5px;
	margin: 0 5px;
}

	.greenBtn img,
	.pinkBtn img,
	.yellowBtn img {
		width: 14px;
		margin-right: 3px;
		position: relative;
		top: -1px;
	}

a.pdfIcon {
	display: inline-block;
	color: #47c82d;
	font-size: 42px;
	line-height: 40px;
	margin-left: 10px;
}

.tripTitle {
	/* padding-left: 10%; */
	position: relative;
	z-index: 8;
}

.activeTripsItem .actionBtns {
	position: relative;
	z-index: 8;
}

.pinkCircle .date {
	background: rgb(236, 60, 94);
	/*background: linear-gradient(0deg, rgba(236, 60, 94, 1) 0%, rgba(236, 60, 94, 1) 100%);*/
	background: linear-gradient( 0deg, rgba(202, 5, 43, 0.88) 0%, rgb(236, 60, 94) 100% );
}

.pinkCircle .tripTitle p {
	color: #ec3c5e;
}

.addTripBtn {
	position: relative;
	float: right;
	margin-right: 1rem;
	top: -3rem;
}

/*.addMember-Wrapper {
	margin-top: 1.1rem;
	margin-right: 2rem;
}*/

.addMember-Wrapper > a {
	width: 2.5rem;
	height: 2.5rem;
}

.addMember-Wrapper > p {
	font-size: 0.8rem;
	font-weight: 500;
}

.addTrip {
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	margin: 0 auto 6px;
	cursor: pointer;
}

.addMultiplePassports {
	color: #27ae0c;
	height: 60px;
	display: flex;
	justify-content: center;
	font-size: 45px;
	margin: 0 auto -15px;
	cursor: pointer;
}

.addMultiplePassportsInput {
	opacity: 0;
	position: absolute;
	right: 242px;
	top: 34px;
	font-size: 4px;
	cursor: pointer;
}

/*Bulk passport side bar start*/

.bulk-passport-sidebar {
	position: absolute;
	right: 5px;
	top: 420px;
	height: 300px;
}

	.latest-activity-btn, .bulk-passport-sidebar .bulk-passport-activity-btn {
		right: 0;
	}

	.activity-btn-close span, .bulk-passport-sidebar .activity-btn-close span {
		font-size: 34px;
		margin-left: 5px;
		font-weight: 500;
	}

.latest-activity-btn, .bulk-passport-activity-btn {
	position: absolute;
	right: -42px;
	background-color: #fff;
	top: -240px;
	writing-mode: vertical-lr;
	transform: scale(-1, -1);
	height: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	border-radius: 10px;
	padding: 0 2px;
	cursor: pointer;
}



	.bulk-passport-activity-btn::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 700;
		content: "\f101";
		position: absolute;
		bottom: 10px;
		left: 3px;
	}

img.report-icon {
	top: 30px;
	position: absolute;
	max-width: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(180deg);
}

.bulk-passport-activity-panel {
	position: fixed;
	background-color: #fff;
	top: 170px;
	right: 0;
	width: 22em;
	height: auto;
	transform: translateX(100%);
	transition: 0.3s ease-out;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	background: #fff;
	border: 1px solid #1a4d10;
	padding: 15px;
	z-index: 999999;
}

	.latest-activity-panel.show-panel, .bulk-passport-activity-panel.show-panel {
		transform: translateX(0%);
	}



.bulk-passport-outer-wrapper {
	display: block;
}

.bulk-passport-header {
	padding: 2rem 0 0 0;
	background-color: #fa5800;
	display: flex;
	align-items: flex-end;
}

.bulk-passport-highlight {
	height: auto;
	min-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
}

	.bulk-passport-highlight h2 {
		color: #fff;
	}

	.bulk-passport-content h6, .bulk-passport-highlight h2 {
		text-align: center;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
		margin-top: 10px;
		overflow-wrap: break-word;
	}

.bulk-passport-content h6 {
	color: #000;
}

.bulk-passport-footer {
	height: 45px;
	background-color: #fa5800;
}

.not-added-travelers h6 {
	color: blue;
	font-size: 15px;
	text-decoration: underline;
	margin-top: 12px;
}




/*Bulk passport side bar end
*/














.addTripBtn p {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}

.addTripBtn a:hover {
	color: #021577;
}

.modal {
	padding: 0 !important;
	z-index: 2000;
}

	.modal .modal-dialog-aside {
		width: 450px;
		max-width: 80%;
		height: 100%;
		margin: 0;
		transform: translate(0);
		transition: transform 0.2s;
	}

		.modal .modal-dialog-aside .modal-content {
			height: inherit;
			border: 0;
			-webkit-border-top-left-radius: 20px;
			-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-bottomleft: 20px;
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px;
			overflow: hidden;
		}

			.modal .modal-dialog-aside .modal-content .modal-body {
				overflow-y: auto;
			}

	.modal.fixed-left .modal-dialog-aside {
		margin-left: auto;
		transform: translateX(100%);
	}

	.modal.fixed-right .modal-dialog-aside {
		margin-right: auto;
		transform: translateX(-100%);
	}

	.modal.show .modal-dialog-aside {
		transform: translateX(0);
	}

.landingModal .modal-header {
	height: 180px;
	background-color: #383838;
	background-size: cover;
	background-position: center;
	padding: 15px 30px;
}

.mClose {
	margin-left: auto;
	position: absolute;
	top: 18px;
	right: 18px;
	cursor: pointer;
}

	.mClose img {
		width: 40px;
	}

.dateStartEnd {
	color: #fff;
}

	.dateStartEnd b {
		font-weight: 600;
	}

	.dateStartEnd p img {
		width: 22px;
		margin-right: 8px;
		position: relative;
		top: -4px;
	}

.packageName h2 {
	color: #43c529;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 15px;
}

.modal-body {
	padding: 15px 15px 15px 25px;
}

.registerdUser {
	width: 80px;
}

.packageHead {
	border-bottom: 1px solid #bdbdbdc4;
	padding-bottom: 15px !important;
	margin-bottom: 15px;
	padding: 0 5px;
}

.modalPackages h2 {
	color: #0c0720;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}

.packagesList li {
	-webkit-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	-moz-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	padding: 8px 16px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}

.packagesList .media .listPackImage, .stageList .media .listPackImage {
	width: 100px;
	height: 75px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 15px;
}

.packagesList .media .listPackName h3 {
	font-size: 20px;
}

.packagesList .media .listPackName p {
	/* font-weight: 700; */
	font-size: 12px;
}

	.packagesList .media .listPackName p img,
	.packagesList .media .listPackName p i {
		width: 14px;
		margin-right: 3px;
		display: inline-block !important;
	}

i.far.attachmentIcon {
	color: #47c82d;
	margin-right: 7px;
	font-size: 22px;
	/* display: inline-block !important; */
}

.listPackPrice h3 {
	color: #43c529;
	font-weight: 600;
	font-size: 24px;
}

.listPackPrice button {
	font-size: 10px;
	width: 50px;
	padding: 5px 0;
}

	.listPackPrice button img {
		width: 12px !important;
		margin-right: 2px;
		position: relative;
		top: -1px;
		display: inline-block !important;
	}

.modal-body::-webkit-scrollbar {
	width: 10px;
}

.modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.modal-body::-webkit-scrollbar-thumb {
	background: #888;
}

	.modal-body::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

.modal-footer {
	border: 0;
	justify-content: center;
	padding: 15px 0;
	position: relative;
}

	.modal-footer a {
		display: inline-block;
		background: rgb(39, 174, 12);
		background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
		color: #fff;
		padding: 8px 50px;
		border-radius: 30px;
		text-align: center;
		margin-right: 15px;
		font-weight: 600;
		font-size: 15px;
	}

	.modal-footer::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0dd";
		position: absolute;
		color: #4f4f4f;
		left: 45px;
		top: 6px;
		font-size: 30px;
		line-height: 0;
	}

a.headerTagline {
	color: white;
}

	a.headerTagline img {
		width: 28px;
		margin-right: 16px;
		position: relative;
		top: -2px;
	}

.unassignedText {
	color: #ef4464;
	font-weight: 700;
	font-size: 20px;
	margin-right: 20%;
}

.application .searchBox input {
	background-color: #f0f0f0;
	font-size: 14px;
	height: 35px;
	width: 165px;
	text-align: center;
	padding-left: 0;
}

.application .searchBox {
	margin-top: 10px;
}

.adminFeaturedCard {
	padding: 40px 0;
	margin-top: 65px;
}

.application {
	top: -22px;
	right: 3.2%;
}

.tripTitle h5 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tripTitle b {
	font-weight: 600;
	margin-left: 4px;
	color: #43c529;
}

.tripTitle span {
	color: #43c529;
	font-weight: 500;
	font-size: 22px;
	margin-right: 4px;
}

.adminFeaturedCard .activeTripsItem {
	height: 132px;
	/* max-width: 1000px; */
	margin: 0 auto;
	padding: 25px 10px 25px 10px;
}

	.adminFeaturedCard .activeTripsItem .actionBtns.d-flex.align-items-end {
		position: absolute;
		right: 12px;
		bottom: 15px;
	}

	.adminFeaturedCard .activeTripsItem .date {
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}

	.adminFeaturedCard .activeTripsItem .tripTitle {
		padding-left: 0;
		width: 100%;
	}

.listPackName small {
	color: #232323;
	font-size: 10px;
	font-weight: 500;
}

.packageSliderInner .packagesList .media .listPackName p {
	font-weight: 600;
	font-size: 10px;
}

	.packageSliderInner .packagesList .media .listPackName p img {
		width: 10px;
		margin-right: 3px;
		display: inline-block !important;
	}

.sliderPackage {
	-webkit-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	-moz-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	padding: 5px 15px 5px 5px;
	border-radius: 6px;
	margin: 0 0 25px 0;
}

div#owlPackages .owl-stage,
div#owlTravelers .owl-stage {
	padding-left: 0 !important;
}

.packageSliderInner .owl-item {
	opacity: 0.3;
}

	.packageSliderInner .owl-item.active {
		opacity: 1;
	}

.packageSliderInner {
	position: relative;
	padding-left: 50px;
}

	.packageSliderInner .addBtn a {
		background: rgb(39, 174, 12);
		background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
		position: absolute;
		left: 10px;
		top: 5px;
		height: 76px;
		display: flex;
		align-items: center;
		color: #fff;
		padding: 0 7px;
		border-radius: 4px;
	}

		.packageSliderInner .addBtn a:hover {
			color: #021577;
		}

button.owl-prev {
	display: none !important;
}

button.owl-next {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: 20px;
}

	button.owl-next i {
		font-size: 40px;
	}

.addBtn a {
	color: #fff;
	font-size: 10px;
}

.packageSlider h2,
.travelersSlider h2 {
	font-size: 18px;
	padding-left: 10px;
	font-weight: 500;
}

.booked {
	background-color: #dddddd;
	cursor: not-allowed;
}

.listPackPrice h3 img {
	width: 18px !important;
	display: inline !important;
	position: relative;
	top: -1px;
	right: 6px;
}

.packageSliderInner .addBtn img {
	position: absolute;
	bottom: 5px;
	width: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.confirmedBorder {
	border: 2px solid #39bc1e;
}

.pendingBorder {
	border: 2px solid #ecc34f;
}

.unassignedBorder {
	border: 2px solid #ed4162;
}

.activeTravelersFilter {
	border-radius: 2rem;
	padding: 0.2rem 0.4rem;
}

span.reset,
span.reset > a > img {
	width: 2rem;
	height: 2rem;
	margin: 0 0.5rem;
}

span.confirmed,
span.confirmed > a {
	color: #39bc1e;
	font-weight: 600;
	font-size: 14px;
	margin: 0 5px 0 15px;
}

span.fixSequence {
	cursor: pointer;
}

span.pending,
span.pending > a {
	color: #ecc34f;
	font-weight: 600;
	font-size: 14px;
	margin: 0 5px 0 15px;
}

span.unassigned,
span.unassigned > a {
	color: #ed4162;
	font-weight: 600;
	font-size: 14px;
	margin: 0 5px 0 15px;
}

.travelersBox .profileImage {
	width: 50px !important;
	height: 50px;
	margin: 0 auto;
	border-radius: 100%;
	object-fit: cover;
	position: absolute;
	top: -28px;
	left: 0;
	cursor: pointer;
	right: 0;
}

.travelersBox h5 {
	font-size: 14px;
	margin: 8px 0;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.travelersBox p {
	font-size: 10px;
	font-weight: 500;
	line-height: 18px;
}

	.travelersBox p img {
		width: 10px !important;
		display: inline !important;
		position: relative;
		top: -1px;
		left: -5px;
	}

.borderGreen {
	border-left: 6px solid #39bc1e;
}

.travelersBox {
	-webkit-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	-moz-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	padding: 20px 15px 10px 5px;
	border-radius: 6px;
	margin-bottom: 50px;
	position: relative;
	margin-top: 30px;
	min-height: 100px;
}

.borderPink {
	border-left: 6px solid #ed4162;
}

.borderYellow {
	border-left: 6px solid #ecc34f;
}

.travelersSlider .packageSliderInner .addBtn a {
	/*  height: 100px; Old*/
	height: 118px;
	top: 30px;
}

.travelersSlider button.owl-next {
	top: 48%;
}

div#packAge2 {
	margin: 30px auto;
	max-width: 380px;
}

#packAge2 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
	object-fit: cover;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
}

#packAge2 .owl-item {
	height: 82px;
	position: relative;
	transform: scale(0.7);
	-ms-transform: scale(0.7);
	transition: all 0.2s;
	-webkit-transform: all 0.2s;
	z-index: 1;
}

	#packAge2 .owl-item.active.center {
		transform: scale(1);
		-ms-transform: scale(1);
		z-index: 3;
	}

.editProfile {
	width: 115px;
}

.dateProfile {
	width: 115px;
}

	.editProfile i,
	.dateProfile i {
		font-size: 28px;
		margin-bottom: 10px;
		color: #43c529;
	}

	.editProfile a,
	.dateProfile a {
		color: #000;
		font-size: 12px;
		line-height: 15px;
		display: block;
	}

.infoProfile {
	padding: 0 5px;
}

	.infoProfile h2 {
		color: #43c529;
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.infoProfile h5 {
		font-size: 14px;
	}

	.infoProfile p {
		font-size: 12px;
	}

.infoHead {
	/* border-bottom: 1px solid #abababa3; */
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.infoBox {
	border-bottom: 1px solid #abababa3;
	padding-bottom: 12px;
	padding-top: 12px;
}

	.infoBox h4 {
		font-size: 14px;
		font-weight: 600;
		color: #000;
	}

		.infoBox h4 img {
			width: 16px !important;
			display: inline-block !important;
			height: 16px;
			object-fit: contain;
			margin-right: 5px;
			position: relative;
			top: -1px;
		}

.carouselExampleIndicatorsWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0rem;
}

	.carouselExampleIndicatorsWrapper > img {
		max-width: 15rem;
		max-height: 15rem;
		border-radius: 50%;
	}

.modalSlider {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 54%;
	transform: translateY(-50%);
	padding: 0 35px;
}

a.outerLink {
	position: absolute;
	left: 5px;
	top: 27px;
	color: #000;
	font-size: 14px;
}

.carousel-indicators {
	position: static;
	margin-top: 20px;
}

	.carousel-indicators > li {
		width: 60px;
		height: 80px;
		padding: 0;
		margin: 0 -15px;
		display: flex;
		background-color: transparent;
		align-items: center;
		/* border-radius: 100%; */
	}

		.carousel-indicators > li img {
			width: 60px;
			height: 60px;
			margin: 0;
		}

		.carousel-indicators > li.active {
			width: 80px;
			height: 80px;
			padding: 0;
			margin: 0 -5px;
			position: relative;
			z-index: 99;
		}

			.carousel-indicators > li.active img {
				width: 80px;
				height: 80px;
			}

	.carousel-indicators li img {
		filter: grayscale(100%);
		border-radius: 100%;
	}

	.carousel-indicators li.active img {
		filter: grayscale(0);
		border-radius: 100%;
		-webkit-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
		-moz-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
		box-shadow: 0px 2px 15px 0px rgb(199 199 199);
	}
/* new pages css */

/*
    **************************************************
            Image backgrounds - Hajj Umrah
            {imagePrefix}_pkg{((i % 15) + 1):00}.jpg
    **************************************************
*/

[id*="_trip"] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/***************************************************************
                          Wide screen (Default)               
IMPORTANT: Also change ..Constants.ImageList.NoOfTripImages
/****************************************************************/
@media (min-width: 769px) {

	/***********************************/
	/********* Saudi Images ********** */
	/***********************************/

	div#sau_trip01 {
		background-image: url("../images/Trips/sau_trip01.jpg");
	}

	div#sau_trip02 {
		background-image: url("../images/Trips/sau_trip02.jpg");
	}

	div#sau_trip03 {
		background-image: url("../images/Trips/sau_trip03.jpg");
	}

	div#sau_trip04 {
		background-image: url("../images/Trips/sau_trip04.jpg");
	}

	div#sau_trip05 {
		background-image: url("../images/Trips/sau_trip05.jpg");
	}

	div#sau_trip06 {
		background-image: url("../images/Trips/sau_trip06.jpg");
	}

	div#sau_trip07 {
		background-image: url("../images/Trips/sau_trip07.jpg");
	}

	div#sau_trip08 {
		background-image: url("../images/Trips/sau_trip08.jpg");
	}
	/***********************************/
	/********* Iran Images ********** */
	/***********************************/

	div#irn_trip01 {
		background-image: url("../images/Trips/irn_trip01.jpg");
	}

	div#irn_trip02 {
		background-image: url("../images/Trips/irn_trip02.jpg");
	}

	div#irn_trip03 {
		background-image: url("../images/Trips/irn_trip03.jpg");
	}

	div#irn_trip04 {
		background-image: url("../images/Trips/irn_trip04.jpg");
	}

	div#irn_trip05 {
		background-image: url("../images/Trips/irn_trip05.jpg");
	}

	div#irn_trip06 {
		background-image: url("../images/Trips/irn_trip06.jpg");
	}

	/***********************************/
	/********* Iraq Images ********** */
	/***********************************/

	div#irq_trip01 {
		background-image: url("../images/Trips/irq_trip01.jpg");
	}

	div#irq_trip02 {
		background-image: url("../images/Trips/irq_trip02.jpg");
	}

	div#irq_trip03 {
		background-image: url("../images/Trips/irq_trip03.jpg");
	}

	div#irq_trip04 {
		background-image: url("../images/Trips/irq_trip04.jpg");
	}

	div#irq_trip05 {
		background-image: url("../images/Trips/irq_trip05.jpg");
	}

	div#irq_trip06 {
		background-image: url("../images/Trips/irq_trip06.jpg");
	}

	div#irq_trip07 {
		background-image: url("../images/Trips/irq_trip07.jpg");
	}

	/***********************************/
	/********* Syria Images ********** */
	/***********************************/

	div#syr_trip01 {
		background-image: url("../images/Trips/syr_trip01.jpg");
	}

	div#syr_trip02 {
		background-image: url("../images/Trips/syr_trip02.jpg");
	}

	div#syr_trip03 {
		background-image: url("../images/Trips/syr_trip03.jpg");
	}

	div#syr_trip04 {
		background-image: url("../images/Trips/syr_trip04.jpg");
	}

	div#syr_trip05 {
		background-image: url("../images/Trips/syr_trip05.jpg");
	}

	/*******************************************/
	/********* International Images ********** */
	/*******************************************/

	div#ovr_trip01 {
		background-image: url("../images/Trips/ovr_trip01.jpg");
	}

	div#ovr_trip02 {
		background-image: url("../images/Trips/ovr_trip02.jpg");
	}

	div#ovr_trip03 {
		background-image: url("../images/Trips/ovr_trip03.jpg");
	}

	div#ovr_trip04 {
		background-image: url("../images/Trips/ovr_trip04.jpg");
	}

	div#ovr_trip05 {
		background-image: url("../images/Trips/ovr_trip05.jpg");
	}

	div#ovr_trip06 {
		background-image: url("../images/Trips/ovr_trip06.jpg");
	}
}

/****************************************************************/
/*                          Tablet mode (Trip Images)           */
/****************************************************************/

@media (max-width: 768px) {

	/***********************************/
	/********* Saudi Images ********** */
	/***********************************/
	div#sau_trip01 {
		background-image: url("../images/Trips/Focus/sau_trip01.jpg");
	}

	div#sau_trip02 {
		background-image: url("../images/Trips/Focus/sau_trip02.jpg");
	}

	div#sau_trip03 {
		background-image: url("../images/Trips/Focus/sau_trip03.jpg");
	}

	div#sau_trip04 {
		background-image: url("../images/Trips/Focus/sau_trip04.jpg");
	}

	div#sau_trip05 {
		background-image: url("../images/Trips/Focus/sau_trip05.jpg");
	}

	div#sau_trip06 {
		background-image: url("../images/Trips/Focus/sau_trip06.jpg");
	}

	div#sau_trip07 {
		background-image: url("../images/Trips/Focus/sau_trip07.jpg");
	}

	div#sau_trip08 {
		background-image: url("../images/Trips/Focus/sau_trip08.jpg");
	}

	/***********************************/
	/********* Iran Images ********** */
	/***********************************/
	div#irn_trip01 {
		background-image: url("../images/Trips/Focus/irn_trip01.jpg");
	}

	div#irn_trip02 {
		background-image: url("../images/Trips/Focus/irn_trip02.jpg");
	}

	div#irn_trip03 {
		background-image: url("../images/Trips/Focus/irn_trip03.jpg");
	}

	div#irn_trip04 {
		background-image: url("../images/Trips/Focus/irn_trip04.jpg");
	}

	div#irn_trip05 {
		background-image: url("../images/Trips/Focus/irn_trip05.jpg");
	}

	div#irn_trip06 {
		background-image: url("../images/Trips/Focus/irn_trip06.jpg");
	}

	/***********************************/
	/********* Iraq Images ********** */
	/***********************************/
	div#irq_trip01 {
		background-image: url("../images/Trips/Focus/irq_trip01.jpg");
	}

	div#irq_trip02 {
		background-image: url("../images/Trips/Focus/irq_trip02.jpg");
	}

	div#irq_trip03 {
		background-image: url("../images/Trips/Focus/irq_trip03.jpg");
	}

	div#irq_trip04 {
		background-image: url("../images/Trips/Focus/irq_trip04.jpg");
	}

	div#irq_trip05 {
		background-image: url("../images/Trips/Focus/irq_trip05.jpg");
	}

	div#irq_trip06 {
		background-image: url("../images/Trips/Focus/irq_trip06.jpg");
	}

	div#irq_trip07 {
		background-image: url("../images/Trips/Focus/irq_trip07.jpg");
	}

	/***********************************/
	/********* Syria Images ********** */
	/***********************************/
	div#syr_trip01 {
		background-image: url("../images/Trips/Focus/syr_trip01.jpg");
	}

	div#syr_trip02 {
		background-image: url("../images/Trips/Focus/syr_trip02.jpg");
	}

	div#syr_trip03 {
		background-image: url("../images/Trips/Focus/syr_trip03.jpg");
	}

	div#syr_trip04 {
		background-image: url("../images/Trips/Focus/syr_trip04.jpg");
	}

	div#syr_trip05 {
		background-image: url("../images/Trips/Focus/syr_trip05.jpg");
	}


	/***********************************/
	/********* International ********** */
	/***********************************/
	div#ovr_trip01 {
		background-image: url("../images/Trips/Focus/ovr_trip01.jpg");
	}

	div#ovr_trip02 {
		background-image: url("../images/Trips/Focus/ovr_trip02.jpg");
	}

	div#ovr_trip03 {
		background-image: url("../images/Trips/Focus/ovr_trip03.jpg");
	}

	div#ovr_trip04 {
		background-image: url("../images/Trips/Focus/ovr_trip04.jpg");
	}

	div#ovr_trip05 {
		background-image: url("../images/Trips/Focus/ovr_trip05.jpg");
	}

	div#ovr_trip06 {
		background-image: url("../images/Trips/Focus/ovr_trip06.jpg");
	}


	/***********************************/
	/********* Local ***************** */
	/***********************************/
	div#lcl_trip01 {
		background-image: url("../images/Trips/Focus/lcl_trip01.jpg");
	}

	div#lcl_trip02 {
		background-image: url("../images/Trips/Focus/lcl_trip02.jpg");
	}

	div#lcl_trip03 {
		background-image: url("../images/Trips/Focus/lcl_trip03.jpg");
	}
}

/* new pages css */
.addTripBtn.addTripInner {
	position: static;
	z-index: 99;
	color: #fff;
	text-align: center;
}

.themeGraphic img {
	width: 75px;
}

/*.itemModalClose img {
    max-width: 40px;
}

.itemModalTitle p {
    font-size: 26px;
}*/

.xlModalStyle .modal-content {
	border-radius: 20px;
}

.xlModalStyle .modal-body {
	padding: 20px 30px 20px 30px;
}

.deletepkgContainer {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 17rem auto;
}

.selectBackground,
.deletepkgContainer {
	padding: 20px 30px;
}

a.tripBGArrow.tripArrowleft {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -30px;
	font-size: 36px;
	color: #212529;
	opacity: 1;
	width: auto;
}

a.tripBGArrow.tripArrowRight {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: -30px;
	font-size: 36px;
	color: #212529;
	opacity: 1;
	width: auto;
}

.editPackageWrapper {
	display: flex;
}

	.editPackageWrapper > h3 {
		margin-right: 1rem;
	}

.tripOptions {
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 15px 30px 40px 30px;
}

	.tripOptions input[type="radio"] {
		display: none;
	}

		.tripOptions input[type="radio"] + label {
			color: #0c0720;
			font-size: 20px;
			margin-bottom: 18px;
		}

			.tripOptions input[type="radio"] + label span {
				display: inline-block;
				width: 35px;
				height: 35px;
				margin: -1px 10px 0 0;
				vertical-align: middle;
				cursor: pointer;
				border-radius: 50%;
				border: 0px solid #ffffff;
				box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33);
				background-repeat: no-repeat;
				background-position: center;
				text-align: center;
				line-height: 32px;
				background: #d1d1d1;
				/* background: linear-gradient(0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100%); */
			}

				.tripOptions input[type="radio"] + label span img {
					opacity: 0;
					transition: all 0.3s ease;
				}

		.tripOptions input[type="radio"]:checked + label span img {
			opacity: 1;
		}

		.tripOptions input[type="radio"]:checked + label span {
			background: rgb(39, 174, 12);
			background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
		}

	.tripOptions p {
		color: #0c0720;
		font-size: 24px;
		margin-bottom: 15px;
	}

.tripOptionsInner {
	height: 140px;
	overflow: auto;
	padding: 10px 2px;
}

	.tripOptionsInner::-webkit-scrollbar {
		width: 8px;
		border-radius: 10px;
	}

	.tripOptionsInner::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.tripOptionsInner::-webkit-scrollbar-thumb {
		background: #d1d1d1;
		border-radius: 10px;
	}

		.tripOptionsInner::-webkit-scrollbar-thumb:hover {
			background: #555;
		}

.themeInputwIcon {
	position: relative;
}

	.themeInputwIcon input {
		width: 100%;
		border: 0;
		border-bottom: 1px solid #43c529;
		padding: 2px 0 10px 35px;
		font-size: 17px;
		background-color: transparent;
	}

	.themeInputwIcon img {
		height: 24px;
		position: absolute;
		left: 0;
		top: 0;
	}

.uploadBtnWrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

	.uploadBtnWrapper img {
		max-width: 230px;
	}

.uploadBtnBox p {
	color: #747180;
	font-size: 14px;
}

.uploadBtnWrapper input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.submitBtn button {
	display: block;
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	color: #fff;
	padding: 8px 30px;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
	border: 0;
	font-weight: 600;
	width: 100%;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

	.submitBtn button:hover {
		background: rgb(39, 174, 12);
		background: linear-gradient( 0deg, rgba(70, 199, 44, 1) 0%, rgba(39, 174, 12, 1) 100% );
		color: #021577;
	}

#upload-demo {
	width: 300px;
	height: 300px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

div#cropImagePop {
	background-color: #000000f2;
}

.cropModalActionBtns button {
	display: inline-block;
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	color: #fff;
	padding: 8px 30px;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
	border: 0;
	font-weight: 600;
	width: 150px;
	margin: 0 15px;
}

.cropModalActionBtns {
	text-align: center;
}

	.cropModalActionBtns button:hover {
		background: rgb(39, 174, 12);
		background: linear-gradient( 0deg, rgba(70, 199, 44, 1) 0%, rgba(39, 174, 12, 1) 100% );
	}

/* Redundant
    .itemModalClose {
    cursor: pointer;
}*/
/* .uploadBtnWrapper::after {
    content: '';
    background-image: url(../images/check-icon.svg);
    width: 36px;
    height: 36px;
    position: absolute;
    right: -18px;
    bottom: 10px;
    background-size: contain;
} */
.selectBackground .packagesList,
.deletepkgContainer .packagesList {
	max-width: 520px;
	/* margin-left: auto; */
	/* margin-right: auto; */
}

	.selectBackground .packagesList .media .listPackName p,
	.deletepkgContainer .packagesList .media .listPackName p {
		font-weight: 400;
		font-size: 14px;
	}

	.selectBackground .packagesList .media .listPackImage,
	.deletepkgContainer .packagesList .media .listPackImage {
		width: 105px;
		height: 80px;
	}

p.fileTitle {
	color: #0c0720;
	font-size: 24px;
	margin-bottom: 15px;
}

#image-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}

.splide__slide {
	width: 21.3rem;
	height: 12.5rem;
	margin: 2rem 0rem;
	border-radius: 0.2rem;
}

.cascade-slider_container {
	position: relative;
	width: 100%;
	height: 120px;
	overflow-x: hidden;
}

.cascade-slider_item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0.3);
	transition: all 1s ease;
	opacity: 0;
	z-index: -1;
	text-align: center;
	background-color: #000;
	border-radius: 10px;
	overflow: hidden;
}

	.cascade-slider_item.next {
		left: 50%;
		transform: translateY(-50%) translateX(-115%) scale(0.8);
		filter: brightness(85%);
		opacity: 1;
		z-index: 1;
	}

	.cascade-slider_item.prev {
		left: 50%;
		transform: translateY(-50%) translateX(15%) scale(0.8);
		filter: brightness(85%);
		opacity: 1;
		z-index: 1;
	}

	.cascade-slider_item.now {
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) scale(1);
		opacity: 1;
		z-index: 5;
	}

.cascade-slider_arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
	font-size: 30px;
}

.cascade-slider_nav {
	position: relative;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 5;
}

.cascade-slider_slides img {
	max-width: 130px;
	height: 100px;
	object-fit: cover;
	width: 100%;
}

.cascade-slider_dot {
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.4em;
	background: #ddd;
	list-style: none;
	cursor: pointer;
}

	.cascade-slider_dot:hover {
		background: #555;
	}

	.cascade-slider_dot.cur {
		background: #555;
	}

span.cascade-slider_arrow.cascade-slider_arrow-right {
	right: 0;
}

span.cascade-slider_arrow.cascade-slider_arrow-left {
	left: 0;
}

.packageFrom {
	margin-top: 20px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tripTitle h4 {
	color: #fff;
	margin-bottom: 0;
}

.registerBanner {
	padding: 34px 0 !important;
}

.addTravalerBtnLarge a {
	display: inline-block;
	text-align: center;
	color: #43c529;
	font-weight: 700;
	font-size: 26px;
}

	.addTravalerBtnLarge a i {
		color: #2d2d2d;
		font-size: 34px;
	}

.searchBox {
	flex: 0 0 70px;
	text-align: center;
}

	.searchBox button {
		background-color: transparent;
		border: 0;
	}

.form-control {
	border-radius: 0;
	padding: 0;
	height: 45px;
	border: 0;
	border-bottom: 2px solid #e4e4e4;
	color: #212529;
	padding-right: 28px;
}

	.form-control:focus {
		color: #212529;
		border: 0;
		border-bottom: 2px solid #43c529 !important;
		outline: 0;
		box-shadow: none;
	}

.form-group {
	position: relative;
}

legend .fas {
	margin-left: 1rem;
	color: #43c529;
}

.form-group .fas {
	/* position: absolute;
    bottom: 16px; 
    right: 5px;  */
	position: relative;
	display: block;
	float: right;
	bottom: 1.8rem;
	color: #43c529;
}

.aTQSearchHeadSection {
	margin: 1rem 0rem;
}

.aTQSearchHead > h1 {
	text-align: center;
}

.aTQSearchHead {
	padding: 0rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.aTQSearchHead > span:first-child {
		font-size: 1.4rem;
		font-weight: 500;
	}

	.aTQSearchHead > img {
		width: 5rem;
	}

.aTQSearch p.text-center {
	font-size: 22px;
	color: #43c529;
	margin-bottom: 10px;
}

.form-group label {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

	.form-group label img,
	.textarea-wrapper img {
		height: 18px;
		object-fit: contain;
		margin-right: 5px;
	}

.aTQSearch p.text-center span {
	text-decoration: underline;
}

.myCompanionsdots .TravalerName p {
	font-size: 14px;
}

.myCompanionsdots .TravalerName h2 {
	font-size: 17px;
}

.myCompanionsdots .TravalerName p, .myCompanionsdots .TravalerName h2 {
	max-width: 17rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.TravalerName h2, .TravalerName p {
	position: relative;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.TravalerName h2 {
	color: #43c529;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 0;
}

.TravalerName p {
	color: #212529;
	font-weight: 500;
	font-size: 17px;
}

.TravalerName a,
.TravalerName button {
	display: block;
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	color: #fff;
	padding: 8px 30px;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
	border: 0;
	font-weight: 600;
	width: 100%;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}

	.TravalerName a i,
	.TravalerName button i {
		position: absolute;
		left: 20px;
		top: 10px;
		font-size: 20px;
	}

	.TravalerName a:hover,
	.TravalerName button:hover {
		background: rgb(39, 174, 12);
		background: linear-gradient( 0deg, rgba(70, 199, 44, 1) 0%, rgba(39, 174, 12, 1) 100% );
	}

div#addTravalerSlider {
	max-width: 475px;
}

.selectTravalerProfile {
	max-width: 475px;
	/* margin-top: 30px; */
	/* margin-bottom: 30px; */
}

	.selectTravalerProfile p,
	.headingSpan {
		font-size: 22px;
	}

	.selectTravalerProfile img {
		max-width: 26px;
		margin-bottom: 5px;
	}

.TravalerName p span {
	text-decoration: underline;
}

.vDivider {
	padding: 60px 0;
	position: relative;
}

	.vDivider::after {
		content: "";
		height: 100%;
		width: 2px;
		background-color: #e4e4e4;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}

	.vDivider::before {
		content: "Or";
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		background-color: #fff;
		height: 60px;
		display: flex;
		align-items: center;
		z-index: 9;
		left: -8px;
	}

.aTQInner-wrapper {
	background: #f5f5f5;
	padding: 1rem;
	border-radius: 1rem;
}

.aTQInner {
	padding: 1rem;
	/*
    padding-left: 20px;
    padding-right:20px;
     */
	background: #ffffff;
}

.grayBox {
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 20px 30px 30px 30px;
}

	.grayBox p {
		color: #0c0720;
		font-size: 24px;
		margin-bottom: 15px;
	}

.uploadBtnBox {
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 20px 30px 10px 30px;
	height: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.uploadBtnBoxInner {
	height: 90%;
	align-items: center;
	position: relative;
	margin-top: 40px;
}

.pdfIcon img {
	height: 76px;
	margin-bottom: 6px;
}

div#tripOnlyPdf {
	z-index: 99;
}

.jpgIcon img {
	width: 80px;
}
/* .pdfIcon { */
/*   background-color: #f5f5f5; */
/* } */
.uploadBtnBoxInner::before {
	content: "Or";
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background-color: #f5f5f5;
	height: 40px;
	display: flex;
	align-items: center;
	z-index: 9;
	left: 0;
	width: 20px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

.uploadBtnBoxInner::after {
	content: "";
	height: 80%;
	width: 1px;
	background-color: #afafaf85;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

.optional {
	color: #747180;
	font-size: 14px;
}

.uploadBtnBox.createPack {
	min-height: 250px;
	height: auto;
}

	.uploadBtnBox.createPack .uploadBtnBoxInner {
		min-height: 155px;
	}

.cascade-slider_container {
	margin-top: -70px;
}

.breadCrump ul li {
	display: inline-block;
	color: #43c529;
	margin: 0 5px;
	font-size: 12px;
}

	.breadCrump ul li a {
		color: #fff;
		font-size: 14px;
	}

.addNewTravelerSection {
	padding: 15px 0;
	position: relative;
}

	.addNewTravelerSection h1 {
		font-size: 28px;
		margin-bottom: 35px;
	}

.travelerProfile .position-relative img {
	-webkit-box-shadow: 0px 20px 50px 0px rgba(51, 28, 114, 0.28);
	box-shadow: 0px 20px 50px 0px rgba(51, 28, 114, 0.28);
	border-radius: 100%;
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.travelerProfile .position-relative {
	max-width: 120px;
	text-align: center;
}

	.travelerProfile .position-relative .addTrip {
		width: 35px;
		height: 35px;
		font-size: 18px;
	}

	.travelerProfile .position-relative .uploadBtnWrapper {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
	}

.passportCopy {
	margin-top: 75px;
	text-align: center;
}

.pCopyTitle {
	color: #8f8b9e;
	font-weight: 600;
	font-size: 18px;
}

	.pCopyTitle img {
		padding-right: 3px;
	}

.passportCopy .uploadBtnWrapper {
	padding-top: 12px;
}

	.passportCopy .uploadBtnWrapper img {
		max-width: 100%;
		width: 100%;
	}
/*.passportCopy .uploadBtnWrapper::after {
    content: "";
    background-image: url(../images/icons/check-icon.svg);
    width: 36px;
    height: 36px;
    position: absolute;
    right: -18px;
    bottom: 40px;
    background-size: contain;
}*/
phoneNumberAndToken {
	margin-top: 55px;
}

.form-group small {
	color: #2d2d2d;
	font-size: 10px;
	position: relative;
	top: -14px;
	left: 69px;
	margin: 0 0 1rem 0;
}

.addNewTraFromBox {
	margin-top: 55px;
	position: relative;
	padding: 20px 10px 20px;
}

.form-group select {
	background-color: #f3f3f3;
	width: 100%;
	border-radius: 30px;
	padding: 12px 15px;
	font-size: 14px;
	border: 0;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.customSelect {
	position: relative;
	top: 0.5rem;
	padding-bottom: 0.3rem;
	margin: 0.2rem 0rem;
	/* border-bottom: 2px solid #e4e4e4; */
}

.customSelect,
.niceCountryInputMenuDefaultText {
	width: 15rem !important;
}

	.customSelect:after {
		/* font-family: "Font Awesome 5 Free"; */
		/* font-weight: 900; */
		/* content: "\f0d7"; */
		/* color: #43c529; */
		/* font-size: 24px; */
		/* position: absolute; */
		/* right: 0.4rem; */
		/* top: -0.4rem; */
	}

.mat-select,
.mdc-select {
	min-width: 11.5rem !important;
	max-width: 11.5rem !important;
}

.mdc-select__menu,
.mdc-menu mdc-menu-surface {
	z-index: 12000 !important;
	max-width: 12rem !important;
	max-height: 20rem !important;
}

.form-group select:focus {
	outline: none;
}

.radioBox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px !important;
	font-weight: 500 !important;
}

	.radioBox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #f3f3f3;
	border-radius: 50%;
}

.radioBox:hover input ~ .checkmark {
	background-color: #ccc;
}

.radioBox input:checked ~ .checkmark {
	background-color: #43c529;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radioBox input:checked ~ .checkmark:after {
	display: block;
}

.radioBox .checkmark:after {
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

.customRadio {
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 12px;
	padding-top: 10px;
}

.newtravelerBtn {
	display: block;
	color: #fff;
	padding: 8px 30px;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
	border: 0;
	font-weight: 600;
	width: 100%;
	max-width: 200px;
	/* margin-top: 60px; */
	position: relative;
}

	.newtravelerBtn i {
		position: absolute;
		left: 20px;
		top: 10px;
		font-size: 20px;
	}

/***************************/
/* Bubbly effect on button  */
/***************************/

.bubbly-effect:before,
.bubbly-effect:after {
	position: absolute;
	content: "";
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -10;
	transition: all ease-in-out 1s;
	background-repeat: no-repeat;
}

.bubbly-effect:before {
	display: none;
	top: -75%;
	background-image: radial-gradient(circle, #43c529 20%, transparent 20%), radial-gradient(circle, transparent 20%, #43c529 20%, transparent 30%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, #43c529 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-effect:after {
	display: none;
	bottom: -75%;
	background-image: radial-gradient(circle, #43c529 20%, transparent 20%), radial-gradient(circle, #000000 20%, transparent 20%), radial-gradient(circle, transparent 10%, #43c529 15%, transparent 20%), radial-gradient(circle, #43c529 20%, transparent 20%), radial-gradient(circle, #43c529 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #43c529 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-effect:active {
	transform: scale(0.9);
	background-color: #7e787b;
}

.bubbly-effect.animate:before {
	display: block;
	animation: topBubbles ease-in-out 1s forwards;
}

.bubbly-effect.animate:after {
	display: block;
	animation: bottomBubbles ease-in-out 1.5s forwards;
}

@keyframes topBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}

	50% {
		background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}

	100% {
		background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}

@keyframes bottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}

	50% {
		background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}

	100% {
		background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
/***************************/
/***************************/

.fromOverlay {
	border: 1px solid #707070;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #e4e4e4c9;
}

	.fromOverlay img {
		position: absolute;
		top: -10px;
		right: -10px;
		width: 24px;
		background-color: #fff;
		border-radius: 100%;
		cursor: pointer;
	}

#newtravelerOwl button.owl-prev {
	display: block !important;
}

#newtravelerOwl .packagesList .tileShadow {
	-webkit-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	-moz-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	box-shadow: 0px 0px 10px 0px rgba(51, 28, 114, 0.09);
	padding: 10px 10px;
	border-radius: 6px;
	overflow: hidden;
	margin: 15px 0;
}

div#newtravelerOwl {
	/* padding: 0 10px; */
}

#newtravelerOwl .packagesList .tileShadow .media .listPackImage {
	width: 90px;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 10px;
}

#newtravelerOwl .packagesList .tileShadow .media .listPackName h3 {
	font-size: 18px;
}

#newtravelerOwl .packagesList .tileShadow .media .listPackName p {
	font-weight: 400;
	font-size: 10px;
}

	#newtravelerOwl .packagesList .tileShadow .media .listPackName p img {
		width: 10px;
		margin-right: 0px;
		display: inline-block !important;
	}

#newtravelerOwl .packagesList .tileShadow .listPackPrice h3 {
	color: #43c529;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
}

#newtravelerOwl .owl-nav button i {
	font-size: 30px !important;
}

#newtravelerOwl .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-130%);
	right: 0;
}

#newtravelerOwl .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-130%);
	left: 0;
}

.selectPack {
	margin-top: -18px;
}

	.selectPack .text-center {
		font-size: 12px;
	}

.editCompanionsBtn a {
	color: #232323;
	font-size: 18px;
	display: block;
	position: relative;
	margin-bottom: 15px;
}

	.editCompanionsBtn a i {
		position: absolute;
		bottom: 4px;
		right: 10%;
		color: #43c529;
	}

.editCompanionsList ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.editCompanionsList ul li {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin: 10px 0;
	}

		.editCompanionsList ul li a {
			display: inline-block;
			text-align: center;
			font-size: 12px;
			color: #232323;
			font-weight: 500;
		}

			.editCompanionsList ul li a img {
				width: 56px;
				height: 56px;
				border-radius: 100%;
				object-fit: cover;
				margin-bottom: 8px;
			}

.deleteTraveler a,
.deletePkgWrapper a {
	text-align: center;
	display: block;
	color: #232323;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

	.deleteTraveler a img,
	.deletePkgWrapper a img {
		max-width: 50px;
		margin-bottom: 7px;
	}

.deleteTraveler {
	margin-top: 1rem;
	position: relative;
	bottom: 0;
	right: 0;
}

a.pageCloseBtn {
	position: absolute;
	right: 20px;
	top: 20px;
}

	a.pageCloseBtn img {
		width: 50px;
	}

.leader-status {
	position: relative;
	bottom: 35px;
	right: 15px;
	cursor: pointer;
}

.leader-icon {
	height: 40px;
	width: 40px;
}

.leader-icon-for-card {
	position: absolute;
	left: 168px;
	top: -20px;
	width: 35px !important;
	height: 35px;
}

.leader-icon-for-single {
	height: 50px;
	width: 50px;
	position: relative;
	right: 45px;
}

.leader-icon-for-companion {
	height: 50px;
	width: 50px;
	position: relative;
	right: 15px;
	top: 95px;
}

.statusBox {
	margin-bottom: -15px;
	width: 75px;
	height: 82px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	cursor: pointer;
}

	.statusBox img {
		max-width: 75px;
	}

	.statusBox p {
		font-size: 12px;
	}

.TokenMoney {
	margin-top: -90px;
	margin-left: -10px;
}

.TokenMoneyValue {
	width: 112% !important;
}

.DollarImage {
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-31%);
	max-width: 10px;
}

.CurrencyRate {
	margin-left: 15px;
	padding: 10px;
	border: 2px solid rgba(129, 138, 137, 0.103);
	border-radius: 20px;
}

.last {
	display: grid !important;
	margin-top: 7px;
}

.paid i {
	position: absolute;
	left: 12px;
	top: 51%;
	transform: translateY(-31%);
	color: #43c529;
}

.remaining i {
	position: absolute;
	left: 12px;
	top: 84%;
	transform: translateY(-31%);
	color: #ffcb38;
}

.statusBox::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f071";
	font-size: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	color: #ffcb38;
}

.statusBox.tick::before {
	content: "\f058";
	color: #43c529;
}

.statusBox.invalidStatus::before {
	content: "\f071";
	color: #dc3545;
}

/* jqueryUi */
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(70, 199, 44, 1) 0%, rgba(39, 174, 12, 1) 100% );
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.ui-datepicker td span,
.ui-datepicker td a {
	font-size: 14px;
	padding: 3px 5px;
}

.ui-datepicker th {
	padding: 8px 4px;
	text-align: center;
	font-weight: 400;
	border: 0;
	font-size: 14px;
}
/* jqueryUi */

.tokenImage img {
	max-width: 60px;
	padding: 0 5px;
}

.tokenTotal {
	text-align: center;
	position: relative;
	font-size: 12px;
	padding-left: 18px !important;
}

	.tokenTotal img {
		/*	position: absolute;
		left: 14px;
		top: 15%;
		transform: translateY(-31%);*/
		max-width: 15px;
	}

	.tokenTotal input {
		width: 72%;
		height: 28px;
		border: 0;
		border-bottom: 2px solid #e4e4e4;
		text-align: center;
		font-size: 13px;
	}

.font15 {
	font-size: 15px !important;
}

.tokenRange input {
	width: 100%;
}

.tokenRange label {
	font-weight: 600;
	font-size: 14px !important;
	text-transform: uppercase;
	margin-bottom: 0;
}

input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 5px;
	padding: 0;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
}

	input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none;
		-moz-appearance: none;
		-webkit-border-radius: 5px;
		height: 18px;
		width: 18px;
		border-radius: 100%;
		background: #43c529;
		border: 2px solid #fff;
	}

	input[type="range"]::-moz-range-thumb {
		-webkit-appearance: none;
		-moz-appearance: none;
		-moz-border-radius: 100%;
		height: 14px;
		width: 14px;
		border-radius: 5px;
		background: #e7e7e7;
		border: 1px solid #c5c5c5;
	}

	input[type="range"]::-ms-track {
		height: 6px;
		background: transparent;
		border-color: transparent;
		border-width: 2px 0;
		color: transparent;
	}

	input[type="range"]::-ms-thumb {
		height: 14px;
		width: 14px;
		border-radius: 5px;
		background: #e7e7e7;
		border: 1px solid #c5c5c5;
	}

	input[type="range"]::-ms-fill-lower {
		background: #919e4b;
		border-radius: 2px;
	}

	input[type="range"]::-ms-fill-upper {
		background: #c5c5c5;
		border-radius: 2px;
	}

.valueBox {
	position: relative;
	text-align: center;
	margin-bottom: -6px;
}

	.valueBox input {
		font-size: 12px;
		border: 0;
		padding: 0;
		text-align: center;
		height: auto;
		min-height: auto;
	}

	.valueBox:after {
		content: "%";
		position: absolute;
		left: 0;
		right: 0;
		margin-left: 30px;
		font-size: 12px;
		top: 5px;
	}

.tokenPaid {
	text-align: center;
	position: relative;
	font-size: 12px;
	padding-left: 18px !important;
	margin-left: -20px;
}

	.tokenPaid i {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-31%);
		color: #43c529;
	}

	.tokenPaid input {
		width: 55px;
		height: 28px;
		border: 0;
		border-bottom: 2px solid #e4e4e4;
		text-align: center;
		font-size: 13px;
	}

.tokenRemain {
	font-size: 11px;
}

	.tokenRemain i {
		color: #ffcb38;
	}

.linkCompanionSection {
	padding: 40px 0;
	margin-top: 65px;
	position: relative;
}

	.linkCompanionSection h1 {
		font-size: 28px;
		margin-bottom: 90px;
	}

.comImagebox {
	/*    z-index: 2;*/
	width: 70px;
	height: 70px;
	position: relative;
	margin: 0 auto 15px;
	cursor: pointer;
}

	.comImagebox img.comAvatar {
		-webkit-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
		-moz-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
		box-shadow: 0px 2px 15px 0px rgb(199 199 199);
		border-radius: 100%;
		width: 70px;
		height: 70px;
	}

	.comImagebox img.deleteBtn {
		position: absolute;
		left: 0;
		right: 0;
		width: 25px;
		bottom: -8px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.comImagebox img.deleteBtn1 {
		position: absolute;
		left: 0;
		top: 67px;
		right: 0;
		width: 25px;
		bottom: -8px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

li.tobeAdded {
	margin: 1rem 0rem;
	display: grid;
	grid-template-columns: 11rem 0rem;
	text-align: center;
	font-size: 12px;
}

ul.addedCGridList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

	ul.addedCGridList li {
		align-items: center;
	}

.mainCompanion .comImagebox {
	width: 100px;
	height: 70px;
	position: relative;
	margin: 0 auto 15px;
}

	.mainCompanion .comImagebox img.comAvatar {
		width: 95px;
		height: 85px;
		border: 6px solid #43c529;
	}

.mainCompanion p {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

li.tobeAdded.mainCompanion .comImagebox {
	margin-bottom: 70px !important;
}

.vb {
	border-left: 1px solid #dadee2;
}

.addedCompanionGrid > div, .addedCompanionGrid > div > div {
	/* position: relative; */
	height: 25rem;
}

.addedCompanionGrid {
	/* margin-top: 70px; */
	max-width: 100%;
	/*    height: 25rem;
*/ overflow-x: hidden;
	overflow-y: auto;
	/* margin-left: auto;
    margin-right: auto;*/
	/* overflow: hidden; */
}

/* Add horizontal line*/
ul.addedCGridList .w-100::before {
	margin-left: 2.5rem;
	content: "";
	width: 5.7rem;
	margin-top: 2.5rem;
	position: absolute;
	height: 1px;
	background-color: #ec3c5e;
	transform: rotate(180deg);
	z-index: 1;
}

/* Add horizontal line*/
p.allocate-room::before {
	margin-left: 5rem;
	content: "";
	width: 1.9rem;
	margin-top: 1rem;
	position: absolute;
	height: 1px;
	background-color: #ec3c5e;
	transform: rotate(180deg);
	/*    z-index: 1;*/
}

p.un-allocate-room::before {
	margin-left: 5rem;
	content: "";
	width: 1.9rem;
	margin-top: 1rem;
	position: absolute;
	height: 1px;
	background-color: #ec3c5e;
	transform: rotate(180deg);
	/*    z-index: 1;*/
}

.un-allocate-room {
	font-size: 20px;
	margin-top: 40px;
	width: 70px;
	text-align: center;
	color: lightgrey;
}

.allocate-room {
	font-size: 20px;
	margin-top: 40px;
	/*    width: 70px;
*/ text-align: center;
	font-weight: 700;
}

.room-row {
	display: flex;
	margin-top: 22px;
}

.add-room {
	width: 25px;
	height: 25px;
	margin: -17px 48px 27px 42px;
	background-color: white;
	border-radius: 100%;
	box-shadow: 0px 2px 15px 0px rgb(199 199 199);
}

.empty-room {
	width: 25px;
	height: 25px;
	margin: 28px 0px 0px 45px;
	background-color: white;
	border-radius: 100%;
	box-shadow: 0px 2px 15px 0px rgb(199 199 199);
}

.allocate-room-box {
	border: 1px solid #43c529;
	border-radius: 15px;
}

.empty-room-box {
	border: 1px solid #43c529;
	height: 300px;
	border-radius: 15px;
	background-color: #e4e4e4c9;
}

.f-700 {
	font-size: 20px;
	font-weight: 700;
	background-color: white;
}

.allocate-room-icon {
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}


/* Add Upword line*/
.breakRow::before {
	margin-left: -0.4rem;
	content: "";
	width: 5rem;
	margin-top: -2rem;
	position: absolute;
	height: 1px;
	background-color: #ec3c5e;
	transform: rotate(90deg);
	z-index: 1;
}

/* remove horizontal line from last child*/
ul.addedCGridList li:last-child > div:nth-child(1)::before,
ul.addedCGridList li:last-child > div:nth-child(2)::before {
	z-index: -1;
}

/*/*ul.addedCGridList li:first-child {
    margin-left: 0rem;
}*/

/* remove upward line from first child*/
/*ul.addedCGridList li:first-child > div:nth-child(1)::before,
    ul.addedCGridList li:first-child > div:nth-child(2)::before {
        z-index: -1;
    }

    ul.addedCGridList li:first-child > div:nth-child(2) {
        margin-top: 2.5rem;
    }*/

/* Add center line to First and last child */
/*ul.addedCGridList li:first-child > div:nth-child(2)::after,
        ul.addedCGridList li:last-child > div:nth-child(2)::after {
            content: "";
            background-color: #ec3c5e;
            position: absolute;
            height: 12rem;
            width: 1px;
            transform: rotate(90deg);
            left: 12rem;
            margin-top: -10rem !important;
            z-index: 1;
        }*/

a.linkedBtn {
	display: block;
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	color: #fff;
	padding: 8px 30px;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
	border: 0;
	font-weight: 600;
	width: 100%;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}

.linkedBtn i {
	position: absolute;
	left: 18px;
	top: 13px;
	font-size: 16px;
}

.companionNote {
	font-weight: 300;
	max-width: 410px;
	line-height: 22px;
	padding-bottom: 50px;
	padding-left: 50px;
	margin-top: -50px;
}

	.companionNote b {
		font-weight: 500;
		text-decoration: underline;
	}

.companionIndicators li {
	text-indent: 0;
}

	.companionIndicators li .plusCompamion {
		background: rgb(39, 174, 12);
		background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
		width: 30px;
		height: 30px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
		margin: 0 auto;
		position: absolute;
		z-index: 999999;
		opacity: 0;
		left: 0;
		right: 0;
		bottom: -15px;
	}

	.companionIndicators li.active .plusCompamion {
		opacity: 1;
	}

.carousel-indicators.companionIndicators > li {
	width: 70px;
	height: 90px;
}

	.carousel-indicators.companionIndicators > li img {
		width: 70px;
		height: 70px;
	}

	.carousel-indicators.companionIndicators > li.active img {
		width: 90px;
		height: 90px;
	}

.carousel-indicators > li.active {
	width: 90px;
	height: 90px;
}

.companionName {
	color: #43c529;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
}

ol.carousel-indicators.companionIndicators {
	max-width: 378px;
	margin: 0 auto 15px;
}

.panelTitle {
	color: #fff;
	padding-left: 5%;
}

.sectionSpace {
	padding: 40px 0 100px;
	margin-top: 65px;
	position: relative;
	overflow: hidden;
}

.sliderHeading {
	font-size: 18px;
	padding-left: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.packageSliderInner .owl-item {
	opacity: 0.3;
}

.tripCard {
	-webkit-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	-moz-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	padding: 5px 5px;
	border-radius: 6px;
	overflow: visible;
	margin-bottom: 20px;
	margin-top: 15px;
	border: 4px solid transparent;
}

	.tripCard .media .listPackImage {
		width: 100px;
		height: 80px;
		object-fit: cover;
		border-radius: 8px;
		margin-right: 15px;
	}

	.tripCard .media .listPackName h3 {
		font-size: 16px;
	}

	.tripCard .media .listPackName p {
		font-weight: 400;
		font-size: 12px;
	}

		.tripCard .media .listPackName p img {
			width: 12px;
			margin-right: 3px;
			display: inline-block !important;
		}

	.tripCard .media .listPackPrice h3 {
		color: #43c529;
		font-weight: 600;
		font-size: 20px;
	}

div#owlTrips .owl-stage {
	padding-left: 0 !important;
}

div#owlTrips .owl-item {
	opacity: 0.3;
}

	div#owlTrips .owl-item.active {
		opacity: 1;
	}

div#owlAdminPackage .owl-stage {
	padding-left: 0 !important;
}

div#owlAdminPackage .owl-item {
	opacity: 0.3;
}

	div#owlAdminPackage .owl-item.active {
		opacity: 1;
	}

div#owlTrips button.owl-next {
	top: 50%;
}

div#owlAdminPackage button.owl-next {
	top: 50%;
}

div#owlAdminPackage .tripCard {
	padding: 6px 25px 6px 8px;
	position: relative;
}

.cardDropDown {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
	cursor: pointer;
}

div#owlAdminPackage .owl-stage-outer {
	overflow: visible;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	/* top: -8px !important; */ /* left: 25px !important; */
	position: absolute; /* -webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.09); */
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
	background-color: #f3f3f3;
	border-radius: 10px;
	min-width: 180px;
	z-index: 999999999 !important;
	border: 0;
	padding: 10px 15px;
	margin-left: -25px;
	margin-top: 10px;
}

.addMember {
	position: absolute;
	width: 55px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 58px;
	text-align: center;
	left: 0;
	top: 28px;
}

.customPad {
	position: relative;
}

.addMember a {
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	/* position: absolute; */
	left: 0;
	top: 5px;
	height: 100px;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 7px;
	border-radius: 4px;
	font-size: 12px;
	justify-content: center;
}

div#teamMember .owl-stage {
	padding-left: 0 !important;
	padding-top: 15px;
}

.row.pt-4.customPad {
	padding-left: 40px;
}

.teamMemberBox {
	-webkit-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	-moz-box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	box-shadow: 0px 9px 34px 0px rgba(51, 28, 114, 0.09);
	padding: 15px 15px;
	border-radius: 6px;
	overflow: visible;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 15px;
	border: 4px solid transparent;
}

	.teamMemberBox img {
		width: 60px !important;
		height: 60px !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-top: -45px;
	}

	.teamMemberBox p {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}

.memberPackList {
	height: 50px;
	overflow: hidden;
	transition: height 0.15s ease;
}

.teamMemberBox ul {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

	.teamMemberBox ul li a {
		color: #232323;
		font-size: 12px;
	}

		.teamMemberBox ul li a i {
			color: #43c529;
		}

.teamMemberBox:hover .memberPackList {
	height: 80px;
	overflow: auto;
}

.memberPackList::-webkit-scrollbar {
	width: 6px;
}

.memberPackList::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.memberPackList::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius: 4px;
}

	.memberPackList::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

div#teamMember button.owl-next {
	top: 80px;
	transform: none;
}

div#owlAdminPackage .owl-item {
	-webkit-backface-visibility: none;
	-moz-backface-visibility: none;
	-ms-backface-visibility: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
}

.dropdown-menu p {
	font-size: 13px;
	font-weight: 400;
	color: #43c529;
	margin-bottom: 8px;
}

.dropDownScroll {
	height: 105px;
	overflow: auto;
}

	.dropDownScroll ul {
	}

	.dropDownScroll::-webkit-scrollbar {
		width: 6px;
	}

	.dropDownScroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.dropDownScroll::-webkit-scrollbar-thumb {
		background: #d9d9d9;
		border-radius: 4px;
	}

		.dropDownScroll::-webkit-scrollbar-thumb:hover {
			background: #555;
		}

div#teamMember .owl-item {
	opacity: 0.3;
}

	div#teamMember .owl-item.active {
		opacity: 1;
	}

.dropDownScroll ul li a {
	color: #232323;
	font-size: 10px;
	border-bottom: 0.5px solid #e4e4e4;
	display: block;
	padding: 8px 8px 3px;
	max-width: 90%;
}

.dropdown-menu::before {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #f3f3f3;
	content: "";
	position: absolute;
	top: -7px;
	left: 20px;
}

.tripCard:focus {
	border-color: red;
}

.borderClicked .tripCard,
.borderClicked {
	border: 4px solid #43c529;
}

.memberGrid {
	padding: 45px 15px;
}

.modalMember {
	position: relative;
	margin-bottom: 20px;
}

	.modalMember img {
		width: 100px;
		height: 100px;
		border-radius: 100%;
		object-fit: cover;
		margin-bottom: 15px;
	}

	.modalMember h2 {
		color: #43c529;
		font-weight: 500;
		font-size: 20px;
		margin-bottom: 0;
	}

	.modalMember p {
		font-size: 14px;
	}

a.editMember {
	color: #43c529;
	position: absolute;
	left: 0;
	top: 30px;
	font-size: 30px;
}

.busheerGrid .text-center {
	font-size: 20px;
}

.memPackgeDetail ul li {
	display: inline-block;
	color: #43c529;
}

	.memPackgeDetail ul li.bar {
		color: #abababa3;
		margin: 0 4px;
	}

.memberMeta a {
	font-size: 10px;
	color: #212529;
}

	.memberMeta a img {
		width: 10px;
	}

a.memberDelete img {
	width: 28px;
}

a.memberDelete {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.busheerGridInner {
	height: 36vh;
	overflow: auto;
	border-bottom: 35px solid #ffffff;
	padding-right: 15px;
	position: relative;
}

	.busheerGridInner::-webkit-scrollbar {
		width: 6px;
	}

	.busheerGridInner::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.busheerGridInner::-webkit-scrollbar-thumb {
		background: #d9d9d9;
		border-radius: 4px;
	}

		.busheerGridInner::-webkit-scrollbar-thumb:hover {
			background: #555;
		}

.busheerGrid::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0dd";
	position: absolute;
	color: #000000;
	left: 0;
	bottom: -12px;
	font-size: 40px;
	right: 0;
	width: 100%;
	z-index: 9999;
	text-align: center;
}

.borderClicked .teamMemberBox {
	border: 4px solid #43c529;
}

ol.carousel-indicators.selectBGIndi {
	position: absolute;
	margin: 0;
	bottom: 8px;
}

	ol.carousel-indicators.selectBGIndi > li {
		width: 10px;
		height: 10px;
		padding: 0;
		margin: 0 3px;
		display: flex;
		background-color: #ffffff;
		align-items: center;
		border: 0;
		border-radius: 100%;
	}

		ol.carousel-indicators.selectBGIndi > li.active {
			background-color: #43c529;
		}

.comboBox {
	width: 100%;
	border: 1px solid #fff;
	height: 36px;
	border-radius: 30px;
	padding: 0 5px;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	margin: 1rem 0;
}

	.comboBox::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		content: "\f0dd";
		position: absolute;
		font-size: 22px;
		right: 15px;
		/* top: 0; */
		/* top: 40%; */
		/* transform: translateY(-50%); */
		color: #47c82d;
		z-index: 999999;
	}

.countrySelect {
	position: absolute;
	right: -75px;
	top: 0;
	width: 120px;
}

.dropdown-wrapper {
}

	.countrySelect select, .dropdown-wrapper select {
		width: 100%;
		border: 1px solid #fff;
		height: 36px;
		border-radius: 30px;
		padding: 0 10px;
		font-weight: 500;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: "";
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
		-moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	}

		.countrySelect select:focus, .dropdown-wrapper {
			outline: none;
		}

.countrySelect::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f0dd";
	position: absolute;
	font-size: 22px;
	right: 15px;
	top: 0;
	top: 40%;
	transform: translateY(-50%);
	color: #47c82d;
}

.dropdown-wrapper::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f0dd";
	font-size: 22px;
	color: #47c82d;
	position: relative;
	top: 1.9rem;
	left: 15.8rem;
}

li.tobeAdded.mainCompanion.forSm {
	/* display: none; */
}

.activeBtns {
	border: 0;
	background-color: transparent;
	position: absolute;
	top: -20px;
	right: 30px;
	padding: 0;
}

	.activeBtns button {
		background-color: transparent;
		border: 0;
	}

	.activeBtns img {
		max-width: 43px;
	}

.resultScreen {
	display: block;
	position: relative;
}

/*.trip_CropBanner {*/
[class$="_CropBanner"] {
	display: block;
	position: relative;
	max-width: 100%;
	/* left: 0; */
	right: 0;
	margin: 0 auto 0;
	height: 135px;
}

.face {
	position: absolute;
	height: 0px;
	width: 0px;
	background-color: transparent;
	border: 4px solid rgba(10, 10, 10, 0.5);
}

div#tripOnlyJpg {
	position: relative;
	left: 8%;
}

.uploadBtnBox.packageupBox {
	min-height: 250px;
	height: auto;
}

div#crop-container canvas {
	max-width: 100%;
	width: 100%;
	background-color: #2d2d3e;
	top: 0px;
	left: 0px;
	z-index: 999999999;
	opacity: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.previewBoxs {
	position: relative;
	margin-top: 45px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.vRDivider {
	position: relative;
	margin-top: 45px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

button#done {
	display: inline-block;
	background: rgb(39, 174, 12);
	background: linear-gradient( 0deg, rgba(39, 174, 12, 1) 0%, rgba(70, 199, 44, 1) 100% );
	color: #fff;
	padding: 7px 30px;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
	border: 0;
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}

img#upload-preview-image {
	height: 170px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

div#modal-upload-preview {
	background-color: #000000d4;
}

.vRDivider::before {
	content: "Or";
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background-color: #f5f5f5;
	height: 40px;
	display: flex;
	align-items: center;
	z-index: 9;
	left: 0;
	width: 20px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

.vRDivider::after {
	content: "";
	height: 80%;
	width: 1px;
	background-color: #afafaf85;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

/*  */
.field-wrapper .slider-container {
	height: 210px;
}

.slider-container {
	display: block;
	height: 270px;
	width: auto;
	margin: 0 auto;
	position: relative;
	max-width: 1300px;
	/* margin-top: 20px; */
}

.field-wrapper .slider-container .arrow-left {
	left: 0;
	top: 60%;
}

.field-wrapper .slider-container .arrow-right {
	right: 0;
	top: 60%;
}

.slider-container .arrow-left {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	color: #43c529;
	font-size: 28px;
	cursor: pointer;
	z-index: 9;
}

.slider-container .arrow-right {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	color: #43c529;
	font-size: 28px;
	cursor: pointer;
	z-index: 9;
}

.slider-container .dots {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0;
	user-select: none;
}

	.slider-container .dots div.traCon {
		position: relative;
	}

.myCompanionsdots {
	height: 5rem;
	position: relative;
	margin-top: 8.5rem;
	bottom: 0;
	/* margin: auto; */
}

.slider-container .myCompslider img {
	transform: translateY(0.6rem);
}

.slider-container .myCompslider {
	/* display:block; */
	position: relative;
	margin-top: 7.5rem;
}

.slider-container .slider,
.slider-container .compslider {
	display: block;
	/* width: 650px; */
	height: 120px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 270px;
	color: white;
}

	.slider-container .slider:empty,
	.slider-container .compslider:empty {
		position: relative;
		padding-top: 1rem;
		width: 250px;
		height: 300px;
		background-image: radial-gradient(circle 2.5rem, #ccc 100%, transparent), linear-gradient(#ccc, #ccc), linear-gradient(#ccc, #ccc), linear-gradient(#ccc, #ccc);
		background-size: 5rem 5rem, 12.5rem 1.5rem, 12.5rem 1.5rem, 12.5rem 1.5rem;
		background-position: 50% 2rem, 2rem 9rem, 2rem 11rem, 2rem 13rem;
		background-repeat: no-repeat;
		opacity: 0.7;
		animation: skeleton-loading 1s linear infinite alternate;
	}

	.slider-container .slider .slide,
	.slider-container .compslider .companionslide,
	.slider-container .myCompslider .myCompanionslide {
		display: inline-block;
		width: 100px;
		height: 270px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
		transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
	}

		.slider-container .slider .slide img,
		.slider-container .compslider .companionslide img,
		.slider-container .myCompslider .myCompanionslide img {
			max-width: 100%;
			border-radius: 100%;
			filter: grayscale(100%);
		}

		.slider-container .slider .slide.prev-2,
		.slider-container .compslider .companionslide.prev-2,
		.slider-container .myCompslider .myCompanionslide.prev-2 {
			transform: translate3d(-150%, -50%, 0) scale3d(0.6, 0.6, 1);
			z-index: 1;
			opacity: 0.7;
		}

		.slider-container .slider .slide.prev-1,
		.slider-container .compslider .companionslide.prev-1,
		.slider-container .myCompslider .myCompanionslide.prev-1 {
			transform: translate3d(-115%, -50%, 0) scale3d(0.8, 0.8, 1);
			z-index: 2;
			opacity: 0.8;
		}

		.slider-container .slider .slide.next-1,
		.slider-container .compslider .companionslide.next-1,
		.slider-container .myCompslider .myCompanionslide.next-1 {
			z-index: 2;
			transform: translate3d(15%, -50%, 0) scale3d(0.8, 0.8, 1);
			opacity: 0.8;
		}

		.slider-container .slider .slide.next-2,
		.slider-container .compslider .companionslide.next-1,
		.slider-container .myCompslider .myCompanionslide.next-2 {
			z-index: 1;
			transform: translate3d(55%, -50%, 0) scale3d(0.6, 0.6, 1);
			opacity: 0.7;
		}

		.slider-container .slider .slide.active,
		.slider-container .compslider .companionslide.active,
		.slider-container .myCompslider .myCompanionslide.active {
			z-index: 3;
			transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		}

			.slider-container .slider .slide.active img,
			.slider-container .compslider .companionslide.active img,
			.slider-container .myCompslider .myCompanionslide.active img {
				filter: grayscale(0);
				border-radius: 100%;
				-webkit-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
				-moz-box-shadow: 0px 2px 15px 0px rgb(199 199 199);
				box-shadow: 0px 2px 15px 0px rgb(199 199 199);
			}

.traCon.traHide {
	display: none;
}

	.traCon.traHide.active {
		display: block;
	}

#passportResult {
	display: none;
}

.passportCopy .uploadBtnWrapper img {
	max-width: 100%;
	/*width: 100%;
    height: 340px;
    object-fit: contain;*/
	border-radius: 10px;
	background-color: rgb(234, 234, 234);
}

.passportParseErrors {
	margin-top: 75px;
	font-size: small;
	color: #ec3c5e;
}
/*img#avatarImage {
    display: none;
}*/
.inline-editor {
	width: 20px;
	height: 20px;
	background-color: red;
}

.dot-overtaking {
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: transparent;
	color: #43c529;
	margin: -1px 0;
	box-shadow: 0 -20px 0 0;
	filter: blur(0.5px);
	animation: dotOvertaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
}

	.dot-overtaking::before,
	.dot-overtaking::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		background-color: transparent;
		color: #43c529;
		box-shadow: 0 -20px 0 0;
		filter: blur(0.2px);
	}

	.dot-overtaking::before {
		animation: dotOvertaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
		animation-delay: 0.1s;
	}

	.dot-overtaking::after {
		animation: dotOvertaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
		animation-delay: 0.3s;
	}

@keyframes dotOvertaking {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

/***********************************/
/* Country dropdown */
/***********************************/
/*.niceCountryInputMenu {
    background: white !important;
    color: black !important;
    border: 1px solid #a8a8a8;
    cursor: pointer;
    /*
    font-family: Arial;
    font-size: 12px;
    !1!
}*/

.niceCountryInputMenuDefaultText {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0.5rem 0 0.5rem;
}

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

.niceCountryInputMenu a {
	color: black !important;
	text-overflow: ellipsis;
}

.niceCountryInputMenuDropdown {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	color: #43c529;
	font-size: 24px;
	position: absolute;
	right: -0.8rem;
	top: -0.5rem;
}

	.niceCountryInputMenuDropdown > span {
		font-size: 1rem !important;
	}

.niceCountryInputMenuDropdownContent {
	/* border: 1px solid #a8a8a8; */
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 0.3rem;
	width: 15.4rem;
}

	.niceCountryInputMenuDropdownContent a {
		height: 25px;
		line-height: 25px;
		display: block;
		width: 100%;
		color: black !important;
		overflow: hidden;
		text-decoration: none;
		/*
    font-family: Arial;
    font-size: 12px;
    */
	}

		.niceCountryInputMenuDropdownContent a:hover {
			background-color: gray !important;
			color: white !important;
			text-decoration: none;
		}

.niceCountryInputMenuFilter {
	position: relative;
	/* border: 1px solid #a8a8a8; */
	border-top: 0;
	border-bottom: 0;
	top: 0rem;
	width: 16rem;
}

	.niceCountryInputMenuFilter input {
		width: 100%;
		width: calc(100% - 10px);
		margin: 5px;
		padding: 5px;
	}

.niceCountryInputMenuCountryFlag {
	border: 1px solid #d3d3d3;
	width: 18px;
	height: 13px;
	margin-left: 5px;
	margin-right: 5px;
}

.niceCountryInputMenuCountryNoFlag {
	display: inline-block;
	border: 1px solid black;
	background: white;
	color: black;
	line-height: 15px;
	text-align: center;
	width: 22px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 13px;
}

.niceCountryInputHiddenCls {
	display: none !important;
}

.w-2 {
	width: 2rem;
}

.w-16 {
	width: 16.5rem;
}

.h-6 {
	height: 10.5rem;
}

.iconSize {
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}

.translateup-1r {
	transform: translateY(-1rem);
}

small > span {
	font-size: 10px;
	/* font-weight:bold; */
}

.form-icons {
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 50%;
	height: 50%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
	background-color: #47c82d;
}

.ref-tag {
	font-size: 16px;
	color: #47c82d;
	font-weight: 600;
}

.mat-op > select {
	padding: 0.3rem;
	width: 4.5rem;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-color: #dadee2;
	font-size: 15px;
	color: #43c529;
	font-weight: 600;
}

.mat-op-items {
	padding: 1rem;
	margin: 1rem;
	color: black;
}

.mat-op > select > option {
	/* padding: 1rem; */
	/* background: aqua; */
	/* color: black; */
}

.mat-op-items span:nth-child(2) {
	color: green;
	background-color: red;
}

progress::-webkit-progress-bar {
	border-radius: 15px;
	background-color: #eeeeee;
}

progress::-webkit-progress-value {
	border-radius: 15px;
	background-color: #039603 !important;
}

progress::-moz-progress-bar {
	background-color: #039603 !important;
}

progress {
	height: 0.7rem;
	border-radius: 15px;
	background-color: #039603;
}

.filters-wrapper {
	position: absolute;
	margin-left: 1rem;
	color: #43c529;
	font-weight: 600;
	/* margin-bottom: 30px; */
	float: left;
	top: -3rem;
}

	.filters-wrapper img {
		max-width: 32px;
		margin-right: 1rem;
	}

	.filters-wrapper .cross-filter {
		width: 18px;
		position: relative;
		margin-left: 3px;
	}

#allTripsSearchBox {
	/* display: block; */
	/* position: relative; */
	/* top: -1rem; */
}

	#allTripsSearchBox .e-control-wrapper {
		margin-left: 1rem;
		border-color: transparent !important;
		border-radius: 30px;
		background-color: #f0f0f0;
		height: 35px;
	}

	#allTripsSearchBox .e-input-focus {
		border-color: transparent !important;
		box-shadow: none;
	}

	#allTripsSearchBox .e-control-wrapper > input[type=text] {
		margin-left: 2rem;
		margin-right: 2.5rem;
		/* padding-right: 1rem; */
	}


	#allTripsSearchBox .mat-autocomplete-list-wrapper {
		/* position: absolute; */
		top: -5rem;
		margin-left: 1rem;
	}

	#allTripsSearchBox .mat-autocomplete-list-popup,
	#allTripsSearchBox ul,
	#allTripsSearchBox input[type=text],
	#allTripsSearchBox > .mat-autocomplete-list-wrapper > label {
		width: 15rem;
	}

	#allTripsSearchBox .e-input-group-icon {
		background-color: #43c529;
		color: #ffffff;
	}

#native-language-section {
	position: relative;
	margin-top: -3rem;
	margin-right: 10px;
}

	#native-language-section a {
		margin-right: 1rem;
		margin-top: -1rem;
	}

	#native-language-section img {
		width: 2rem;
	}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/***********************************/
/***********************************/



/******************* Contact us CSS ***************************/


#notfound {
	position: relative;
	height: 100vh;
}

	#notfound .notfound {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.notfound {
	max-width: 675px;
	width: 100%;
	padding-left: 160px;
	line-height: 1.1;
	padding-top: 5px;
}

	.notfound .notfound-404 {
		position: absolute;
		left: 0;
		top: 0;
		display: inline-block;
		width: 140px;
		height: 140px;
		background-image: url('../images/logo2.png');
		background-size: cover;
	}

		.notfound .notfound-404:before {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-transform: scale(2.4);
			-ms-transform: scale(2.4);
			transform: scale(2.4);
			border-radius: 50%;
			background-color: #f2f5f8;
			z-index: -1;
		}

	.notfound h1 {
		font-family: 'Montserrat', sans-serif;
		/*  font-size: 65px; 
            margin-bottom: 10px;
            text-transform: uppercase;
        */
		font-weight: 700;
		margin-top: -60px;
		color: #267301;
	}

	.notfound h2 {
		font-family: 'Montserrat', sans-serif;
		font-size: 21px;
		font-weight: 400;
		margin: 0;
		text-transform: uppercase;
		color: #151723;
	}

	.notfound p {
		font-family: 'Montserrat', sans-serif;
		color: #999fa5;
		font-weight: 400;
		font-size: 1.5rem;
	}

	.notfound a {
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
		font-weight: 700;
		border-radius: 40px;
		text-decoration: none;
		color: #267301;
		margin-top: 1rem;
	}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		width: 110px;
		height: 110px;
	}

	.notfound {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 110px;
	}
}


.loading-progress {
	position: relative;
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 20vh auto 1rem auto;
}

	.loading-progress circle {
		fill: none;
		stroke: #e0e0e0;
		stroke-width: 0.6rem;
		transform-origin: 50% 50%;
		transform: rotate(-90deg);
	}

		.loading-progress circle:last-child {
			stroke: #1b6ec2;
			stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
			transition: stroke-dasharray 0.05s ease-in-out;
		}

.loading-progress-text {
	position: absolute;
	text-align: center;
	font-weight: bold;
	inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

	.loading-progress-text:after {
		content: var(--blazor-load-percentage-text, "Loading");
	}
