

.etaSubmitform {
	background-color: #ffffff;
	border: 1px solid #dbeafe;
	border-radius: 0.5rem;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0
		4px 6px -4px rgba(0, 0, 0, 0.1);
}

.subtextContent {
	color: hsl(215.4 16.3% 46.9%);
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.topicons {
	background: rgb(219, 234, 254);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin: auto;
	font-size: 37px;
	margin-bottom: 20px;
}

.topicons svg {
	width: 30px;
	height: 30px;
}

.numsteps {
	background: rgb(30, 58, 138);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin: auto;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
	padding-top: 10px;
}

.text-muted {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.listItems {
	text-align: initial;
	line-height: 1.5rem;
}

.etaImpCard {
	height: 100% !important;
}

.etaImpCard>.etaImpCardHeader {
	display: inline-flex;
	margin: auto;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	padding-right: 16px;
	margin-top: 0px;
}

.etaImpCardHeader>span {
	margin-top: auto;
	margin-bottom: auto;
}

.etaImpCard .numsteps {
	margin-right: 15px !important;
	margin-bottom: 0px;
}

ul.numericlist {
	list-style: auto;
}

/* ul {
	line-height: 2rem;
} */

table#featuresTable th, table#featuresTable td {
	border: 1px solid #dbeafe;
	padding: 12px 10px;
}

table#featuresTable th {
	background: #1e3a8a;
	color: #fff;
}

.help-section {
	padding: 20px;
	text-align: center;
}

.key_benifits {
	line-height: 2;
}

.highlight {
	height: 100% !important;
}

.hightlightheader {
	background: #eff6ff;
	padding: 24px;
	border-bottom: 1px solid #dbeafe;
}

.highlight div, .highlight p {
	padding: 24px;
}

form.contactform {
	background-color: #ffffff;
	color: #1e3a8a;
	border: 1px solid #dbeafe;
	border-radius: 0.5rem;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0
		4px 6px -4px rgba(0, 0, 0, 0.1);
}

.modifySection {
	height: 100%;
	background: #eff6ff;
	padding: 30px;
}
/* muktai changes */
table#FAQtable th, table#FAQtable td {
	border: 1px solid #dbeafe;
	padding: 10px 10px;
}

table#FAQtable th {
	background: #1e3a8a;
	color: #fff;
	text-align: center;
}

.link-item {
	display: inline-flex;
	align-items: center;
	text-decoration: line;
	font-size: 15px;
	padding: 5px 12px;
}

.link-item:hover {
	background-color: #f0f8ff;
	color: #005fa3;
}

.col-2.ml {
	text-align: center;
	margin: auto;
}

.traveler-box {
	border-radius: 15px;
}

.side-content fieldset {
	border: 1px solid;
	padding: 20px;
	border-radius: 15px;
}

.side-content fieldset legend {
	float: none;
	padding: 0 0px;
	margin-bottom: 0;
	width: auto;
	border-radius: 5px;
	padding: 0.3rem 1rem;
	line-height: 1.3;
	font-size: 1rem;
}

#checkoutForm fieldset, #paymentcardDetails fieldset {
	border: 1px solid #dee2e6;
	padding: 20px;
	border-radius: 15px;
}

#checkoutForm fieldset legend, #paymentcardDetails fieldset legend {
	float: none;
	padding: 0 0px;
	margin-bottom: 0;
	width: auto;
	border-radius: 5px;
	padding: 0.3rem 1rem;
	line-height: 1.3;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
}

.bg-grey {
	background: #e2e2e257;
	border: 1px solid #dee2e6;
}

.addtrav {
	border: none;
	display: block;
	background-color: lightblue;
	border-radius: 10px;
	padding: 9px;
}

.stpicons>i {
	font-size: 1.5rem;
}

.stpicons {
	margin-top: auto;
	margin-bottom: auto;
	background: #eff6ff;
	padding: 8px 10px;
	border: 1px solid #dbeafe;
	border-radius: 50%;
	text-align: center;
}

button#adddtravelerbtn {
	background: #119e11;
	color: #fff;
}

div#removetraveler {
	border-top: 1px solid #dee2e6;
	text-align: center;
	padding: 10px;
}

.traveler-box-header {
	padding: 14px;
	background: #e2e2e257;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

#step2Form .side-content {
	border-radius: 6px;
	margin-top: 18px;
}

.card-option {
	display: block;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.card-option:hover {
	border-color: #dee2e6;
	background-color: #f1f9ff;
}

.card-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.card-option>div {
	padding: 16px;
}

.card-option input[type="radio"]:checked {
	background-color: #eaf6ff;
	border: 2px solid #bfdbfe;
	border-radius: 0.5rem;
	padding: 1rem;
}

.card-option input[type="radio"]:checked ~ div {
	background-color: #eaf6ff;
	border: 1px solid #bfdbfe;
	padding: 16px !important;
	border-radius: 0.5rem;
}

a:hover {
	text-decoration: blink;
}

#btnPreviousSidebar:hover {
	background: #fff;
}

@media ( max-width : 768px) {
	button#adddtravelerbtn {
		margin: auto;
	}
	.imageContainer span:first-child>img {
		width: 80px !important;
	}
	.imageContainer img:last-child {
		width: 60px !important;
	}
	#btnPreviousSidebar, #stepBtn, #paymentBtn, #startAppBtn {
		/* width: 100%; */
		
	}
	#startAppBtn {
		width: 100% !important;
	}
	#step2Form .side-content {
		margin-top: 30px;
	}
	#checkoutForm .side-content {
		margin-top: 30px;
	}
	.card-image>img {
		height: 41px !important;
		margin-bottom: 15px;
	}
	.card-image {
		display: flex;
		justify-content: center;
	}
	#trustpilot {
		width: 200px;
	}
	.functinalityTable {
		overflow: scroll;
	}
	.cookiesCheckobes {
		text-align: left !important;
	}
	button.Hero-Section-application-btn {
		margin: 10px 0;
		font-size: 14px;
		padding: 10px 20px;
	}
	.etaSubmitform {
		border-radius: 0;
		box-shadow: none;
	}

	/* 	#checkoutForm fieldset, #paymentcardDetails fieldset {
    border: 0px solid;
    padding: 5px;
    border-radius: 0px;
} */
}

.rating-start-box {
	margin-right: 3px;
	gap: 4px;
}

#spanId {
	color: red;
}

button#profileBtn {
	font-size: 18px !important;
	padding: 0px;
}

.dropdown-item:hover {
	color: #1e3a8a !important;
	background: #edf2ff !important;
}

#cookie-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #1e1e1e;
	color: white;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9999 !important; /* force it to stay on top */
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.cookie-buttons button {
	margin-left: 10px;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.accept-btn {
	background-color: #6fcf97;
	color: #000;
}

.decline-btn {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.settings-btn {
	background: none;
	border: none;
	color: #999;
	text-decoration: underline;
	cursor: pointer;
}

#cookie-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	color: #000;
	padding: 30px;
	border-radius: 8px;
	z-index: 2000;
	display: none;
	width: 90%;
	max-width: 500px;
}

#cookie-modal h3 {
	margin-top: 0;
}

#cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1500;
	display: none;
}

#close-modal {
	float: right;
	cursor: pointer;
	color: #888;
	font-size: 18px;
}

#cookie-banner p {
	font-size: 0.875rem;
}

button.btn.acceptCookies {
	background: #5fbc5f;
	color: white;
	font-weight: 600;
}

div#cookie-banner .form-check-label {
	font-size: 14px;
	font-weight: 500;
}

div#cookieModal a:hover {
	color: #0d6efd !important;
}

div#cookieModalLabel {
	font-size: 22px;
	font-weight: 500;
}

#cookieModal p {
	font-size: 1rem !important;
}

button#declaration-tab.active, button#about-tab.active {
	background: #f3f7ff !important;
	border: none;
}

.nav-item:has(>#declaration-tab.nav-link.active), .nav-item:has(>#about-tab.nav-link.active)
	{
	background-color: #f3f7ff;
}

#cookieTabContent {
	background: #f3f7ff;
	padding: 24px;
}

div#cookieTabContent h5 {
	font-size: 16px;
	color: #3fb6ee;
}

div#cookieModal a {
	color: #3fb6ee !important;
}

button#about-tab, #declaration-tab {
	color: #000;
}

.cookiesBox {
	border-bottom: 1px solid #cae8f4;
	margin-bottom: 22px !important;
}

.cookiesTable {
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 12px;
}

.cookiesTable th, .cookiesTable td {
	background: #fff;
	font-size: 14px;
	padding: 8px 11px;
}

.functinalityTable th, .functinalityTable td {
	background: #fff;
	font-size: 14px;
	padding: 8px 11px;
}

.cookiesTable tr>td:first-child, .functinalityTable tr>td:first-child {
	color: #157915;
}

.functinalityTable th, .cookiesTable th {
	text-wrap: nowrap;
}

#cookieTab .nav-link:hover {
	border-color: transparent;
	background-color: transparent;
	box-shadow: none;
}

#cookieTab .nav-link:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
}

div#cookieTabContent p {
	margin-bottom: 6px;
}

button.Hero-Section-application-btn {
	background: hsl(222 85% 23%) !important;
	color: white;
	font-size: 14px;
	padding: 10px 28px;
	border-radius: 0.5rem;
	margin-right: 10px;
	border: solid 1px #000000;
}

button.Hero-Section-application-btn:hover {
	background: #011f7f;
	background: black;
	color: white;
	border: solid 1px #000000;
}

button.Hero-Section-application-btn {
	margin-top: 30px;
}